lil707lil
Member
Posted 1 year ago #
I run 2 WordPress sites and, though one site is running fine, as of yesterday, on http://www.AroundTheWorldL.com the visual editor for posts has suddenly disappeared, and I can only do html post editing. I updated to WP 3.1 a few weeks ago, but haven't updated or changed anything in the past few days that would have caused this. Any suggestions? I want to write a new post! Many thanks.
Have you tried:
- checking through Troubleshooting WordPress 3.1 - Master List
- deactivating all plugins to see if this resolves the problem. If this works, re-activate the plugins one by one until you find the problematic plugin(s).
- switching to the Twenty Ten theme to rule out any theme-specific problems.
lil707lil
Member
Posted 1 year ago #
Deactivating the plugins and reactivating one by one worked-- I found the culprit! Huge thanks!
socialmediasorted
Member
Posted 1 year ago #
This same problem has just started happening to me also, after updating to 3.1 a few weeks ago. All 3 of my sites are affected, and I use 2 different themes and different plugins. Can't edit in the visual tab, so frustrating! Also get the error message - "Out of Memory on Line: 1" when using IE8. Sometimes when I click the Visual tab, all my content turns white.
Thanks
sachabee
Member
Posted 1 year ago #
same troubles as above, fyi. will try reactivating plugins.
kbarncat
Member
Posted 1 year ago #
How can this thread be marked resolved when it was NOT resolved for everyone?
paulzie22
Member
Posted 1 year ago #
MaryKateOlsen
Member
Posted 1 year ago #
For me, adding this to the wp-config.php worked like a charm:
define('CONCATENATE_SCRIPTS', false );
mikehirsch
Member
Posted 3 months ago #
I was having the same problem in 3.1.1 and this also worked for me
adding this to the wp-config.php worked like a charm:
define('CONCATENATE_SCRIPTS', false );
Thanks now just need to remember to do this when I upgrade that is if the issue is not resolved by wordpress..