diff --git a/templates/sc-swiper-hero-fade.php b/templates/sc-swiper-hero-fade.php index df17eb4..4b74c42 100644 --- a/templates/sc-swiper-hero-fade.php +++ b/templates/sc-swiper-hero-fade.php @@ -8,7 +8,7 @@ * * @author Bootscore * @package bs Swiper - * @version 5.7.2 + * @version 5.9.0 * * Posts: * [bs-swiper-hero-fade type="post" category="cars, boats" order="ASC" orderby="date" posts="6"] @@ -93,9 +93,8 @@ function bootscore_swiper_hero_fade($atts) { $query = new WP_Query($options); if ($query->have_posts()) { ?> - -
+
@@ -103,40 +102,36 @@ function bootscore_swiper_hero_fade($atts) {
- - 'swiper-hero-img')); ?> + 'swiper-hero-img ' . apply_filters('bootscore/bs-swiper/class/swiper-hero-image', '', 'bs-swiper-hero-fade'))); ?> -
+
-
+
-
+
- -

- +

+

-

- +

- +

- @@ -159,7 +154,6 @@ function bootscore_swiper_hero_fade($atts) {
-

diff --git a/templates/sc-swiper-hero.php b/templates/sc-swiper-hero.php index 5cc0392..237c8b0 100644 --- a/templates/sc-swiper-hero.php +++ b/templates/sc-swiper-hero.php @@ -8,7 +8,7 @@ * * @author Bootscore * @package bs Swiper - * @version 5.7.2 + * @version 5.9.0 * * Posts: * [bs-swiper-hero type="post" category="cars, boats" order="ASC" orderby="date" posts="6"] @@ -93,9 +93,8 @@ function bootscore_swiper_hero($atts) { $query = new WP_Query($options); if ($query->have_posts()) { ?> - -
+
@@ -103,40 +102,36 @@ function bootscore_swiper_hero($atts) {
- - 'swiper-hero-img')); ?> + 'swiper-hero-img ' . apply_filters('bootscore/bs-swiper/class/swiper-hero-image', '', 'bs-swiper-hero'))); ?> -
+
-
+
-
+
- -

- +

+

-

- +

- +

- - + @@ -159,7 +154,6 @@ function bootscore_swiper_hero($atts) {
-