Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #731573

    Hello,

    I would like to use some demo pages as templates. As the look I would like to achieve is a combination of several demos, I wonder how I can do that, without overriding the general css changes I’ve made. I found a thread where you’ve provided shortcodes to some demo pages https://kriesi.at/support/topic/how-can-i-download-the-new-demo-pagestemplates/ . That would be very useful and save me a lot of time (the other solution I found was inspecting the demo pages and trying to reproduce them…)
    The demos I am interested in are:

    I would also like to have the debug mode activated. I’ve tried the code snippet you provide in the theme documentation http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/ but without succes. I am not using a child theme. As soon as I add the provided code, my site goes down (error 500) and I have to edit my functions.php file and remove that part to make it work again.

    Thank you in advance

    #731896

    Hey NNE,

    I would recommend that you install a child theme first and foremost as your changes will be overwritten on updates otherwise. You can download one from here: http://kriesi.at/documentation/enfold/downloads/

    Best regards,
    Rikard

    #731991

    Hi Rikard,

    I should read more about child themes, I never used one.
    If I understood this right, it will let me download the demos I would like to have without overriding the styling of the main Enfold theme. How do I do if I want to download 2 demos? And most important, how do I move the pages made in the child theme to the main one, or is this not necessary?

    I would still like to have the debug mode activated in the main theme, how can I do that?

    Thank you,
    Nadea

    #732079

    Hi,

    Demo data can be imported without over writing your theme settings by using XML file from Admin > Tools > Import > WordPress
    Make sure to check the option “Download and import file attachments” while importing.

    Please note this will not import the theme settings you may need to set them up and upload if any images are missing from backend once the XML file is imported.

    Default demo
    Business Flat
    App Showcase
    Church Demo
    Construction Demo
    Cunsulting Demo
    Gym Demo

    It is not necessary to import any pages :) If you like to import the main theme settings to child theme it can be done using the Import/Export tab in Enfold theme settings.

    Best regards,
    Vinay

    #733132

    Hi Vinay,
    I will try that. Where can I get the XML for the Startup demo and the Landing page demo?

    Thank you,
    Nadea

    #733984

    Hi,

    Please find the XML for startup demo below:

    Startup demo

    Best regards,
    Vinay

    #733986

    Hi,

    Thank you Vinay!

    Sincerely,
    Nadea

    #734487

    Hi Nadea,

    Glad we could help :-)

    Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

    #735212

    Hi Rikard,

    Thanks again. It goes much faster this way.
    I would also like to have the Landing Page demo xml if possible to get some elements from it too.

    Thank you,
    Nadea

    #736456

    Hi,

    Please download the requested demo from the below link :)
    Landing Page demo

    Best regards,
    Vinay

    #736469

    Hi Vinay,

    Thanks a lot! The only thing is that even when I check “Download and import file attachments”, the media files fail to be imported. It’s fine, because I will use other images.

    Sincerely,

    Nadea

    #736512

    Hi,

    Some demos do not include all the images sorry for that.
    Feel free to check out the link in private, I hope you will like it :)
    If you have not yet reviewed our theme please take a moment and click here https://themeforest.net/downloads
    To know more about enfold features please check – http://kriesi.at/documentation/enfold/
    Thank you for using Enfold :)

    Best regards,
    Vinay

    #750896

    Hi,

    Thanks again for your help!
    I am having some trouble adjusting the size of an image in a grid row.
    I used the grid row element from the landing page demo.
    My problem is, the wider the screen, the bigger the image. I wanted to set the maximum height for the image, added a css class to it, but it’s actually on the grid row and not the image. So when I try setting new css rules (in my case I tried max-height: 75vh;), it works on the row and not the image.
    No idea how to set the class for the image only.

    #753461

    Hi,

    Did you turn on the custom css class field? This should work:

    .device .avia-image-container img {
        max-width: 70%;
        margin: 0 auto;
    }

    Did you add the “device” class attribute? You can do the same with the image element.

    Best regards,
    Ismael

    #797646

    Hello,
    Sorry to bother you again, but I had a biiig problem with my laptop (no more coffee while workirking for me) and realized I didn’t have a backup for the downloaded demos. Tried the links from the post above but the files are no more there. I would like the XML file for the App Demo please.

    Thank you in advance,

    Nadea

    #797667

    Hi,

    Please see private content field below :)

    Best regards,
    Yigit

    #797687

    Hi Yigit,
    Thank you for such a quick response! Works great.

    Nadea

    #797690

    Hi,

    You are welcome! :)

    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Best regards,
    Yigit

Viewing 18 posts - 1 through 18 (of 18 total)
  • The topic ‘Demo page shortcodes’ is closed to new replies.