Skip Navigation

[Closed] Pagination on mobile device don't reload a new page

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 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 -
- 13:00 – 18:00 13:00 – 18:00 13:00 – 18:00 13:00 – 18:00 13:00 – 18:00 -

Supporter timezone: America/Sao_Paulo (GMT-03:00)

This topic contains 3 replies, has 2 voices.

Last updated by Mateus Getulio 5 months ago.

Assisted by: Mateus Getulio.

Author
Posts
#2703507
elementor-toolset1.png
toolset1.png
toolset2.png
toolset3.png

I integrated the pagination system into a product view by category. On the PC and Latop side everything is OK! whereas in the mobile device version it does not load the pagination page by clicking on the pagination number.

I am sending you a link as an example: hidden link

and I attach screenshot settings

#2703568

Mateus Getulio
Supporter

Languages: English (English )

Timezone: America/Sao_Paulo (GMT-03:00)

Hello there,

To adjust the pagination's on smaller screens, you can include the following CSS code at WP Admin -> Appearance -> Customize -> Additional CSS:

@media screen and (max-width: 600px) {
.wpv-pagination-nav-links ul.pagination,
.wpv-pagination-nav-links ul.pagination > li {
display: inline-block;
}
}

regards,
Mateus

#2704065

Hi Mateus,

I can see the pagination on mobile devices but if I try to click with my finger on a number to advance the page nothing happens... it doesn't load page 2 or 3... but I can see with inspect code that there is the correct redirection link... but I repeat from mobile the click with my finger doesn't work.

#2704188

Mateus Getulio
Supporter

Languages: English (English )

Timezone: America/Sao_Paulo (GMT-03:00)

Hello,

I would like to request temporary access (wp-admin and FTP) to your site to take better look at the issue. You will find the needed fields for this below the comment area when you log in to leave your next reply. The information you will enter is private which means only you and I can see and have access to it.

Our Debugging Procedures

I will be checking various settings in the backend to see if the issue can be resolved. Although I won't be making changes that affect the live site, it is still good practice to backup the site before providing us access. In the event that we do need to debug the site further, I will duplicate the site and work in a separate, local development environment to avoid affecting the live site.

Privacy and Security Policy

We have strict policies regarding privacy and access to your information. Please see:
https://toolset.com/purchase/support-policy/privacy-and-security-when-providing-debug-information-for-support/

**IMPORTANT**

- Please make a backup of site files and database before providing us access.
- If you do not see the wp-admin/FTP fields this means your post & website login details will be made PUBLIC. DO NOT post your website details unless you see the required wp-admin/FTP fields. If you do not, please ask me to enable the private box. The private box looks like this: hidden link

Please, let me know if you need any additional details. Have a nice day.

The topic ‘[Closed] Pagination on mobile device don't reload a new page’ is closed to new replies.