Archived topic
problem on the left gallery images
13 replies · Started by johnaps on September 13, 2020
problem on the left gallery images.
There are more images on the left that are shown, can you tell me why is this happening...
Hi johnaps,
I'm wondering if you're having the same issue as the one mentioned in this topic.
I was looking for a fix for a similar issue with Niche, and that worked for me.
Álvaro
That looks pretty standard to me right now - did you get this resolved?
Νο, truth is that i am trying to find out why when you view my page unlogged it is like this
https://imgur.com/a/xm6FYOT
and not like this that i have it
https://imgur.com/a/sFRzlVs
i updated wp rocket with delay js function i am looking over it...
When i fix it though and you will be able to see the gallery on the left, it crops the number of images available
i fixed you can see it properly now
Glad you got it working :)
i havent still figured out why the gallery on the left crops the number of images if there are more than 3 though...
Can you link us to a product where i can see the issue?
Can you disable the cache so i can take a closer look
ok i disabled it for that page, you can check now
The items are all hidden with display: none, but then you have this CSS:
.flex-control-nav li:nth-child(1),
.flex-control-nav li:nth-child(2),
.flex-control-nav li:nth-child(3),
.flex-control-nav li:nth-child(4) {
display: block !important;
}
So anything past 4 is hidden.
It looks like you should be able to just remove this CSS (and the above):
.flex-control-nav li {
display: none !important;
}
Thank you very much! I think that fixed everything!! :)
You're welcome :)