RoyalSlider adding blank images
Hi,
For a reason I don't understand, RoyalSlider is adding 2 extra bullets for images that don't exist, and when it cycles through them, it's blank. So for example, if I have only one <div class="rsContent">
it will show 3 bullets, the first 2 of which are empty.
Any ideas on how to fix this?
Thanks!
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Dmitry Semenov on 23 Jan, 2019 08:52 PM
Hello,
Slider treats each child element of
.royalSlider
as a slide. Check if there are any elements, or text content, or syntax mistakes in HTML markup within the slider element.If you won't be able to resolve - please link to the page with the problem.
2 Posted by edward on 24 Jan, 2019 03:22 PM
Thanks! That fixed it. I had seen your answer before but I didn't quite get it before, but now I see what you're saying.
Thank you!