WPIntell

Source evidence

How to make it work with WordPress 4?

Responsive Mobile-Friendly Tooltip · support · 2014-10-22T16:32:00+00:00

complaintsentiment
mediumseverity
0.86relevance
2replies
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
EvilJeff unresolved
I know this has been tested up until 3.8.3, but is there a way to make it work in wordpress 4? I get the error i.dialog is not a function from the file /wp-content/plugins/responsive-mobile-friendly-tooltip/responsive-tooltip-tinyMCE.js:17 Can anyone help please? Thanks https://wordpress.org/plugins/responsive-mobile-friendly-tooltip/ FYI: I’m running it on a WordPress 4.0 site, so while I’m not exactly sure what the problem is, it probably isn’t WP 4 directly. I fixed this issue adding wp_enqueue_script(“jquery-ui-dialog”); on the function.php of the theme. Check if your jquery-ui.js have the dialog widget on it.

Comments

2 shown
SteveW928 2014-11-01T19:21:00+00:00

FYI: I’m running it on a WordPress 4.0 site, so while I’m not exactly sure what the problem is, it probably isn’t WP 4 directly.

mcerro 2014-11-07T15:23:00+00:00

I fixed this issue adding wp_enqueue_script(“jquery-ui-dialog”); on the function.php of the theme. Check if your jquery-ui.js have the dialog widget on it.