Hi @dkml
Sorry for the late reply.
On the Gallery Settings section of that particular gallery, kindly click on the “Paging” option on the left side menu and ensure that the paging setting is similar to the one in the image linked below.
https://prnt.sc/vlpfuc
Don’t forget to hit on the Save Changes button once done.
Thanks.
Kind regards,
Elvis.
Thread Starter
dkml
(@dkml)
Hello @influxfooplugins thanks for answer! I have it like that. Maybe it could be because I add it in woocommerce? Thank you
Hi @dkml
Could you kindly share with us the gallery page so that we can have a closer look at this issue from our end? Thanks in advance.
Regards,
Elvis.
Thread Starter
dkml
(@dkml)
Hi @dkml
Thanks for sharing this page with us.
Here’s a CSS code snippet that might just help out with that:
.fg-paging-container * {
display: none;
box-sizing: border-box ;
}
All you’ll now need to do is simply copy the code snippet as it is and go to the Edit page of that particular gallery and if you scroll down past the Gallery Settings section, you’ll see the “Custom CSS” section. Paste the code snippet as it is on the text box below it and save.
You can also paste it to your theme’s tyle.css file or custom CSS/additional CSS area.
Regards,
Elvis.
Thread Starter
dkml
(@dkml)
@influxfooplugins Hello! Thanks for answer. I have add it but doesn’t change anything.
Thank you!
Hi @dkml
I’ve just had a look at the gallery page you shared with us and it seems like the issue isn’t occurring any more as you can see from this image: https://prnt.sc/vnvwcr
Kindly have another look to confirm and let us know if that’s the case now.
Kind regards,
Elvis.
Thread Starter
dkml
(@dkml)
@influxfooplugins hello! I have taken a look with Safari (iOS and macOS), Opera and Chrome and I can’t see it as you, I see it without changes.
Thank you!
There is a CSS conflict with another plugin called wooevents.
You can add this custom css to force the pagination to look correct:
.fg-paging-container a {
font-size: 0 !important;
}
Thread Starter
dkml
(@dkml)
@bradvin thank you! Everything is right now. Thank you so much