Page 1 of 1

Slide.(Carousel )bug?

Posted: 06 Mar 2021, 01:06
by TristanJo
Hi, Karl.

When i turn off the "Show nav" function, the photo does not slide.

Plz~
2021-03-06.png
2021-03-06.png (34.82 KiB) Viewed 8413 times

Re: Slide.(Carousel )bug?

Posted: 06 Mar 2021, 02:27
by mjau-mjau
I will look into this for next release. In the meantime, re-enable "Show Nav" and then you can hide the navigation controls with CSS. Go to page Settings > Page > Advanced > Page CSS, and add the following:
Code
.owl-controls, .carousel-nav {
  display: none;
}

Re: Slide.(Carousel )bug?

Posted: 06 Mar 2021, 03:35
by TristanJo
mjau-mjau wrote: I will look into this for next release. In the meantime, re-enable "Show Nav" and then you can hide the navigation controls with CSS. Go to page Settings > Page > Advanced > Page CSS, and add the following:
Code
.owl-controls, .carousel-nav {
  display: none;
}
:heart_eyes::heart_eyes::heart_eyes::thumbsup::thumbsup::thumbsup: thx~

Re: Slide.(Carousel )bug?

Posted: 16 Jul 2022, 03:47
by mjau-mjau
This was resolved in X3.31.0
It required enabling navigation when autoplay is enabled because of a bug in the underlying carousel Javascript.
www.photo.gallery/blog/x3-31-cart-files-breadcrumbs/