Hi there! Great theme!
Avia Layout Builder is not loading for my “Inicio” page, I have been trying every possible solution that I read in this forum but nothing seems to work, including the increase of memory limit and changing PHP version to 7.1.
Could you please help me? I am giving you admin access.
Thank you!
Hey Cocoa,
Please add this code to the child theme functions.php
add_action('avia_builder_mode', "builder_set_debug");
function builder_set_debug()
{
return "debug";
}
It helps us to read and debug the advanced layout builder code.
Best regards,
Dude