Ask your WordPress questions! Pay money and get answers fast! Comodo Trusted Site Seal
Official PayPal Seal

tooltips box not going away on mouse off SOMETIMES WordPress

  • SOLVED

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.

Answers (2)

2012-07-02

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 ^_^

2012-07-02

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/