[Plugin: Easy Nivo Slider] BUG: NetxGen images' titles are missing
-
Hello,
This is one really great plugin!
I have found a bug though, in the latest version 1.6.1
It misformats the TITLE attribute of the IMG tag. As a result, nivo v 2.5 javascript can’t find the ‘title’ attribute and crashes.
To fix that, you might want to change the code at two places, in the file “nextgen/list-images.php”:
line 76: change into this one, to allow TITLE attribute of the NextGen gallery’s image to be used instead of the ALT attribute:
} elseif( '' != $image_alt && !$image_description) {
line 93: change into this one, to properly format the TITLE attribute:
echo '<img src="'.$image->imageURL.'" '. ($image_description ? 'title="' . $image_description . '" ' : '') . $size .' border="0" />';
Thank you.
- The topic ‘[Plugin: Easy Nivo Slider] BUG: NetxGen images' titles are missing’ is closed to new replies.