Archived topic
appearance-editor has gone in wp dashboard
6 replies · Started by BeeLady11 on September 13, 2017
Hi
I want to put some PHP in my child theme but appearance-editor has gone missing in my wp dashboard.
Any suggestions gratefully received!
I'm up to date with GP and the premium plugins.
Site in question is https://www.keytolinkedin.co.uk
Thanks
Hi there,
Like the appearance tab in the dashboard is not showing?
Can you try #1 here? https://docs.generatepress.com/article/debugging-tips/
Tried that but it still hasn't come back.
Can't turn on debugging mode because I can't get to the editor.
:-(
Can you send me admin access so I can take a look?
You can use Account Issue here: https://generatepress.com/contact/
Hi Leo,
Thanks, but I managed to fix it.
I think one of the plugins had changed the editor visible parameter, so I edited it and FTP'd it up to my child theme. Can now see the editor again!
A :-)
For anyone else who may come across this problem, download your child theme's wp-config.php file and if this line:
define( 'DISALLOW_FILE_EDIT', true );
is in there, remove it (or comment it out) and FTP it back up to your site.
- worked for me!
:-)
Awesome. Thanks for reporting back!