Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #397707

    Hello,

    I bought the theme enfold and wanted to change it according to my notions.
    Now I see, that demo theme v6 is actually exactly what I’m looking for and so I wanted to ask, could I reload this theme settings simple 1:1 in my backend?

    Thanks a lot
    Flo

    #397820

    Hi nullhorn!

    I’m not sure I understand. If your wanting to import one of the demos then you can do so in Dashboard > Enfold > Demo Import. Please keep in mind though that this will overwrite your settings. It will also import the demo pages, widgets, and images, etc.

    Cheers!
    Elliott

    • This reply was modified 9 years, 8 months ago by Elliott.
    #397981

    Hello Elliott,

    yes, you are right. That is what I’m looking for. But the Demo that I searching for is not in the List. Can I Import other Themes Files?

    Thx
    Flo

    #398201

    Hi!

    Would you like to only duplicate Homepage v6? If so, please firstly enable debugging mode ( http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/ ) and then add following shortcodes to the section that will appear right below Advanced Layout Builder – http://pastebin.com/V62whv9R

    Best regards,
    Yigit

    #398687

    Hallo noch mal,

    jetzt muss ich doch ins deutsche wechseln, in der Hoffnung dass ihr mich trotzdem versteht.
    Also ich hab mir deine Anleitung jetzt ein paar mal durchgelesen.
    Ich bin in mein BackEnd, Design – Editor – function.php geöffnet.
    Dort habe ich den Code ganz ans Ende eingebunden und auch den 2. Codeschnipsel,
    da ich m.E. ja kein Child Theme habe.
    Dann bin ich zurück auf eine X beliebig angelegte Seite und habe von Standard-Editor auf Erweiterter Layout-Editor geschaltet.
    Nur leider finde ich dann nichts neues vor, wo soll denn da etwas neues erscheinen?
    Und wie soll ich diesen Code von deinem 2. Link dann einfügen?

    Grüße
    Flo

    #398792

    Hallo!

    Do you mind creating a temporary admin login and posting it here privately so i can recreate home V6 on your page on a private page.

    P.S.: I used Google Translate to translate your questions. You do not need to reply if i understood you wrong because i asked our German speaking moderators to check the topic.

    Best regards,
    Yigit

    #399166

    Hey!

    wir empfehlen dir mit einem Child Theme zu arbeiten, damit deine Änderungen Update-sicher sind. Falls du dich dennoch dagegen entscheidest, dann mache bitte folgendes:
    Bitte stelle den Ausgangszustand deiner functions.php wieder her. Dann finde diese Zeile:

    if(isset($avia_config['use_child_theme_functions_only'])) return;
    

    und füge unter dieser Zeile diesen Code ein:

    //set builder mode to debug
    add_action('avia_builder_mode', "builder_set_debug");
    function builder_set_debug()
    {
    	return "debug";
    }
    

    Damit wirst du ein extra Feld sehen unter deinem Editor, in dem du das hier einfügst:
    http://pastebin.com/V62whv9R

    Gruß,
    Andy

    #456420

    Hi, I wanted to find solutions in a demo so I downloaded it and it replaced my website. How can I go back to my previous settings ? Can you help me recovering my website please ?

    #456594

    Hey!


    @mariuszkos

    Please open a new ticket in this forum, as your issue has nothing to do with this thread.

    A demo will always replace all your settings. Please use a backup to recover your site.

    Regards,
    Andy

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Replace Demo Theme into my own page’ is closed to new replies.