Tagged: ALB, drag and drop, enfold
After updating to WordPress 5.5.1 the ALB tiles under the tabs (Layout, Content & Media) are no longer drag and drop capable on Posts nor Pages. If you edit a post or page, all of those already in use are editable. But adding new elements are not working.
If I revert to the previous version of WP, it all works. Plugins are up-to-date and we are running on PHP 7.4 and site Health looks great. I’m at a loss how to troubleshoot this issue further. Your help is appreciated. Creds in private.
Hey Julie,
Please try adding this code in functions.php of your child theme:
function avia_builder_fix() {
echo '<style>
#avia_builder {
float: none;
}
</style>';
}
add_action('admin_head', 'avia_builder_fix', 99);
Best regards,
Nikko
Thanks so much, Nikko. Nicely done. It worked out very well. Will I need to remove this on the next Enfold update?
Hi welswebmaster,
You’re welcome :) and no, you won’t need to remove that on the next update.
Thanks for using Enfold and have a great day!
Best regards,
Nikko