WPIntell

Source evidence

Clicking the green tooltip button doesn't do anything

Responsive Mobile-Friendly Tooltip · support · 2014-12-03T18:38:00+00:00

mixedsentiment
mediumseverity
0.84relevance
6replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

6 / 25 rows with source links

24.0% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

19 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
tomlemes resolved
I 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?

Comments

6 shown
Zephinilium 2014-12-08T03:22:00+00:00

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; }

smalldetails 2015-01-10T01:11:00+00:00

THANK YOU!!! Both were very helpful.

RightBeatRadio 2015-01-18T13:15:00+00:00

Thank you, this helped!

athomasimage 2015-02-06T16:34:00+00:00

“Z” Why do you have to add that bit of code? Shouldn’t the plugin simply do all the conversions???

Christoph 2015-07-27T06:28:00+00:00

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.

SciFi2495 2015-10-09T03:11:00+00:00

I am also having trouble; no response when clicking the green button. Can anybody else recommend a similar plugin that is responsive?