Tagged: avia layout builder
For some reason, since WP 6.6.2, all of my sites that use Enfold are displaying the Avia Layout Builder off to the side and not in the main content editing area (on the back end). My Screen Option is set to 2 column. When set to 1 column, it will appear but very far down the page.
Once I scroll down, it pops into position for a while but will slide off to the left after a while.
Please help!
Thanks
Nancy
Hey nancyT,
Thank you for the inquiry.
This issue has been fixed in the latest version of the theme. Please upgrade to version 6.0.6 or add this hook in the functions.php file:
function admin_head_mod() {
echo '<style type="text/css">
#postbox-container-2 { clear: left; }
.index-php #postbox-container-2 { clear: none; }
</style>';
}
add_action('admin_head', 'admin_head_mod');
Best regards,
Ismael
Hi,
Thanks for the update. Please let us know if you should need any further help on the topic, or if we can close it.
Best regards,
Rikard
All of my sites are working properly now in Chrome, but a couple still misfiring in Safari. Hopefully that will resolve.
I think you can mark this as “closed”.
Nancy