Tagged: avia layout builder
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
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
Of course! My apologies!!!
Done.
Update: I installed the plugin suggested above, and I’m not yet seeing any difference. The layout builder is not working yet.
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