Visit Users -> Your Profile in your site’s Dashboard and make sure that “Disable the visual editor when writing” is *not* checked.
If that is *not* checked and you still had the issue with all plugins deactivated, try switching to the Twenty Sixteen theme to rule-out a theme-specific issue (theme functions can interfere like plugins).
Thanks James. It is not checked. WIll it disrupt my current theme if I switch to Twenty Sixteen and switch back?
I am having the same problem. I’ve spent several hours on several websites disabling and enabling plugings. Nothing works. Seems to be an issue with wp and not any particular theme or plugin.
WIll it disrupt my current theme if I switch to Twenty Sixteen and switch back?
No, you can safely switch to Twenty Sixteen to see if you still have the same issue under it or not, then switch back.
I am having the same problem
If none of the above worked for you, please open your own thread: https://ww.wp.xz.cn/support/forum/how-to-and-troubleshooting#postform
This is one of the solutions I found…
Adding —- > define( ‘CONCATENATE_SCRIPTS’, false ); to wp-config.php
Yep, that is a potential solution if the problem cannot be traced back to a function conflict from a specific plugin or theme. Did that work for you?
Ok, then if none of the above worked for you, please open your own thread: https://ww.wp.xz.cn/support/forum/how-to-and-troubleshooting#postform
sweet capri – any luck?
“Adding —- > define( ‘CONCATENATE_SCRIPTS’, false ); to wp-config.php” – Can someone tell me how I do this?
To do so, access your server via SFTP or FTP, or a file manager in your hosting account’s control panel, and edit the wp-config.php file with a plain text editor.
Then, add define('CONCATENATE_SCRIPTS', false); just below the define('DB_HOST' line.
https://codex.ww.wp.xz.cn/Editing_wp-config.php#Disable_Javascript_Concatenation