Error when entering editor
-
Whenever I go to edit a page there’s an error message that’s recently appeared:
Failed to load plugin url: https://lawandreligionuk.com/wp-content/plugins/widgetize-pages-light/include/otw_components/otw_shortcode//js/otw_shortcode_tinymce_plugin.js
The site itself seems to be working correctly, but my client is a bit worried.
-
I’ve been getting the same error on multiple sites.
Hello.
Same problem for me !
Thanks.I’m getting this EXACT same error on my posts and pages.
Failed to load plugin url: wp-content/plugins/widgetize-pages-light/include/otw_components/otw_shortcode//js/otw_shortcode_tinymce_plugin.jsI was told that there might be some java script code missing form the plugin. I hope they fix this.
-
This reply was modified 4 years, 7 months ago by
angel718.
Same problem here. Any solution?
-
This reply was modified 4 years, 5 months ago by
Monoloid.
this works for me:
edit
wp-content/plugins/widgetize-pages-light/include/otw_components/otw_shortcode/otw_shortcode.class.php
on line 192
$plugin_array[ $this->tinymce_button_key ] = $this->component_url.'/js/otw_shortcode_tinymce_plugin.js';
to
$plugin_array[ $this->tinymce_button_key ] = $this->component_url.'js/otw_shortcode_tinymce_plugin.js';then load
otw_shortcode_tinymce_plugin.jsin this folder:
wp-content/plugins/widgetize-pages-light/include/otw_components/otw_shortcode/js/wget https://pagecdn.io/plugin/wp-widgets-as-shortcodes/1.5/include/otw_components/otw_shortcode/js/otw_shortcode_tinymce_plugin.jsAlso getting that same error – any updates yet?
Just to clarify in case mrantonovich reply wasn’t clear.
1. Create otw_shortcode_tinymce_plugin.js in wp-content/plugins/widgetize-pages-light/include/otw_components/otw_shortcode/js/
2. Edit otw_shortcode_tinymce_plugin.js and paste in the code from https://pagecdn.io/plugin/wp-widgets-as-shortcodes/1.5/include/otw_components/otw_shortcode/js/otw_shortcode_tinymce_plugin.js
Worked for me 🙂
Yes ! It works form me too ! Thank you.
🙂I tried to fix the problem with the solution above, but the website https://pagecdn.io/plugin/wp-widgets-as-shortcodes/1.5/include/otw_components/otw_shortcode/js/otw_shortcode_tinymce_plugin.js is down.
Does anyone got the code I need to paste into the created otw_shortcode_tinymce_plugin.js?
Here’s the code I tried, and it worked:
https://gist.github.com/FrancoStino/f70677e2165161e5a9f307f1affecd4b -
This reply was modified 4 years, 7 months ago by
The topic ‘Error when entering editor’ is closed to new replies.