Hi, since I deleted some pages of dummy content I need to import a single page of the online demo, I read that maybe I should enable Avia Layout Builder Debug.
I want to import only a page “About Us” for example, how can I do that?
Thanks.
Hey Fabio!
Thank you for using Enfold.
I’m sorry but you can’t import a single demo page. Please switch the advance layout builder to debug mode. Edit function.php, find this code:
if(isset($avia_config['use_child_theme_functions_only'])) return;
Below, add this code:
//set builder mode to debug
add_action('avia_builder_mode', "builder_set_debug");
function builder_set_debug()
{
return "debug";
}
Refer to this link for more info: http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
This is the About Us page shortcode: http://pastebin.com/gg2F5e18
Regards,
Ismael
Thanks for reply @ismael,
I put this code in the function.php file into the folder child-enfold but nothing happens, I may have done something wrong? below my child function.php
<? php
// Set Builder to debug mode
add_action (‘avia_builder_mode’, “builder_set_debug”);
builder_set_debug function ()
{
return “debug”;}
Thanks.
Is a bad thing happened, when I appeared an inscription at the top of my page where it says: “There is a rescue from a previous version, you want to restore it?”
I chose YES but I do not see anything, so it happened and how can I restore the page I created? Try to restor from last backup?
Help me please
ok I solved the problem, the editor of the page, I noticed on the right side under the heading State, Visibility, there is another voice “Revisions”. In this section, I went back to a previous version and everything came back alright.
I hope this can help someone who has had my same problem. :-)
Thank u