Reply To: Slider Duration / Timing

#6953
Daniel Tara
Keymaster

In functions.php you can find a call to the function $(‘#slider’).flexslider({ … }); with several parameters. Also add this parameter:

slideshowSpeed: 7000,

where the number is the duration of the slide in milliseconds.