How can I change slideshow timing? It seems to be roughly 5 sec and, sry, I can't figure out how parameters are added to flexslider.js... (or am I in the right path?)
Thanks for help.

Comments

veskimees created an issue. See original summary.

saurabh.dhariwal’s picture

For you purpose view all property of flexslider. This properties can be used in slider.js file(sites\all\themes\zeropoint\js\slider.js).

Find the below code for slideshow speed:

$('#slider').flexslider({
        slideshowSpeed:2000
  });

Feel free to contact me incase of any further query/concern regarding the same.

Thanks!

veskimees’s picture

Thanks, works fine!

veskimees’s picture

Status: Active » Closed (fixed)
saurabh.dhariwal’s picture

My pleasure! Feel free to contact me incase of any query/concern regarding any Drupal issues you face in future. Would be glad to land a hand always :)

Thanks
Saurabh

touati.atef’s picture

it help's me too .. but in my case i need it to change with different periode of time , it depends on a "date filed" in my content ,
thanks in advance