Skip Navigation

[Resolved] Pagination style settings don't work in view block

This support ticket is created 4 years, 2 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.

No supporters are available to work today on Toolset forum. Feel free to create tickets and we will handle it as soon as we are online. Thank you for your understanding.

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

Supporter timezone: America/Jamaica (GMT-05:00)

Tagged: 

This topic contains 11 replies, has 2 voices.

Last updated by maximilianD 4 years, 2 months ago.

Assisted by: Shane.

Author
Posts
#1768133
Bildschirmfoto 2020-09-07 um 13.07.27.png
Bildschirmfoto 2020-09-07 um 13.08.50.png

I'm creating a slider to show 4 posts horizontally with pagination.
When I change the pagination style to dots, it applies in the backend, but not in the frontend.
The frontend still shows a numbered pagination

page is: /startseite-2

#1768441

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hi Maximilian,

Thank you for getting in touch.

I tried to replicate this on my end, however the pagination style that was selected is reflected on the frontend for me.

Can you try deleting the pagination from your view completely and then re-add it and let me know what happens.

If the same issue still remains, would you mind allowing me to have admin access to the site to check on this in further details for you.

Thanks,
Shane

#1769769

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hi Maximilian,

Would it be possible to perform some basic testing on your site ?

I'm having some amount of issues grabbing the copy of the site to test here locally.

Please let me know .
Thanks,
Shane

#1770007

It's a live site so anything you want to test can not be visible to others.

When you copy the files, you probably need to adjust the wp-config.php ( define('WP_SITEURL', define('WP_HOME',) and the header.php in the child-theme folder (<?php if ($_SERVER['HTTP_HOST'] == )

#1771069

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hi Maximilian,

I've created another duplicator package but i'm unable to download it from your admin panel as it will only partially download.

Can you log into the site using FTP and navigate to wp-content/backups and download the zip file and send it to me via Dropbox or Google Drive?

This should be able allow me to restore the backup on my localhost.

Thanks,
Shane

#1771587

Will do. Please mark my next reply as private

EDIT: You actually have the FTP login details. You could download it from there. Does that work for you?

#1772209

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hi Maximilian,

The FTP doesn't work on my end, it doesn't open the file directory for your site. I've enabled the private fields so that you can send me the files.

Thanks,
Shane

#1773499

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hi Maximilian,

I'm still unable to successfully setup a copy of your site to test locally.

I do however suspect that this is a conflict of some sort. What I would do now is to recommend that you disable all the non-toolset plugins and check the page again.

I would go as far as switching the theme to one of the wordpress default themes to check this. If you are able to put this up on a staging environment for unrestricted testing then this would help since i'm unable to setup the site locally.

Looking forward to hearing from you soon.

Thanks,
Shane

#1775731

Switching the theme to twentytwenty solved the problem.
Could you help me make this work with my theme?

Or at least narrow down the code that's responsible for this behaviour?

If you mark the next reply as private, I can give you login details for a staging environment that I set up

#1776073

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hi Maximilian,

Yes this staging environment will allow me to have a better look. I can attempt to see what is causing the pagination option not to change.

I cannot guarantee that I will be able to find the issue but I can have a look.

thanks,
Shane

#1777609

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hi Maximilian,

So the issue seems to only be on the child theme.

Switching to the main theme, it pagination works. The issue is because the child theme isn't loading the wpv-pagination.css file that is located here /wp-content/plugins/wp-views/embedded/res/css/wpv-pagination.css

The main theme loads it but the child theme isn't loading not just this but quite a few other css. Not sure what exactly in the child theme is causing this.

thanks,
Shane

#1778211

Thank you.
The following code in my child-theme functions.php was causing the problem:

wp_dequeue_style( 'mediaelement' );
wp_deregister_style( 'mediaelement' );