I entered this function:
//set builder mode to debug
add_action(‘avia_builder_mode’, “builder_set_debug”);
function builder_set_debug()
{
return “debug”;
}
Below this line:
if(isset($avia_config[‘use_child_theme_functions_only’])) return;
In functions.php
Nothing. Any suggestions? Thanks
Hey rahrens,
Please refer to this: https://kriesi.at/documentation/enfold/intro-to-advanced-layout-builder/#debug-mode
If that doesn’t work then send us a temporary admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.
Best regards,
Rikard
I tried again this morning, and all is good. THANK YOU!