Harm10 wrote:The current version of Nivoslider isn't working on my site either. I found the error in the code and will inform the author.
For the time being you have to edit snippet_nivoslider.php. On line 125 changeto
- Code: Select all
$(window).load(function() {
$('#slider').nivoSlider({then it should work!
- Code: Select all
jQuery(window).load(function($) {
jQuery('#slider').nivoSlider({
Great! Thank you very much indeed! All working good now.
