Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #346021

    How can we export/import color sections or ALB templates?

    #346121

    Hey pixallus!

    It is not exactly direct. You can try either of these two ways.

    1. If it is within the same wordpress install, you can save a page as a template and reuse it in another page.

    Click templates on the top right hand side of ALB and click save entry as template.

    2. Add the following code to functions.php.

    /**
     *	Enable Avia Layout Builder Debug
     *	@link http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
     */
    
    	
    	add_action('avia_builder_mode', "builder_set_debug");
    	function builder_set_debug() {
    		return "debug";
    	}

    This adds a debug text area to your page in which you can copy your generated shortcode for your color section anywhere you want.

    Regards,
    Arvish

    #346373

    #2 FTW

    Thanks Arvish!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Export Color Sections’ is closed to new replies.