For me, this occurs when there are two carousels loaded on the page simultaneously. I’m trying to implement two horizontal strips for separate galleries. When I disable one, the other one always works fine. When I enable both, the first one always bugs out.
If you take a look at the developer tools, this creates two divs with id=”about-jcarousel_container” and two unordered lists with id=”about-jcarousel”. This has got to be a bad idea…
The unordered list is the element which changes position when prev or next button is clicked. So I’m just guessing, the root of the problem for people trying to use multiple filmstrips might be the use of two elements, with the same id, trying shift their x-positions.
These are my suspects at this point.
Alas…I’m not confident enough in my code-ability; I too am stuck here. :/
——10 minutes later…
oh wait! sorry, i better bop myself on the head for this.
I was actually using the same id ‘about-jcarousel’ for both galleries in the shortcodes. haha I was thinking too much of this. oh dear, long day…