-
AuthorPosts
-
September 3, 2015 at 7:21 pm #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
September 3, 2015 at 7:25 pm #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.
September 4, 2015 at 7:05 pm #498563Hi!
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,
ElliottSeptember 4, 2015 at 11:08 pm #498629It 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.
September 4, 2015 at 11:23 pm #498632Hi 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,
StephanSeptember 5, 2015 at 12:34 am #498636Thanks 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?
September 7, 2015 at 5:01 am #499011 -
AuthorPosts
- You must be logged in to reply to this topic.