I try to build films dictionary
i added view with view loop and when i add pagination - on the editing page all is ok but when i go to the frontend - pagination is vertical.
I add 2 screenshots to easier understand my problem.
On other templates pagination is displayed the same way.
I work with customify template and I tested it with fluida
but with twenty fourteen twenty seventeen templates pagination is showing ok
Can you hepl me with this problem?
Hi,
Thank you for contacting us and I'd be happy to assist.
I tried to view the page shown in your screenshot, but, the website seems to be behind password protection.
It looks like the active theme's styles are conflicting with the Toolset's pagination and to troubleshoot this, I'll need access to that page.
Can you please share temporary admin login details, in reply to this message?
Note: Your next reply will be private and it is recommended to make a complete backup copy, before sharing the access details.
regards,
Waqar
Thank you for sharing the admin access.
During troubleshooting, I noticed that some CSS styles used in the theme's main "style.css" file are responsible for this conflict.
To overcome this, you can include the following custom CSS code at WP Admin -> Appearance -> Customize -> Additional CSS:
.wpv-pagination-nav-links-container.pagination {
display: flex !important;
}
.wpv-pagination-nav-links-container.pagination .wpv-pagination-nav-links-item {
margin: 0 !important;
}
My issue is resolved now. Thank you very much. I can't find how to set it correctly. Big respect for you.