I'm using this plug-in
http://wordpress.org/extend/plugins/wp-tooltip/
on this site
http://www.advancedkorean.com/
and a lot of the time when I mouse off of text (in the article section) The boxes wont go away. But sometimes it does. I want it to always go away on mouse off.
Arnav Joy answers:
open wp-tooltip.js file under js folder of plugin and replace that file with following code.
/**
Plugin Name: WordPress Tooltip
Description: WordPress tooltip lets you add tooltips to content on your posts and pages.
Author: Muhammad Haris - @mharis
Version: 1.0.0
Author URI: http://mharis.net
*/
jQuery(function() {
jQuery('.wp-tooltip').tipTip({
keepAlive: false
});
});
stevenwilson comments:
Thanks ^_^
Francisco Javier Carazo Gil answers:
Look at error console in your browser and tell us.
Francisco Javier Carazo Gil comments:
If problems persists try another one: http://croberts.me/tippy-for-wordpress/