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
Hi,
whenever I edit a post in the admin area I get this error message:
Failed to load plugin url: http://build-muscle-101.com/wp-content/plugins/cherry-plugin/admin/shortcodes/editor-plugin-39.js' defer='defer?_wpnonce=098907eb36
How can I fix it?
I am on WP 4.7.4, PHP 7.1 and Cherry Version 1.2.8.1
The text was updated successfully, but these errors were encountered:
Hi, @stesvis
As you can see, script URL http://build-muscle-101.com/wp-content/plugins/cherry-plugin/admin/shortcodes/editor-plugin-39.js is correct.
And if you use a WP version 4.7.4, this script never registered and enqueue, because - https://github.com/CherryFramework/cherry-plugin/blob/master/admin/shortcodes/tinymce-shortcodes.php#L48-L54
Maybe you have conflict with cherry plugin and one of your installed plugins.
Sorry, something went wrong.
No branches or pull requests
Hi,
whenever I edit a post in the admin area I get this error message:
How can I fix it?
I am on WP 4.7.4, PHP 7.1 and Cherry Version 1.2.8.1
The text was updated successfully, but these errors were encountered: