Skip to content
New issue

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

Not compatible with WordPress 3.9 #2

Open
finaldesign opened this issue Apr 17, 2014 · 1 comment
Open

Not compatible with WordPress 3.9 #2

finaldesign opened this issue Apr 17, 2014 · 1 comment

Comments

@finaldesign
Copy link

Visual editor in WP version 3.9 is broken when this plugin is activated. Please fix this!

@wfsmith
Copy link

wfsmith commented Oct 1, 2014

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);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants