Viewing 3 posts - 1 through 3 (of 3 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 50 minutes ago by nancyT.
    • This reply was modified 47 minutes ago by nancyT.
Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.