Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1177220

    Is there any way to export a design from one of my pages? for example Home. To another domain that also has ENFOLD?

    regards

    #1177351

    Well for copy a whole page or post etc – something that was working long time with enfold is to activate the debug mode and copy/paste the enfold shortcodes under the editor field. After saving the pasted code – you have to adjust the image links etc
    Activate the debug mode – put this to child-theme functions.php

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

    __________

    On newest enfold there is now one new feature : Export Layout Builder Templates on Import/Export Tab.

    this is to exchange all of your templates made in one installation

    • This reply was modified 4 years, 10 months ago by Guenni007.
    #1177466

    Hi,

    Thanks for helping out @guenni007. Did that answer your question @brunet77?

    Best regards,
    Rikard

    #1177634

    How do I know if I am in debug mode?

    I have modified in wp-config.php

    * Change this to true to enable the display of notices during development.
    * It is strongly recommended that plugin and theme developers use WP_DEBUG
    * in their development environments.
    * For information on other constants that can be used for debugging,
    * visit the Codex.
    * @link https://codex.wordpress.org/Debugging_in_WordPress
    */

    define( ‘WP_DEBUG’, true );

    Is the same?

    I can’t find the boxes in HTML or box code

    Regards

    #1178009

    Hi,

    Did you read the post by @guenni007? Follow that post and you will activate debug mode in the theme. You are referring to debug mode in WordPress.

    Best regards,
    Rikard

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