Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1266767

    Hi,

    i’m using the product grid element to display category items on my category page.
    Now is shown the picture and the product titel above the picture.

    Is there a way to display also a short product description?

    Thank you for helping!

    #1267684

    Hey Stefan,

    Thank you for the inquiry.

    How did you set the Product Grid element to display the categories? Please post the site or page URL so that we could inspect the element.

    We might be able to use the snippets provided in the following thread and customize it a bit so that the description displays below the product image.

    // https://stackoverflow.com/questions/19249756/how-to-display-woocommerce-category-description

    Best regards,
    Ismael

    #1267737

    Hi, thankyou for helping!

    URL is in private content

    #1268969

    Hi,

    Sorry for the delay. The link above is not a product archive or category page. Where would you like to display the category description? Please provide a screenshot or a mockup using imgur or dropbox.

    Best regards,
    Ismael

    #1268975

    Hi,

    thank you for your answer.

    This page is a normal page with a product grid element where i’m importing the product category “Gruppenhäuser”.

    Nice would be to finde a way to display a short description under the yellow block with the name “Heideggalm bei Schladming”.

    I’m not using dropbox, but you can find another link in privat content.

    #1269227

    Hi,

    Thank you for the clarification.

    We could use this snippet or hook to display a product description below the title.

    function avf_short_desc_product() {
    	the_excerpt();
    }
    add_action( '<a href='https://refer.wordpress.com/r/84/woocommerce/' target='_blank' rel="nofollow">woocommerce</a>_after_shop_loop_item_title', 'avf_short_desc_product', 50);
    

    Or this: https://gist.github.com/om4james/9883140

    Best regards,
    Ismael

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