Wordpress plugins conflict with tinymce

I use Wordpress and install two plugins there. Both use the Tinymce WYSIWYG editor. If I have both plugins, I get the following error message when loading the page B plugin:

jquery.js? ver = 1.12.3: 2 Search error: there is no such instance of a method for an instance of an autocomplete widget

When you click on one of the tinymce tabs, this error message appears:

tinymce.min.js? ver = 4310-20160418: 11 Uncaught TypeError: unable to read refreshContentEditable property from undefined

If I have plugin A disabled, plugin B works flawlessly!

How can I resolve the conflict between both plugins? Shouldn't both use the tinymce editor and not change it for another plugin?

Thank you for your help!

+5
source share
1 answer

The problem was loading plugins in wordpress. By moving the plugin that generated the error to an earlier loading position, the problem can be solved.

0
source

All Articles