Mixed navigation #5695
Unanswered
philthebass
asked this question in
Q&A
Replies: 1 comment 9 replies
-
https://swiperjs.com/demos#pagination-fraction |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I'm new to Swiper and using it on a project at the moment.
I'm using it with Wordpress and Oxygen Builder and so far so good.
Is it possible to mix navigation components? I'd like to have both the bullet nav and a page slide counter as well.
I have this for displaying the bullets
`jQuery(document).ready( function(){
var swiper = new Swiper(".mySwiper", {
direction: "vertical",
slidesPerView: 1,
spaceBetween: 0,
speed: 1500,
mousewheel: true,
pagination: {
el: ".swiper-pagination",
clickable: true,
},
});
Is it possible to add the slide counter like this demo so I have both the bullets and counter https://codesandbox.io/s/jx6vbg?file=/index.html:2384-2401
Thanks
Beta Was this translation helpful? Give feedback.
All reactions