Hi @piero55… Sorry to hear that. That’s sound very strange, I’m using standard WordPress pagination class.
Could you tell me: do you have the same issue in pages or posts (in admin view)?
No, everything is ok and works normally.
By the way: except that, this plugin is wonderful! Congratulations.
Thank you for your kind words…
I will try to understand what is going wrong; I suspect a security plugin or specific configuration which “jams” the way Sessions construct its urls…
Could you make the following test : go to the sessions list and when it is loaded, just add &paged=2
at the end of the url (in the url bar of your browser)… Is the second page loading?
If the second page is loading, my assumptions are right, so before asking what plugins can make this, I have a second test for you: go to the sessions list, hover the >
button and copy/paste the url it go to…
Thanks a lot.
Pierre,
Adding paged=2 (or 3,.4,5..) works ok. No problem.
Strange thing is that hovering the > buttons I don’t see anything. With Pages and Post I can see the link.
I analyzed the link (with dev. tools in Firefox pro) and the > shows this code:
<span class=”screen-reader-text”>Next page</span>
<span aria-hidden=”true”>›</span>
Maybe this can help.
I also deactivated (on staging site) almost all the plugins (security included), switched all the languages to English and removed the Child Theme. The problem is still there.
Suggestions?
Thanks,
Piero
What is the <a...
tag surrounding these two spans?
a class=”next-page button” href=”https://?paged=2&limit=40″
and the other is “last-page button”
OK. Thanks a lot for this information, it’s very useful.
On your test site, can you temporarily disable all other plugins to test if it’s better?
I did it. I have elementor and a few other activated. I will try to disable everything…
but it is very strange, because we had really no problem with all the other.