Forums

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

Home Forums CSS Anything Slider … it must be something simple!

  • This topic is empty.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #36743
    guswah
    Member

    It must be something simple, but simple or not, I’m not getting AnythingSlider to slide. Instead there are vertical scrollbars. Maybe someone can have a look and tell me what’s wrong. I note that if I remove the options from the DOM ready, the slider works, albeit without auto scrolling and with the arrows I don’t want.

    Thanks sincerely! http://chipperfieldhollow.com/indexx.php

    #97100
    Mottie
    Member

    It looks like there is a closing parenthesis that shouldn’t be there. This is what the code should look like:

    $(function(){
    $('#slider').anythingSlider({
    buildNavigation: false,
    buildStartStop: false,
    easing: 'easeInOutExpo',
    startPanel: 1
    });
    });
    #97103
    guswah
    Member

    I’ve copied your code above, and thanks for that. Still, I’ve got those arrows I don’t want, and the auto-scrolling function is not there. I imagine I can fix the latter problem by adding an option, but as for the arrows, I though I’d already achieved what I wanted.

    I can always just remove the arrows graphic, but that’s probably not the best way to get rid of them.

    #97104
    Mottie
    Member

    Just set these options: “buildArrows” to false and “autoPlay” to true.

    #97105
    guswah
    Member

    Thanks, Mottie. That did the trick.

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