whoami7 - Manager
:
/
home
/
analuakl
/
bents.in
/
wp-content
/
themes
/
medizin
/
customizer
/
header
/
Upload File:
files >> /home/analuakl/bents.in/wp-content/themes/medizin/customizer/header/style-03.php
<?php $section = 'header_style_03'; $priority = 1; $prefix = 'header_style_03_'; Medizin_Kirki::add_field( 'theme', array( 'type' => 'custom', 'settings' => $prefix . 'group_title_' . $priority++, 'section' => $section, 'priority' => $priority++, 'default' => '<div class="big_title">' . esc_html__( 'Header Style', 'medizin' ) . '</div>', ) ); Medizin_Kirki::add_field( 'theme', array( 'type' => 'slider', 'settings' => $prefix . 'border_width', 'label' => esc_html__( 'Border Bottom Width', 'medizin' ), 'section' => $section, 'priority' => $priority++, 'default' => 0, 'transport' => 'auto', 'choices' => array( 'min' => 0, 'max' => 50, 'step' => 1, ), 'output' => array( array( 'element' => '.header-03 .page-header-inner', 'property' => 'border-bottom-width', 'units' => 'px', ), ), ) ); Medizin_Kirki::add_field( 'theme', array( 'type' => 'custom', 'settings' => $prefix . 'group_title_' . $priority++, 'section' => $section, 'priority' => $priority++, 'default' => '<div class="big_title">' . esc_html__( 'Header Components', 'medizin' ) . '</div>', ) ); Medizin_Kirki::add_field( 'theme', array( 'type' => 'radio-buttonset', 'settings' => $prefix . 'search_enable', 'label' => esc_html__( 'Search', 'medizin' ), 'section' => $section, 'priority' => $priority++, 'default' => 'inline', 'choices' => array( '0' => esc_html__( 'Hide', 'medizin' ), 'inline' => esc_html__( 'Inline Form', 'medizin' ), 'popup' => esc_html__( 'Popup Search', 'medizin' ), ), ) ); Medizin_Kirki::add_field( 'theme', array( 'type' => 'radio-buttonset', 'settings' => $prefix . 'search_categories_enable', 'label' => esc_html__( 'Search content type', 'medizin' ), 'description' => esc_html__( 'Turn on this option if you want to show categories select box', 'medizin' ), 'section' => $section, 'priority' => $priority++, 'default' => '1', 'choices' => array( '0' => esc_html__( 'Off', 'medizin' ), '1' => esc_html__( 'On', 'medizin' ), ), ) ); Medizin_Kirki::add_field( 'theme', array( 'type' => 'radio-buttonset', 'settings' => $prefix . 'login_enable', 'label' => esc_html__( 'Login', 'medizin' ), 'section' => $section, 'priority' => $priority++, 'default' => '1', 'choices' => array( '0' => esc_html__( 'Hide', 'medizin' ), '1' => esc_html__( 'Show', 'medizin' ), ), ) ); Medizin_Kirki::add_field( 'theme', array( 'type' => 'radio-buttonset', 'settings' => $prefix . 'wishlist_enable', 'label' => esc_html__( 'Wishlist', 'medizin' ), 'section' => $section, 'priority' => $priority++, 'default' => '1', 'choices' => array( '0' => esc_html__( 'Hide', 'medizin' ), '1' => esc_html__( 'Show', 'medizin' ), ), ) ); Medizin_Kirki::add_field( 'theme', array( 'type' => 'radio-buttonset', 'settings' => $prefix . 'cart_enable', 'label' => esc_html__( 'Mini Cart', 'medizin' ), 'section' => $section, 'priority' => $priority++, 'default' => '1', 'choices' => array( '0' => esc_html__( 'Hide', 'medizin' ), '1' => esc_html__( 'Show', 'medizin' ), 'hide_on_empty' => esc_html__( 'Hide On Empty', 'medizin' ), ), ) ); Medizin_Customize::instance()->field_social_networks_enable( array( 'settings' => $prefix . 'social_networks_enable', 'section' => $section, 'priority' => $priority++, 'default' => '0', ) ); Medizin_Customize::instance()->field_language_switcher_enable( array( 'settings' => $prefix . 'language_switcher_enable', 'section' => $section, 'priority' => $priority++, ) ); Medizin_Kirki::add_field( 'theme', array( 'type' => 'text', 'settings' => $prefix . 'phone_number_text', 'label' => esc_html__( 'Phone Number Text', 'medizin' ), 'section' => $section, 'priority' => $priority++, ) ); Medizin_Kirki::add_field( 'theme', array( 'type' => 'text', 'settings' => $prefix . 'phone_number_link', 'label' => esc_html__( 'Phone Number Link', 'medizin' ), 'section' => $section, 'priority' => $priority++, ) ); Medizin_Kirki::add_field( 'theme', array( 'type' => 'custom', 'settings' => $prefix . 'group_title_' . $priority++, 'section' => $section, 'priority' => $priority++, 'default' => '<div class="group_title">' . esc_html__( 'Header Button', 'medizin' ) . '</div>', ) ); Medizin_Kirki::add_field( 'theme', array( 'type' => 'text', 'settings' => $prefix . 'button_text', 'label' => esc_html__( 'Button Text', 'medizin' ), 'section' => $section, 'priority' => $priority++, ) ); Medizin_Kirki::add_field( 'theme', array( 'type' => 'text', 'settings' => $prefix . 'button_link', 'label' => esc_html__( 'Button Link', 'medizin' ), 'section' => $section, 'priority' => $priority++, ) ); Medizin_Kirki::add_field( 'theme', array( 'type' => 'text', 'settings' => $prefix . 'button_link_rel', 'label' => esc_html__( 'Button Link Relationship (XFN)', 'medizin' ), 'section' => $section, 'priority' => $priority++, ) ); Medizin_Kirki::add_field( 'theme', array( 'type' => 'radio-buttonset', 'settings' => $prefix . 'button_link_target', 'label' => esc_html__( 'Open link in a new tab.', 'medizin' ), 'section' => $section, 'priority' => $priority++, 'default' => '0', 'choices' => array( '0' => esc_html__( 'No', 'medizin' ), '1' => esc_html__( 'Yes', 'medizin' ), ), ) ); Medizin_Kirki::add_field( 'theme', array( 'type' => 'select', 'settings' => $prefix . 'button_style', 'label' => esc_html__( 'Button Style', 'medizin' ), 'section' => $section, 'priority' => $priority++, 'default' => 'thick-border', 'choices' => Medizin_Header::instance()->get_button_style(), ) ); Medizin_Kirki::add_field( 'theme', array( 'type' => 'custom', 'settings' => $prefix . 'group_title_' . $priority++, 'section' => $section, 'priority' => $priority++, 'default' => '<div class="big_title">' . esc_html__( 'Header Navigation (Level 1)', 'medizin' ) . '</div>', ) ); Medizin_Kirki::add_field( 'theme', array( 'type' => 'kirki_typography', 'settings' => $prefix . 'navigation_typography', 'label' => esc_html__( 'Typography', 'medizin' ), 'description' => esc_html__( 'These settings control the typography for menu items.', 'medizin' ), 'section' => $section, 'priority' => $priority++, 'transport' => 'auto', 'default' => array( 'font-family' => '', 'variant' => '500', 'font-size' => '16px', 'line-height' => '1.4', 'letter-spacing' => '', 'text-transform' => '', ), 'output' => array( array( 'element' => '.header-03 .menu--primary a', ), ), ) ); Medizin_Kirki::add_field( 'theme', array( 'type' => 'spacing', 'settings' => $prefix . 'navigation_item_padding', 'label' => esc_html__( 'Item Padding', 'medizin' ), 'section' => $section, 'priority' => $priority++, 'default' => array( 'top' => '19px', 'bottom' => '19px', 'left' => '10px', 'right' => '10px', ), 'transport' => 'auto', 'output' => array( array( 'element' => array( '.desktop-menu .header-03 .menu--primary .menu__container > li > a', ), 'property' => 'padding', ), ), ) ); Medizin_Kirki::add_field( 'theme', array( 'type' => 'custom', 'settings' => $prefix . 'group_title_' . $priority++, 'section' => $section, 'priority' => $priority++, 'default' => '<div class="big_title">' . esc_html__( 'Header Dark Skin', 'medizin' ) . '</div>', ) ); Medizin_Kirki::add_field( 'theme', array( 'type' => 'custom', 'settings' => $prefix . 'group_title_' . $priority++, 'section' => $section, 'priority' => $priority++, 'default' => '<div class="group_title">' . esc_html__( 'Header Style', 'medizin' ) . '</div>', ) ); Medizin_Kirki::add_field( 'theme', array( 'type' => 'background', 'settings' => $prefix . 'dark_background', 'label' => esc_html__( 'Background', 'medizin' ), 'section' => $section, 'priority' => $priority++, 'default' => array( 'background-color' => '#fff', 'background-image' => '', 'background-repeat' => 'no-repeat', 'background-size' => 'cover', 'background-attachment' => 'fixed', 'background-position' => 'center center', ), 'output' => array( array( 'element' => '.header-03.header-dark .page-header-inner', ), ), ) ); Medizin_Kirki::add_field( 'theme', array( 'type' => 'color-alpha', 'settings' => $prefix . 'dark_border_color', 'label' => esc_html__( 'Border Color', 'medizin' ), 'description' => esc_html__( 'Controls the border color of header.', 'medizin' ), 'section' => $section, 'priority' => $priority++, 'transport' => 'auto', 'default' => '#eee', 'output' => array( array( 'element' => '.header-03.header-dark .page-header-inner', 'property' => 'border-color', ), ), ) ); Medizin_Kirki::add_field( 'theme', array( 'type' => 'text', 'settings' => $prefix . 'dark_box_shadow', 'label' => esc_html__( 'Box Shadow', 'medizin' ), 'description' => esc_html__( 'Input box shadow for header. For e.g: 0 0 5px #ccc', 'medizin' ), 'section' => $section, 'priority' => $priority++, 'output' => array( array( 'element' => '.header-03.header-dark .page-header-inner', 'property' => 'box-shadow', ), ), ) ); Medizin_Kirki::add_field( 'theme', array( 'type' => 'custom', 'settings' => $prefix . 'group_title_' . $priority++, 'section' => $section, 'priority' => $priority++, 'default' => '<div class="group_title">' . esc_html__( 'Header Icon', 'medizin' ) . '</div>', ) ); Medizin_Kirki::add_field( 'theme', array( 'type' => 'multicolor', 'settings' => $prefix . 'dark_header_icon_color', 'label' => esc_html__( 'Icon Color', 'medizin' ), 'description' => esc_html__( 'Controls the color of icons on header.', 'medizin' ), 'section' => $section, 'priority' => $priority++, 'transport' => 'auto', 'choices' => array( 'normal' => esc_attr__( 'Normal', 'medizin' ), 'hover' => esc_attr__( 'Hover', 'medizin' ), ), 'default' => array( 'normal' => Medizin::HEADING_COLOR, 'hover' => Medizin::PRIMARY_COLOR, ), 'output' => array( array( 'choice' => 'normal', 'element' => ' .header-03.header-dark .header-icon, .header-03.header-dark .wpml-ls-item-toggle', 'property' => 'color', ), array( 'choice' => 'hover', 'element' => '.header-03.header-dark .header-icon:hover', 'property' => 'color', ), array( 'choice' => 'hover', 'element' => '.header-03.header-dark .wpml-ls-slot-shortcode_actions:hover > .js-wpml-ls-item-toggle', 'property' => 'color', ), ), ) ); Medizin_Kirki::add_field( 'theme', array( 'type' => 'custom', 'settings' => $prefix . 'group_title_' . $priority++, 'section' => $section, 'priority' => $priority++, 'default' => '<div class="group_title">' . esc_html__( 'Cart Badge', 'medizin' ) . '</div>', ) ); Medizin_Kirki::add_field( 'theme', array( 'type' => 'multicolor', 'settings' => $prefix . 'dark_cart_badge_color', 'label' => esc_html__( 'Color', 'medizin' ), 'description' => esc_html__( 'Controls the color of cart badge.', 'medizin' ), 'section' => $section, 'priority' => $priority++, 'transport' => 'auto', 'choices' => array( 'color' => esc_attr__( 'Color', 'medizin' ), 'background' => esc_attr__( 'Background', 'medizin' ), ), 'default' => array( 'color' => '#fff', 'background' => Medizin::PRIMARY_COLOR, ), 'output' => array( array( 'choice' => 'color', 'element' => '.header-03.header-dark .mini-cart .mini-cart-icon:after', 'property' => 'color', ), array( 'choice' => 'background', 'element' => '.header-03.header-dark .mini-cart .mini-cart-icon:after', 'property' => 'background-color', ), ), ) ); Medizin_Kirki::add_field( 'theme', array( 'type' => 'color-alpha', 'settings' => $prefix . 'bottom_background', 'label' => esc_html__( 'Background Color', 'medizin' ), 'description' => esc_html__( 'Controls the background color of header bottom.', 'medizin' ), 'section' => $section, 'priority' => $priority++, 'transport' => 'auto', 'default' => '#415DA1', 'output' => array( array( 'element' => '.header-03.header-dark .page-header-bottom', 'property' => 'background-color', ), ), ) ); Medizin_Kirki::add_field( 'theme', array( 'type' => 'custom', 'settings' => $prefix . 'group_title_' . $priority++, 'section' => $section, 'priority' => $priority++, 'default' => '<div class="group_title">' . esc_html__( 'Navigation', 'medizin' ) . '</div>', ) ); Medizin_Kirki::add_field( 'theme', array( 'type' => 'multicolor', 'settings' => $prefix . 'dark_navigation_link_color', 'label' => esc_html__( 'Link Color', 'medizin' ), 'description' => esc_html__( 'Controls the color for main menu items.', 'medizin' ), 'section' => $section, 'priority' => $priority++, 'transport' => 'auto', 'choices' => array( 'normal' => esc_attr__( 'Normal', 'medizin' ), 'hover' => esc_attr__( 'Hover', 'medizin' ), ), 'default' => array( 'normal' => 'rgba(255, 255, 255, 0.7)', 'hover' => '#fff', ), 'output' => array( array( 'choice' => 'normal', 'element' => '.header-03.header-dark .menu--primary > ul > li > a', 'property' => 'color', 'suffix' => '!important', ), array( 'choice' => 'hover', 'element' => ' .header-03.header-dark .menu--primary > ul > li:hover > a, .header-03.header-dark .menu--primary > ul > li > a:hover, .header-03.header-dark .menu--primary > ul > li > a:focus, .header-03.header-dark .menu--primary > ul > .current-menu-ancestor > a, .header-03.header-dark .menu--primary > ul > .current-menu-item > a', 'property' => 'color', 'suffix' => '!important', ), ), ) ); Medizin_Kirki::add_field( 'theme', array( 'type' => 'custom', 'settings' => $prefix . 'group_title_' . $priority++, 'section' => $section, 'priority' => $priority++, 'default' => '<div class="group_title">' . esc_html__( 'Header Search Form', 'medizin' ) . '</div>', ) ); Medizin_Kirki::add_field( 'theme', array( 'type' => 'multicolor', 'settings' => $prefix . 'dark_search_form_color', 'label' => esc_html__( 'Normal', 'medizin' ), 'section' => $section, 'priority' => $priority++, 'transport' => 'auto', 'choices' => array( 'color' => esc_attr__( 'Color', 'medizin' ), 'background' => esc_attr__( 'Background', 'medizin' ), 'border' => esc_attr__( 'Border', 'medizin' ), ), 'default' => array( 'color' => '#ababab', 'background' => '#fff', 'border' => '#eee', ), 'output' => Medizin_Header::instance()->get_search_form_kirki_output( '03', 'dark', false, true ), 'active_callback' => array( array( 'setting' => $prefix . 'search_enable', 'operator' => '==', 'value' => 'inline', ), ), ) ); Medizin_Kirki::add_field( 'theme', array( 'type' => 'multicolor', 'settings' => $prefix . 'dark_search_form_focus_color', 'label' => esc_html__( 'Hover', 'medizin' ), 'section' => $section, 'priority' => $priority++, 'transport' => 'auto', 'choices' => array( 'color' => esc_attr__( 'Color', 'medizin' ), 'background' => esc_attr__( 'Background', 'medizin' ), 'border' => esc_attr__( 'Border', 'medizin' ), ), 'default' => array( 'color' => '#333', 'background' => '#fff', 'border' => Medizin::PRIMARY_COLOR, ), 'output' => Medizin_Header::instance()->get_search_form_kirki_output( '03', 'dark', true, true ), 'active_callback' => array( array( 'setting' => $prefix . 'search_enable', 'operator' => '==', 'value' => 'inline', ), ), ) ); Medizin_Kirki::add_field( 'theme', array( 'type' => 'custom', 'settings' => $prefix . 'group_title_' . $priority++, 'section' => $section, 'priority' => $priority++, 'default' => '<div class="group_title">' . esc_html__( 'Header Button', 'medizin' ) . '</div>', ) ); Medizin_Kirki::add_field( 'theme', array( 'type' => 'radio-buttonset', 'settings' => $prefix . 'dark_button_color', 'label' => esc_html__( 'Button Color', 'medizin' ), 'section' => $section, 'priority' => $priority++, 'default' => 'custom', 'choices' => array( '' => esc_html__( 'Default', 'medizin' ), 'custom' => esc_html__( 'Custom', 'medizin' ), ), ) ); Medizin_Kirki::add_field( 'theme', array( 'type' => 'multicolor', 'settings' => $prefix . 'dark_button_custom_color', 'label' => esc_html__( 'Button Color', 'medizin' ), 'description' => esc_html__( 'Controls the color of button.', 'medizin' ), 'section' => $section, 'priority' => $priority++, 'transport' => 'auto', 'choices' => array( 'color' => esc_attr__( 'Color', 'medizin' ), 'background' => esc_attr__( 'Background', 'medizin' ), 'border' => esc_attr__( 'Border', 'medizin' ), ), 'default' => array( 'color' => '#fff', 'background' => Medizin::PRIMARY_COLOR, 'border' => Medizin::PRIMARY_COLOR, ), 'output' => Medizin_Header::instance()->get_button_kirki_output( '03', 'dark', false ), 'active_callback' => array( array( 'setting' => $prefix . 'dark_button_color', 'operator' => '==', 'value' => 'custom', ), ), ) ); Medizin_Kirki::add_field( 'theme', array( 'type' => 'multicolor', 'settings' => $prefix . 'dark_button_hover_custom_color', 'label' => esc_html__( 'Button Hover Color', 'medizin' ), 'description' => esc_html__( 'Controls the color of button when hover.', 'medizin' ), 'section' => $section, 'priority' => $priority++, 'transport' => 'auto', 'choices' => array( 'color' => esc_attr__( 'Color', 'medizin' ), 'background' => esc_attr__( 'Background', 'medizin' ), 'border' => esc_attr__( 'Border', 'medizin' ), ), 'default' => array( 'color' => Medizin::PRIMARY_COLOR, 'background' => 'rgba(0, 0, 0, 0)', 'border' => Medizin::PRIMARY_COLOR, ), 'output' => Medizin_Header::instance()->get_button_kirki_output( '03', 'dark', true ), 'active_callback' => array( array( 'setting' => $prefix . 'dark_button_color', 'operator' => '==', 'value' => 'custom', ), ), ) ); Medizin_Kirki::add_field( 'theme', array( 'type' => 'custom', 'settings' => $prefix . 'group_title_' . $priority++, 'section' => $section, 'priority' => $priority++, 'default' => '<div class="group_title">' . esc_html__( 'Header Social Networks', 'medizin' ) . '</div>', ) ); Medizin_Kirki::add_field( 'theme', array( 'type' => 'multicolor', 'settings' => $prefix . 'dark_social_networks_color', 'label' => esc_html__( 'Color', 'medizin' ), 'section' => $section, 'priority' => $priority++, 'transport' => 'auto', 'choices' => array( 'normal' => esc_attr__( 'Normal', 'medizin' ), 'hover' => esc_attr__( 'Hover', 'medizin' ), ), 'default' => array( 'normal' => Medizin::HEADING_COLOR, 'hover' => Medizin::PRIMARY_COLOR, ), 'output' => array( array( 'choice' => 'normal', 'element' => '.header-03.header-dark .header-social-networks a', 'property' => 'color', ), array( 'choice' => 'hover', 'element' => '.header-03.header-dark .header-social-networks a:hover', 'property' => 'color', ), ), ) ); Medizin_Kirki::add_field( 'theme', array( 'type' => 'custom', 'settings' => $prefix . 'group_title_' . $priority++, 'section' => $section, 'priority' => $priority++, 'default' => '<div class="big_title">' . esc_html__( 'Header Light Skin', 'medizin' ) . '</div>', ) ); Medizin_Kirki::add_field( 'theme', array( 'type' => 'custom', 'settings' => $prefix . 'group_title_' . $priority++, 'section' => $section, 'priority' => $priority++, 'default' => '<div class="group_title">' . esc_html__( 'Header Style', 'medizin' ) . '</div>', ) ); Medizin_Kirki::add_field( 'theme', array( 'type' => 'color-alpha', 'settings' => $prefix . 'light_border_color', 'label' => esc_html__( 'Border Color', 'medizin' ), 'description' => esc_html__( 'Controls the border color of header.', 'medizin' ), 'section' => $section, 'priority' => $priority++, 'transport' => 'auto', 'default' => 'rgba(255, 255, 255, 0.2)', 'output' => array( array( 'element' => '.header-03.header-light .page-header-inner', 'property' => 'border-color', ), ), ) ); Medizin_Kirki::add_field( 'theme', array( 'type' => 'text', 'settings' => $prefix . 'light_box_shadow', 'label' => esc_html__( 'Box Shadow', 'medizin' ), 'description' => esc_html__( 'Input box shadow for header. For e.g: 0 0 5px #ccc', 'medizin' ), 'section' => $section, 'priority' => $priority++, 'output' => array( array( 'element' => '.header-03.header-light .page-header-inner', 'property' => 'box-shadow', ), ), ) ); Medizin_Kirki::add_field( 'theme', array( 'type' => 'custom', 'settings' => $prefix . 'group_title_' . $priority++, 'section' => $section, 'priority' => $priority++, 'default' => '<div class="group_title">' . esc_html__( 'Header Icon', 'medizin' ) . '</div>', ) ); Medizin_Kirki::add_field( 'theme', array( 'type' => 'multicolor', 'settings' => $prefix . 'light_header_icon_color', 'label' => esc_html__( 'Icon Color', 'medizin' ), 'description' => esc_html__( 'Controls the color of icons on header.', 'medizin' ), 'section' => $section, 'priority' => $priority++, 'transport' => 'auto', 'choices' => array( 'normal' => esc_attr__( 'Normal', 'medizin' ), 'hover' => esc_attr__( 'Hover', 'medizin' ), ), 'default' => array( 'normal' => '#fff', 'hover' => '#fff', ), 'output' => array( array( 'choice' => 'normal', 'element' => ' .header-03.header-light .header-icon, .header-03.header-light .wpml-ls-item-toggle', 'property' => 'color', ), array( 'choice' => 'hover', 'element' => '.header-03.header-light .header-icon:hover', 'property' => 'color', ), array( 'choice' => 'hover', 'element' => '.header-03.header-light .wpml-ls-slot-shortcode_actions:hover > .js-wpml-ls-item-toggle', 'property' => 'color', ), ), ) ); Medizin_Kirki::add_field( 'theme', array( 'type' => 'custom', 'settings' => $prefix . 'group_title_' . $priority++, 'section' => $section, 'priority' => $priority++, 'default' => '<div class="group_title">' . esc_html__( 'Cart Badge', 'medizin' ) . '</div>', ) ); Medizin_Kirki::add_field( 'theme', array( 'type' => 'multicolor', 'settings' => $prefix . 'light_cart_badge_color', 'label' => esc_html__( 'Color', 'medizin' ), 'description' => esc_html__( 'Controls the color of cart badge.', 'medizin' ), 'section' => $section, 'priority' => $priority++, 'transport' => 'auto', 'choices' => array( 'color' => esc_attr__( 'Color', 'medizin' ), 'background' => esc_attr__( 'Background', 'medizin' ), ), 'default' => array( 'color' => Medizin::PRIMARY_COLOR, 'background' => '#fff', ), 'output' => array( array( 'choice' => 'color', 'element' => '.header-03.header-light .mini-cart .mini-cart-icon:after', 'property' => 'color', ), array( 'choice' => 'background', 'element' => '.header-03.header-light .mini-cart .mini-cart-icon:after', 'property' => 'background-color', ), ), ) ); Medizin_Kirki::add_field( 'theme', array( 'type' => 'custom', 'settings' => $prefix . 'group_title_' . $priority++, 'section' => $section, 'priority' => $priority++, 'default' => '<div class="group_title">' . esc_html__( 'Navigation', 'medizin' ) . '</div>', ) ); Medizin_Kirki::add_field( 'theme', array( 'type' => 'multicolor', 'settings' => $prefix . 'light_navigation_link_color', 'label' => esc_html__( 'Navigation Link Color', 'medizin' ), 'description' => esc_html__( 'Controls the color for main menu items.', 'medizin' ), 'section' => $section, 'priority' => $priority++, 'transport' => 'auto', 'choices' => array( 'normal' => esc_attr__( 'Normal', 'medizin' ), 'hover' => esc_attr__( 'Hover', 'medizin' ), ), 'default' => array( 'normal' => '#fff', 'hover' => '#fff', ), 'output' => array( array( 'choice' => 'normal', 'element' => '.header-03.header-light .menu--primary > ul > li > a', 'property' => 'color', 'suffix' => '!important', ), array( 'choice' => 'hover', 'element' => ' .header-03.header-light .menu--primary > ul > li:hover > a, .header-03.header-light .menu--primary > ul > li > a:hover, .header-03.header-light .menu--primary > ul > li > a:focus, .header-03.header-light .menu--primary > ul > .current-menu-ancestor > a, .header-03.header-light .menu--primary > ul > .current-menu-item > a', 'property' => 'color', 'suffix' => '!important', ), ), ) ); Medizin_Kirki::add_field( 'theme', array( 'type' => 'custom', 'settings' => $prefix . 'group_title_' . $priority++, 'section' => $section, 'priority' => $priority++, 'default' => '<div class="group_title">' . esc_html__( 'Header Search Form', 'medizin' ) . '</div>', ) ); Medizin_Kirki::add_field( 'theme', array( 'type' => 'multicolor', 'settings' => $prefix . 'light_search_form_color', 'label' => esc_html__( 'Normal', 'medizin' ), 'section' => $section, 'priority' => $priority++, 'transport' => 'auto', 'choices' => array( 'color' => esc_attr__( 'Color', 'medizin' ), 'background' => esc_attr__( 'Background', 'medizin' ), 'border' => esc_attr__( 'Border', 'medizin' ), ), 'default' => array( 'color' => '#696969', 'background' => '#fff', 'border' => '#fff', ), 'output' => Medizin_Header::instance()->get_search_form_kirki_output( '03', 'light', false ), 'active_callback' => array( array( 'setting' => $prefix . 'search_enable', 'operator' => '==', 'value' => 'inline', ), ), ) ); Medizin_Kirki::add_field( 'theme', array( 'type' => 'multicolor', 'settings' => $prefix . 'light_search_form_focus_color', 'label' => esc_html__( 'Hover', 'medizin' ), 'section' => $section, 'priority' => $priority++, 'transport' => 'auto', 'choices' => array( 'color' => esc_attr__( 'Color', 'medizin' ), 'background' => esc_attr__( 'Background', 'medizin' ), 'border' => esc_attr__( 'Border', 'medizin' ), ), 'default' => array( 'color' => '#333', 'background' => '#fff', 'border' => Medizin::PRIMARY_COLOR, ), 'output' => Medizin_Header::instance()->get_search_form_kirki_output( '03', 'light', true ), 'active_callback' => array( array( 'setting' => $prefix . 'search_enable', 'operator' => '==', 'value' => 'inline', ), ), ) ); Medizin_Kirki::add_field( 'theme', array( 'type' => 'custom', 'settings' => $prefix . 'group_title_' . $priority++, 'section' => $section, 'priority' => $priority++, 'default' => '<div class="group_title">' . esc_html__( 'Header Button', 'medizin' ) . '</div>', ) ); Medizin_Kirki::add_field( 'theme', array( 'type' => 'radio-buttonset', 'settings' => $prefix . 'light_button_color', 'label' => esc_html__( 'Button Color', 'medizin' ), 'section' => $section, 'priority' => $priority++, 'default' => 'custom', 'choices' => array( '' => esc_html__( 'Default', 'medizin' ), 'custom' => esc_html__( 'Custom', 'medizin' ), ), ) ); Medizin_Kirki::add_field( 'theme', array( 'type' => 'multicolor', 'settings' => $prefix . 'light_button_custom_color', 'label' => esc_html__( 'Button Color', 'medizin' ), 'description' => esc_html__( 'Controls the color of button.', 'medizin' ), 'section' => $section, 'priority' => $priority++, 'transport' => 'auto', 'choices' => array( 'color' => esc_attr__( 'Color', 'medizin' ), 'background' => esc_attr__( 'Background', 'medizin' ), 'border' => esc_attr__( 'Border', 'medizin' ), ), 'default' => array( 'color' => '#fff', 'background' => 'rgba(255, 255, 255, 0)', 'border' => 'rgba(255, 255, 255, 0.3)', ), 'output' => Medizin_Header::instance()->get_button_kirki_output( '03', 'light', false ), 'active_callback' => array( array( 'setting' => $prefix . 'light_button_color', 'operator' => '==', 'value' => 'custom', ), ), ) ); Medizin_Kirki::add_field( 'theme', array( 'type' => 'multicolor', 'settings' => $prefix . 'light_button_hover_custom_color', 'label' => esc_html__( 'Button Hover Color', 'medizin' ), 'description' => esc_html__( 'Controls the color of button when hover.', 'medizin' ), 'section' => $section, 'priority' => $priority++, 'transport' => 'auto', 'choices' => array( 'color' => esc_attr__( 'Color', 'medizin' ), 'background' => esc_attr__( 'Background', 'medizin' ), 'border' => esc_attr__( 'Border', 'medizin' ), ), 'default' => array( 'color' => Medizin::HEADING_COLOR, 'background' => '#fff', 'border' => '#fff', ), 'output' => Medizin_Header::instance()->get_button_kirki_output( '03', 'light', true ), 'active_callback' => array( array( 'setting' => $prefix . 'light_button_color', 'operator' => '==', 'value' => 'custom', ), ), ) ); Medizin_Kirki::add_field( 'theme', array( 'type' => 'custom', 'settings' => $prefix . 'group_title_' . $priority++, 'section' => $section, 'priority' => $priority++, 'default' => '<div class="group_title">' . esc_html__( 'Header Social Networks', 'medizin' ) . '</div>', ) ); Medizin_Kirki::add_field( 'theme', array( 'type' => 'multicolor', 'settings' => $prefix . 'light_social_networks_color', 'label' => esc_html__( 'Normal Color', 'medizin' ), 'section' => $section, 'priority' => $priority++, 'transport' => 'auto', 'choices' => array( 'normal' => esc_attr__( 'Normal', 'medizin' ), 'hover' => esc_attr__( 'Hover', 'medizin' ), ), 'default' => array( 'normal' => '#fff', 'hover' => '#fff', ), 'output' => array( array( 'choice' => 'normal', 'element' => '.header-03.header-light .header-social-networks a', 'property' => 'color', ), array( 'choice' => 'hover', 'element' => '.header-03.header-light .header-social-networks a:hover', 'property' => 'color', ), ), ) );
Copyright ©2021 || Defacer Indonesia