Skip Navigation

[Closed] Paginition number don't working

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.

This topic contains 1 reply, has 2 voices.

Last updated by Nigel 1 year, 6 months ago.

Author
Posts
#2685559

I am trying to:
in the paginition number click to go to page 2 or 3 or 4
Link to a page where the issue can be seen:
hidden link
I expected to see:
to see my content
Instead, I got:
it going to her: hidden link

with Bad request

#2685593

Nigel
Supporter

Languages: English (English ) Spanish (Español )

Timezone: Europe/London (GMT+01:00)

Hi there

I can see something is going wrong.

The archive displays two sets of pagination controls: the first is output by Views, the second by your theme.

Those output by your theme work, but they wouldn't be able to handle if filters were selected, so will need to be disabled (or hidden).

They work because they are a straightforward link with a page reload.

The pagination links output by Toolset have an JavaScript event listener, and the code that is triggered when clicking a pagination link then makes a request to a different and wrong address.

Naturally, that shouldn't be happening, and is unexpected.

My first observation is that you could probably fix the issue by updating the archive settings to say that the results should be updated via a page refresh, rather than an ajax update.

But if you need it to update via an ajax update then we will need to investigate further.

You should check whether the issue persists in a minimal version of your site (i.e. with all plugins except Types and Blocks/Views disabled, and with a default theme such as twentytwentyone).

If the problem disappears then it seems to occur because of a conflict with some other code, and you should be able to determine which code by a process of elimination, as you re-activate the other plugins and theme.

Let us know what you find.

The topic ‘[Closed] Paginition number don't working’ is closed to new replies.