But it fractures the information into different places. For example we were still talking about “Visual Editor Not Working“, a pretty general subject. It was never resolved and is now closed. Where do we talk about that now? This is what I mean by unhelpful. It seems the thread should be topic focused rather than specific user focused.
Yes this new thread mania is weird. Very unhelpful.
I had this same problem with the visual editor not showing up.
I noticed some errors in the javascript console. It looks like something was renamed in reference to tinymce (the visual editor code).
I had to rename
wp-includes/js/tinymce/langs/wp-langs-en.js
to
wp-includes/js/tinymce/langs/en.js
and also copy the “en.js” file here:
wp-includes/js/tinymce/advanced/langs/en.js
Then the editor works again.