When i click the insert hyperlin button in the visual editor it literally does nothing. I ran the console in IE to see any errors which i’ve listed below…
SCRIPT438: Object doesn't support property or method 'wpdialog'
editor_plugin.js?ver=358-23224, line 1 character 471
does anyone know why this is and how to fix it?
any help most appreciated 🙂
I found this WordPress forum post which seems to deal with the similar issue you are having.
There are few proposed solutions in it, so you might find it useful.
Another thing you could check is if jQuery is referenced twice.
In order for link to work, include the “wordpress” in the list of plugins to load in TinyMCE. For instance in the settings or tinymce.init({…}) initialization object you would add:
plugins : “paste wplink media wordpress”
Whenever you select some text then click the link icon, a small popup window opens to let you enter the URL in a text box.