After upgrading to 7.x-2.6, all my carousels are autoscrolling every five seconds, even though they are set to 0 (disabled). Changing the value to something else and back doesn't help either.
After upgrading to 7.x-2.6, all my carousels are autoscrolling every five seconds, even though they are set to 0 (disabled). Changing the value to something else and back doesn't help either.
Comments
Comment #1
quicksketchI don't think this is a universal bug in jCarousel (at least I'm not seeing it). Can you reproduce this problem on a brand new view? What about on a clean install of Drupal? If it's reproduceable I'm happy to have a look, but I'm guessing this is being caused by something specifically on your site.
Comment #2
ralf.strobel commentedI think I've spotted the problem. There was another carousel on the same page with the autoscroll set to five seconds (didn't see this before, since it didn't have enough elements to be actually moving). Apparently this was also overriding all the ones with the value set to zero. When I set their value to 9999, I could have them react individually, however.
Comment #3
quicksketchAh interesting. Is the "another carousel" also set up through jCarousel module and Views? That sounds like a reproducible problem.
Comment #4
ralf.strobel commentedYes. They're essentially all the same.
Comment #5
quicksketchCool, thanks I'll take a look at this problem next time I'm working on jCarousel
Comment #6
ralf.strobel commentedI'm quite sure this will also be fixed when you apply the changes I described here:
#1493958: Collisions in js settings when using multiple cached carousels on same page