Slider speed in a LISTING

Discussion in 'GeoCraft WordPress Theme' started by leelee, Jan 30, 2013.

  1. leelee

    leelee Member

    Joined:
    Dec 28, 2011
    Messages:
    46
    Likes Received:
    4
    Location:
    Australia
    I think the slider image speed in an individual listing is too long, how can i change the speed ?
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Go to geocrafttheme\js \ custom.js and replace code given below as shown in image.
    Code:
    jQuery(window).load(function() {
    jQuery('.flexslider').flexslider({
    slideshowSpeed: 400
    });
    });
    
    [​IMG]
     

Share This Page