Cornerstone Conflict with Woocommerce

The product images on my site have disappeared from the catalog. The images work on the product page just not in the catalog. When I disable all plugins other than Woocommerce the images come back but there is now a yellow number behind the category names. If I enable Cornerstone the images disappear again. I have tried installing the last version of Woocommerce (3.6.5) but it did not change anything.

Hi @drmiowa,

Thank you for writing in, I saw you have this custom CSS on Theme Options > CSS

.woocommerce li.product .entry-featured a:first-child,
.woocommerce-page li.product .entry-featured a:first-child {
	display:none;
}

That is the code that hides the product images on the single product page. Please find and remove that from your Theme Options > CSS

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.