From dda2fffd7ad79393a4937d9a2f8adc6f1edf849a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?j=C3=BCrgen?= <47397802+jeino19@users.noreply.github.com> Date: Sat, 4 Apr 2026 18:26:24 +0200 Subject: [PATCH 1/2] Update swiper pagination class name with UID This allows multiple instances of the swiper to exist on one page and have working pagination. Needs an updated corresponding fluid-template (Swiperslider.html) --- Resources/Private/Partials/Slider/SwipersliderAssets.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/Private/Partials/Slider/SwipersliderAssets.html b/Resources/Private/Partials/Slider/SwipersliderAssets.html index 2b5520e..a9b4998 100644 --- a/Resources/Private/Partials/Slider/SwipersliderAssets.html +++ b/Resources/Private/Partials/Slider/SwipersliderAssets.html @@ -27,7 +27,7 @@ loop: lop, disableOnInteraction: false, pagination: { - el: ".swiper-pagination", + el: ".swiper-pagination-"uid, clickable: true, }, autoplay: auto, @@ -52,4 +52,4 @@ }); - \ No newline at end of file + From ce722d4d36be97f1e2bbefcd22fffb872d452b4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?j=C3=BCrgen?= <47397802+jeino19@users.noreply.github.com> Date: Sat, 4 Apr 2026 18:27:59 +0200 Subject: [PATCH 2/2] Update swiper pagination class with UID This allows multiple instances of the swiper to exist on one page and have working pagination. Needs an updated fluid-template (SwipersliderAssets.html) --- Resources/Private/Partials/Slider/Swiperslider.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Private/Partials/Slider/Swiperslider.html b/Resources/Private/Partials/Slider/Swiperslider.html index de45a25..ebbda1d 100644 --- a/Resources/Private/Partials/Slider/Swiperslider.html +++ b/Resources/Private/Partials/Slider/Swiperslider.html @@ -59,6 +59,6 @@ -
+