- This topic has 1 reply, 2 voices, and was last updated 1 year, 9 months ago by .
- You must be logged in to reply to this topic.
Home › Forums › Themes Support › Pagination Not Showing
Hi,
I’m running WP with WooCommerce and XSop Pro theme on http://www.uniorbiketools.co.za.
The pagination on my product category pages is not showing.
I’ve tried setting it under Appearance > Customize > WooCommerce > General Settings but nothing is showing.
I’m not aware of any pagination plugins that may be running
Is there something I’m missing? Help would be appreciated.
Thank you for your question,
I’ve seen your website pagination. This is not our theme issue. Your infinite scroll plugin feature display: none Xshop pagination.
Please see these screenshots
https://prnt.sc/263m0tc
https://prnt.sc/263lu2g
Please use the custom CSS code in your website customize additional CSS section
/*css code start*/
.infinite-scroll .woocommerce-pagination {
display: block !important;
margin-top: 30px !important;
}
/*css code end*/
or you may need to disable infinite-scroll
Thanks again