Nivo Slider with AutoTooltipImages

World renowned as the most beautiful and easy to use slider.
Post Reply
norman
Site Admin
Posts: 1252
Joined: Sat Feb 07, 2004 9:55 pm

Nivo Slider with AutoTooltipImages

Post 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');
Norman
Post Reply