Hi,
I’ve installed NextGEN, created a gallery with 2 images.
In my page I have added
[nivo source="nextgen" gallery=1]
When I view the page the first image is there but it never changes to the next. I look at the errors on the page and get
Error: title is undefined
Source File: https://tiax/wp-content/plugins/easy-nivo-slider/3rd-party/jquery.nivo.slider.js?ver=2.5
Line: 97
This maps to this line
if(title.substr(0,1) == '#') title = $(title).html();
in the plugin code
// Process caption function
var processCaption = function(settings){
var nivoCaption = $('.nivo-caption', slider);
if(vars.currentImage.attr('title') != ''){
var title = vars.currentImage.attr('title');
if(title.substr(0,1) == '#') title = $(title).html();
Not sure what to do to fix this?