Views Slideshow manages IDs to make them unique, but there's still an issue. For example, Drupal.viewsSlideshowPagerFields.goToSlide fetches pager items using [id^="id"] selector. And if there are 2 similar views on page it will return id and id-1 as well.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | views_slideshow-active-pager-2877725-2.patch | 380 bytes | sickness29 |
Comments
Comment #2
sickness29 commentedHere's a patch to fix that.
Comment #3
nickdickinsonwildeI adjusted it slightly so that the id goes 1->2->3 instead of 0->2->3. Doesn't really matter, but I think it looks better.
Thanks for the patch, applied.