get_section( 'header_image' )->title = __( 'Header', 'businessdex' ); ////// Header Menu businessdex_controller_info( 'header_menu_info', 'header_image', __( 'Menu area', 'businessdex' ) ); businessdex_controller_select( 'header_type_select', 'header_image', apply_filters( 'businessdex_option___header_type_select', array( 'menu-tf' => esc_html__( 'Transparent Sticky', 'businessdex' ), 'menu-ff' => esc_html__( 'Colored Sticky', 'businessdex' ), 'menu-tn' => esc_html__( 'Transparent', 'businessdex' ), 'menu-nn' => esc_html__( 'Colored', 'businessdex' ), ) ), esc_html__( 'Design style:', 'businessdex' ), esc_html__( 'Select how you want your header to look.', 'businessdex' ), apply_filters( 'businessdex_option___header_type_select_default', 'menu-tf' ) ); ////// Header Heading businessdex_controller_info( 'header_headings_info', 'header_image', __( 'Heading area', 'businessdex' ), '', '', 'bx-m-t' ); businessdex_controller_txt( 'homepage_heading', // Homepage Blog heading 'header_image', esc_html__( 'Homepage main heading', 'businessdex' ), esc_html__( 'This will change the heading on your homepage/blog, leave empty for none.', 'businessdex' ), esc_html__( 'Homepage Heading', 'businessdex' ), '.home:not(.paged) #top-header .hs-primary-large' ); ////// Header misc businessdex_controller_info( 'header_misc_info', 'header_image', __( 'Miscellaneous', 'businessdex' ), '', '', 'bx-m-t' ); businessdex_controller_checkbox( 'header_misc_hide_search_btn', 'header_image', esc_html__( 'Hide search button', 'businessdex' ), '', false ); ////// Header Image businessdex_controller_info( 'header_heading_info', 'header_image', __( 'Custom Header Images', 'businessdex' ), '', '', 'bx-m-t' ); businessdex_controller_checkbox( 'enable_parallax_custom_headers', // Custom Headers parallax 'header_image', esc_html__( 'Custom Header parallax', 'businessdex' ), esc_html__( 'Enable parallax effect on Custom Headers', 'businessdex' ), apply_filters( 'enable_parallax_custom_headers___filter', false ) );