Hello :)
I updated WordPress and Enfold today and now the Avia Layout Builder Elements are grayed out on Pages. They don’t highlight when I hover over them and I can’t click on them. They still work fine for posts and portfolio items. I have included the login information in the Private Content area. Thank you.
Hey Greatersun,
Seems like the element below it has taken the space (though visually it looks okay).
Please try to 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
Thank you for the quick reply, Nikko. I will do that today and let you know if we can mark this one as resolved :)
Hi Nikko,
Well that was nice and painless. I finally setup an Enfold child-theme, which is something I’ve been meaning to do anyway. I added your code to functions.php and now Avia Builder seems to be working just fine. Thanks again for the quick reply. Now I can get back to work :)
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon