$page_builder_details
$page_layout_details
$unlimited_sidebar_details
$shortcode_builder_details
$portfolio_details
$typography_details
$slider_details
$woocommerce_details
$custom_widget_details
$advanced_admin_details
$font_awesome_details
$responsive_layout_details
$testimonials_details
$social_media_details
$google_map_details
You haven\'t created any slider yet. Go to Customizer and click Home => FlexSlider Settings, edit or add your images and Caption.
', 'brawny'), admin_url('customize.php') ), ), 'image_upload-2' => array( 'type' => 'image', 'label' => __('Upload Image- Slider 2', 'brawny'), 'description' => __('','brawny'), 'sanitize_callback' => 'esc_url_raw', ), 'flexcaption-2' => array( 'type' => 'text', 'label' => __('Enter Text (Flexcaption)- Slider 2', 'brawny'), 'sanitize' => 'sanitize_text_field' ), 'image_upload-3' => array( 'type' => 'image', 'label' => __('Upload Image- Slider 3', 'brawny'), 'sanitize_callback' => 'esc_url_raw', ), 'flexcaption-3' => array( 'type' => 'text', 'label' => __('Enter Text (Flexcaption)- Slider 3', 'brawny'), 'sanitize' => 'sanitize_text_field' ), 'image_upload-4' => array( 'type' => 'image', 'label' => __('Upload Image- Slider 4', 'brawny'), 'sanitize_callback' => 'esc_url_raw', ), 'flexcaption-4' => array( 'type' => 'text', 'label' => __('Enter Text (Flexcaption)- Slider 4', 'brawny'), 'sanitize' => 'sanitize_text_field' ), 'image_upload-5' => array( 'type' => 'image', 'label' => __('Upload Image- Slider 5', 'brawny'), 'sanitize_callback' => 'esc_url_raw', ), 'flexcaption-5' => array( 'type' => 'text', 'label' => __('Enter Text (Flexcaption)- Slider 5', 'brawny'), 'sanitize' => 'sanitize_text_field' ), ), ), 'service_section-1' => array( 'title' => __('Service Section - 1','brawny'), 'description' => __('','brawny'), 'fields' => array ( 'service-icon-1' => array( 'type' => 'text', 'label' => __('Service Icon: Enter Font Awesome Icon name. e.g. fa fa-bullhorn', 'brawny'), 'sanitize' => 'sanitize_text_field', 'default' => 'fa fa-magic', ), 'service-title-1' => array( 'type' => 'text', 'label' => __('Service Title: Enter title of this service', 'brawny'), 'sanitize' => 'sanitize_text_field', 'default' => __( 'Featured Page', 'brawny' ), ), 'service-description-1' => array( 'type' => 'text', 'label' => __('Service Description', 'brawny'), 'sanitize' => 'sanitize_text_field', 'default' => sprintf(__('Featured page description text : use the page excerpt or set your own custom text. Click Customizer and Goto Home => Sercice Section -1.
', 'brawny' ), admin_url('customize.php') ), ), ), ), 'service_section-2' => array( 'title' => __('Service Section - 2','brawny'), 'description' => __('','brawny'), 'fields' => array ( 'service-icon-2' => array( 'type' => 'text', 'label' => __('Service Icon: Enter Font Awesome Icon name. e.g. fa fa-bullhorn', 'brawny'), 'sanitize' => 'sanitize_text_field', 'default' => 'fa fa-magic', ), 'service-title-2' => array( 'type' => 'text', 'label' => __('Service Title: Enter title of this service', 'brawny'), 'sanitize' => 'sanitize_text_field', 'default' => __( 'Featured Page', 'brawny' ), ), 'service-description-2' => array( 'type' => 'text', 'label' => __('Service Description', 'brawny'), 'sanitize' => 'sanitize_text_field', 'default' => sprintf(__('Featured page description text : use the page excerpt or set your own custom text. Click Customizer and Goto Home => Sercice Section -2.
', 'brawny' ), admin_url('customize.php') ), ), ), ), 'service_section-3' => array( 'title' => __('Service Section - 3','brawny'), 'description' => __('','brawny'), 'fields' => array ( 'service-icon-3' => array( 'type' => 'text', 'label' => __('Service Icon: Enter Font Awesome Icon name. e.g. fa fa-bullhorn', 'brawny'), 'sanitize' => 'sanitize_text_field', 'default' => 'fa fa-magic', ), 'service-title-3' => array( 'type' => 'text', 'label' => __('Service Title: Enter title of this service', 'brawny'), 'sanitize' => 'sanitize_text_field', 'default' => __( 'Featured Page', 'brawny' ), ), 'service-description-3' => array( 'type' => 'text', 'label' => __('Service Description', 'brawny'), 'sanitize' => 'sanitize_text_field', 'default' => sprintf(__('Featured page description text : use the page excerpt or set your own custom text. Click Customizer and Goto Home => Sercice Section -3.
', 'brawny' ), admin_url('customize.php') ), ), ), ), ), ), // home panel end // )//panel end// ); function brawny_breadcrumb_char_choices($value='') { $choices = array('1','2','3'); if( in_array($value, $choices)) { return $value; } else { return '1'; } } function brawny_boolean($value) { if(is_bool($value)) { return $value; } else { return false; } }