Conversation
supportI have latest version of WordPress (4.0.1) and latest version of this plug-in. When I try to add a tooltip, I select the text and then (using the visual editor) click the green tooltip button. Nothing happens. Looking at the screenshot, I am guessing I should get an overlay to setup the tooltip, but I get nothing. https://wordpress.org/plugins/responsive-mobile-friendly-tooltip/
I fixed this by adding this to the functions file: wp_enqueue_script("jquery-ui-dialog"); I also wasn’t getting the dotted underline, so added this to the stylesheet: abbr { border-bottom: 1px dotted #111111!important; }
THANK YOU!!! Both were very helpful.
Thank you, this helped!
“Z” Why do you have to add that bit of code? Shouldn’t the plugin simply do all the conversions???
Thanks, that fixed the problem. I added if (is_admin()) { wp_enqueue_script("jquery-ui-dialog"); } to the end of responsive-tooltip.php. It would be good if this fix could be added to the plugin code (after half a year), instead of users having to edit the file.
I am also having trouble; no response when clicking the green button. Can anybody else recommend a similar plugin that is responsive?
I fixed this by adding this to the functions file: wp_enqueue_script("jquery-ui-dialog"); I also wasn’t getting the dotted underline, so added this to the stylesheet: abbr { border-bottom: 1px dotted #111111!important; }
THANK YOU!!! Both were very helpful.
Thank you, this helped!
“Z” Why do you have to add that bit of code? Shouldn’t the plugin simply do all the conversions???
Thanks, that fixed the problem. I added if (is_admin()) { wp_enqueue_script("jquery-ui-dialog"); } to the end of responsive-tooltip.php. It would be good if this fix could be added to the plugin code (after half a year), instead of users having to edit the file.
I am also having trouble; no response when clicking the green button. Can anybody else recommend a similar plugin that is responsive?