Skip Navigation

[Resolved] pagination on a view – can not seem to get it to work

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

Problem:

We are still not getting the pagination correct. I have in total 39 giving listings and only 20 show. Yes we have the pagination working but only to a maximum of 20 items. This is where i am stuck. I am not sure if this is a separate issue, but I would like to have the pagination working for all the items, all 39 items.

Could you let me know what I am doing wrong?

Solution:

I checked again the view "Giving Impact list" in your website

click "Screen Option", enable option "Limit and Offset",
in section "Limit and Offset", you are using option: Display 20 items.
It conducts the problem, you can change it to: Display "No limit" items, and test again

Relevant Documentation:

This support ticket is created 6 years, 11 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
- 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 6 replies, has 2 voices.

Last updated by Luo Yang 6 years, 11 months ago.

Assisted by: Luo Yang.

Author
Posts
#602470

I am trying to: add pagination to a view

Link to a page where the issue can be seen:hidden link

I expected to see: pagination at the bottom of the page so people can scroll through the past listings

Instead, I got: nothing...i do use CRED forms so a bit worried to use any AJAx options

#602518

Dear Nicola,

I assume we are talking about the view "Giving Impact list", please check it:
hidden link

in section "Pagination and Sliders Settings", you are using option "Display 20 items per page", so View pagination will not work when there are less than 20 items.

And I did below modification in above view:
1) in section "Pagination and Sliders Settings", change the option to "Display 10 items per page"
2) in section "Filter Editor", add below codes:

total number of posts that have been found by the Views query: [wpv-found-count]

Please test again, check if the problem is fixed, thanks

#602584
Capture.JPG

Thanks for your help but we are still not getting the pagination correct. I have in total 39 giving listings and only 20 show. Yes we have the pagination working but only to a maximum of 20 items. This is where i am stuck. I am not sure if this is a separate issue, but I would like to have the pagination working for all the items, all 39 items.

Could you let me know what I am doing wrong? And is it possible to remove the [wpv-found-count] as it does look a bit odd to have this at the bottom of the page...I would prefer to just have the next and previous options without the final count.

#602586

Could the issue perhaps be related to the fact that i have designed the view with Be theme instead of the content layout option? I can not see how that would effect the view and the number of listings viewed but that might be the issue? Not sure.

#602832

I checked again the view "Giving Impact list" in your website
hidden link

click "Screen Option", enable option "Limit and Offset",
in section "Limit and Offset", you are using option: Display 20 items.
It conducts the problem, you can change it to: Display "No limit" items, and test again

#603228

Bingo! Thanks....I am sorry that I did not catch that...thank you for all your help...we now have what we need...

#603252

You are welcome