EnlighterJS / Plugin.TinyMCE

:pencil: Official EnlighterJS Plugin for TinyMCE
https://tinymce.enlighterjs.org
Mozilla Public License 2.0
10 stars 6 forks source link

Issues with TinyMCE #21

Closed ajtruckle closed 1 year ago

ajtruckle commented 1 year ago

Updated to WP 6.1

Now I am having issues wih TinyMCE in bbPress:

https://www.publictalksoftware.co.uk/new-topic/

MCE

I am assuming the issue with my own plugin there, but even if I deactivate it it then shows your plugin in the tool tip. As a result I can't load the toolbar.

ajtruckle commented 1 year ago

If I deactivate my own plugin then it shows:

EN

ajtruckle commented 1 year ago

Gutenberg Block is working fine. Just TinyMCE.

ajtruckle commented 1 year ago

I looked at the FireFox log:

Loading failed for the <script> with source “https://www_publictalksoftware_co_uk/wp-content/plugins/tinymce-advanced/mce/contextmenu/plugin_min_js?wp-mce-49110-20201110-tadv-5600”. [new-topic:1:1](https://www.publictalksoftware.co.uk/new-topic/)
Loading failed for the <script> with source “https://www_publictalksoftware_co_uk/wp-content/plugins/tinymce-advanced/mce/wptadv/plugin_min_js?wp-mce-49110-20201110-tadv-5600”. [new-topic:1:1](https://www.publictalksoftware.co.uk/new-topic/)
Loading failed for the <script> with source “https://www_publictalksoftware_co_uk/wp-content/plugins/tinymce-advanced/mce/anchor/plugin_min_js?wp-mce-49110-20201110-tadv-5600”. [new-topic:1:1](https://www.publictalksoftware.co.uk/new-topic/)
Loading failed for the <script> with source “https://www_publictalksoftware_co_uk/wp-content/plugins/tinymce-advanced/mce/code/plugin_min_js?wp-mce-49110-20201110-tadv-5600”. [new-topic:1:1](https://www.publictalksoftware.co.uk/new-topic/)
Loading failed for the <script> with source “https://www_publictalksoftware_co_uk/wp-content/plugins/tinymce-advanced/mce/insertdatetime/plugin_min_js?wp-mce-49110-20201110-tadv-5600”. [new-topic:1:1](https://www.publictalksoftware.co.uk/new-topic/)
Loading failed for the <script> with source “https://www_publictalksoftware_co_uk/wp-content/plugins/tinymce-advanced/mce/nonbreaking/plugin_min_js?wp-mce-49110-20201110-tadv-5600”. [new-topic:1:1](https://www.publictalksoftware.co.uk/new-topic/)
Loading failed for the <script> with source “https://www_publictalksoftware_co_uk/wp-content/plugins/tinymce-advanced/mce/print/plugin_min_js?wp-mce-49110-20201110-tadv-5600”. [new-topic:1:1](https://www.publictalksoftware.co.uk/new-topic/)
Loading failed for the <script> with source “https://www_publictalksoftware_co_uk/wp-content/plugins/tinymce-advanced/mce/searchreplace/plugin_min_js?wp-mce-49110-20201110-tadv-5600”. [new-topic:1:1](https://www.publictalksoftware.co.uk/new-topic/)
Loading failed for the <script> with source “https://www_publictalksoftware_co_uk/wp-content/plugins/tinymce-advanced/mce/visualblocks/plugin_min_js?wp-mce-49110-20201110-tadv-5600”. [new-topic:1:1](https://www.publictalksoftware.co.uk/new-topic/)
Loading failed for the <script> with source “https://www_publictalksoftware_co_uk/wp-content/plugins/tinymce-advanced/mce/visualchars/plugin_min_js&media=1667490367?wp-mce-49110-20201110-tadv-5600”. [new-topic:1:1](https://www.publictalksoftware.co.uk/new-topic/)
Loading failed for the <script> with source “https://www_publictalksoftware_co_uk/wp-content/plugins/add-autosave-fullscreen-to-tinymce/mce/autosave/plugin_min_js?wp-mce-49110-20201110-tadv-5600”. [new-topic:1:1](https://www.publictalksoftware.co.uk/new-topic/)
Loading failed for the <script> with source “https://www_publictalksoftware_co_uk/wp-content/plugins/add-autosave-fullscreen-to-tinymce/mce/fullscreen/plugin_min_js?wp-mce-49110-20201110-tadv-5600”. [new-topic:1:1](https://www.publictalksoftware.co.uk/new-topic/)
Loading failed for the <script> with source “https://www_publictalksoftware_co_uk/wp-content/plugins/enlighter/resources/tinymce/enlighterjs_tinymce_min_js?4_5_0&wp-mce-49110-20201110-tadv-5600”. [new-topic:1:1](https://www.publictalksoftware.co.uk/new-topic/)
Loading failed for the <script> with source “https://www_publictalksoftware_co_uk/wp-content/plugins/tinymce-advanced/mce/emoticons/plugin_min_js?wp-mce-49110-20201110-tadv-5600”. [new-topic:1:1](https://www.publictalksoftware.co.uk/new-topic/)
Loading failed for the <script> with source “https://www_publictalksoftware_co_uk/wp-content/plugins/tinymce-advanced/mce/advlist/plugin_min_js?wp-mce-49110-20201110-tadv-5600”. [new-topic:1:1](https://www.publictalksoftware.co.uk/new-topic/)
Loading failed for the <script> with source “https://www_publictalksoftware_co_uk/wp-content/plugins/tinymce-advanced/mce/table/plugin_min_js?wp-mce-49110-20201110-tadv-5600”.
AndiDittrich commented 1 year ago

take a look onto the URLs... looks like a weak rewrite/optimization within your theme or plugin. nothing related to enlighterjs

ajtruckle commented 1 year ago

If I deactivate the One.Com CDN feature, then it works.