Debug is unchecked, however I have this hardcoded into my custom post type and underneath is "Debug = " also there is a blank thumbnail in the thumbnail navigation.
I'm unsure to the issue.
Debug is unchecked, however I have this hardcoded into my custom post type and underneath is "Debug = " also there is a blank thumbnail in the thumbnail navigation.
I'm unsure to the issue.
I also have this issue
Me Three.
Same here! Geesh, has no one found a solution for this. :(
Hi:
Just found that this was fixed in a new release. I don't know if this version if available on WordPress.org, but you might find the direct website for the developer helpful. Best of luck!
http://www.theemeraldcurtain.com/wordpress-plugin/easy-nivo-slider/
If you want to fix the current version while you wait for the upgrade to go live, open /plugins/easy-nivo-slider/misc/current-post-list-images.php and either comment out
echo 'debug='.$options['debug'] .'<br>';
or change it to
if (!empty($options['debug'])) echo 'debug='.$options['debug'] .'<br>';
Thanks for the debug fix but what about the blank thumbnail? Any suggestions for that?Also not all my images are being displayed, I only get 10.
Both issues go away if you download the beta version on the author's website.
This topic has been closed to new replies.