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.
I would also like to speed up the slider timing, can anyone help?
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 π
Having adjusted the slideshow speed on jquery.flexslider.js (line 795) – it doesn’t seem to have altered things…?
Sorry just seen your post, so will try that…
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?
did you change the animationSpeed or the slideshowSpeed ? or both ? they’re different…
Ah yes all sorted now thank you, I need to insert slideshowSpeed – thanks for your help π