array( 'fields' => array( 'site-title-color' => array( 'callback' => function(){ return !tempo_has_header(); }, 'input' => array( 'default' => '#233141' ) ), 'site-title-transp' => array( 'callback' => function(){ return !tempo_has_header(); }, 'input' => array( 'default' => 90 ) ), 'site-title-h-transp' => array( 'callback' => function(){ return !tempo_has_header(); } ), 'tagline-color' => array( 'callback' => function(){ return !tempo_has_header(); }, 'input' => array( 'default' => '#233141' ) ), 'tagline-transp' => array( 'callback' => function(){ return !tempo_has_header(); }, 'input' => array( 'default' => 80 ) ), 'tagline-h-transp' => array( 'callback' => function(){ return !tempo_has_header(); } ), 'header-image-site-title-color' => array( 'title' => __( 'Site Title Color', 'beauty-land' ), 'priority' => 81, 'callback' => function(){ return tempo_has_header(); }, 'input' => array( 'type' => 'color', 'default' => '#ffffff' ) ), 'header-image-site-title-transp' => array( 'title' => __( 'Site Title Transparency', 'beauty-land' ), 'priority' => 82, 'callback' => function(){ return tempo_has_header(); }, 'input' => array( 'type' => 'percent', 'default' => 80 ) ), 'header-image-site-title-h-transp' => array( 'title' => __( 'Site Title Transparency (over)', 'beauty-land' ), 'description' => __( 'When the mouse is over the Title Link.', 'beauty-land' ), 'priority' => 83, 'callback' => function(){ return tempo_has_header(); }, 'input' => array( 'type' => 'percent', 'default' => 100 ) ), 'header-image-tagline-color' => array( 'title' => __( 'Tagline Color', 'beauty-land' ), 'priority' => 84, 'callback' => function(){ return tempo_has_header(); }, 'input' => array( 'type' => 'color', 'default' => '#ffffff' ) ), 'header-image-tagline-transp' => array( 'title' => __( 'Tagline Transparency', 'beauty-land' ), 'priority' => 85, 'callback' => function(){ return tempo_has_header(); }, 'input' => array( 'type' => 'percent', 'default' => 80 ) ), 'header-image-tagline-h-transp' => array( 'title' => __( 'Tagline Transparency (over)', 'beauty-land' ), 'description' => __( 'When the mouse is over the Title Link.', 'beauty-land' ), 'priority' => 86, 'callback' => function(){ return tempo_has_header(); }, 'input' => array( 'type' => 'percent', 'default' => 100 ) ) ), ) )); tempo_cfgs::set( 'customize', $cfgs ); ?>