Conversation
supportI 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.
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.