Skip Navigation

[Resolved] Pagination design

This thread is resolved. Here is a description of the problem and solution.

Problem:
How to style the pagination

Solution:
You should add your own custom CSS to style your pagination as per your need to view's CSS box.

You can find proposed solution, in this case, with the following reply:
https://toolset.com/forums/topic/pagination-design/#post-767471

Relevant Documentation:
=> https://toolset.com/documentation/user-guides/views-pagination/
=> https://toolset.com/documentation/beyond-the-basics/paginate-lists-of-content/

This support ticket is created 6 years, 8 months ago. 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)

This topic contains 3 replies, has 2 voices.

Last updated by Minesh 6 years, 8 months ago.

Assisted by: Minesh.

Author
Posts
#766698

Hello
I try to apply pagination design in this page :
hidden link

to a page created viia views plugin

hidden link

Thank you for your help

#767028

Minesh
Supporter

Languages: English (English )

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

Hello. Thank you for contacting the Toolset support.

Well - with following links you can find all the information how you can use pagination with views:
=> https://toolset.com/documentation/user-guides/views-pagination/
=> https://toolset.com/documentation/beyond-the-basics/paginate-lists-of-content/

Your query is to style the pagination as per the example you shared and that demands custom CSS and you should have knowledge about how you can style the CSS in such a way that your current pagination should looks like the example you shared.

Unfortunately - to offer support for custom CSS is beyond the scope of our support policy but please feel free to contact our certified partners for your any custom programming needs:
=> https://toolset.com/contractors/

#767400

Hello
I have open this ticket following
https://toolset.com/forums/topic/featured-image-cropping-2/

is it normal that the standard pagination is vertical ?

Thank you

#767471

Minesh
Supporter

Languages: English (English )

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

no - the standard pagination should not display vertical but there must be some CSS conflict.

You should try to add following CSS code to your view's loop output editor's CSS box as following code will help you to display pagination horizontally.

.wpv-pagination-nav-links-container.js-wpv-pagination-nav-links-container.pagination li {
float: left;
padding-right:10px;
}