I have a unique challenge with using multiple Bootstrap Carousels on my WordPress website
One of the carousels features one item per slide, while the other carousel has three items per slide, moving one item at a time in a cyclical pattern like this:
[1, 2, 3] .. [2, 3, 4] .. [3, 4, 1]
The first carousel is functioning properly, but the second carousel is encountering issues.
Instead of displaying the first item after the last one, the second carousel shows two empty items first and then has a strange "jump" in behavior (you can witness this by visiting my website linked below).
In essence, this is what occurs:
[1, 2, 3] .. [2, 3, 4] .. [3, 4, blank] .. [4, blank, blank] .. and then jumps back to the beginning .. [1, 2, 3]
Interestingly, the second carousel works perfectly when placed on a page without any other Bootstrap carousels! Therefore, the issue lies in a conflict between the two carousels.
Despite numerous searches on Google and Stack Overflow, I have not found a solution tailored to my specific scenario after hours of research.
Previous queries typically involved the use of two standard carousels, not one with a "multislider."
I have assigned unique identifiers to each of the carousels.
Explore my carousels:
Observe both carousels in action and inspect the code here: .
For a smoother experience, view the second carousel on a test page where it operates flawlessly: