Compatibility with Black Studio TinyMCE Widget
-
Hello,
I noticed that qTranslate Plus alters the TinyMCE behavior provided by WordPress and this unfortunately affects 3rd party plugins.
In particular it causes issues when used together with Black Studio TinyMCE Widget and Page Builder (they’re both popular plugins with ~800k downloads).For further info on the issue you may take a look to this topic.
Unfortunately, with the new version of Black Studio TinyMCE Widget things are even worse. The new version is not yet released, but it’s available on GitHub.
The problems arise because qTranslate javascript code alters the initialization settings of both quicktags and tinymce but in an inconsistent way (all quicktags instances are affected but only the tinymce named “content”). Moreover the
switchEditors.gois redefined and it’s applied to all editor instances, even the ones not managed by qTranslate. If you really need to redefine that function, at least for editor instances created by other plugins, there should be a fallback to the WordPress default behavior.
The topic ‘Compatibility with Black Studio TinyMCE Widget’ is closed to new replies.