Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #333121

    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.

    #333683

    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

    #333768

    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.

    #333774

    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

    #333884

    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

    #333888

    Hi!

    Thank you for sharing! Glad you figured it out :) Let us know if you have any other questions or issues

    Cheers!
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘How to import a single page of the enfold demo?’ is closed to new replies.