Author Topic: Slider/Banner  (Read 5570 times)

Offline tfavors

  • Sr. Member
  • ****
  • Posts: 126
    • Weather Gray
Slider/Banner
« 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

Offline Mr.Meteo

  • Administrator
  • Hero Member
  • *****
  • Posts: 1120
    • http://www.meteostours.ca
Re: Slider/Banner
« Reply #1 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
Please, consider supporting this site 

Offline tfavors

  • Sr. Member
  • ****
  • Posts: 126
    • Weather Gray
Re: Slider/Banner
« Reply #2 on: August 01, 2013, 12:57:14 PM »
Works great thank you so much, Terry