oakshade
Forum Replies Created
-
Addendum to this post:
I just discovered that my theme (Hestia free), breaks this feature. I activated a few other free themes which do not exhibit the same problem. This is too bad because I have built the site already and I like what I have. Hestia makes a very nice looking website.I also like the readability feature of Yoast SEO. Are there any workarounds or suggestions as to what I might do to solve this?
Fixed for me:
I noticed the reference to TinyMCE in the Elementor debug section
IE. ‘ReferenceError: tinymce is not defined’ to be common among those facing this error.I also noticed the tinymce editor did not show up when trying to edit pages the old fashioned way using WP. I took this to mean that it is a problem of the built in WP editor not loading.
I did some looking and came across a thread recommending:
Try adding define(‘CONCATENATE_SCRIPTS’, false); to your wp-config.php file just below the define(‘DB_HOST’ line.Problem solved. Both tinyMCE and Elementor editor load just fine now.
https://ww.wp.xz.cn/support/topic/tinymce-do-not-show-up-in-wp-4-8-2/
- This reply was modified 7 years, 10 months ago by oakshade. Reason: spelling