-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
The plugin works with just Gutenberg and the Classic Editor installed; however when you enable Yoast SEO you get the following error:
Loading failed for the <script> with source “http://mydomain.dev/wp-content/plugins/typeform/assets/js/themes/modern/theme.js?wp-mce-6000-20180716”
That file doesn't exist, and it actually should be loaded from the wp-includes folder.
Likewise when Typeform is disabled but Yoast SEO and Classic Editor are enabled it also works; the same script as above is loaded but this time from the correct location:
wp-includes/js/tinymce/themes/modern/theme.js?wp-mce-6000-20180716
I suspect this happens because both plugins are using & extending the tinymce plugin.
Looks like more people are having these problems when you look at the WP support board of this plugin: https://wordpress.org/support/topic/editor-breaks-due-to-javascript-error-on-wp-5-0/
Metadata
Metadata
Assignees
Labels
No labels