Navigation überspringen

[Gelöst] Remove Older – Newer Pagination Archive Pages

Dieser Thread wurde gelöst. Hier ist eine Beschreibung des Problems und der Lösung.

Problem:
Remove Older - Newer Pagination Archive Pages

Solution:
The extra pagination links was coming from the theme and to hide that you will require to add the custom CSS to your archive's CSS section.

You can find the proposed solution in this case with the following reply:
=> https://toolset.com/forums/topic/remove-older-newer-pagination-archive-pages/#post-1730677

Relevant Documentation:

This support ticket is created vor 4 Jahren, 6 Monaten. 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
- 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Kolkata (GMT+05:30)

Dieses Thema enthält 4 Antworten, hat 2 Stimmen.

Zuletzt aktualisiert von Pete vor 4 Jahren, 6 Monaten.

Assistiert von: Minesh.

Author
Artikel
#1730255
older - newer.png

Hi there,

We have a selection of Archive Pages that use the classic method, blocks wont do for what we need.

In Toolset we followed the guidance and created an archive in the Toolset dashboard by clicking 'create archive'.

All works great to be fair however, I have searched high and low for a way for remove the older and newer pagination at the bottom of the page. The Toolset grid already has pagination and simple CSS can't be used as this effects the pagination control on the grid.

Any thoughts would be great. This a page for example: versteckter Link

#1730677

Minesh
Supporter

Sprachen: Englisch (English )

Zeitzone: Asia/Kolkata (GMT+05:30)

Hello. Thank you for contacting the Toolset support.

It seems to me the older-newer pagination links are coming from your theme.

The simplest way to hide those links is by adding the custom CSS code to the custom CSS section of your archive:

 nav.pagination { display: none; }

Can you please try to use the above CSS code and check if that help you to resolve your issue.

#1730683

Hey Minesh,

Thank you for your reply. I didn't think of adding this to the Toolset archive.

So I added your CSS to the Toolset Archive - Search & Pagination - CSS Editor.

Is this what you meant?
It works by the way doing this 🙂

#1730687

Minesh
Supporter

Sprachen: Englisch (English )

Zeitzone: Asia/Kolkata (GMT+05:30)

Yes - that is what I mean it 🙂

#1730689

My issue is resolved now. Thank you!