Hi, I read a useful post from someone wanting to clone a colour section to ‘paste’ into another page. The post mentioned…first debug avia builder…how do I put the ‘builder’ in debug mode? thanks,
Hey,
Edit functions.php, find this code:
if(isset($avia_config['use_child_theme_functions_only'])) return;
Below, add this one:
//set builder mode to debug<br />
add_action('avia_builder_mode', "builder_set_debug");<br />
function builder_set_debug()<br />
{<br />
return "debug";<br />
}
You will see the actual shortcode below the Builder. You can now copy it to another page. To execute PHP code, try this plugin.
Regards,
Ismael
What can I say. Pure Genius! Many thanks you’ve saved me hours or work…