esc_html__( 'Header Settings', 'bizmax' ), 'id' => 'header_options', 'icon' => 'fa fa-header', ) ); CSF::createSection( $bizmax_theme_option, array( 'parent' => 'header_options', 'title' => esc_html__( 'Logo & Menu', 'bizmax' ), 'icon' => 'fa fa-credit-card', 'fields' => array( array( 'id' => 'site_default_header', 'type' => 'image_select', 'title' => esc_html__('Header Style', 'bizmax'), 'options' => array( 'header-style-one' => get_theme_file_uri('assets/images/header-one.png'), 'header-style-two' => get_theme_file_uri('assets/images/header-two.png'), ), 'default' => 'header-style-two', 'subtitle' => esc_html__('Select site default header style. You can override this settings on individual page / Posts.', 'bizmax'), ), array( 'id' => 'header_default_logo', 'type' => 'media', 'title' => esc_html__( 'Header Logo', 'bizmax' ), 'library' => 'image', 'url' => false, 'button_title' => esc_html__( 'Upload Logo', 'bizmax' ), 'desc' => esc_html__( 'Upload logo image', 'bizmax' ), ), array( 'id' => 'logo_image_size', 'type' => 'dimensions', 'title' => esc_html__( 'Logo Image Size', 'bizmax' ), 'output' => '.site-branding img', 'width' => true, 'height' => true, 'desc' => esc_html__( 'Select logo image size.', 'bizmax' ), ), array( 'id' => 'menu_text_align', 'type' => 'button_set', 'title' => esc_html__( 'Menu Text Align', 'bizmax' ), 'options' => array( 'start' => esc_html__( 'Left', 'bizmax' ), 'center' => esc_html__( 'Center', 'bizmax' ), 'end' => esc_html__( 'Right', 'bizmax' ), ), 'default' => 'end', 'desc' => esc_html__( 'Select menu text align.', 'bizmax' ), ), array( 'id' => 'sticky_header', 'type' => 'switcher', 'title' => esc_html__('Enable Sticky Header', 'bizmax'), 'default' => true, 'text_on' => esc_html__('Yes', 'bizmax'), 'text_off' => esc_html__('No', 'bizmax'), 'desc' => esc_html__('Enable / Disable sticky header.', 'bizmax'), ), array( 'id' => 'transparent_menu', 'type' => 'switcher', 'title' => esc_html__('Enable Transparent Menu', 'bizmax'), 'default' => false, 'text_on' => esc_html__('Yes', 'bizmax'), 'text_off' => esc_html__('No', 'bizmax'), 'desc' => esc_html__('Enable / Disable transparent menu.', 'bizmax'), ), ) ) ); CSF::createSection( $bizmax_theme_option, array( 'parent' => 'header_options', 'title' => esc_html__( 'Header Top', 'bizmax' ), 'icon' => 'fas fa-level-up-alt', 'fields' => array( array( 'id' => 'enable_header_top', 'type' => 'switcher', 'title' => esc_html__( 'Enable Header Top', 'bizmax' ), 'default' => false, 'text_on' => esc_html__( 'Yes', 'bizmax' ), 'text_off' => esc_html__( 'No', 'bizmax' ), 'desc' => esc_html__( 'Enable / Disable header top info.', 'bizmax' ), ), array( 'id' => 'header_top_info_text', 'type' => 'group', 'title' => esc_html__( 'Top Info Text', 'bizmax' ), 'subtitle' => esc_html__( 'Add / edit header top info text from here.', 'bizmax' ), 'desc' => esc_html__( 'Click "Add Info" button to add new Information.', 'bizmax' ), 'button_title' => esc_html__( 'Add Info', 'bizmax' ), 'fields' => array( array( 'id' => 'info_text', 'type' => 'wp_editor', 'media_buttons' => false, 'height' => '80px', 'title' => esc_html__( 'Info Text', 'bizmax' ), 'desc' => esc_html__( 'Type top left text here.', 'bizmax' ), ), array( 'id' => 'info_icon', 'type' => 'icon', 'title' => esc_html__( 'Icon', 'bizmax' ), 'desc' => esc_html__( 'Select icon', 'bizmax' ), ), ), 'default' => array( array( 'info_text' => esc_html__( 'West Hills, California(CA), 91307', 'bizmax' ), 'info_icon' => 'flaticon0-placeholder', ), ), 'dependency' => array('enable_header_top','==','true','all'), ), array( 'id' => 'header_top_socials', 'type' => 'group', 'title' => esc_html__( 'Top Social Icons', 'bizmax' ), 'subtitle' => esc_html__( 'Add / edit top social icons from here.', 'bizmax' ), 'desc' => esc_html__( 'Click "Add Social Icon" button to add new icons.', 'bizmax' ), 'button_title' => esc_html__( 'Add Social Icon', 'bizmax' ), 'fields' => array( array( 'id' => 'icon', 'type' => 'icon', 'title' => esc_html__( 'Site Icon', 'bizmax' ), 'desc' => esc_html__( 'Select icon', 'bizmax' ), ), array( 'id' => 'profile_url', 'type' => 'text', 'title' => esc_html__( 'Profile Link', 'bizmax' ), 'desc' => esc_html__( 'Type social profile link here.', 'bizmax' ), ), ), 'default' => array( array( 'icon' => 'fab fa-facebook-f', 'profile_url' => '#', ), array( 'icon' => 'fab fa-twitter', 'profile_url' => '#', ), array( 'icon' => 'fab fa-linkedin-in', 'profile_url' => '#', ), array( 'icon' => 'fab fa-pinterest-p', 'profile_url' => '#', ), ), 'dependency' => array('enable_header_top','==','true','all'), ), ) ) ); // Header Button CSF::createSection( $bizmax_theme_option, array( 'parent' => 'header_options', 'title' => esc_html__( 'Header Buttons', 'bizmax' ), 'icon' => 'far fa-hand-pointer', 'fields' => array( array( 'id' => 'header_cta_button', 'type' => 'switcher', 'title' => esc_html__( 'Enable CTA Button', 'bizmax' ), 'default' => false, 'text_on' => esc_html__( 'Yes', 'bizmax' ), 'text_off' => esc_html__( 'No', 'bizmax' ), 'desc' => esc_html__( 'Enable / Disable header CTA button.', 'bizmax' ), ), array( 'id' => 'cta_text', 'type' => 'text', 'title' => esc_html__( 'Button Text', 'bizmax' ), 'default' => esc_html__( 'Call Now', 'bizmax' ), 'desc' => esc_html__( 'CTA button text here.', 'bizmax' ), 'dependency' => array( 'header_cta_button', '==', 'true' ), ), array( 'id' => 'cta_url', 'type' => 'text', 'title' => esc_html__( 'URL', 'bizmax' ), 'default' => '#', 'desc' => esc_html__( 'CTA button URL here.', 'bizmax' ), 'dependency' => array( 'header_cta_button', '==', 'true' ), ), array( 'id' => 'header_cart', 'type' => 'switcher', 'title' => esc_html__( 'Enable Header Cart', 'bizmax' ), 'default' => false, 'text_on' => esc_html__( 'Yes', 'bizmax' ), 'text_off' => esc_html__( 'No', 'bizmax' ), 'desc' => esc_html__( 'Enable / Disable header cart.', 'bizmax' ), ), ) ) ); // Header Color CSF::createSection( $bizmax_theme_option, array( 'parent' => 'header_options', 'title' => esc_html__( 'Header Colors', 'bizmax' ), 'icon' => 'fas fa-paint-brush', 'fields' => array( array( 'type' => 'notice', 'style' => 'success', 'content' => esc_html__('Menu Area Colors','bizmax'), ), array( 'id' => 'menu_bg_color', 'type' => 'color', 'title' => esc_html__( 'Menu Background Color', 'bizmax' ), 'desc' => esc_html__( 'Select menu background color', 'bizmax' ), 'dependency' => array( 'transparent_menu', '==', 'false', 'all' ), 'output' => array( 'background-color' => '.main-menu-area,.transparent-menu .main-menu-area', ), ), array( 'id' => 'menu_text_color', 'type' => 'color', 'title' => esc_html__( 'Menu Text Color', 'bizmax' ), 'desc' => esc_html__( 'Select menu text color', 'bizmax' ), 'output' => array( 'color' => '.main-navigation ul li a,.header-mini-cart i,.header-mini-cart .cart-product-count', ), ), array( 'id' => 'active_menu_color', 'type' => 'color', 'title' => esc_html__( 'Active/Hover Text Color', 'bizmax' ), 'desc' => esc_html__( 'Select active/hover menu text color.', 'bizmax' ), 'output' => array( 'color' => '.main-navigation ul li a:hover,.main-navigation ul li.current-menu-item > a,.main-navigation ul li.current_page_item > a, .main-navigation ul li.current-menu-ancestor > a, .main-navigation ul li.current_page_ancestor > a', 'background-color' => '.main-navigation ul li a:before, .main-navigation ul li a:after,.header-mini-cart .cart-product-count', ), ), array( 'id' => 'btn_bg_color', 'type' => 'color', 'title' => esc_html__( 'Button Background Color', 'bizmax' ), 'desc' => esc_html__( 'Select button background color', 'bizmax' ), 'output' => array( 'background-color' => '.header-buttons-wrapper .ep-button', 'border-color' => '.header-buttons-wrapper .ep-button', ), ), array( 'id' => 'btn_bg_color_on_hover', 'type' => 'color', 'title' => esc_html__( 'Button Background Color On Hover', 'bizmax' ), 'desc' => esc_html__( 'Select button background color on hover', 'bizmax' ), 'output' => array( 'background-color' => '.header-buttons-wrapper .ep-button:hover', 'border-color' => '.header-buttons-wrapper .ep-button:hover', ), ), array( 'id' => 'btn_text_color', 'type' => 'color', 'title' => esc_html__( 'Button Text Color', 'bizmax' ), 'desc' => esc_html__( 'Select button text color', 'bizmax' ), 'output' => array( 'color' => '.header-buttons-wrapper .ep-button', ), ), array( 'id' => 'btn_text_color_on_hover', 'type' => 'color', 'title' => esc_html__( 'Button Text Color On Hover', 'bizmax' ), 'desc' => esc_html__( 'Select button text color on hover', 'bizmax' ), 'output' => array( 'color' => '.header-buttons-wrapper .ep-button:hover', ), ), array( 'type' => 'notice', 'style' => 'success', 'content' => esc_html__('Sticky Menu Area Colors','bizmax'), 'dependency' => array( 'sticky_header', '==', 'true', 'all' ), ), array( 'id' => 'sticky_menu_bg_color', 'type' => 'color', 'title' => esc_html__( 'Menu Background Color', 'bizmax' ), 'desc' => esc_html__( 'Select sticky menu background color', 'bizmax' ), 'dependency' => array( 'sticky_header', '==', 'true', 'all' ), 'output' => array( 'background-color' => '.uk-sticky-fixed .main-menu-area,.transparent-menu .uk-sticky-fixed .main-menu-area', ), ), array( 'id' => 'sticky_menu_text_color', 'type' => 'color', 'title' => esc_html__( 'Menu Text Color', 'bizmax' ), 'desc' => esc_html__( 'Select sticky menu text color', 'bizmax' ), 'dependency' => array( 'sticky_header', '==', 'true', 'all' ), 'output' => array( 'color' => '.uk-sticky-fixed .main-navigation ul li a:not(ul ul li a),.uk-sticky-fixed .header-mini-cart i,.uk-sticky-fixed .header-mini-cart .cart-product-count', ), ), array( 'id' => 'sticky_active_menu_color', 'type' => 'color', 'title' => esc_html__( 'Active/Hover Text Color', 'bizmax' ), 'desc' => esc_html__( 'Select sticky active/hover menu text color.', 'bizmax' ), 'dependency' => array( 'sticky_header', '==', 'true', 'all' ), 'output' => array( 'color' => '.uk-sticky-fixed .main-navigation ul li a:not(ul ul li a):hover, .uk-sticky-fixed .main-navigation ul li.current-menu-item > a:not(ul ul li a), .uk-sticky-fixed .main-navigation ul li.current_page_item > a:not(ul ul li a), .uk-sticky-fixed .main-navigation ul li.current-menu-ancestor > a:not(ul ul li a), .uk-sticky-fixed .main-navigation ul li.current_page_ancestor > a:not(ul ul li a)', 'background-color' => '.uk-sticky-fixed .main-navigation ul li a:before, .uk-sticky-fixed .main-navigation ul li a:after, .uk-sticky-fixed .header-mini-cart .cart-product-count', ), ), array( 'id' => 'sticky_btn_bg_color', 'type' => 'color', 'title' => esc_html__( 'Button Background Color', 'bizmax' ), 'desc' => esc_html__( 'Select sticky menu button background color', 'bizmax' ), 'dependency' => array( 'sticky_header', '==', 'true', 'all' ), 'output' => array( 'background-color' => '.uk-sticky-fixed .header-buttons-wrapper .ep-button', 'border-color' => '.uk-sticky-fixed .header-buttons-wrapper .ep-button', ), ), array( 'id' => 'sticky_btn_bg_color_on_hover', 'type' => 'color', 'title' => esc_html__( 'Button Background Color On Hover', 'bizmax' ), 'desc' => esc_html__( 'Select sticky menu button background color on hover', 'bizmax' ), 'dependency' => array( 'sticky_header', '==', 'true', 'all' ), 'output' => array( 'background-color' => '.uk-sticky-fixed .header-buttons-wrapper .ep-button:hover', 'border-color' => '.uk-sticky-fixed .header-buttons-wrapper .ep-button:hover', ), ), array( 'id' => 'sticky_menu_btn_text_color', 'type' => 'color', 'title' => esc_html__( 'Button Text Color', 'bizmax' ), 'desc' => esc_html__( 'Select sticky menu button text color', 'bizmax' ), 'dependency' => array( 'sticky_header', '==', 'true', 'all' ), 'output' => array( 'color' => '.uk-sticky-fixed .header-buttons-wrapper .ep-button', ), ), array( 'id' => 'sticky_menu_btn_text_color_on_hover', 'type' => 'color', 'title' => esc_html__( 'Button Text Color On Hover', 'bizmax' ), 'desc' => esc_html__( 'Select sticky menu button text color on hover', 'bizmax' ), 'dependency' => array( 'sticky_header', '==', 'true', 'all' ), 'output' => array( 'color' => '.uk-sticky-fixed .header-buttons-wrapper .ep-button:hover', ), ), array( 'type' => 'notice', 'style' => 'success', 'content' => esc_html__('Submenu Colors','bizmax'), ), array( 'id' => 'submenu_bg_color', 'type' => 'color', 'title' => esc_html__( 'Submenu Background Color', 'bizmax' ), 'desc' => esc_html__( 'Select submenu background color', 'bizmax' ), 'output' => array( 'background-color' => '.main-navigation ul li ul', ), ), array( 'id' => 'submenu_text_color', 'type' => 'color', 'title' => esc_html__( 'Submenu Text Color', 'bizmax' ), 'desc' => esc_html__( 'Select submenu text color', 'bizmax' ), 'output' => array( 'color' => '.main-navigation ul ul li a', ), ), array( 'id' => 'active_submenu_color', 'type' => 'color', 'title' => esc_html__( 'Submenu Active/Hover Text Color', 'bizmax' ), 'desc' => esc_html__( 'Select submenu active/hover text color.', 'bizmax' ), 'output' => array( 'color' => '.main-navigation ul ul li a:hover,.main-navigation ul ul li.current-menu-item > a, .main-navigation ul ul li.current_page_item > a,.main-navigation ul ul li.current-menu-ancestor > a, .main-navigation ul ul li.current_page_ancestor > a', ), ), array( 'id' => 'submenu_border_color', 'type' => 'color', 'title' => esc_html__( 'Submenu Border Color', 'bizmax' ), 'desc' => esc_html__( 'Select submenu border color', 'bizmax' ), 'output' => array( 'border-color' => '.main-navigation ul li ul li', ), ), ) ) );