Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #272287

    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

    #272434

    Hey SergeVG!

    Please see – http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/

    Best regards,
    Yigit

    #272468

    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

    #272472

    Hi!

    Please find following line in Functions.php file

    avia_nav_menus(); //call the function immediatly to activate
    }

    and add the code right below it

    Regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.