slider direction
-
since is swiper, add the option to change the direction of the slider .
-
I’ll put it on my todo list.
hello and thx, is it possible to achieve it on my own with custom code? i tried reverseDirection: true, but doesnt work
According to the swiper docs
reverseDirectionis something different. That’s a property of autoplay and plays in in reverse.directionis used to make it vertical. So which one do you want to have πAs the whole logic is just https://plugins.trac.ww.wp.xz.cn/browser/slide-everything-for-elementor/trunk/scripts/main.js#L90 (all other stuff is collecting the properties from Elementor) you can just call the Swiper JS code yourself (make sure the HTML is setup in the correct way, see a few lines up in the code file) with all the parameter you want.
Or just use the normal Elementor loop builders and https://medium.com/@miga_/accessing-swiper-in-elementor-extending-the-image-carousel-widget-5d641ddc5972 to get the swiper instance and change every property you like.
i will check it out thanks
another solution is that i dont see the arrows even with z index high value , i tried to adjust the position absolute relate, neither now, they behind the content, any fix?
I can’t reproduce an issue here. The arrows show up as soon as I enable “show arrows”. The only thing I see is that the default swiper css is still active so there is a tiny arrow next to my SVG arrows. If you don’t see any arrow it sounds like you have some styling issues. Try to find “swiper-button-next” in the inspector and check it’s styles or post the URL or your page.
You also didn’t reply to the question what kind of direction you want to see in the plugin. horizontal/vertical
directionor just thereverseDirectionto autoPlay in a different direction.reverseDirectionis now added to the plugin. Make sure to update to the lastest version and you’ll find a new switch when you enable Autoplayi dont see any update
it’s online: https://plugins.svn.ww.wp.xz.cn/slide-everything-for-elementor/trunk/readme.txt (version 1.6.3). I don’t control when WP refreshs
where can i find to download it
I think you’ll have to wait until they enable the update or use SVN to fetch the source.
hello, i wanted to mention that the feature i would like to be added is the direction of the slider, right or left going direction. that what i was wanna say.
<– slider 1
slider 2 –>currently it’s only supported to have one slider in the page in case you wanted to have two with different directions below each other.
I’m still not 100% sure what you want π For autoPlay it is included (and it looks like its online now) now. Or do you want this: https://swiperjs.com/swiper-api#method-swiper-changeLanguageDirection ? As you’ve mentioned in your first post that this is a swiper slider please tell me which property you want to have. Or just start at the last slide without loop so you can only go left? If it’s an endless slider you can already go left or right
is not that very important any ways to me.
any way to check why the arrows are not showing , if i inspect they are behind the slider, as i said i have tried z index, change their position, i have checked other z-indexes also couldnt find anything
please post a link so I can check
here you are https://domain
-
This reply was modified 1 year, 2 months ago by
GIANNISCFA.
-
This reply was modified 1 year, 2 months ago by
The topic ‘slider direction’ is closed to new replies.