
-
AuthorPosts
-
March 28, 2019 at 2:40 pm #1084117
Hi,
I’m not a professional site builder or coder. I’m trying to build my first real website using enfold and I’m running into issues creating pages from templates. Is it possible to get shortcodes (I believe that’s what they are called?) for Theme Demo pages? If possible it would be great to have access to a bunch of different templates.
Thank you so much,
Phil
-
This topic was modified 6 years, 4 months ago by
BowHj.
March 28, 2019 at 3:57 pm #1084152Hi Phil,
Thanks for contacting us!
Yes, that would be possible. Could you please go to – https://kriesi.at/themes/enfold-overview/ and share the links of pages you would like to replicate here?
You can also go to Enfold theme options > Demo Import and import any demo you like with a single click within a few minutes. You can read more about importing demos here – https://kriesi.at/documentation/enfold/import-demos/
Regards,
YigitMarch 29, 2019 at 6:10 am #1084470Thank you for the help Yigit. I have tried to do it through the Demo Import function but had issues using them for specific pages within a site. Anyway, I really appreciate you helping with the shortcode to replicate : )
Here are the pages I would like access to:
In advance, thank you SO much!!!
Phil
-
This reply was modified 6 years, 4 months ago by
BowHj.
March 31, 2019 at 3:51 pm #1085097Hi Yigit,
Just wondering when I might be able to get the codes for some of these pages. Thanks again.
April 1, 2019 at 5:39 am #1085261Hi BowHj,
I think there are too many of those demos that you need.
Please import them and you’ll be able to get those shortcodes that you need as long as Avia Layout Debugger is enabled: https://kriesi.at/documentation/enfold/intro-to-layout-builder/#debug-modeBest regards,
NikkoApril 1, 2019 at 6:37 am #1085282Hi Nikko,
As an amateur, I’m not sure how to do this. (I’ve already seen the page you are referring to and was lost)
I do know that I can post the codes in manually though. Any chance you could do this piecemeal in separate replies. Sorry, if this is coming across as difficult, but my limited technological expertise is a factor.
Thank you in advance,
Phil
April 1, 2019 at 9:13 am #1085364Hi Phil,
Maybe we can start with importing Enfold 2017 first.
Inside your WordPress Dashboard, go to Enfold > Demo Import > hover over Enfold 2017 image and you should see Click to Import, click on it and wait until it finishes importing the demo and redirects to the Theme Options.
If you need further help with this, we’ll provide screenshots.Best regards,
NikkoApril 1, 2019 at 9:57 am #1085391Hi Nikko,
I’ve already imported the Enfold 2017 theme. Really, I’m just looking to add templates for my individual pages.
Phil
April 1, 2019 at 12:57 pm #1085469Hi Phil,
In your WordPress Dashboard, go to Appearance > Theme Editor > Theme Functions (functions.php), then find this code:
if(isset($avia_config['use_child_theme_functions_only'])) return;
above it add this code:
//set builder mode to debug add_action('avia_builder_mode', "builder_set_debug"); function builder_set_debug() { return "debug"; }
If you go on your pages, you’ll notice below those elements that there’s this additional area with lots of codes, this is the debugger, it should look like this: https://imgur.com/QTJg8WF
Those codes there are the shortcodes that build the page, you can copy and paste that to other pages in the debugger’s area.To have a backup with the current settings of the chosen demo, go to Enfold > Import/Export > Export Theme Settings File.
Then go to Enfold > Demo Import > choose another demo to import and you’ll get the pages it has, the Enfold 2017 pages will not be lost and will still be there when you access Pages but the one that shows in your frontend will be the current demo you chosen to import, there will be some slight changes to the Enfold 2017 pages since the theme settings will be changed (color, global layout like header, etc)
Best regards,
NikkoApril 2, 2019 at 4:22 am #1085810Wow. Thank you so much for the walkthrough. Amazing support : )
Thanks,
Phil
April 2, 2019 at 5:26 am #1085833Hi Phil,
We’re glad that we could help :)
Thanks also for using Enfold and have a great day!Best regards,
Nikko -
This topic was modified 6 years, 4 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.