Open RenderWarrior opened 11 months ago
got it! There's an error in the slider/assets/script.js at line 16
prevEl: $element.dataset.swiperSelector + '-swiper-button-next'
should be
prevEl: $element.dataset.swiperSelector + '-swiper-button-prev'
Also I updated the js and CSS of Swiper and it seems to work
I'm new to WinterCMS... so maybe I'm missing something. Installed the plugin, I created the gallery and added to a page. I can move to the next slide, but not on the previous one, when i click on the left arrow on the screen.
Before installing your plugin I installed the original swiper manually and it was working. Of course, I removed my code before installing this plugin.
Thanks
Best regards