To fix WordPress visual editor not showing, follow the steps below:
» FTP to your web server
» Download your wp-config.php and add this line of code at the bottom of the file before the “require_once” line.
define(‘CONCATENATE_SCRIPTS’, false );
(*remember to backup the original wp-config.php)
Should look like that:
/** Sets up WordPress vars and included files. */
define(‘CONCATENATE_SCRIPTS’, false );
require_once(ABSPATH . ‘wp-settings.php’);
» Once done, upload the wp-config.php to your web server again. Now refresh your wordpress page and you should see the Visual Editor now.
Thank you so much Adrian!
That helped!
This worked for me also. Thanks!
Thank you! It’s been a real mystery to me since I upgraded to the latest version. 🙂
Thank you so much, worked like a charm!
Thanks! Works. I wonder how what appears to be an obvious bug got through? And why is it not listed as a known issue? Confused.
But thanks!
ur welcome, guys. Glad it works 🙂
Came to my rescue too Adrian. Kred! Any idea what the root cause was?
On some hosting environments, aggressive settings for the “mod_pagespeed” addon can break the javascript code and cause scripts to not be able to function.
http://ww.wp.xz.cn/support/topic/troubleshooting-wordpress-35-master-list
Posted right at the top of this forum.