'switch', 'settings' => 'businessmax_options[header_tb_enable]', 'label' => esc_html__( 'Header Topbar Enable', 'business-max' ), 'section' => 'topbar_settings', 'default' => $option['header_tb_enable'], 'choices' => array( 'on' => esc_html__( 'Enable', 'business-max' ), 'off' => esc_html__( 'Disable', 'business-max' ), ), ) ); Kirki::add_field( 'business_max_config', array( 'type' => 'text', 'settings' => 'businessmax_options[header_heading]', 'label' => esc_html__( 'Heading Title', 'business-max' ), 'section' => 'topbar_settings', 'default' => $option['header_heading'], ) ); Kirki::add_field( 'business_max_config', array( 'type' => 'text', 'settings' => 'businessmax_options[header_tb_icon1]', 'label' => esc_html__( 'Icon 1', 'business-max' ), 'section' => 'topbar_settings', 'default' => $option['header_tb_icon1'], ) ); Kirki::add_field( 'business_max_config', array( 'type' => 'text', 'settings' => 'businessmax_options[header_tb_text1]', 'label' => esc_html__( 'Icon Text 1', 'business-max' ), 'section' => 'topbar_settings', 'default' => $option['header_tb_text1'], ) ); Kirki::add_field( 'business_max_config', array( 'type' => 'text', 'settings' => 'businessmax_options[header_tb_icon2]', 'label' => esc_html__( 'Icon 2', 'business-max' ), 'section' => 'topbar_settings', 'default' => $option['header_tb_icon2'], ) ); Kirki::add_field( 'business_max_config', array( 'type' => 'text', 'settings' => 'businessmax_options[header_tb_text2]', 'label' => esc_html__( 'Icon Text 2', 'business-max' ), 'section' => 'topbar_settings', 'default' => $option['header_tb_text2'], ) ); Kirki::add_field( 'business_max_config', array( 'type' => 'link', 'settings' => 'businessmax_options[header_facebook_link]', 'label' => esc_html__( 'Facebook URL', 'business-max' ), 'section' => 'topbar_settings', 'default' => $option['header_facebook_link'], ) ); Kirki::add_field( 'business_max_config', array( 'type' => 'link', 'settings' => 'businessmax_options[header_twitter_link]', 'label' => esc_html__( 'Twitter URL', 'business-max' ), 'section' => 'topbar_settings', 'default' => $option['header_twitter_link'], ) ); Kirki::add_field( 'business_max_config', array( 'type' => 'link', 'settings' => 'businessmax_options[header_linkedin_link]', 'label' => esc_html__( 'LinkedIn URL', 'business-max' ), 'section' => 'topbar_settings', 'default' => $option['header_linkedin_link'], ) ); Kirki::add_field( 'business_max_config', array( 'type' => 'link', 'settings' => 'businessmax_options[header_googleplus_link]', 'label' => esc_html__( 'Google Plus URL', 'business-max' ), 'section' => 'topbar_settings', 'default' => $option['header_googleplus_link'], ) ); // layout setting Kirki::add_field( 'business_max_config', array( 'type' => 'select', 'settings' => 'businessmax_options[site_layout]', 'label' => esc_html__( 'Site Layout', 'business-max' ), 'section' => 'layout_settings', 'default' => $option['site_layout'], 'multiple' => 1, 'choices' => array( 'wide' => esc_html__( 'Wide', 'business-max' ), 'boxed' => esc_html__( 'Boxed', 'business-max' ), ), ) ); Kirki::add_field( 'business_max_config', array( 'type' => 'text', 'settings' => 'businessmax_options[nav_padding]', 'label' => esc_html__( 'Navigation Menu Padding (px)', 'business-max' ), 'section' => 'navigation_settings', 'default' => $option['nav_padding'], ) ); Kirki::add_field( 'business_max_config', array( 'type' => 'switch', 'settings' => 'businessmax_options[nav_searchicon_enable]', 'label' => esc_html__( 'Navigation Search Icon Enable', 'business-max' ), 'section' => 'navigation_settings', 'default' => $option['nav_searchicon_enable'], 'choices' => array( 'on' => esc_html__( 'Enable', 'business-max' ), 'off' => esc_html__( 'Disable', 'business-max' ), ), ) ); Kirki::add_field( 'business_max_config', array( 'type' => 'color', 'settings' => 'businessmax_options[theme_color]', 'label' => __( 'Primary Color', 'business-max' ), 'description' => esc_html__( 'Select primary color from this color picker option.', 'business-max' ), 'section' => 'primary_color_settings', 'default' => $option['theme_color'], ) ); Kirki::add_field( 'business_max_config', array( 'type' => 'switch', 'settings' => 'businessmax_options[single_image_enable]', 'label' => esc_html__( 'Single Post Thumbnail Enable', 'business-max' ), 'section' => 'single_post_settings', 'default' => $option['single_image_enable'], 'choices' => array( 'on' => esc_html__( 'Enable', 'business-max' ), 'off' => esc_html__( 'Disable', 'business-max' ), ), ) ); Kirki::add_field( 'business_max_config', array( 'type' => 'switch', 'settings' => 'businessmax_options[single_meta_enable]', 'label' => esc_html__( 'Single Post Meta Enable', 'business-max' ), 'section' => 'single_post_settings', 'default' => $option['single_meta_enable'], 'choices' => array( 'on' => esc_html__( 'Enable', 'business-max' ), 'off' => esc_html__( 'Disable', 'business-max' ), ), ) ); Kirki::add_field( 'business_max_config', array( 'type' => 'switch', 'settings' => 'businessmax_options[subheader_enable]', 'label' => esc_html__( 'Sub Header Enable', 'business-max' ), 'section' => 'subheader_settings', 'default' => $option['subheader_enable'], 'choices' => array( 'on' => esc_html__( 'Enable', 'business-max' ), 'off' => esc_html__( 'Disable', 'business-max' ), ), ) ); Kirki::add_field( 'business_max_config', array( 'type' => 'text', 'settings' => 'businessmax_options[subheader_p_top]', 'label' => esc_html__( 'Padding Top (px)', 'business-max' ), 'section' => 'subheader_settings', 'default' => $option['subheader_p_top'], ) ); Kirki::add_field( 'business_max_config', array( 'type' => 'text', 'settings' => 'businessmax_options[subheader_p_bottom]', 'label' => esc_html__( 'Padding Bottom (px)', 'business-max' ), 'section' => 'subheader_settings', 'default' => $option['subheader_p_bottom'], ) ); Kirki::add_field( 'business_max_config', array( 'type' => 'color', 'settings' => 'businessmax_options[subheader_color]', 'label' => __( 'Subheader Title Color', 'business-max' ), 'section' => 'subheader_settings', 'default' => $option['subheader_color'], ) ); Kirki::add_field( 'business_max_config', array( 'type' => 'select', 'settings' => 'businessmax_options[subheader_align]', 'label' => esc_html__( 'Title Alignment', 'business-max' ), 'section' => 'subheader_settings', 'default' => $option['subheader_align'], 'multiple' => 1, 'choices' => array( 'center' => esc_html__( 'Center', 'business-max' ), 'Left' => esc_html__( 'Left', 'business-max' ), 'Right' => esc_html__( 'Right', 'business-max' ), ), ) ); Kirki::add_field( 'business_max_config', array( 'type' => 'color', 'settings' => 'businessmax_options[subheader_overlay_bg]', 'label' => __( 'Overlay Color', 'business-max' ), 'section' => 'subheader_settings', 'default' => $option['subheader_overlay_bg'], 'choices' => array( 'alpha' => true, ), ) ); Kirki::add_field( 'business_max_config', array( 'type' => 'select', 'settings' => 'businessmax_options[p_fontsize]', 'label' => esc_html__( 'General Content Font Size', 'business-max' ), 'section' => 'general_content_section', 'default' => $option['p_fontsize'], 'multiple' => 1, 'choices' => business_max_fontsize(), ) ); Kirki::add_field( 'business_max_config', array( 'type' => 'select', 'settings' => 'businessmax_options[m_fontsize]', 'label' => esc_html__( 'Menu Font Size', 'business-max' ), 'section' => 'menu_content_section', 'default' => $option['m_fontsize'], 'multiple' => 1, 'choices' => business_max_fontsize(), ) ); Kirki::add_field( 'business_max_config', array( 'type' => 'select', 'settings' => 'businessmax_options[h1_fontsize]', 'label' => esc_html__( 'H1 Font Size', 'business-max' ), 'section' => 'heading_content_section', 'default' => $option['h1_fontsize'], 'multiple' => 1, 'choices' => business_max_fontsize(), ) ); Kirki::add_field( 'business_max_config', array( 'type' => 'select', 'settings' => 'businessmax_options[h2_fontsize]', 'label' => esc_html__( 'H2 Font Size', 'business-max' ), 'section' => 'heading_content_section', 'default' => $option['h2_fontsize'], 'multiple' => 1, 'choices' => business_max_fontsize(), ) ); Kirki::add_field( 'business_max_config', array( 'type' => 'select', 'settings' => 'businessmax_options[h3_fontsize]', 'label' => esc_html__( 'H3 Font Size', 'business-max' ), 'section' => 'heading_content_section', 'default' => $option['h3_fontsize'], 'multiple' => 1, 'choices' => business_max_fontsize(), ) ); Kirki::add_field( 'business_max_config', array( 'type' => 'select', 'settings' => 'businessmax_options[h4_fontsize]', 'label' => esc_html__( 'H4 Font Size', 'business-max' ), 'section' => 'heading_content_section', 'default' => $option['h4_fontsize'], 'multiple' => 1, 'choices' => business_max_fontsize(), ) ); Kirki::add_field( 'business_max_config', array( 'type' => 'select', 'settings' => 'businessmax_options[h5_fontsize]', 'label' => esc_html__( 'H5 Font Size', 'business-max' ), 'section' => 'heading_content_section', 'default' => $option['h5_fontsize'], 'multiple' => 1, 'choices' => business_max_fontsize(), ) ); Kirki::add_field( 'business_max_config', array( 'type' => 'select', 'settings' => 'businessmax_options[h6_fontsize]', 'label' => esc_html__( 'H6 Font Size', 'business-max' ), 'section' => 'heading_content_section', 'default' => $option['h6_fontsize'], 'multiple' => 1, 'choices' => business_max_fontsize(), ) ); ?>