array( 'sections' => array( 'tempo-header-appearance' => array( 'fields' => array( 'header-height' => array( 'title' => __( 'Header height', 'beauty-land' ), 'priority' => 5, 'callback' => function(){ return !beauty_land_mix_height(); }, 'input' => array( 'type' => 'range', 'min' => 0, 'max' => 800, 'step' => 1, 'unit' => 'px', 'default' => 750 ) ), 'header-mask-color' => array( 'input' => array( 'default' => '#1c2633' ) ), 'header-mask-transp' => array( 'input' => array( 'default' => 60 ) ), 'header-horizontal-align' => array( 'title' => __( 'Horizontal Align ', 'beauty-land' ), 'description' => __( 'align horizontal the header elements', 'beauty-land' ), 'priority' => 25, 'input' => array( 'type' => 'select', 'default' => 'center', 'options' => array( 'left' => __( 'Left', 'beauty-land' ), 'center' => __( 'Center', 'beauty-land' ), 'right' => __( 'Right', 'beauty-land' ) ) ) ), 'header-text-space' => array( 'title' => __( 'Text Space', 'beauty-land' ), 'priority' => 26, 'callback' => function(){ return beauty_land_mix_height(); }, 'input' => array( 'type' => 'range', 'min' => 0, 'max' => 800, 'step' => 1, 'unit' => 'px', 'default' => $height_70 ) ), 'header-text-vertical-align' => array( 'title' => __( 'Text vertical Align ', 'beauty-land' ), 'description' => __( 'Vertical align Headline and Description. This options is available only if is enable Headline or Description', 'beauty-land' ), 'priority' => 27, 'callback' => function(){ return beauty_land_mix_height(); }, 'input' => array( 'type' => 'select', 'default' => 'middle', 'options' => array( 'top' => __( 'Top', 'beauty-land' ), 'middle' => __( 'Middle', 'beauty-land' ), 'bottom' => __( 'Bottom', 'beauty-land' ) ) ) ), 'header-btns-space' => array( 'title' => __( 'Buttons Space', 'beauty-land' ), 'priority' => 28, 'callback' => function(){ return beauty_land_mix_height(); }, 'input' => array( 'type' => 'range', 'min' => 0, 'max' => 800, 'step' => 1, 'unit' => 'px', 'default' => $height_30 ) ), 'header-btns-vertical-align' => array( 'title' => __( 'Buttons vertical Align ', 'beauty-land' ), 'description' => __( 'Vertical align the buttons. This options is available only if is enable First Button or Second Button', 'beauty-land' ), 'priority' => 29, 'callback' => function(){ return beauty_land_mix_height(); }, 'input' => array( 'type' => 'select', 'default' => 'top', 'options' => array( 'top' => __( 'Top', 'beauty-land' ), 'middle' => __( 'Middle', 'beauty-land' ), 'bottom' => __( 'Bottom', 'beauty-land' ) ) ) ), ) ), 'tempo-header-btn-1' => array( 'title' => __( 'First Button', 'beauty-land' ), 'priority' => 30, 'fields' => array( 'header-btn-1' => array( 'title' => __( 'Display First Button', 'beauty-land' ), 'description' => __( 'enable / disable first Button', 'beauty-land' ), 'priority' => 5, 'input' => array( 'type' => 'checkbox', 'default' => false ) ), 'header-btn-1-text' => array( 'title' => __( 'Text', 'beauty-land' ), 'priority' => 10, 'input' => array( 'type' => 'text', 'default' => __( 'First Button', 'beauty-land' ) ) ), 'header-btn-1-description' => array( 'title' => __( 'Description', 'beauty-land' ), 'priority' => 15, 'input' => array( 'type' => 'text', 'default' => __( 'first button description', 'beauty-land' ) ) ), 'header-btn-1-url' => array( 'title' => __( 'URL', 'beauty-land' ), 'transport' => 'postMessage', 'priority' => 20, 'input' => array( 'type' => 'url' ) ), 'header-btn-1-target' => array( 'title' => __( 'Open url in new window', 'beauty-land' ), 'description' => __( 'enable / disable link attribut target="_blank"', 'beauty-land' ), 'transport' => 'postMessage', 'priority' => 25, 'input' => array( 'type' => 'checkbox', 'default' => true ) ), 'header-btn-1-text-color' => array( 'title' => __( 'Text Color', 'beauty-land' ), 'priority' => 30, 'input' => array( 'type' => 'color', 'default' => '#ffffff' ) ), 'header-btn-1-text-transp' => array( 'title' => __( 'Text Transparency', 'beauty-land' ), 'priority' => 35, 'input' => array( 'type' => 'percent', 'default' => 100 ) ), 'header-btn-1-text-h-color' => array( 'title' => __( 'Text Color ( over )', 'beauty-land' ), 'description' => __( 'the Text Color when the mouse cursor is over the button', 'beauty-land' ), 'priority' => 40, 'input' => array( 'type' => 'color', 'default' => '#ffffff' ) ), 'header-btn-1-text-h-transp' => array( 'title' => __( 'Text Transparency ( over )', 'beauty-land' ), 'description' => __( 'the Text Transparency when the mouse cursor is over the button', 'beauty-land' ), 'priority' => 45, 'input' => array( 'type' => 'percent', 'default' => 100 ) ), 'header-btn-1-bkg-color' => array( 'title' => __( 'Background Color', 'beauty-land' ), 'priority' => 50, 'input' => array( 'type' => 'color', 'default' => '#9e7dd3' ) ), 'header-btn-1-bkg-transp' => array( 'title' => __( 'Background Transparency', 'beauty-land' ), 'priority' => 55, 'input' => array( 'type' => 'percent', 'default' => 100 ) ), 'header-btn-1-bkg-h-color' => array( 'title' => __( 'Background Color ( over )', 'beauty-land' ), 'description' => __( 'the Background Color when the mouse cursor is over the button', 'beauty-land' ), 'priority' => 60, 'input' => array( 'type' => 'color', 'default' => '#9476c4' ) ), 'header-btn-1-bkg-h-transp' => array( 'title' => __( 'Background Transparency ( over )', 'beauty-land' ), 'description' => __( 'the Background Transparency when the mouse cursor is over the button', 'beauty-land' ), 'priority' => 65, 'input' => array( 'type' => 'percent', 'default' => 100 ) ) ) ), 'tempo-header-btn-2' => array( 'title' => __( 'Second Button', 'beauty-land' ), 'priority' => 35, 'fields' => array( 'header-btn-2' => array( 'title' => __( 'Display Second Button', 'beauty-land' ), 'description' => __( 'enable / disable second Button', 'beauty-land' ), 'priority' => 5, 'input' => array( 'type' => 'checkbox', 'default' => false ) ), 'header-btn-2-text' => array( 'title' => __( 'Text', 'beauty-land' ), 'priority' => 10, 'input' => array( 'type' => 'text', 'default' => __( 'Second Button', 'beauty-land' ) ) ), 'header-btn-2-description' => array( 'title' => __( 'Description', 'beauty-land' ), 'priority' => 15, 'input' => array( 'type' => 'text', 'default' => __( 'second button description', 'beauty-land' ) ) ), 'header-btn-2-url' => array( 'title' => __( 'URL', 'beauty-land' ), 'priority' => 20, 'input' => array( 'type' => 'url' ) ), 'header-btn-2-target' => array( 'title' => __( 'Open url in new window', 'beauty-land' ), 'description' => __( 'enable / disable link attribut target="_blank"', 'beauty-land' ), 'priority' => 25, 'input' => array( 'type' => 'checkbox', 'default' => true ) ), 'header-btn-2-text-color' => array( 'title' => __( 'Text Color', 'beauty-land' ), 'priority' => 30, 'input' => array( 'type' => 'color', 'default' => '#ffffff' ) ), 'header-btn-2-text-transp' => array( 'title' => __( 'Text Transparency', 'beauty-land' ), 'priority' => 35, 'input' => array( 'type' => 'percent', 'default' => 100 ) ), 'header-btn-2-text-h-color' => array( 'title' => __( 'Text Color ( over )', 'beauty-land' ), 'description' => __( 'the Text Color when the mouse cursor is over the button', 'beauty-land' ), 'priority' => 40, 'input' => array( 'type' => 'color', 'default' => '#ffffff' ) ), 'header-btn-2-text-h-transp' => array( 'title' => __( 'Text Transparency ( over )', 'beauty-land' ), 'description' => __( 'the Text Transparency when the mouse cursor is over the button', 'beauty-land' ), 'priority' => 45, 'input' => array( 'type' => 'percent', 'default' => 100 ) ), 'header-btn-2-bkg-color' => array( 'title' => __( 'Background Color', 'beauty-land' ), 'priority' => 50, 'input' => array( 'type' => 'color', 'default' => '#36d678' ) ), 'header-btn-2-bkg-transp' => array( 'title' => __( 'Background Transparency', 'beauty-land' ), 'priority' => 55, 'input' => array( 'type' => 'percent', 'default' => 100 ) ), 'header-btn-2-bkg-h-color' => array( 'title' => __( 'Background Color ( over )', 'beauty-land' ), 'description' => __( 'the Background Color when the mouse cursor is over the button', 'beauty-land' ), 'priority' => 60, 'input' => array( 'type' => 'color', 'default' => '#32c770' ) ), 'header-btn-2-bkg-h-transp' => array( 'title' => __( 'Background Transparency ( over )', 'beauty-land' ), 'description' => __( 'the Background Transparency when the mouse cursor is over the button', 'beauty-land' ), 'priority' => 65, 'input' => array( 'type' => 'percent', 'default' => 100 ) ) ) ), ) ) )); tempo_cfgs::set( 'customize', $cfgs ); ?>