'show_reset' => true, 'show_alpha' => true, 'connections' => array( 'color' ), 'preview' => array( 'type' => 'none', ), ), 'input_border' => array( 'type' => 'border', 'label' => __( 'Border', 'uabb' ), 'preview' => array( 'type' => 'css', 'selector' => '{node}.uabb-module-search .uabb-search-text', 'important' => true, ), ), 'input_border_hov_color' => array( 'type' => 'color', 'label' => __( 'Border Hover Color', 'uabb' ), 'show_reset' => true, 'connections' => array( 'color' ), 'show_alpha' => true, 'preview' => array( 'type' => 'none', ), ), 'input_padding' => array( 'type' => 'dimension', 'label' => __( 'Padding', 'uabb' ), 'default' => '15', 'responsive' => true, 'slider' => true, 'units' => array( 'px' ), 'preview' => array( 'type' => 'css', 'selector' => '{node}.uabb-module-search .uabb-search-text', 'property' => 'padding', ), ), ), ), // Button Start. 'btn-style' => array( // Section. 'title' => __( 'Button style', 'uabb' ), 'collapsed' => true, 'fields' => array( 'btn_align' => array( 'type' => 'align', 'label' => __( 'Alignment', 'uabb' ), 'default' => 'center', 'preview' => array( 'type' => 'refresh', ), ), 'btn_text_color' => array( 'type' => 'color', 'label' => __( 'Text Color', 'uabb' ), 'default' => '54595f', 'show_reset' => true, 'show_alpha' => true, 'connections' => array( 'color' ), 'preview' => array( 'type' => 'css', 'selector' => '.uabb-creative-button-wrap a.uabb-button *', 'property' => 'color', ), ), 'btn_text_hover_color' => array( 'type' => 'color', 'label' => __( 'Text Hover Color', 'uabb' ), 'show_reset' => true, 'show_alpha' => true, 'connections' => array( 'color' ), 'preview' => array( 'type' => 'none', ), ), 'btn_icon_color' => array( 'type' => 'color', 'default' => '', 'label' => __( 'Icon Color', 'uabb' ), 'show_reset' => true, 'show_alpha' => true, 'preview' => array( 'type' => 'css', 'property' => 'color', 'selector' => 'i.uabb-button-icon.fas:before', 'important' => true, ), ), 'btn_icon_color_hover' => array( 'type' => 'color', 'label' => __( 'Icon Hover Color', 'uabb' ), 'show_reset' => true, 'show_alpha' => true, 'preview' => array( 'type' => 'none', ), ), 'btn_bg_color' => array( 'type' => 'color', 'label' => __( 'Background Color', 'uabb' ), 'default' => 'e0e0e0', 'show_reset' => true, 'show_alpha' => true, 'connections' => array( 'color' ), 'preview' => array( 'type' => 'css', 'rules' => array( array( 'selector' => '.uabb-creative-button-wrap a.uabb-creative-flat-btn', 'property' => 'background', ), array( 'selector' => '.uabb-creative-button-wrap a.uabb-creative-transparent-btn', 'property' => 'border-color', ), ), ), ), 'btn_bg_hover_color' => array( 'type' => 'color', 'label' => __( 'Background Hover Color', 'uabb' ), 'show_reset' => true, 'show_alpha' => true, 'connections' => array( 'color' ), 'preview' => array( 'type' => 'none', ), ), 'button_padding_dimension' => array( 'type' => 'dimension', 'label' => __( 'Padding', 'uabb' ), 'slider' => true, 'units' => array( 'px' ), 'responsive' => true, 'preview' => array( 'type' => 'css', 'selector' => '.uabb-creative-button-wrap a', 'property' => 'padding', 'unit' => 'px', 'important' => true, ), ), 'button_border' => array( 'type' => 'border', 'label' => __( 'Border', 'uabb' ), 'slider' => true, 'units' => array( 'px' ), 'preview' => array( 'type' => 'css', 'selector' => '.uabb-creative-button-wrap a', 'property' => 'border', 'unit' => 'px', 'important' => true, ), ), 'border_hover_color' => array( 'type' => 'color', 'label' => __( 'Border Hover Color', 'uabb' ), 'show_reset' => true, 'connections' => array( 'color' ), 'show_alpha' => true, 'preview' => array( 'type' => 'none', ), ), ), ), /* Button End */ 'fullscreen_style' => array( 'title' => 'Fullscreen', 'collapsed' => true, 'fields' => array( 'fs_input_width' => array( 'type' => 'unit', 'label' => __( 'Input Width', 'uabb' ), 'default' => '600', 'sanitize' => 'absint', 'units' => array( 'px', '%' ), 'slider' => array( 'min' => 0, 'max' => 1100, 'step' => 10, ), 'help' => __( 'The max width of the input field on fullscreen.', 'uabb' ), 'preview' => array( 'type' => 'none', ), ), 'fs_overlay_bg' => array( 'type' => 'color', 'label' => __( 'Overlay Background Color', 'uabb' ), 'show_reset' => true, 'show_alpha' => true, 'connections' => array( 'color' ), 'preview' => array( 'type' => 'none', ), ), 'fs_close_button' => array( 'type' => 'select', 'label' => __( 'Close Icon', 'uabb' ), 'default' => 'show', 'options' => array( 'hide' => __( 'Hide', 'uabb' ), 'show' => __( 'Show', 'uabb' ), ), 'preview' => array( 'type' => 'none', ), ), ), ), ), ), 'results' => array( 'title' => __( 'Results', 'uabb' ), 'sections' => array( 'ajax_result' => array( 'title' => __( 'Ajax Result', 'uabb' ), 'fields' => array( 'result_width' => array( 'type' => 'select', 'label' => __( 'Width', 'uabb' ), 'default' => 'full', 'options' => array( 'full' => __( 'Full Width', 'uabb' ), 'custom' => __( 'Custom', 'uabb' ), ), 'toggle' => array( 'full' => array(), 'custom' => array( 'fields' => array( 'custom_result_width' ), ), ), 'preview' => array( 'type' => 'none', ), ), 'custom_result_width' => array( 'type' => 'unit', 'label' => __( 'Custom Width', 'uabb' ), 'default' => '1100', 'sanitize' => 'absint', 'units' => array( 'px', '%' ), 'slider' => array( 'min' => 0, 'max' => 1100, 'step' => 10, ), 'help' => __( 'The max width of the ajax result container.', 'uabb' ), 'preview' => array( 'type' => 'none', ), ), 'show_image' => array( 'type' => 'select', 'label' => __( 'Featured Image', 'uabb' ), 'default' => '1', 'options' => array( '1' => __( 'Show', 'uabb' ), '0' => __( 'Hide', 'uabb' ), ), 'toggle' => array( '1' => array( 'fields' => array( 'image_size', 'crop', 'image_fallback' ), ), ), 'preview' => array( 'type' => 'none', ), ), 'image_size' => array( 'type' => 'photo-sizes', 'label' => __( 'Size', 'uabb' ), 'default' => 'medium', 'preview' => array( 'type' => 'none', ), ), 'img_border_radius' => array( 'type' => 'unit', 'label' => __( 'Image Border Radius', 'uabb' ), 'default' => '', 'slider' => array( 'px' => array( 'min' => 0, 'max' => 1000, 'step' => 10, ), ), 'units' => array( 'px' ), ), 'image_fallback' => array( 'type' => 'photo', 'show_remove' => true, 'label' => __( 'Fallback Image', 'uabb' ), 'preview' => array( 'type' => 'none', ), ), 'show_content' => array( 'type' => 'select', 'label' => __( 'Content', 'uabb' ), 'default' => '0', 'options' => array( '1' => __( 'Show', 'uabb' ), '0' => __( 'Hide', 'uabb' ), ), 'preview' => array( 'type' => 'none', ), ), 'no_results_message' => array( 'type' => 'textarea', 'label' => __( 'No Results Message', 'uabb' ), 'default' => __( "Sorry, we couldn't find any posts. Please try a different search.", 'uabb' ), 'rows' => 6, 'preview' => array( 'type' => 'none', ), ), ), ), ), ), 'typography' => array( 'title' => __( 'Typography', 'uabb' ), 'sections' => array( 'input_typography' => array( 'title' => __( 'Input Text', 'uabb' ), 'fields' => array( 'input_typo' => array( 'type' => 'typography', 'label' => __( 'Typography', 'uabb' ), 'responsive' => true, 'preview' => array( 'type' => 'css', 'selector' => '{node}.uabb-module-search .uabb-search-text', 'important' => true, ), ), ), ), 'btn_typography' => array( 'title' => __( 'Button Text', 'uabb' ), 'fields' => array( 'btn_typo' => array( 'type' => 'typography', 'label' => __( 'Typography', 'uabb' ), 'responsive' => true, 'preview' => array( 'type' => 'css', 'selector' => '{node}.uabb-creative-button-wrap a,{node}.uabb-creative-button-wrap a:visited', 'important' => true, ), ), ), ), ), ), 'uabb_docs' => array( 'title' => __( 'Docs', 'uabb' ), 'sections' => array( 'knowledge_base' => array( 'title' => __( 'Helpful Information', 'uabb' ), 'fields' => array( 'uabb_helpful_information' => array( 'type' => 'raw', 'content' => '', ), ), ), ), ), ) ); Burger Support Jettie ineenflits 9-2-18 (3)+++ - Burger Executive

Exclusief voor Executives

Burger Support Jettie ineenflits 9-2-18 (3)+++

Burger Support Jettie ineenflits 9-2-18 (3)+++