hi
i have a similar problem since upgrading to WP 3.2.1. i was on 1.6.1 of easy nivo but have now updated to the 2.0 beta but it still does not work.
the javascript error i get is this:
--------------------------^
[25/07/11 09:19:29] JavaScript - https://website.co.uk/
Event thread: DOMContentLoaded
Uncaught exception: TypeError: Cannot convert 'title' to object
Error thrown at line 20, column 565 in <anonymous function>(settings) in https://website.co.uk/wp-content/plugins/easy-nivo-slider-2.0/3rd-party/jquery.nivo.slider.pack.js?ver=2.5.1:
if(title.substr(0,1)=='#')
called from line 22, column 0 in <anonymous function>(element, options) in https://website.co.uk/wp-content/plugins/easy-nivo-slider-2.0/3rd-party/jquery.nivo.slider.pack.js?ver=2.5.1:
processCaption(settings);
called from line 67, column 294 in <anonymous function: $.fn.nivoSlider>(key, value) in https://website.co.uk/wp-content/plugins/easy-nivo-slider-2.0/3rd-party/jquery.nivo.slider.pack.js?ver=2.5.1:
var nivoslider=new NivoSlider(this,options);
called from line 16, column 24139 in <anonymous function: each>(a, c, d) in https://website.co.uk/wp-includes/js/jquery/jquery.js?ver=1.6.1:
if(c.call(a[g],g,a[g++])===!1)
called via Function.prototype.call() from line 16, column 17720 in <anonymous function: each>(a, b) in https://website.co.uk/wp-includes/js/jquery/jquery.js?ver=1.6.1:
return e.each(this,a,b)
called from line 67, column 138 in <anonymous function: $.fn.nivoSlider>(options) in https://website.co.uk/wp-content/plugins/easy-nivo-slider-2.0/3rd-party/jquery.nivo.slider.pack.js?ver=2.5.1:
return this.each(function(key,value){var element=$(this);if(element.data('nivoslider'))return element.data('nivoslider');var nivoslider=new NivoSlider(this,options);element.data('nivoslider',nivoslider);});
called from line 3, column 3 in <anonymous function>($) in https://website.co.uk/:
$("#slider-1").nivoSlider({
called from line 16, column 30126 in <anonymous function: resolveWith>(e, f) in https://website.co.uk/wp-includes/js/jquery/jquery.js?ver=1.6.1:
a.shift().apply(e,f)
called via Function.prototype.apply() from line 16, column 20176 in <anonymous function: ready>(a) in https://website.co.uk/wp-includes/js/jquery/jquery.js?ver=1.6.1:
y.resolveWith(c,[e]),e.fn.trigger&&e(c).trigger("ready").unbind("ready")
called from line 16, column 29005 in <anonymous function: z>() in https://website.co.uk/wp-includes/js/jquery/jquery.js?ver=1.6.1:
c.removeEventListener("DOMContentLoaded",z,!1),e.ready()
i tried your edit in the plugin folder misc:list-images-single-post.php
my code in the template is:
<?php easy_nivo_slider_for_featured_images(array(‘category’=>’HomeSlider’,’effect’=>’fade’,’transition’=>’1000′,’pause’=>’5000′)); ?>
which has worked very well in other sites.
The first image is on the page but there is no sliding / swapping of images.
tom