• Hi there,
    my site uses the Calypso theme which has a jquery slider at the top.
    My site is here

    Please could someone let me know how to change the speed of the slider, I want to slow it down.
    I’ve looked in quite a few of the theme files, but can’t seem to find where I can alter this.
    Any ideas much appreciated
    thanks in advance

Viewing 1 replies (of 1 total)
  • Hi,
    I found the setting in tab.php. You can adjust the speed value according to your preferences.

    <script type=”text/javascript”>
    jQuery(function() {
    jQuery(“.mygallery”).jCarouselLite({
    btnNext: “.nextb”,
    btnPrev: “.prevb”,
    visible: 1,
    speed: 6000,
    auto: 2000,
    easing: “backout”
    });
    });
    </script>

Viewing 1 replies (of 1 total)
  • The topic ‘How to change speed of slider in Calypso theme’ is closed to new replies.