Closed (fixed)
Project:
Views Slideshow
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
16 Oct 2009 at 08:06 UTC
Updated:
16 May 2024 at 00:50 UTC
Jump to comment: Most recent
Comments
Comment #1
redndahead commentedMy guess is on the second page you have 2 slideshows and the one that changes happens to be the second slideshow displaying on that page.
There is a class that gets wrapped around the slideshow that is the name of your view so if you named your view page_slideshow there is a class called view-page-slideshow that will help you identify that specific slideshow.
Hope this helps.
Comment #2
Anonymous (not verified) commentedThat worked, thanks.
I still think that IDs should be consistent, regardless of how many slideshows are on a page...
Comment #3
redndahead commentedThat's not what those id's are for. They are to identify the order of slideshows so we can point jquery cycle to the right one with the right settings. That will probably not change. Glad it's fixed for you.
Comment #4
Anonymous (not verified) commentedAh, I see. Thanks!