Page 1 of 1

WB8 Nivo Slider => Stop the Slider after one loop

Posted: Mon Mar 12, 2012 2:39 pm
by Pascal-Gilles
Hello,

Nivo Slider is displaying each slide once and goes back to the first one, and so on... It is however possible to modify this behaviour (and very easily):

Use the following options in the parameter settings*

To play each slide once:

Code: Select all

lastSlide: function(){$('#NivoSliderID').data('nivoslider').stop();}
To show every slide, go back to the first one, then stop:

Code: Select all

slideshowEnd: function(){$('#NivoSliderID').data('nivo:vars').stop = true;}
Of course: replace NivoSliderID with the real ID of the Nivo Slider in the Object Manager.

If you want to know more tips about Nivo Slider:
viewtopic.php?f=26&t=46210

(*) REMINDER: here's how to use these options (don't forget to put a "," between each option):
Nivo Slider Settings.png
Hope this helps! :D