Page 1 of 1

Nivo Slider with AutoTooltipImages

Posted: Fri Sep 20, 2013 10:00 am
by norman
If you use Nivo Slider with AutoTooltipImages then the first Nivo image displayed may also appear in a tooltip when you mouse-over the Nivo image.

To fix this, edit file autoimagepopup.js (in your Site folder) and look for the line:

Code: Select all

	return $(autoimageselector).not('.noautopopup');
Change it to:

Code: Select all

	return $(autoimageselector).not('.noautopopup, .nivo-main-image');