Question
Pagination is not working with the Elementor Pro Archive Products: result returns blank page and 0
Answer
In this troubleshoot 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