Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #690891

    1. First is a comment and suggestion: I made a huge rookie mistake of “applying a demo” and having it completely wipe out 10 years worth of blogging material. I thought it would keep my content. Thankfully, my host backed up my website and it was restored. As another poster had said in this forum, you may want to make a warning more obvious or put a check in place to others as he could see how a client could potentially click something and accidentally delete everything. This should be stressed that this is for only new blogs.

    2. I can’t seem to find “theme options” for all of the “child” demos you are currently displaying here: http://kriesi.at/themedemo/?theme=enfold-overview

    The “downloads” link you have to Dropbox (below) do not contain all of the “theme options” settings: http://kriesi.at/documentation/enfold/downloads/

    There are only 11 theme settings exported.
    Your http://kriesi.at/themedemo/?theme=enfold-overview shows 25.

    So my questions are:
    A) I want to try other demos without overwriting my current blog’s content. How do we go about this?
    I understand that they will not look exact, but using I merely want to try these settings as a template.

    B) If there are theme options for all 25, where can we download those settings for the missing ones?

    #691473

    Hey lunarstudio,

    Sorry for the delayed response!

    Which demos in particular are you looking to try?

    Best regards,
    Jordan

    #691949

    No problem. People have lives!

    I assumed that maybe I was looking in the wrong places or that download link wasn’t updated but I suppose it’s more complicated than a simple “export”.

    The mental health one in particular followed by the creative studio. Was more interested in tinkering around with the code and to see how you accomplished certain settings.

    #693442

    Hi,

    You can import it and enable debug mode to see the shortcode tree below the Advanced Layout Builder. To enable debug mode add this to functions.php:

    add_action('avia_builder_mode', "builder_set_debug");
    function builder_set_debug() {
    	return "debug";
    }
    

    Best regards,
    Josue

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