Home Forums WoodMart support forum Related Products / Mansory Grid

Related Products / Mansory Grid

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

    joshh31
    Participant

    Hello,

    1) How can I activate the Mansory Grid for Related Products ?

    2) On my website, for all my products I don’t need to write a description and comments.
    If I don’t write a descritption and if there are not comments, I have a white line below the image product, how can I hide/delete this white line for all my products ?

    3) If you look at my product (my example), you can see that there is a line “Category”, I don’t need this line, how can I can delete/hide this line for all my products ?

    Thank you for your help!

    Please look at the Private Content for examples.

    #114379

    Hello,

    1. Related products cannot be in Masonry grid.

    2. You can disable comment in Woocomerce > Settings > Product tab > Inventory. If you do not feel the description field it would not appear

    3. Add this code to the Theme Setting > Custom CSS

    body .product_meta .posted_in {
    display:none;
    }
    body .meta-location-add_to_cart .product_meta .posted_in, 
    body .popup-quick-view .entry-summary .product_meta .posted_in {
    display:none;
    }

    Best Regards

    #114407

    joshh31
    Participant

    Thank you for your help.

    1) Ok I see.

    2)I understand that, but I already disable comment in Woocommerce and I didn’t write any description.
    As you can see on this page, I have a white line between the image product and related products, and I need to hide that, how can I do that please ?

    3) I added your code and it doesn’t work as you can see on my website, the Category still appears (above the product title), do you have another code ?
    Thank you.
    Please check the Private content.

    #114430

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .product-tabs-wrapper {
       padding-bottom: 0;
       padding-top: 0;
    }

    This code would remove the gap.

    Categories have disappeared. Please clean the cache.

    Best Regards

    #114459

    joshh31
    Participant

    Hello,

    1) About the gap, it works, thank you.

    2) About the Categories, I mean I want to hide for all my products that (example in your demo) :

    This line -> Home / Shop / Other / Decor / Wall Stickers Clock
    https://woodmart.xtemos.com/shop/other/decor/wall-stickers-clock/demo/decor/

    3) You told me that Related products cannot be in Masonry grid.
    I asked you that because I have many gaps between my products in Related Products, do you know how I can hide these gaps ? Could you please check my web-site (see Private Content) ?
    I would like for Related Products the same style (Mansory grid) I have on my homepage.

    Thank you for your help.

    #114477

    Hello,

    Replace the code with this one:

    body .woocommerce-breadcrumb {
    display:none;
    }

    Find here instruction on how to configure the images https://xtemos.com/docs/woodmart/faq-guides/image-size-content-alignment-product-grid/

    Best Regards

Viewing 6 posts - 1 through 6 (of 6 total)