We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Visual editor in WP version 3.9 is broken when this plugin is activated. Please fix this!
The text was updated successfully, but these errors were encountered:
Problem: plugin name is defined using camelCase but added to tinymce as all lower case.
Fix:
Edit the following plugin file: navis-media-credit-master/js/media_credit_editor_plugin.js
Line 86, change the following line:
tinymce.PluginManager.add('argo_wpeditImage', tinymce.plugins.argo_wpeditImage);
To this
tinymce.PluginManager.add('argo_wpEditImage', tinymce.plugins.argo_wpEditImage);
Sorry, something went wrong.
No branches or pull requests
Visual editor in WP version 3.9 is broken when this plugin is activated. Please fix this!
The text was updated successfully, but these errors were encountered: