Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #497932

    Is there a nice way to copy a page element that’s been created with Avia one page and add it to another? For example, suppose I create a FAQ, a table or whatever and want to duplicate it on another page. Thanks

    #497934

    …hold on I think I found it. I’ll post again if I have problems

    I have a problem

    I added

    add_action( 'avia_builder_mode', "builder_set_debug" );
    function builder_set_debug () 
    
    {
        return "debug";
    }

    to functions.php with and without
    if(isset($avia_config['use_child_theme_functions_only'])) return;
    above, below and between “add_action” and “function”
    but don’t see any text box with the code

    • This reply was modified 9 years, 2 months ago by compudean.
    #498563

    Hi!

    Download a child theme and add it to the functions.php file in the child theme folder, http://kriesi.at/documentation/enfold/downloads/.

    Besides that there is also the “Template” big blue button in the layout builder which you can use to save copies of your content and then load it on another page.

    Best regards,
    Elliott

    #498629

    It messed up my site. I find out later that the template options are reset? I went back to parent. How do I switch to child and get everything back quickly?

    Also, it messes up the dashboard/admin menu panel — even when on parent now. The menu items overlap

    • This reply was modified 9 years, 2 months ago by compudean.
    #498632

    Hi Compudean,
    even not updated the last 4 mounths, I used the Customizer Export/Import last week to copy all settings from the main theme to a new child theme. It was not Enfold – so I can’t sware, that it will work in your case, but it worked with many other themes. So make a backup before.

    Best regards,
    Stephan

    #498636

    Thanks Sephan. Maybe i am looking in the wrong place. Can someone send a screen shot of this text box with, say, an acordian with some sample content in it?

    #499011

    Hi,

    You can export the settings from you parent theme and import into the child once you activate it. If the settings don’t apply right away then simply try to toggle them and refresh your page.

    Regards,
    Rikard

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