Home › Forums › WoodMart support forum › Related Products / Mansory Grid
Related Products / Mansory Grid
- This topic has 5 replies, 2 voices, and was last updated 6 years, 1 month ago by
Elise Noromit.
-
AuthorPosts
-
March 22, 2019 at 1:44 pm #114333
joshh31ParticipantHello,
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.
March 22, 2019 at 6:08 pm #114379
Elise NoromitMemberHello,
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
March 22, 2019 at 9:46 pm #114407
joshh31ParticipantThank 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.March 23, 2019 at 9:33 am #114430
Elise NoromitMemberHello,
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
March 23, 2019 at 2:14 pm #114459
joshh31ParticipantHello,
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.
March 23, 2019 at 5:36 pm #114477
Elise NoromitMemberHello,
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
-
AuthorPosts
- You must be logged in to create new topics. Login / Register