[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.
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
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'] == )
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.
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.