Thanks Jordan,
So, you are saying it is okay to go to > theme options > demo import > click to import demo ? Won’t this overwrite the whole theme?
Where do I get the shortcodes from?
I see the code I need to place in the functions.php child theme. Is this done before or after > click import demo ?
//set builder mode to debug
add_action(‘avia_builder_mode’, “builder_set_debug”);
function builder_set_debug()
{
return “debug”;
}