dimsog / wn-slider-plugin

Slider plugin for WinterCMS
MIT License
5 stars 3 forks source link

cannot get back to previous slider using left arrow #5

Open RenderWarrior opened 11 months ago

RenderWarrior commented 11 months ago

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

RenderWarrior commented 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'

RenderWarrior commented 11 months ago

Also I updated the js and CSS of Swiper and it seems to work