Hey! So in the slider gallery, instead of infinite loops, it will go to a blank slide and glitch out. I’ve checked the settings a couple times, and I don’t have it set to “infinite repeat slides” and do not have “Arrows: hide at each end”. Any help or weird ideas for patches would be appreciated.
Thanks!
Here is a screenshot of the end of the slideshow in incognito mode. I should also mention that it kind of locks you out in a way- making that can’t use the arrows to go back to the previous slide, or forward to the next.
Thank you so much for your help!
I checked the live site in Chrome on desktop but am not able to see this issue. Very odd for sure. I checked your preview link and it doesn’t look like there are any styles/settings that could be causing this either. I did notice the slides are set to overflow: hidden which may be playing a part here, but as I can’t see the issue I’m not able to test on this end.
You may consider removing that style from the slide and instead add a new DIV block and add this style there. e.g. currently you have slide > content; instead try slide > new div > content and then set overflow: hidden on the new div.