Site logo

Archived topic

Woocommerce product catalog

7 replies · Started by Elena on April 14, 2021

Viewing posts 1–8 of 8

Hi, I have the following problem. Not all products are displayed in woo's product catalog. It stands e.g. 5 product results, but only 4 products are shown. Although the product is active. Is there a solution for this?

Thanks.
Lg Elena

Hi there,

That is handled by WooCommerce itself and the theme itself doesn't have any control over it.

Sounds like it might be a caching issue?

Hello,

thanks for your fast answer.

I also thought that it was woo. However, I changed the theme and the products are displayed correctly there.

The browser cache has been cleared.

lg Elena

Hi there,

can you share a link to the problem page ?

Hi there,

Thank you for providing the link.

I've inspected the site and you have this CSS:

.woocommerce ul.products li:last-of-type {
    display: none;
}

This hides the last product within the list for all the woocommerce pages. Removing this should show the last product. :)

Hmm, strange. how does that get in there. in any case, many thanks for the help.

lg Elena

Hmm, strange. how does that get in there. in any case, many thanks for the help.

Either it was added manually and was forgotten or it was automatically added if/when a user imports a site library template. :)

Glad to be of any help. No problem. :D

This archived topic is closed to new replies.