Tagged: 

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

    #412962

    Hi newtonlinchen!

    Can you please post the link of the demo page you would like to import?

    Best regards,
    Yigit

    #412963

    Hello, Yigit!

    It would be “Pricing”, “Meet the Team” and “Services” from the regular (Default) Enfold theme.

    #412965

    Hey!

    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/198ui45y

    Cheers!
    Yigit

    #413014

    Ok, I’ll try it!

    #413025

    Hey!

    Please do so and let us know! :)

    Regards,
    Yigit

    #413034

    Yigit,

    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.

    #413238

    Yigit,

    As I said, I couldn’t find any functions.php file in the child theme, only in the parent!

    #413245

    Hi!

    You can create one or download a pre-built child theme from here – http://kriesi.at/documentation/enfold/downloads/

    Best regards,
    Yigit

    #413252

    Yigit,

    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.”
    _________

    #413267

    Hi!

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

    #414102

    Ok, it worked. Thanks.

    #414500

    Hey!

    Great, glad we could help :)

    Cheers!
    Rikard

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