Accueil › Toolset Professional Support › [Résolu] Hide Pagination on a specific View
This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.
Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.
| Sun | Mon | Tue | Wed | Thu | Fri | Sat |
|---|---|---|---|---|---|---|
| - | 9:00 – 12:00 | 9:00 – 12:00 | 9:00 – 12:00 | 9:00 – 12:00 | 9:00 – 12:00 | - |
| - | 13:00 – 18:00 | 13:00 – 18:00 | 13:00 – 18:00 | 13:00 – 18:00 | 13:00 – 18:00 | - |
Fuseau horaire du supporter : America/Sao_Paulo (GMT-03:00)
Marqué : Views plugin, WordPress Archives
Documentation connexe :
Ce sujet contient 1 reply, a 2 voix.
Dernière mise à jour par Mateus Getulio Il y a 2 years, 10 months.
Assisté par: Mateus Getulio.
I have a view that I want to show the thew and have the images slide through using the pagination feature but I dont want to show the actual pagination, How do i hide it? I have tried adding this to the Content CSS Editor but it didnt work - .hide-pagination {
display: none !important;
}
Les langues: Anglais (English )
Fuseau horaire: America/Sao_Paulo (GMT-03:00)
Hey there,
Thank you for contacting our support.
Can you please try the following css to see if it works.
.fl-archive-nav {
display: none;
}
If it doesn't work, can you please share the page you're trying to hide the pagination?
In addition to that, so that we can take a better look at this, could you please attach the Debug info? You can see how to retrieve and paste it here => https://toolset.com/faq/provide-debug-information-faster-support/
Thank you, please let us know.