Skip Navigation

[Resolved] Pagination not allowing access to pages

This support ticket is created 3 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
- 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 5 replies, has 2 voices.

Last updated by Minesh 3 years, 11 months ago.

Assisted by: Minesh.

Author
Posts
#2168107
pagination-issue.png

I am trying to: click on page 2 of 3 pages - I can only seem to access page 1 and page 3 using the pagination

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

I expected to see: click on dots and see next page or some kind of way to reach the next page

Instead, I got: no way to see page two of documents.

#2168585

Minesh
Supporter

Languages: English (English )

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

Hello. Thank you for contacting the Toolset support.

I see you are using the attribute setp="10" with the pagination shortcode, as there are not many pages available that is why it does not display the 2nd page as you added setp="10".

[wpv-pager-nav-links output="bootstrap" step="10"]

I change it to step step="1" and I can see it displays all the pages:

[wpv-pager-nav-links output="bootstrap" step="1"]

When you have many pages, you can change the step attribute to some feasible value.

#2168587

Thank you for you help thus far.

I am clicking on the numbers on the bottom and it goes to one page, but it does not go to all of them. Meaning....i click on 2 and it shows content but when I click on 3 nothing happens (or I cannot return to where I was by clicking back on 1).

#2168589

Minesh
Supporter

Languages: English (English )

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

I removed the step attribute from the pagination shortcode: hidden link

I can see now the 3rd page is available to click.

#2168595

Okay I see what is going on....I am now just having the issue on Chrome browser. When I click on #3 it is not refreshing and showing content for that one. It seems to have that issue where it does not go to other numbers in pagination in Chrome. (If that helps).

#2168597

Minesh
Supporter

Languages: English (English )

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

I'm on chrome only and when I load the following page: hidden link

I can easily navigate to page 1,2 and 3.