Pagination Not Working with the Elementor Pro Archive Products
Pagination is not working with the Elementor Pro Archive Products: result returns a blank page and 0
Answer
Modified on: Wed, 24 Jan, 2024
In this troubleshooting video, you’ll find a solution on how to fix the Pagination issue when you use the Elementor Pro Archive Products, and there is a blank page displaying a zero instead of the next page.
Here’s the code that we used in the video to remove the native Elementor Pro Archive Products pagination:
.woocommerce-pagination {
display: none;
}
Was this article helpful?
YesNo