'', 'text_animation_effect' => '', 'sub_title_typography_html_tag' => 'div', 'title_typography_html_tag' => 'h3', 'description_typography_html_tag' => 'div', 'slides' => array(), 'image_size' => '', //Swiper 'columns_count' => '1', 'slides_in_columns' => '1', 'navigation' => 'both', 'pagination_style' => 'bullets', //--Swiper ), $settings ) ); $sub_title_typography_html_tag = stratum_validate_heading_html_tag( $sub_title_typography_html_tag ); $title_typography_html_tag = stratum_validate_heading_html_tag( $title_typography_html_tag ); $description_typography_html_tag = stratum_validate_heading_html_tag( $description_typography_html_tag ); $widget_class = 'stratum-advanced-slider'; $class = stratum_css_class([ $widget_class, ($animation_effect !='none' ? "stratum-effect-".esc_attr( $animation_effect ) : ''), (($text_animation_effect !='none' && (intval($columns_count) == 1 && intval($slides_in_columns) == 1 ) ) ? "has-text-animation-".esc_attr( $text_animation_effect ) : '') ]); //Generate options for swiper $slider_options = stratum_generate_swiper_options($settings); ?>