ASTRA_THEME_SETTINGS . '[button-color]', 'default' => '', 'type' => 'control', 'control' => 'ast-color', 'section' => 'section-theme-button', 'title' => __( 'Button Text Color', 'astra' ), ), /** * Option: Button Hover Color */ array( 'name' => ASTRA_THEME_SETTINGS . '[button-h-color]', 'default' => '', 'section' => 'section-theme-button', 'type' => 'control', 'control' => 'ast-color', 'title' => __( 'Button Text Hover Color', 'astra' ), ), /** * Option: Button Background Color */ array( 'name' => ASTRA_THEME_SETTINGS . '[button-bg-color]', 'default' => '', 'section' => 'section-theme-button', 'type' => 'control', 'control' => 'ast-color', 'title' => __( 'Button Background Color', 'astra' ), ), /** * Option: Button Background Hover Color */ array( 'name' => ASTRA_THEME_SETTINGS . '[button-bg-h-color]', 'section' => 'section-theme-button', 'default' => '', 'type' => 'control', 'control' => 'ast-color', 'title' => __( 'Button Background Hover Color', 'astra' ), ), /** * Option: Button Radius */ array( 'name' => ASTRA_THEME_SETTINGS . '[button-radius]', 'section' => 'section-theme-button', 'default' => astra_get_option( 'button-radius' ), 'type' => 'control', 'control' => 'number', 'title' => __( 'Button Radius', 'astra' ), 'input_attrs' => array( 'min' => 0, 'step' => 1, 'max' => 200, ), ), /** * Option: Vertical Padding */ array( 'name' => ASTRA_THEME_SETTINGS . '[button-v-padding]', 'section' => 'section-theme-button', 'default' => astra_get_option( 'button-v-padding' ), 'title' => __( 'Vertical Padding', 'astra' ), 'type' => 'control', 'control' => 'number', 'input_attrs' => array( 'min' => 1, 'step' => 1, 'max' => 200, ), ), /** * Option: Horizontal Padding */ array( 'name' => ASTRA_THEME_SETTINGS . '[button-h-padding]', 'section' => 'section-theme-button', 'default' => astra_get_option( 'button-h-padding' ), 'title' => __( 'Horizontal Padding', 'astra' ), 'type' => 'control', 'control' => 'number', 'input_attrs' => array( 'min' => 1, 'step' => 1, 'max' => 200, ), ), /** * Option: Button Text Color */ array( 'name' => ASTRA_THEME_SETTINGS . '[header-main-rt-section-button-text-color]', 'transport' => 'postMessage', 'default' => astra_get_option( 'header-main-rt-section-button-text-color' ), 'type' => 'control', 'required' => array( ASTRA_THEME_SETTINGS . '[header-main-rt-section-button-style]', '===', 'custom-button' ), 'control' => 'ast-color', 'section' => 'section-header-button-default', 'priority' => 10, 'title' => __( 'Button Text Color', 'astra' ), ), /** * Option: Button Text Hover Color */ array( 'name' => ASTRA_THEME_SETTINGS . '[header-main-rt-section-button-text-h-color]', 'default' => astra_get_option( 'header-main-rt-section-button-text-h-color' ), 'transport' => 'postMessage', 'type' => 'control', 'required' => array( ASTRA_THEME_SETTINGS . '[header-main-rt-section-button-style]', '===', 'custom-button' ), 'control' => 'ast-color', 'section' => 'section-header-button-default', 'priority' => 10, 'title' => __( 'Button Text Hover Color', 'astra' ), ), /** * Option: Button Background Color */ array( 'name' => ASTRA_THEME_SETTINGS . '[header-main-rt-section-button-back-color]', 'default' => astra_get_option( 'header-main-rt-section-button-back-color' ), 'transport' => 'postMessage', 'type' => 'control', 'required' => array( ASTRA_THEME_SETTINGS . '[header-main-rt-section-button-style]', '===', 'custom-button' ), 'control' => 'ast-color', 'section' => 'section-header-button-default', 'priority' => 10, 'title' => __( 'Button Background Color', 'astra' ), ), /** * Option: Button Button Hover Color */ array( 'name' => ASTRA_THEME_SETTINGS . '[header-main-rt-section-button-back-h-color]', 'default' => astra_get_option( 'header-main-rt-section-button-back-h-color' ), 'type' => 'control', 'transport' => 'postMessage', 'required' => array( ASTRA_THEME_SETTINGS . '[header-main-rt-section-button-style]', '===', 'custom-button' ), 'control' => 'ast-color', 'section' => 'section-header-button-default', 'priority' => 10, 'title' => __( 'Button Background Hover Color', 'astra' ), ), // Option: Custom Menu Button Border. array( 'type' => 'control', 'control' => 'ast-responsive-spacing', 'name' => ASTRA_THEME_SETTINGS . '[header-main-rt-section-button-padding]', 'section' => 'section-header-button-default', 'transport' => 'postMessage', 'linked_choices' => true, 'priority' => 10, 'required' => array( ASTRA_THEME_SETTINGS . '[header-main-rt-section-button-style]', '===', 'custom-button' ), 'default' => astra_get_option( 'header-main-rt-section-button-padding' ), 'title' => __( 'Button Padding', 'astra' ), 'choices' => array( 'top' => __( 'Top', 'astra' ), 'right' => __( 'Right', 'astra' ), 'bottom' => __( 'Bottom', 'astra' ), 'left' => __( 'Left', 'astra' ), ), ), /** * Option: Button Border Size */ array( 'type' => 'control', 'control' => 'ast-border', 'name' => ASTRA_THEME_SETTINGS . '[header-main-rt-section-button-border-size]', 'section' => 'section-header-button-default', 'transport' => 'postMessage', 'linked_choices' => true, 'required' => array( ASTRA_THEME_SETTINGS . '[header-main-rt-section-button-style]', '===', 'custom-button' ), 'priority' => 10, 'default' => astra_get_option( 'header-main-rt-section-button-border-size' ), 'title' => __( 'Border Size', 'astra' ), 'choices' => array( 'top' => __( 'Top', 'astra' ), 'right' => __( 'Right', 'astra' ), 'bottom' => __( 'Bottom', 'astra' ), 'left' => __( 'Left', 'astra' ), ), ), /** * Option: Button Border Color */ array( 'name' => ASTRA_THEME_SETTINGS . '[header-main-rt-section-button-border-color]', 'default' => astra_get_option( 'header-main-rt-section-button-border-color' ), 'type' => 'control', 'transport' => 'postMessage', 'required' => array( ASTRA_THEME_SETTINGS . '[header-main-rt-section-button-style]', '===', 'custom-button' ), 'control' => 'ast-color', 'section' => 'section-header-button-default', 'priority' => 10, 'title' => __( 'Border Color', 'astra' ), ), /** * Option: Button Border Hover Color */ array( 'name' => ASTRA_THEME_SETTINGS . '[header-main-rt-section-button-border-h-color]', 'default' => astra_get_option( 'header-main-rt-section-button-border-h-color' ), 'type' => 'control', 'transport' => 'postMessage', 'required' => array( ASTRA_THEME_SETTINGS . '[header-main-rt-section-button-style]', '===', 'custom-button' ), 'control' => 'ast-color', 'section' => 'section-header-button-default', 'priority' => 10, 'title' => __( 'Border Hover Color', 'astra' ), ), /** * Option: Button Border Radius */ array( 'name' => ASTRA_THEME_SETTINGS . '[header-main-rt-section-button-border-radius]', 'default' => astra_get_option( 'header-main-rt-section-button-border-radius' ), 'type' => 'control', 'control' => 'ast-slider', 'transport' => 'postMessage', 'section' => 'section-header-button-default', 'required' => array( ASTRA_THEME_SETTINGS . '[header-main-rt-section-button-style]', '===', 'custom-button' ), 'priority' => 10, 'title' => __( 'Border Radius', 'astra' ), 'input_attrs' => array( 'min' => 0, 'step' => 1, 'max' => 100, ), ), /** * Option: Button Text Color */ array( 'name' => ASTRA_THEME_SETTINGS . '[header-main-rt-trans-section-button-text-color]', 'transport' => 'postMessage', 'default' => astra_get_option( 'header-main-rt-trans-section-button-text-color' ), 'type' => 'control', 'required' => array( ASTRA_THEME_SETTINGS . '[header-main-rt-section-button-style]', '===', 'custom-button' ), 'control' => 'ast-color', 'section' => 'section-header-button-transparent', 'priority' => 10, 'title' => __( 'Button Text Color', 'astra' ), ), /** * Option: Button Text Hover Color */ array( 'name' => ASTRA_THEME_SETTINGS . '[header-main-rt-trans-section-button-text-h-color]', 'default' => astra_get_option( 'header-main-rt-trans-section-button-text-h-color' ), 'transport' => 'postMessage', 'type' => 'control', 'required' => array( ASTRA_THEME_SETTINGS . '[header-main-rt-section-button-style]', '===', 'custom-button' ), 'control' => 'ast-color', 'section' => 'section-header-button-transparent', 'priority' => 10, 'title' => __( 'Button Text Hover Color', 'astra' ), ), /** * Option: Button Background Color */ array( 'name' => ASTRA_THEME_SETTINGS . '[header-main-rt-trans-section-button-back-color]', 'default' => astra_get_option( 'header-main-rt-trans-section-button-back-color' ), 'transport' => 'postMessage', 'type' => 'control', 'required' => array( ASTRA_THEME_SETTINGS . '[header-main-rt-section-button-style]', '===', 'custom-button' ), 'control' => 'ast-color', 'section' => 'section-header-button-transparent', 'priority' => 10, 'title' => __( 'Button Background Color', 'astra' ), ), /** * Option: Button Button Hover Color */ array( 'name' => ASTRA_THEME_SETTINGS . '[header-main-rt-trans-section-button-back-h-color]', 'default' => astra_get_option( 'header-main-rt-trans-section-button-back-h-color' ), 'type' => 'control', 'transport' => 'postMessage', 'required' => array( ASTRA_THEME_SETTINGS . '[header-main-rt-section-button-style]', '===', 'custom-button' ), 'control' => 'ast-color', 'section' => 'section-header-button-transparent', 'priority' => 10, 'title' => __( 'Button Background Hover Color', 'astra' ), ), // Option: Custom Menu Button Border. array( 'type' => 'control', 'control' => 'ast-responsive-spacing', 'name' => ASTRA_THEME_SETTINGS . '[header-main-rt-trans-section-button-padding]', 'section' => 'section-header-button-transparent', 'transport' => 'postMessage', 'linked_choices' => true, 'priority' => 10, 'required' => array( ASTRA_THEME_SETTINGS . '[header-main-rt-section-button-style]', '===', 'custom-button' ), 'default' => astra_get_option( 'header-main-rt-trans-section-button-padding' ), 'title' => __( 'Button Padding', 'astra' ), 'choices' => array( 'top' => __( 'Top', 'astra' ), 'right' => __( 'Right', 'astra' ), 'bottom' => __( 'Bottom', 'astra' ), 'left' => __( 'Left', 'astra' ), ), ), /** * Option: Button Border Size */ array( 'type' => 'control', 'control' => 'ast-border', 'name' => ASTRA_THEME_SETTINGS . '[header-main-rt-trans-section-button-border-size]', 'section' => 'section-header-button-transparent', 'transport' => 'postMessage', 'linked_choices' => true, 'required' => array( ASTRA_THEME_SETTINGS . '[header-main-rt-section-button-style]', '===', 'custom-button' ), 'priority' => 10, 'default' => astra_get_option( 'header-main-rt-trans-section-button-border-size' ), 'title' => __( 'Border Size', 'astra' ), 'choices' => array( 'top' => __( 'Top', 'astra' ), 'right' => __( 'Right', 'astra' ), 'bottom' => __( 'Bottom', 'astra' ), 'left' => __( 'Left', 'astra' ), ), ), /** * Option: Button Border Color */ array( 'name' => ASTRA_THEME_SETTINGS . '[header-main-rt-trans-section-button-border-color]', 'default' => astra_get_option( 'header-main-rt-trans-section-button-border-color' ), 'type' => 'control', 'transport' => 'postMessage', 'required' => array( ASTRA_THEME_SETTINGS . '[header-main-rt-section-button-style]', '===', 'custom-button' ), 'control' => 'ast-color', 'section' => 'section-header-button-transparent', 'priority' => 10, 'title' => __( 'Border Color', 'astra' ), ), /** * Option: Button Border Hover Color */ array( 'name' => ASTRA_THEME_SETTINGS . '[header-main-rt-trans-section-button-border-h-color]', 'default' => astra_get_option( 'header-main-rt-trans-section-button-border-h-color' ), 'type' => 'control', 'transport' => 'postMessage', 'required' => array( ASTRA_THEME_SETTINGS . '[header-main-rt-section-button-style]', '===', 'custom-button' ), 'control' => 'ast-color', 'section' => 'section-header-button-transparent', 'priority' => 10, 'title' => __( 'Border Hover Color', 'astra' ), ), /** * Option: Button Border Radius */ array( 'name' => ASTRA_THEME_SETTINGS . '[header-main-rt-trans-section-button-border-radius]', 'default' => astra_get_option( 'header-main-rt-trans-section-button-border-radius' ), 'type' => 'control', 'control' => 'ast-slider', 'transport' => 'postMessage', 'section' => 'section-header-button-transparent', 'required' => array( ASTRA_THEME_SETTINGS . '[header-main-rt-section-button-style]', '===', 'custom-button' ), 'priority' => 10, 'title' => __( 'Border Radius', 'astra' ), 'input_attrs' => array( 'min' => 0, 'step' => 1, 'max' => 100, ), ), ); return array_merge( $configurations, $_configs ); } } } /** * Kicking this off by calling 'get_instance()' method */ new Astra_Customizer_Button_Configs;