Hi,
Posting this question again as it seems to have become lost in the queue since it was posted on 25/4 (#434658)
I have copied the following code snippet to my Child theme php functions file:
//set builder mode to debug
add_action(‘avia_builder_mode’, “builder_set_debug”);
function builder_set_debug()
{
return “debug”;
}
However I’m still not seeing Debug View when using Advanced Layout builder.
Please advise. Thanks
Hi Haycreations!
Please review your website now. You had some typos in your functions.php file of your child theme.
Best regards,
Yigit
Thankyou so much for checking & fixing Yigit :)
Also, sorry for double posting – I couldn’t work out how to delete the 1st post after submitting the second.