- This topic has 5 replies, 2 voices, and was last updated 8 years, 3 months ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.
Select Page
Home › Forums › Community Support Forum › WordPress Plugins › Orbisius Child Theme Creator › Theme Editor Disabled?
So, I have installed and activated the Orbisius Child Theme Creator plugin. But when I clicked on the editor, this text comes up: “Theme editor is disabled due to DISALLOW_FILE_EDIT constant is set to true in wp-config.php.” – So yeah, I can’t customize the theme I am using, which is Extra.
I am kinda new to child themes, so I don’t really know what to do here. Help a fellow out?
Hi,
Please, check your wp-config.php for DISALLOW_FILE_EDIT constant.
if you see it you have to comment it out or remove it.
Another option is to conditionally include it by checking for your own ip address.
Somebody has put this to prevent plugins, themes from being edited due to security reasons.
Our plugin respects that value.
Slavi
Okay. Thanks for the answer.
Should I access it via FTP and download the wp-config.php and remove “Disallow_file_edit” and then upload and replace it with the old wp-config.php?
Guess that’s the best way around it?
Yep. Actually you just need to put two slashes // in front of that line which will disable that line and make it php comment
Great. Thanks a lot!
You’re welcome :)