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

    Hello. I have created a post with ALB. I can save this post as a template. That’s a great feature.

    But I want to use exactly this post now on two other websites where Enfold is running too? So how can I import this post into the other pages? Is this already possible or what is the simplest procedure? Thanks Alex

    #1074071

    Hey diefleischerei,
    Sort of, Enable Avia Layout Builder Debugger; on both sites, then copy the shortcodes below the editor and paste into the new site.
    Typically images are not transferred, you will need to manually add the images and then choose then in the new site.

    Best regards,
    Mike

    #1074084

    thank you mike. where can I enable the debugger in the backend?

    and is such a feature planned in the future? thanks and best regards, Alex

    #1074090

    Hi,
    Please follow the link above, you will see that you will add this code near the top of your functions.php file in Appearance > Editor:

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

    right after this line:

    if(isset($avia_config['use_child_theme_functions_only'])) return;

    Best regards,
    Mike

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