Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #358059

    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!

    #358826

    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

    #359681
    This reply has been marked as private.
    #360110

    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

    #362082

    That’s not solution. I need to modify just this widget, and category must me not above, but after the product.

    #363114

    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

    #363503

    Added – no effect.

    #363642

    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

    #368492
    This reply has been marked as private.
    #369057

    Hi!

    You have following code in Enfold/css/custom.css file

    .av-catalogue-content
    {
    display: none;
    }

    please remove it

    Best regards,
    Yigit

    #369383

    Removed – still no category displaying

    #370023

    any help?

    #370025

    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

    #370267

    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”

    #371084

    Hi!

    That’s the product content, you’d need to change it here – http://screencast.com/t/ak5WVN15v2E

    Regards,
    Josue

Viewing 15 posts - 1 through 15 (of 15 total)
  • You must be logged in to reply to this topic.