Skip Navigation

[Resolved] Toolset – Divi Builder Search Pagination

This support ticket is created 6 years 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.

No supporters are available to work today on Toolset forum. Feel free to create tickets and we will handle it as soon as we are online. Thank you for your understanding.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9: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/Hong_Kong (GMT+08:00)

This topic contains 4 replies, has 2 voices.

Last updated by CharlesB2907 6 years ago.

Assisted by: Luo Yang.

Author
Posts
#1151690

I'm trying to locate the pagination settings that currently appear under the results of the search forms on the homepage and the /search-form/ static page. By this not being a Bootstrap enabled site, I'm trying to locate a way to display the links in a way that the visitor can see, understand and use without complication.

Are there any suggestions or sample snippets to help resolve this issue?

Thank you.

#1151819

Hi,

I assume we are talking about the shortcode [wpv-pager-nav-links].
I suggest you follow our document to setup above shortcode:
https://toolset.com/documentation/user-guides/views-shortcodes/#wpv-conditional

For example:

[wpv-pager-nav-links anchor_text="%%PAGE%%" ellipsis="..." reach="4" previous_next_links="true" ul_class="my-pager"]

It adds a custom CSS class name "my-pager" to UL tag, then use CSS codes to style it, like this:

ul.my-pager li{
margin: 5px;
}
#1152009

Lou,

I had selected Shane for this ticket.

#1152010

I appreciate your offer to help but this is a part of a larger discussion.

Can I close your response and open the ticket again or can you pass it to him?

#1152012

I assigned this ticket to another agent.