• Resolved radrian1994

    (@radrian1994)


    I have multiple carousels set up on a single page and they seem to rotate in reverse sometimes, not just when they are at the end of a cycle. I would like to have them all rotate in the same direction, all of the time. Can you help figure out why this is happening?

    Is there a way to turn off the rewind feature and just have them keep starting over without rewinding?

    You can see the problem on this page.

    https://www.ads-software.com/plugins/wp-client-logo-carousel/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter radrian1994

    (@radrian1994)

    Sorry, I posted the wrong link. Here is the correct page:

    Plugin Author Aftab Husain

    (@amu02aftab)

    Hi @radrian1994,

    Thanks for choosing my plugin.
    I am not able to see any link you have given.
    Currently there is no setting to stop the rewind feature in the plugin.
    In next release I will take care of this feature.

    Thanks,
    Aftab

    Thread Starter radrian1994

    (@radrian1994)

    Hi Aftab, I’m sorry i don’t know why the link wont post. I will add it un-hyperlinked below: https://www.jsdaw.com/our-work/our-clients

    If you watch for a minute you will see that they start to go in different directions

    Plugin Author Aftab Husain

    (@amu02aftab)

    Hi @radrian1994,

    To stop the rewind feature, you will have to make a change in plugin file
    wp-client-logo-carousel/wp-client-logo-carousel.php .

    Replace (Line- 247)

    rewindSpeed: Number(wpaft.rewind_speed),

    By :

    rewindSpeed: Number(wpaft.rewind_speed),
    rewindNav:false ,

    Hope this will help.
    If you are still facing the issue , please let me know. I am always here help you.

    Thanks,
    Aftab

    Thread Starter radrian1994

    (@radrian1994)

    Hi Aftab, I inserted that and now it just stops playing when it reaches the last logo in each row. If possible, I would like it to continue playing on a loop. https://www.jsdaw.com/our-work/our-clients

    Thanks for your help

    Plugin Author Aftab Husain

    (@amu02aftab)

    Hi,

    Infinite Loop feature is only available in the v2 of the Owl Carousel library which is still in Beta.
    I will update the plugin once the v2 is official.

    Thanks,
    Aftab

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Multiple carousels, some rotate backwards’ is closed to new replies.