Hello!
How make it possible to display categories of each product for “Product list widget”?
It must be displayed under product’s name.
Thank you!
Hey artspbseo!
I assume you are referring to the WooCommerce plugin, right? In WooCommerce->Settings you can do the settings for it.
For further support please include a link to your website.
Best regards,
Andy
Hi!
please refer to this link: http://wordpress.stackexchange.com/questions/89819/woocommerce-how-to-display-product-category-above-product
Hope the code will help you.
Regards,
Andy
That’s not solution. I need to modify just this widget, and category must me not above, but after the product.
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.av-catalogue-content {
display: block;
}
Please disable CSS minifying feature before applying the code on the plugin you are using
Best regards,
Yigit
Added – no effect.
Hi!
Please disable CSS minifying feature and flush cache then refresh your page a few times. If it still does not work, please post temporary login credentials here privately
Best regards,
Yigit
Hi!
You have following code in Enfold/css/custom.css file
.av-catalogue-content
{
display: none;
}
please remove it
Best regards,
Yigit
Removed – still no category displaying
any help?
Hey!
Please flush browser cache and refresh your page a few times. It does work fine on my end – http://i.imgur.com/I5TDQx2.png
Best regards,
Yigit
That’s not showing categories – I’ve submitted an example of how it must look – here.
For now it’s showing another title of product – for example – under “Changing Epochs” it must be “graphics”
Hi!
That’s the product content
, you’d need to change it here – http://screencast.com/t/ak5WVN15v2E
Regards,
Josue