Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: How to Import landing page demo to only one page #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”;
    }

Viewing 1 post (of 1 total)