Viewing 15 replies - 1 through 15 (of 17 total)
  • Plugin Author Michael

    (@migaweb)

    I’ll put it on my todo list.

    Thread Starter GIANNISCFA

    (@gianniscfa)

    hello and thx, is it possible to achieve it on my own with custom code? i tried reverseDirection: true, but doesnt work

    Plugin Author Michael

    (@migaweb)

    According to the swiper docs reverseDirection is something different. That’s a property of autoplay and plays in in reverse. direction is 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.

    Thread Starter GIANNISCFA

    (@gianniscfa)

    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?

    Plugin Author Michael

    (@migaweb)

    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 direction or just the reverseDirection to autoPlay in a different direction.

    Plugin Author Michael

    (@migaweb)

    reverseDirection is now added to the plugin. Make sure to update to the lastest version and you’ll find a new switch when you enable Autoplay

    Thread Starter GIANNISCFA

    (@gianniscfa)

    i dont see any update

    Plugin Author Michael

    (@migaweb)

    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

    Thread Starter GIANNISCFA

    (@gianniscfa)

    where can i find to download it

    Plugin Author Michael

    (@migaweb)

    I think you’ll have to wait until they enable the update or use SVN to fetch the source.

    Thread Starter GIANNISCFA

    (@gianniscfa)

    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 –>

    Plugin Author Michael

    (@migaweb)

    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

    Thread Starter GIANNISCFA

    (@gianniscfa)

    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

    Plugin Author Michael

    (@migaweb)

    please post a link so I can check

    Thread Starter GIANNISCFA

    (@gianniscfa)

    here you are https://domain

    • This reply was modified 1 year, 2 months ago by GIANNISCFA.
Viewing 15 replies - 1 through 15 (of 17 total)

The topic ‘slider direction’ is closed to new replies.