__( 'Main Sidebar' , 'beauty-land' ), 'front-page' => __( 'Front Page Sidebar' , 'beauty-land' ), 'page' => __( 'Page Sidebar' , 'beauty-land' ), 'post' => __( 'Single Post Sidebar' , 'beauty-land' ) ); $sidebars = $default; $custom = tempo_validator::get_json( tempo_options::val( 'custom-sidebars' ) ); if( !empty( $custom ) && is_array( $custom ) ) $sidebars = array_merge( $default, $custom ); $cfgs = tempo_cfgs::merge( (array)tempo_cfgs::get( 'customize' ), array( 'tempo-layout' => array( 'title' => __( 'Layout' , 'beauty-land' ), 'priority' => 47, 'sections' => array( 'tempo-layout-general' => array( 'title' => __( 'General' , 'beauty-land' ), 'description' => sprintf( __( '%s: On the premium version, the content width for layout with sidebars is 945 pixels.' , 'beauty-land' ), '' . __( 'IMPORANT', 'beauty-land' ) . '' ), 'fields' => array( 'content-width' => 'unsupport' ) ), 'tempo-layout' => array( 'title' => __( 'Blog & Archives' , 'beauty-land' ), 'description' => __( 'Default Layout is used for the next templates: Blog, Archives, Categories, Tags, Author and Search Results.' , 'beauty-land' ), 'fields' => array( 'layout' => array( 'title' => __( 'Layout' , 'beauty-land' ), 'input' => array( 'type' => 'select', 'default' => 'right', 'options' => array( 'left' => __( 'Left Sidebar', 'beauty-land' ), 'full' => __( 'Full Width', 'beauty-land' ), 'right' => __( 'Right Sidebar', 'beauty-land' ) ) ) ), 'sidebar' => array( 'title' => __( 'Sidebar' , 'beauty-land' ), 'input' => array( 'type' => 'select', 'default' => 'main', 'options' => $sidebars ) ) ) ), 'tempo-front-page-layout' => array( 'title' => __( 'Front Page' , 'beauty-land' ), 'description' => __( 'In order to use this option set you need to activate a staic page on Front Page from - "Static Front Page" tab.' , 'beauty-land' ), //'callback' => 'is_front_page', 'fields' => array( 'front-page-layout' => array( 'title' => __( 'Layout' , 'beauty-land' ), 'input' => array( 'type' => 'select', 'default' => 'full', 'options' => array( 'left' => __( 'Left Sidebar', 'beauty-land' ), 'full' => __( 'Full Width', 'beauty-land' ), 'right' => __( 'Right Sidebar', 'beauty-land' ) ) ) ), 'front-page-sidebar' => array( 'title' => __( 'Sidebar' , 'beauty-land' ), 'input' => array( 'type' => 'select', 'default' => 'front-page', 'options' => $sidebars ) ) ) ), 'tempo-post-layout' => array( 'title' => __( 'Post' , 'beauty-land' ), 'description' => __( 'for the each post you can overwrite the Layout options with the custom settings ( on edit page meta box "Layout" ).' , 'beauty-land' ), 'fields' => array( 'post-layout' => array( 'title' => __( 'Layout' , 'beauty-land' ), 'input' => array( 'type' => 'select', 'default' => 'right', 'options' => array( 'left' => __( 'Left Sidebar', 'beauty-land' ), 'full' => __( 'Full Width', 'beauty-land' ), 'right' => __( 'Right Sidebar', 'beauty-land' ) ) ) ), 'post-sidebar' => array( 'title' => __( 'Sidebar' , 'beauty-land' ), 'input' => array( 'type' => 'select', 'default' => 'post', 'options' => $sidebars ) ) ) ), 'tempo-page-layout' => array( 'title' => __( 'Page' , 'beauty-land' ), 'description' => __( 'for the each page you can overwrite the Layout options with the custom settings ( on edit page meta box "Layout" ).' , 'beauty-land' ), 'fields' => array( 'page-layout' => array( 'title' => __( 'Layout' , 'beauty-land' ), 'input' => array( 'type' => 'select', 'default' => 'full', 'options' => array( 'left' => __( 'Left Sidebar', 'beauty-land' ), 'full' => __( 'Full Width', 'beauty-land' ), 'right' => __( 'Right Sidebar', 'beauty-land' ) ) ) ), 'page-sidebar' => array( 'title' => __( 'Sidebar' , 'beauty-land' ), 'input' => array( 'type' => 'select', 'default' => 'page', 'options' => $sidebars ) ) ) ) ) ) )); tempo_cfgs::set( 'customize', $cfgs ); ?>