Zedality

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Client logo slider skips items #7728
    Zedality
    Participant

    I found the problem! Take a look on /wp-content/plugins/woolea-core/assets/js/woolea-frontend.js:232

    slidesToScroll: $brandslider.data(‘slick-items’),

    It means, if you have four slider items and one is displaying, you will always slide four items. So always the first item will be visible. I changed this to one and works good for me.

    I propose you to create an option to control this number, and if we are already talking about options, it would be nice to control the autoplaySpeed, and other options.

    I took a closer look on slicks responsive settings and my the final recommendation is to move the slidesToScroll option to the responsive settings next to the slidesToShow, with the corresponding data attributes:

    responsive: [
    {
    breakpoint: 769,
    settings: {
    slidesToShow: $collectionnavslider.data(‘ti’),
    slidesToScroll : $collectionnavslider.data(‘ti’)
    }
    }

    Regards,
    Béla Gábor Zakar

    in reply to: Client logo slider skips items #7725
    Zedality
    Participant

    Hi,

    It’s ok, I can control how many items are displayed. But why does the other elements fly away so fast? Dont tell me, it’s normal. Nobody can see the skipped logos. Please fix it! If I have 4 logos, displaying one on the mobile, I want to see each logo one by one.

    in reply to: Client logo slider skips items #7681
    Zedality
    Participant
Viewing 3 posts - 1 through 3 (of 3 total)