You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I hope this is my last issue and I will be able to stop being a PITA :)
I have a slider that works properly untill it reaches the 12th slide. It then stops sliding to the next slide but instead jumps to the first one and then to the next one (12 -> 1 -> 13 instead of 12 -> 13). I tried checking it in Firebug, bot got no errors. I also checked if the combined slider width isn't more than 32766 pixels. The only curious thing I noticed when watching the DOM was that when the slider initialized it added the currentPage class to the second panel but showed the first one. I have been using multiple versions of the script during the past weeks and I'm sure it worked fine in version 1.5.10 (just checked). I went back to that version but it would be cool if you could fix it.