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

    Hello,

    The Avia Layout Builder is completely not functional on one of my sites. Via SFTP I have removed and re-installed the theme and that has had no affect. It still is completely unresponsive — making it so the theme is not usable.
    Please help. Any suggestions would be massively appreciated.

    Thank you,
    Dan

    • This topic was modified 3 years, 7 months ago by dnweil. Reason: UPDATED PASSWORD
    #1242129

    Hey dnweil,

    Can you please make that account admin? We cannot see anything like this.

    Also, please have a look at the following article:

    Best regards,
    Victoria

    #1242233

    Of course! My apologies!!!

    Done.

    #1242235

    Update: I installed the plugin suggested above, and I’m not yet seeing any difference. The layout builder is not working yet.

    #1242447

    Hi dnweil,

    Please use a child theme, you can download it here: https://kriesi.at/documentation/enfold/child-theme/
    Instructions on how to use it can also be found on the link.
    Then try adding this code in functions.php of the child theme:

    function avia_builder_fix() {
    	echo '<style>
    	  #avia_builder {
    		float: none;
    	  } 
    	</style>';
    }
      
    add_action('admin_head', 'avia_builder_fix', 99);

    Best regards,
    Nikko

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.