Site logo

Archived topic

Woo Commerce-more products not loading

3 replies · Started by Christine on October 4, 2020

Viewing posts 1–4 of 4

Hi, maybe this is a WooCommerce problem or plugin conflict, but if you can help me figure this out I'd be so grateful. I don't know if it was always like this because I started out with not enough products in the shop to go on two pages.

On my main shop page, it says at the top "Showing 1–12 of 21 results", however there is no button to view the second page.

If I click on the baby clothes category, now it shows a button saying "More" at the bottom, but the button doesn't work! It just links to the same page.

Any clues how to fix this?

Hi there,

Are you using Infinite Scroll on your blog pages ? The setting is in Customizer > Layout > Blog.
If you don't need that - disable that option and let me know.

If you do need it - add this CSS:

.infinite-scroll .woocommerce-pagination {
    display: block !important;
}

Turning off infinite scroll fixed it! Thanks so much.

You're welcome

This archived topic is closed to new replies.