Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #980136

    We would like to add an Enfold landing page from your demo to our existing website, without overwriting the theme. Here is our website; https://www.corvendor.com and here is Enfold landing page demo we would like to import (to only one page); https://kriesi.at/themes/enfold-landing-page/

    I have seen some threaded discussions about this, if you have the shortcode handy for example :)

    Thank you!

    #980209

    Hey Lalande,

    You would want to activate debug mode within the demo environment, then copy the shortcodes within the demo page:

    You can then simply paste that within the page you are trying to build.

    Best regards,
    Jordan Shannon

    #981681

    Thanks Jordan,

    So, you are saying it is okay to go to > theme options > demo import > click to import demo ? Won’t this overwrite the whole theme?
    Where do I get the shortcodes from?

    I see the code I need to place in the functions.php child theme. Is this done before or after > click import demo ?

    //set builder mode to debug
    add_action(‘avia_builder_mode’, “builder_set_debug”);
    function builder_set_debug()
    {
    return “debug”;
    }

    #981706

    Hi,

    If you can set-up a local theme install you can install the demo on there and then copy the shortcodes over. You will get the codes by going to the Home page in the demo. With debug mode activated you will see the shortcodes instead of the visual elements.

    Best regards,
    Jordan Shannon

    #1033922

    hello, i install the theme and import de landing that i need to create in my real website. But i cant see the shortcode or html code from the landing page, so i create. How can i do?

    #1033944

    Hi!

    Please refer to this post – https://kriesi.at/documentation/enfold/intro-to-advanced-layout-builder/#debug-mode and enable debugging mode to see the shortcodes :)

    Regards,
    Yigit

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