Current Path : /var/www/mainsite/wp-content/themes/maxcoach/customizer/top-bar/ |
Current File : /var/www/mainsite/wp-content/themes/maxcoach/customizer/top-bar/style-02.php |
<?php $section = 'top_bar_style_02'; $priority = 1; $prefix = 'top_bar_style_02_'; Maxcoach_Kirki::add_field( 'theme', array( 'type' => 'select', 'settings' => $prefix . 'components', 'label' => esc_html__( 'Components', 'maxcoach' ), 'section' => $section, 'priority' => $priority++, 'default' => 'widget', 'choices' => array( 'widget' => esc_html__( 'Widget', 'maxcoach' ), 'text' => esc_html__( 'Text', 'maxcoach' ), ), ) ); Maxcoach_Kirki::add_field( 'theme', array( 'type' => 'textarea', 'settings' => $prefix . 'text', 'label' => esc_html__( 'Text', 'maxcoach' ), 'section' => $section, 'priority' => $priority++, 'default' => esc_html__( 'Now Hiring: Are you a driven and motivated 1st Line IT Support Engineer?', 'maxcoach' ), ) ); Maxcoach_Kirki::add_field( 'theme', array( 'type' => 'slider', 'settings' => $prefix . 'padding_top', 'label' => esc_html__( 'Padding top', 'maxcoach' ), 'section' => $section, 'priority' => $priority++, 'default' => 0, 'transport' => 'auto', 'choices' => array( 'min' => 0, 'max' => 200, 'step' => 1, ), 'output' => array( array( 'element' => '.top-bar-02', 'property' => 'padding-top', 'units' => 'px', ), ), ) ); Maxcoach_Kirki::add_field( 'theme', array( 'type' => 'slider', 'settings' => $prefix . 'padding_bottom', 'label' => esc_html__( 'Padding bottom', 'maxcoach' ), 'section' => $section, 'priority' => $priority++, 'default' => 0, 'transport' => 'auto', 'choices' => array( 'min' => 0, 'max' => 200, 'step' => 1, ), 'output' => array( array( 'element' => '.top-bar-02', 'property' => 'padding-bottom', 'units' => 'px', ), ), ) ); Maxcoach_Kirki::add_field( 'theme', array( 'type' => 'kirki_typography', 'settings' => $prefix . 'typography', 'label' => esc_html__( 'Typography', 'maxcoach' ), 'description' => esc_html__( 'These settings control the typography of texts of top bar section.', 'maxcoach' ), 'section' => $section, 'priority' => $priority++, 'transport' => 'auto', 'default' => array( 'font-family' => '', 'variant' => '', 'line-height' => '1.78', 'letter-spacing' => '', 'font-size' => '14px', ), 'output' => array( array( 'element' => '.top-bar-02, .top-bar-02 a', ), ), ) ); Maxcoach_Kirki::add_field( 'theme', array( 'type' => 'color-alpha', 'settings' => $prefix . 'bg_color', 'label' => esc_html__( 'Background', 'maxcoach' ), 'description' => esc_html__( 'Controls the background color of top bar.', 'maxcoach' ), 'section' => $section, 'priority' => $priority++, 'transport' => 'auto', 'output' => array( array( 'element' => '.top-bar-02', 'property' => 'background-color', ), ), ) ); Maxcoach_Kirki::add_field( 'theme', array( 'type' => 'slider', 'settings' => $prefix . 'border_width', 'label' => esc_html__( 'Border Bottom Width', 'maxcoach' ), 'section' => $section, 'priority' => $priority++, 'default' => 1, 'transport' => 'auto', 'choices' => array( 'min' => 0, 'max' => 50, 'step' => 1, ), 'output' => array( array( 'element' => '.top-bar-02', 'property' => 'border-bottom-width', 'units' => 'px', ), ), ) ); Maxcoach_Kirki::add_field( 'theme', array( 'type' => 'color-alpha', 'settings' => $prefix . 'border_color', 'label' => esc_html__( 'Border Bottom Color', 'maxcoach' ), 'description' => esc_html__( 'Controls the border bottom color of top bar.', 'maxcoach' ), 'section' => $section, 'priority' => $priority++, 'transport' => 'auto', 'default' => '#eee', 'output' => array( array( 'element' => '.top-bar-02', 'property' => 'border-bottom-color', ), ), ) ); Maxcoach_Kirki::add_field( 'theme', array( 'type' => 'color', 'settings' => $prefix . 'text_color', 'label' => esc_html__( 'Text', 'maxcoach' ), 'description' => esc_html__( 'Controls the color of text on top bar.', 'maxcoach' ), 'section' => $section, 'priority' => $priority++, 'transport' => 'auto', 'default' => '#777', 'output' => array( array( 'element' => '.top-bar-02', 'property' => 'color', ), ), ) ); Maxcoach_Kirki::add_field( 'theme', array( 'type' => 'multicolor', 'settings' => $prefix . 'link_color', 'label' => esc_html__( 'Link Color', 'maxcoach' ), 'description' => esc_html__( 'Controls the color of links on top bar.', 'maxcoach' ), 'section' => $section, 'priority' => $priority++, 'transport' => 'auto', 'choices' => array( 'normal' => esc_attr__( 'Normal', 'maxcoach' ), 'hover' => esc_attr__( 'Hover', 'maxcoach' ), ), 'default' => array( 'normal' => '#777', 'hover' => Maxcoach::PRIMARY_COLOR, ), 'output' => array( array( 'choice' => 'normal', 'element' => '.top-bar-02 a', 'property' => 'color', ), array( 'choice' => 'hover', 'element' => '.top-bar-02 a:hover, .top-bar-02 a:focus', 'property' => 'color', ), ), ) );