Thumbnail Slider no longer works with Latest Elementor
-
Hi,
I have a client site where the Thumbnail Slider stopped displaying, both in the Elementor Editor and on the front-end. After some investigation, I believe that I’ve narrowed down the issue to the following:
The .swiper-wrapper class is being set to overflow hidden as per below:
.swiper:not(.swiper-initialized) > .swiper-wrapper {
overflow: hidden;
}overflow should be set to visible in the above css.
One of the class names on .eae-thumb-container has changed from .swiper-container to just .swiper. This means it’s missing the following css which stops the Thumbnails from displaying.
.eae-swiper-outer-wrapper .eae-thumb-container.swiper {
overflow: hidden;
position: relative;
z-index: 1;
}I’ve tested the above on a test site with a bare minimum slider. Without the above changes, the slider and thumbnail images don’t display.
Tested with:
WordPress 6.3.2
Elementor 3.16.6
Elementor Pro 3.16.2
Elementor Addon Elements 1.12.7If I revert the site back to Elementor Addon Elements v1.12.5 everything works as expected.
Hoping you can look into this and get it sorted. Thanks. ??
- The topic ‘Thumbnail Slider no longer works with Latest Elementor’ is closed to new replies.