Support Forum

Mentions not showing popup

KA Kaledo
Kaledo
Member

I’m trying to use the mention plugin but this error shows up in console.

Uncaught TypeError: Object #<Object> has no method 'match' editor_plugin.js?ver=359-20131026:421
beginningOfWordMatches editor_plugin.js?ver=359-20131026:421
matchingOptions editor_plugin.js?ver=359-20131026:407
keyUpEvent editor_plugin.js?ver=359-20131026:103
tinymce.create.dispatch tiny_mce.js?ver=359-20131026:1
c tiny_mce.js?ver=359-20131026:1
j tiny_mce.js?ver=359-20131026:1
y

4 Answers

New Answer

MP Mr Papa
Mr Papa
Member

Any themes or plugins that add buttons or plugins to the wp blog post editor? They might be doing it wrong causing errors when WP editor used on front end…

Do you have a link so we can look for conflicts?

Might try the default WP theme and see if it changes anything.

KA Kaledo
Kaledo
Member

With the default theme it’s working. Must be some conflict with the jQ in use on my custom theme. How can I track down what’s causing the issue?

KA Kaledo
Kaledo
Member

Ok found the culprit. I forgot to remove the loading of Mootools framework in my theme after switching to jQuery. It’s working now.

YS Yellow Swordfish
Yellow Swordfish
Member

Ah… good old MooTools. Always a problem in WordPress!

Glad you found it and thanks fr the update.