Slider speed in Geocraft

Discussion in 'GeoCraft WordPress Theme' started by leelee, Dec 10, 2012.

Thread Status:
Not open for further replies.
  1. leelee

    leelee Member

    Joined:
    Dec 28, 2011
    Messages:
    46
    Likes Received:
    4
    Location:
    Australia
    Hi, i'm trying to find the code to slow down the slider, can you tell which file it is in ? i cant find it.

    thanks

    lee
     
  2. leelee

    leelee Member

    Joined:
    Dec 28, 2011
    Messages:
    46
    Likes Received:
    4
    Location:
    Australia
    Figured it out, for anyone wondering the same its in front-page.php

    Change the "auto " number to whatever you need
    });
    };
    jQuery(document).ready(function() {
    jQuery('#mycarousel').jcarousel({
    wrap: 'circular',
    scroll: 1,
    auto: 3,
    initCallback: mycarousel_initCallback
    });
    });
    </script>
     
    manfred likes this.
Thread Status:
Not open for further replies.

Share This Page