Hi,
When using the Avia builder and switching over to the default editor, you don’t get anything.
This means there is no way to copy content from one website to another.
Is there a way to show the AVIA content in a way that it is possible to copy the content to another site?
Thanks
Hey SergeVG!
Please see – http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
Best regards,
Yigit
Hi Yigit,
I tried to add this code tot the functions.php file in the root of the theme, at the bottom of the file.
//set builder mode to debug
add_action(‘avia_builder_mode’, “builder_set_debug”);
function builder_set_debug()
{
return “debug”;
}
Nothing seem to happen. I use the most recent Enfold theme version and WP 3.9.1