80, 'title' => __( 'Slider Property', 'bizplus' ), 'panel' => 'bizplus-featured-slider', ); $bizplus_settings_controls['bizplus-fs-single-words'] = array( 'setting' => array( 'default' => $bizplus_customizer_defaults['bizplus-fs-single-words'] ), 'control' => array( 'label' => __( 'Single Slider- Number Of Words', 'bizplus' ), 'description' => __( 'If you do not have selected from - Custom', 'bizplus' ), 'section' => 'bizplus-fs-slider-options', 'type' => 'number', 'priority' => 5, 'active_callback' => '', 'input_attrs' => array( 'min' => 1, 'max' => 200), ) ); $bizplus_settings_controls['bizplus-fs-slider-mode'] = array( 'setting' => array( 'default' => $bizplus_customizer_defaults['bizplus-fs-slider-mode'] ), 'control' => array( 'label' => __( 'Slider Mode', 'bizplus' ), 'section' => 'bizplus-fs-slider-options', 'type' => 'select', 'choices' => array( 'scrollHorz' => __( 'Default', 'bizplus' ), 'fade' => __( 'Fade', 'bizplus' ), 'fadeout' => __( 'Fade-Out', 'bizplus' ) ), 'priority' => 10, 'active_callback' => '' ) ); $bizplus_settings_controls['bizplus-fs-enable-arrow'] = array( 'setting' => array( 'default' => $bizplus_customizer_defaults['bizplus-fs-enable-arrow'] ), 'control' => array( 'label' => __( 'Enable Arrow', 'bizplus' ), 'section' => 'bizplus-fs-slider-options', 'type' => 'checkbox', 'priority' => 50, 'active_callback' => '' ) ); $bizplus_settings_controls['bizplus-fs-enable-pager'] = array( 'setting' => array( 'default' => $bizplus_customizer_defaults['bizplus-fs-enable-pager'] ), 'control' => array( 'label' => __( 'Enable Pager', 'bizplus' ), 'section' => 'bizplus-fs-slider-options', 'type' => 'checkbox', 'priority' => 55, 'active_callback' => '' ) ); $bizplus_settings_controls['bizplus-fs-button-text'] = array( 'setting' => array( 'default' => $bizplus_customizer_defaults['bizplus-fs-button-text'] ), 'control' => array( 'label' => __( 'Slider Section Button Text', 'bizplus' ), 'section' => 'bizplus-fs-slider-options', 'type' => 'text', 'priority' => 90, 'active_callback' => '' ) );