Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1470169

    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

    #1470209

    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

    #1470247

    Thanks.

    Nancy

    • This reply was modified 3 weeks, 2 days ago by nancyT.
    • This reply was modified 3 weeks, 2 days ago by nancyT.
    #1470275

    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

    #1470284

    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

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Avia Layout Builder off screen’ is closed to new replies.