Slider

Discussion in 'GeoCraft WordPress Theme' started by aster media, Oct 14, 2014.

Thread Status:
Not open for further replies.
  1. aster media

    aster media Member

    Joined:
    Mar 15, 2012
    Messages:
    408
    Likes Received:
    8
    How can I change the slider speed and functionality ? Is there a way to make it into a continuous loop, rather than it moving from start to finish and speed all the way back to start over ? Thanks for your answer.
     
  2. rogerb

    rogerb Active Member

    Joined:
    May 8, 2012
    Messages:
    481
    Likes Received:
    33
    Try this:

    In your dashboard go to appearance>editor>front-page.php find the following function (its about a third of the way down the file) and change it to look like this:


    jQuery(document).ready(function() {
    jQuery('#mycarousel').jcarousel({
    wrap: 'circular',
    scroll: 2,
    auto: 4,
    animation:2000,
    initCallback: mycarousel_initCallback
    });

    The parts in bold are the important changes - experiment with the values, if the code lines are not there then add them - don't forget to make a back up of the file first!

    I use this all the time on my sites and have to change it every time an update of the theme comes out. I could use a child theme perhaps!

    Hope this helps, it was originally on another thread on this forum and was given by the support team!

    Roger B
     
  3. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,
    Yes this is a way to make it circular as rogerb says.
    Thanks & Regards
    Pramod
     
  4. aster media

    aster media Member

    Joined:
    Mar 15, 2012
    Messages:
    408
    Likes Received:
    8
    Thanks, Roger B. That worked wonders for me!
    Thanks also, Pramod.
     
Thread Status:
Not open for further replies.

Share This Page