Home › Forums › Space themes support forum › Some elements show in product grid list
Some elements show in product grid list
- This topic has 5 replies, 2 voices, and was last updated 2 years, 11 months ago by Luke Nielsen.
-
AuthorPosts
-
November 22, 2021 at 8:36 pm #333782
patrik.vargaParticipantHi Amazing Team!
Could you help me, how can display some elements in store page (product drigd)
- If not reviewed the product show 5 grey or stroked star?
- Show the short description with (or without) max character/word number
- How do I change the order of items? For example, the product category above the product image
- How can i setup the equal height for the products in grid?
And another two questions?
Can i display Custom badge in product image? (example free shipping) like sale badge.
When will you update the theme with new features from 1.2.1? đThanks your reply!
Attachments:
You must be logged in to view attached files.November 23, 2021 at 3:27 pm #334043
Luke NielsenKeymasterHello,
1, 3. Sorry, but we donât have such options for changing the order of items on the shop page and showing 5 grey stars. We also donât have a custom code for that.
2. Short description on the shop page is not available on all product designs and it shows only on hover, navigate to Theme Settings -> Product archive -> Product options -> there you can set product design e.g âSummaryâ and below you will see 2 options (Excerpt, Without) that related to the short description. If you want to limit short descriptions, you can use custom CSS code in Theme Settings -> Custom CSS.
https://monosnap.com/file/D8lmtNnu7I5ARFYUjNEByqu6CT6ePC
4. The height of the product grid is set depending on the columns on your page, and by default the height on all products is equal. If you have columns with different heights, then you need to upload a bigger image for your product or you can crop images by means of the âThumbnail croppingâ option in Appearance -> Customize -> WooCommerce -> Product Images.
https://monosnap.com/file/PUOUqJjkandzMl8J7DEi9hETLr9CMw
5. In order to display a custom label on the image, navigate to Dashboard -> Products -> Attributes -> edit some attribute -> enable the âShow attribute label on productsâ option.
https://monosnap.com/file/a1ONCJsz3K7eHnaiy5spzqcuBULabn
The label shape is configured in the Theme Settings – > Shop -> Product Labels.
6. The update will be as soon as possible.
Kind Regards
November 23, 2021 at 3:45 pm #334046
patrik.vargaParticipantThanks your answer.
Sorry for my bad english, maybe you couldnt understood my bad langue with the 4. point.
If one of product has review (with stars) and next to the other product is hasnt, the product height will be not equal!
Or example one of product title is 2 rows, and the orther 1 row (because the title is shorter) the products box height not equal.
After some line of CSS code in the theme (if you want you can make it with option in the admin panel) it can be equial.
The problem is not the product image size. đAttachments:
You must be logged in to view attached files.November 24, 2021 at 1:07 pm #334264
Luke NielsenKeymasterHello,
1. Unfortunately, the HTML structure of the product content doesnât support an equal height. We also donât have custom CSS code for that.
2. To be able to make 1 title line for all products, navigate to Theme Settings -> Product archive -> Product options -> set the âOne lineâ option for the âProduct title lines limitâ field.
https://monosnap.com/file/ly3BtfZOA1hdN0AX0PbYJ8l0VkStkQ
Kind Regards
November 24, 2021 at 1:20 pm #334270
patrik.vargaParticipantHi Luke!
Thanks your fast answer. No, you couldnt understand me.The solution is 3-4 lines of CSS code. đ
I attached an image and here is a code tip..xxx-eq-height {
display: flex;
flex-wrap: wrap;
flex-direction: row;
align-items: stretch;
}Attachments:
You must be logged in to view attached files.November 25, 2021 at 11:02 am #334471
Luke NielsenKeymasterHello,
This code wonât work because our theme differs in the structure of HTML from the site shown in the screenshot. And if one product has a rating and another won’t, they will still be with a different height.
Kind Regards
-
AuthorPosts
Tagged: Display elements, product grid
- You must be logged in to create new topics. Login / Register