Slider Timing

Viewing 10 posts - 1 through 10 (of 10 total)
  • #13584
    alex.cramer
    Participant

    I would like to adjust the timing of the slider on my landing page so it is about a second quicker. What steps do I need to do to do this.

    #13677
    niguli
    Participant

    me too

    #13695
    takkall
    Participant

    I would also like to speed up the slider timing, can anyone help?

    #13696
    niguli
    Participant

    ok I found where to act. looking at the flex slider code, we have do declare the parameter animation speed in the file function.php. I set it animationSpeed: 1600, in the section

    $('#slider').flexslider({
    selector: '.slides > li',
    animationSpeed: 1600,
    video: true,
    prevText: '←',
    nextText: '→',
    pausePlay: true,
    pauseText: '||',
    playText: '>',
    before: function() {
    $('#slider .entry-title').hide();
    },
    after: function() {
    $('#slider .entry-title').fadeIn();
    }
    });

    you can also act on slideshowSpeed:,

    All parameters are here: http://www.woothemes.com/flexslider/

    I solved. Hope it helps you πŸ™‚

    #13697
    takkall
    Participant

    Having adjusted the slideshow speed on jquery.flexslider.js (line 795) – it doesn’t seem to have altered things…?

    #13698
    takkall
    Participant

    Sorry just seen your post, so will try that…

    #13699
    takkall
    Participant

    This doesn’t seem to have helped – it’s still going at the same speed – 5 secs approx. I have force refreshed my browser – any ideas?

    #13700
    niguli
    Participant

    did you change the animationSpeed or the slideshowSpeed ? or both ? they’re different…

    #13701
    takkall
    Participant

    Ah yes all sorted now thank you, I need to insert slideshowSpeed – thanks for your help πŸ™‚

    #13702
    niguli
    Participant

    yeah ! πŸ˜‰

Viewing 10 posts - 1 through 10 (of 10 total)

You must be logged in to reply to this topic.