Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other Start/Stop slider – more than 10 slides=problem

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #31027
    norbac
    Member

    Hi,

    I wonder if anyone has had the same problem, when I add more than 10 slides to the Start/Stop slider (https://css-tricks.com/examples/StartStopSlider/) starts playing out, eg. repeating images and going off the screen sometimes.

    I tried with less than 10 and it works fine, I need to have a total of 17 slides so there’s a problem for me, I have tried tweaking the css and js file without luck.

    Is there a variable that needs changing so that the slider handles more than 10 slides?

    Any help will be more than appreciated, thank you.

    #85507

    I’m having the same problem Did you ever figure it out? I’ve tried changing every #10 in the .js to 20 and still nothing… Thanks! Angie

    #85512
    Mottie
    Member

    It sounds like you are running into a jQuery bug found in older versions. This bug would prevent using values larger than -10,000 pixels, which is how this slider moves the slides into view, by setting a negative left value.

    If you update to jQuery 1.5+ this problem will go away.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘Other’ is closed to new topics and replies.