Weather by You!
Templates and Projects support => Html Templates => Topic started by: tfavors on August 01, 2013, 05:57:36 AM
-
Is there a way to slow down the changing of the banners a little bit? Let them be viewed a bit longer before they change? Thanks, Terry
-
Hi Terry,
You need to edit a "packed" (space removed) file:
lib/jquery.nivo.slider.pack.js
Find these words: pauseTime:3000
Simply change "3000" for your own (1 sec.= 1000)
"packed" file remove all spaces to put all the lines
into 1 line, so take care to replace 4 digits by 4 digits!
That will change delay for all pages. A parameter is supposed
to work on individual page, but I was unable to made it work! >:(
Regards,
Jacques
-
Works great thank you so much, Terry