Tagged: Product Grid, woocommerce
Hello everyone,
for some reason, on my clients’ site the product short descriptions don´t show up in the product grid anymore. I tried deactivating all plugins and CSS but it didn´t help. May this have been caused by a recent Enfold update? Any ideas?
Regards
Julian
Hey AgenturLanzinger,
Thanks for your patience and the link to your site, but I’m not sure that I understand because product descriptions typically don’t display in the product grid, here is a link to our Shop Demo shop page and the product grid only shows the image and title.
If you meant something different please link directly to the page and perhaps a link to the corresponding Shop Demo page.
Best regards,
Mike
Hi everyone,
better late than never: I got it running with a code from a 2015 forum post. “add_action( ‘woocommerce_after_shop_loop_item_title’, ‘woocommerce_template_single_excerpt’, 5);” at the bottom of functions.php.
This thread can be closed!