Hi, I added the following to my chile theme functions.php but the debug mode is not showing when I edit portfolios.
//set builder mode to debug
add_action(‘avia_builder_mode’, “builder_set_debug”);
function builder_set_debug()
{
return “debug”;
}
What am I missing?
Hey DROR,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
It is showing up on my instance.
Best regards,
Victoria