Search…

X3 Photo Gallery Support Forums

Search…
 
User avatar
TristanJo
Experienced
Topic Author
Posts: 116
Joined: 10 Apr 2018, 02:57

Slide.(Carousel )bug?

06 Mar 2021, 01:06

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 8356 times
Last edited by TristanJo on 06 Mar 2021, 03:35, edited 1 time in total.
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13993
Joined: 30 Sep 2006, 03:37

Re: Slide.(Carousel )bug?

06 Mar 2021, 02:27

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;
}
 
User avatar
TristanJo
Experienced
Topic Author
Posts: 116
Joined: 10 Apr 2018, 02:57

Re: Slide.(Carousel )bug?

06 Mar 2021, 03:35

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~
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13993
Joined: 30 Sep 2006, 03:37

Re: Slide.(Carousel )bug?

16 Jul 2022, 03:47

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/