Tagged: demo import
-
AuthorPosts
-
March 17, 2015 at 2:49 pm #412957
Hi,
I have my website almost finished, and I would like to import a single page from the DEMO, without overruling the entire website.
It would be like to “add” this page to the website.
How can I proceed?
Regards
Newton
March 17, 2015 at 2:54 pm #412962Hi newtonlinchen!
Can you please post the link of the demo page you would like to import?
Best regards,
YigitMarch 17, 2015 at 3:00 pm #412963Hello, Yigit!
It would be “Pricing”, “Meet the Team” and “Services” from the regular (Default) Enfold theme.
March 17, 2015 at 3:04 pm #412965Hey!
Please firstly turn on debugging mode – http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
and then add following shortcodes into the section below Advanced Layout Builder
Team page – http://pastebin.com/z7PSRDKi
Pricing page – http://pastebin.com/hnt83vUk
Services page – http://pastebin.com/198ui45yCheers!
YigitMarch 17, 2015 at 3:55 pm #413014Ok, I’ll try it!
March 17, 2015 at 4:06 pm #413025March 17, 2015 at 4:11 pm #413034Yigit,
The child theme created doesn’t have a functions.php.
Only: rlt.css, screenshot.png, style.css
I couldn’t find the child theme’s function.php.
March 17, 2015 at 9:32 pm #413238Yigit,
As I said, I couldn’t find any functions.php file in the child theme, only in the parent!
March 17, 2015 at 9:42 pm #413245Hi!
You can create one or download a pre-built child theme from here – http://kriesi.at/documentation/enfold/downloads/
Best regards,
YigitMarch 17, 2015 at 9:46 pm #413252Yigit,
The Documentation says the below: (“Adding the following to your child theme functions.php…”)
But, as I told you before, the child theme doesn’t have a functions.php file!
__________
From the Documentation:
“To do this, you need to enable the debug field for the Advanced Layout Builder. Adding the following to your child theme functions.php will do that://set builder mode to debug
add_action(‘avia_builder_mode’, “builder_set_debug”);
function builder_set_debug()
{
return “debug”;
}
You should now see a new field under the Advanced Layout Builder with the live output of the elements as you add them using the drag and drop interface. Just be careful of editing things in that field as there are no checks or automatic corrections for missing punctuation or code.”
_________March 17, 2015 at 10:18 pm #413267Hi!
You can copy functions.php file from pre-built child theme ( link above ) or you can create one. You should add php opening tag
<?php
and save the file
Regards,
YigitMarch 19, 2015 at 2:44 am #414102Ok, it worked. Thanks.
March 19, 2015 at 3:25 pm #414500 -
AuthorPosts
- You must be logged in to reply to this topic.