One anegdote.
Yesterday spent about 4-5 hours fixing missing Themler backend menu item and permissions problem when accessing Themler link directly. Turned database upside down, tried all roles plugins, different snippets, copying things from other themes to this one, all possible.
And finally find out I put one line in wp-config.php disabling file edits for all roles in backend. Was so mad on myself. But still, had plenty of free time and it is OK. Imagine you work for some company and you lose half of working day on such stupid thing. How to explain to your boss why.
Dont have this line in wp-config.php:
define('DISALLOW_FILE_EDIT', true);
One anegdote.
Yesterday spent about 4-5 hours fixing missing Themler backend menu item and permissions problem when accessing Themler link directly. Turned database upside down, tried all roles plugins, different snippets, copying things from other themes to this one, all possible.
And finally find out I put one line in wp-config.php disabling file edits for all roles in backend. Was so mad on myself. But still, had plenty of free time and it is OK. Imagine you work for some company and you lose half of working day on such stupid thing. How to explain to your boss why.
Dont have this line in wp-config.php:
define('DISALLOW_FILE_EDIT', true);