Navigation überspringen

[Gelöst] Hide Pagination on a specific View

This support ticket is created vor 2 years, 10 months. There's a good chance that you are reading advice that it now obsolete.

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 -

Zeitzone des Unterstützers: America/Sao_Paulo (GMT-03:00)

Dieses Thema enthält 1 reply, hat 2 Stimmen.

Zuletzt aktualisiert von Mateus Getulio vor 2 years, 10 months.

Assistiert von: Mateus Getulio.

Author
Artikel
#2631389

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;
}

#2631509

Mateus Getulio
Unterstützer

Sprachen: Englisch (English )

Zeitzone: 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.