Weather by You!

Templates and Projects support => Html Templates => Topic started by: tfavors on August 01, 2013, 05:57:36 AM

Title: Slider/Banner
Post 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
Title: Re: Slider/Banner
Post by: Mr.Meteo on August 01, 2013, 07:22:38 AM
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
Title: Re: Slider/Banner
Post by: tfavors on August 01, 2013, 12:57:14 PM
Works great thank you so much, Terry