Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #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.
    #1084152

    Hi 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,
    Yigit

    #1084470

    Thank 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:

    CV

    In advance, thank you SO much!!!

    Phil

    • This reply was modified 6 years, 4 months ago by BowHj.
    #1085097

    Hi Yigit,

    Just wondering when I might be able to get the codes for some of these pages. Thanks again.

    #1085261

    Hi 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-mode

    Best regards,
    Nikko

    #1085282

    Hi 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

    #1085364

    Hi 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,
    Nikko

    #1085391

    Hi Nikko,

    I’ve already imported the Enfold 2017 theme. Really, I’m just looking to add templates for my individual pages.

    Phil

    #1085469

    Hi 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,
    Nikko

    #1085810

    Wow. Thank you so much for the walkthrough. Amazing support : )

    Thanks,

    Phil

    #1085833

    Hi Phil,

    We’re glad that we could help :)
    Thanks also for using Enfold and have a great day!

    Best regards,
    Nikko

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