Wordpress Edit Page not working -
i running on latest version of wordpress.
i clicking on edit page of home page, however, wordpress not allowing me edit page.
also when clicking on edit post, font white on visual editor , frustrating.
so kindly please help.
step perform
- deactivate plugins. yes... plugins.
- switch default 2014 theme.
- manually empty , refresh browser cache.
only after perform 3 steps.. see content editor load properly.
why need step
- you have deactivate plugins rule out possible interference plugin.
- you have switch default theme because... well... know works.
- you have manually empty browser cache because tinymce editor notorious holding onto , serving cached files server.
now, after editor working again... reactivate theme.
if continues working... it's not theme. begin reactivating plugins (one @ time) going check editor.
you find faulty plugin (or theme) preventing editor displaying properly.
"edit page" - of text in edit box in white font
try adding define('concatenate_scripts', false );
bottom of wp-config.php file (just before require_once line).
Comments
Post a Comment