Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #23780

    Hi there,

    first of all I´d like to thank you for such an awesome theme. I was in the middle of creating my own for my new site but then I came accross Enfold ans this is “MY” theme. Perfect!

    Is there a way to export specific page settings (templates) and import them into another site? For example if I create a contact page and save it as a template can I export it and use it on another site without creating it again?

    Does that work with the default WP export/import functionality???

    Cheers

    Michael

    #121115

    You can use the debug mode to copy the shortcode content. Open up functions.php and you insert this code

    //set builder mode to debug
    add_action('avia_builder_mode', "builder_set_debug");
    function builder_set_debug()
    {
    return "debug";
    }

    at the very top – insert it before:

    global $avia_config;

    2) The debug field will be displayed underneath the editor. Copy this code and insert it into the standard editor (other website). Then save the post and the template builder should convert the shortcodes to an advanced layout.

    #121116

    OK, thanks. Will try it.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Export Theme Settings and Templates’ is closed to new replies.