esc_html__('Logo','babyme'), 'id' => 'header-logo', 'icon' => 'el el-flag', 'fields'=> array( array( 'id' => 'header_radio', 'type' => 'button_set', 'title' => esc_html__( 'Select Logo Type', 'babyme' ), 'subtitle' => esc_html__( 'Select either Text or image for your Logo.', 'babyme' ), 'options' => array( '1' => ' Logo as Text', '2' => ' Logo as Image', ), 'default' => '2' ), array( 'id' => 'iq_logo', 'type' => 'media', 'url' => false, 'title' => esc_html__( 'Logo','babyme'), 'required' => array( 'header_radio', '=', '2' ), 'read-only'=> false, 'default' => array( 'url' => get_template_directory_uri() .'/assets/images/logo.png' ), 'subtitle' => esc_html__( 'Upload Logo image for your Website. Otherwise site title will be displayed in place of Logo.','babyme'), ), array( 'id' => 'logo-dimensions', 'type' => 'dimensions', 'units' => array( 'em', 'px', '%' ), // You can specify a unit value. Possible: px, em, % 'units_extended' => 'true', // Allow users to select any type of unit 'title' => esc_html__( 'Logo (Width/Height) Option', 'babyme' ), 'required' => array( 'header_radio', '=', '2' ), 'subtitle' => esc_html__( 'Allows you to choose width, height, and/or unit.', 'babyme' ), 'desc' => esc_html__( 'You can enable or disable any piece of this field. Width, Height, or Units.', 'babyme' ), ), array( 'id' => 'header_text', 'type' => 'text', 'title' => esc_html__( 'Logo Text', 'babyme' ), 'desc' => esc_html__( 'Enter the text to be used instead of the logo image', 'babyme' ), 'required' => array( 'header_radio', '=', '1' ), 'msg' => esc_html__('Please enter correct value','babyme' ), 'default' => esc_html__('babyme','babyme' ), ), array( 'id' => 'header_color', 'type' => 'color', 'title' => esc_html__( 'Text Color', 'babyme' ), 'subtitle' => esc_html__( 'Choose Text Color', 'babyme' ), 'required' => array( 'header_radio', '=', '1' ), 'default' =>'#ffffff', 'mode' => 'background', 'transparent' => false ), //---main logo options end---// array( 'id' =>'divider_1', 'type' => 'divide' ), //---logo options for vertical menu start---// array( 'id' => 'has_vertical_header_logo', 'type' => 'button_set', 'title' => esc_html__( 'Use different logo for vertical menu ?','babyme'), 'subtitle' => esc_html__( 'Select option for set different logo for vertical menu','babyme'), 'required' => array( 'iq_header_variation', '=', '2' ), 'options' => array( 'yes' => esc_html__('Yes','babyme'), 'no' => esc_html__('No','babyme'), ), 'default' => esc_html__('no','babyme') ), array( 'id' => 'vertical_header_radio', 'type' => 'button_set', 'title' => esc_html__( 'Select Logo Type', 'babyme' ), 'subtitle' => esc_html__( 'Select either Text or image for your Logo.', 'babyme' ), 'required' => array( 'has_vertical_header_logo', '=', 'yes' ), 'options' => array( '1' => ' Logo as Text', '2' => ' Logo as Image', ), 'default' => '2' ), array( 'id' => 'iq_vertical_logo', 'type' => 'media', 'url' => false, 'title' => esc_html__( 'Logo','babyme'), 'required' => array( 'vertical_header_radio', '=', '2' ), 'read-only'=> false, 'default' => array( 'url' => get_template_directory_uri() .'/assets/images/logo.png' ), 'subtitle' => esc_html__( 'Upload Logo image for your website vertical menu. Otherwise site title will be displayed in place of Logo.','babyme'), ), array( 'id' => 'vertical-logo-dimensions', 'type' => 'dimensions', 'units' => array( 'em', 'px', '%' ), // You can specify a unit value. Possible: px, em, % 'units_extended' => 'true', // Allow users to select any type of unit 'title' => esc_html__( 'Logo (Width/Height) Option', 'babyme' ), 'required' => array( 'vertical_header_radio', '=', '2' ), 'subtitle' => esc_html__( 'Allows you to choose width, height, and/or unit.', 'babyme' ), 'desc' => esc_html__( 'You can enable or disable any piece of this field. Width, Height, or Units.', 'babyme' ), ), array( 'id' => 'vertical_header_text', 'type' => 'text', 'title' => esc_html__( 'Logo Text', 'babyme' ), 'desc' => esc_html__( 'Enter the text to be used instead of the logo image', 'babyme' ), 'required' => array( 'vertical_header_radio', '=', '1' ), 'msg' => esc_html__('custom error message','babyme' ), 'default' => esc_html__('babyme','babyme' ), ), array( 'id' => 'vertical_header_color', 'type' => 'color', 'title' => esc_html__( 'Text Color', 'babyme' ), 'subtitle' => esc_html__( 'Choose Text Color', 'babyme' ), 'required' => array( 'vertical_header_radio', '=', '1' ), 'default' =>'#ffffff', 'mode' => 'background', 'transparent' => false ), //---logo options for vertical menu start---// ) ));