Help! for some reason after add new page and when i click on Advanced Layout Editor it’s no longer appearing. I disabled all plugins but no luck.
where can i send user/pass so someone can take look ?
Hi!
Please create me a wordpress admin account and send me the login data to: (Email address hidden if logged out) – I’ll look into it.
Best regards,
Peter
Thanks for prompt response. i sent the information. Funny thing i noticed if i add new user it is working.Very, very oddd
looks like something messed up with ‘admin’ user
wanted to check in and see if you received my email with info.
Hi!
Yes, I got it. Will look into it asap.
Best regards,
Peter
Please add following code to the bottom of functions.php:
// THIS GIVES US SOME OPTIONS FOR STYLING THE ADMIN AREA
function avia_editor_fix_style() {
echo '<style type="text/css"> .js .hide-if-js, .no-js .hide-if-no-js, .js.wp-core-ui .hide-if-js{ display: block !important; } </style>';
}
add_action('admin_head', 'avia_editor_fix_style');
It should fix the error.
Thank you. Will this fix be included in the next theme release?
No, because it seems to be a server specific issue and other user didn’t report it yet. However I forgot to check your “Screen Options”. Maybe you just deselected the “Advanced Editor” checkbox?
In this case you probably just need to select it and then you don’t need to use this code too.
you know- it was deselected!!! I swear i didnt do it
Thank you!!
Hi!
Great, glad it works now :)
Regards,
Peter