Home › Forums › WoodMart support forum › Some problems with product titles
Some problems with product titles
- This topic has 13 replies, 2 voices, and was last updated 1 year, 11 months ago by Luke Nielsen.
-
AuthorPosts
-
November 22, 2022 at 12:00 am #422647
[email protected]ParticipantHello, I have some problems that may be errors.
1 – the second line of the product title in the product grid (cards), the letters are choppy.
I am sending a screenshot.
2 – The “in stock” label is too close to the product title.
3 – The mobile version does not respect the 2 lines setting for the title. It shows all the lines necessary to show the whole title. I want it to show a maximum of 2 lines.
Thank you.
Translated with http://www.DeepL.com/Translator (free version)
Attachments:
You must be logged in to view attached files.November 22, 2022 at 12:32 pm #422748
Luke NielsenKeymasterHello,
Could you please update the access to the admin dashboard so I can investigate the issue on your side?
https://monosnap.com/file/Iag2PcX4hacySn2tfziJj9G7EYCONk
I await your response.
Kind Regards
November 22, 2022 at 7:32 pm #422914
[email protected]Participantok. Sent
November 23, 2022 at 12:43 pm #423098
Luke NielsenKeymasterHello,
1. The letters are choppy because you have increased the line height via Advanced typography, or rather in Theme Settings -> Typography -> Advanced.
https://monosnap.com/file/eL3pLqVhysMW8LWduwZxXv9HKODoCW
Please clear the “Line height” field and check the issue again.
2. After clearing the “Line height” field, check how it looks, in any case, I can prepare a custom CSS code for increasing the indentation between the title and the “stock” label.
3. Please navigate to Theme Settings -> Product archive -> Product styles -> set the “Two line” value for the “Product title lines limit” option.
https://monosnap.com/file/9aRsA2l5GNHYFkJXCetBfRTg8FZZ6x
Kind Regards
November 23, 2022 at 6:34 pm #423254
[email protected]ParticipantHi Luke. Thanks for the reply.
Yes, I modified the line height because the theme allows it and because I felt the lines looked too close together. I guess that’s what the positioned setting is for.
The truth is that the theme shouldn’t have a problem increasing it. I removed it anyway. I consider it solved..
————————————————————Regarding the two lines in the product titles, it was already configured as you suggested. But it seems that when loading products using an access as a seller in dokan, the setting is not respected. I think I was able to fix it with a plugin I added that limits the titles. We’ll see if the plugin doesn’t cause problems.
I hope the Woodmart team can take into account those of us who use the theme for a multivendor site. There is a niche there that is not deeply covered today.
————————————————————I’ll leave you a new query.
Dokan also does not respect the setting that woodmart applies to the product titles. I have the setting on “capitalize” and it does not apply that setting. It doesn’t apply any setting. And in the “real world”, vendors pay little attention to recommendations about titles.
Could you give me the selector that refers to the dokan product title?
Maybe I can add a custom setting in the options that woodmart has for typography. Or maybe you can think of another way.
Thanks Luke!!!
November 24, 2022 at 11:32 am #423388
Luke NielsenKeymasterHello,
Please try to use this
.product-grid-item .wd-entities-title a
selector in Theme Settings -> Typography -> Advanced.Feel free to reach out to me anytime when you have anything more to say.
Kind Regards
December 3, 2022 at 9:13 pm #425999
[email protected]ParticipantHi Luke!
Responding to your suggestion for the titles that sellers (dokan) enter in their products I must say that it doesn’t work. If the seller happens to write everything in capital letters when loading a product, woodmart does not apply the theme-settings (capitalize).
Maybe you can add a patch or consider a modification in the next update. I guess the same thing happens to all of us who use dokan. Or maybe a selector that allows me to create a custom setting in the advanced typography sector.
————————————————–I ask you some new questions. I send you a screenshot of everything.
1 – How do I dim or change the color of the placeholder text in the search box fullscreen 2 (search box
search box fullscreen 2 (screenshot 1).2 – How can I increase the size of the sharing icons on the single product page?
single product page. They look too small on the desktop and on the mobile version I really need to increase them
mobile version really needs to be increased in size (screenshot 2).3 – How do I get the offer price to change to a specific color. The price color I have is black. I would like that when I show the offer price it changes to the same green that I have in the label so that it is consistent with the onsale label. (screenshot 3)
4 – I would need to remove the cart button on the sliders. The code you sent me to remove the cart button from the whole site fails to remove it from the sliders or products on the home page (screenshot 4).
I hope I am not abusing your time. Thanks in advance!
Translated with http://www.DeepL.com/Translator (free version)
Attachments:
You must be logged in to view attached files.December 5, 2022 at 1:16 pm #426266
Luke NielsenKeymasterHello,
May I test the issue with the titles on your site?
1. Try to use the below code for changing the search placeholder:
.wd-search-full-screen-2 .searchform .wd-search-inited::placeholder { color: red; }
2. The below code will help you to increase the size of icons:
.single-product .wd-social-icons .wd-social-icon .wd-icon { font-size: 20px; }
Paste it to the mobile CSS area in Theme Settings -> Custom CSS.
3. The on-sale price color you can change by using the Advanced typography, or rather by using this
Product grid price
rule.4. This one is for hiding the cart button:
.single-product .related-products .product-grid-item .add_to_cart_button{ display: none; }
https://monosnap.com/file/RwZpazk9cdr7aDYJIQjSxbbPZKvD1j
Kind Regards
December 5, 2022 at 8:57 pm #426440
[email protected]ParticipantHi Luke.
All your solutions worked perfectly. As usual. Thank you.
—————————————————
“May I test the issue with the titles on your site?”Yes. I did a stage today. I leave the data in private. Modify and deactivate everything you need
On the single product page, next to the “description” tab there is another tab that adds woocomerce (or dokan) that shows “more from this store”.
The problem is that I have no way to control the amount of products that this tab adds. Neither the style. The ideal would be a carousel like the one that offers “related products”, but Elise already told me that it is not something that Woodmart can control (I don’t agree, but it’s all right).
That’s something that in a future update could be improved. I leave it up to you.But maybe you can give me some control over the number of products and rows.
Example. Limit of products per row (4, 5, etc) and limit of rows (1, 2, etc).
I think that this would keep the layout coherence.
thanks!
December 6, 2022 at 6:19 pm #426757
Luke NielsenKeymasterHello,
Sorry for the delay.
May I request you attach screenshots for both issues (titles and “more from this store”) for a better understanding of where it is?
I await your response.
Kind Regards
December 6, 2022 at 11:38 pm #426816
[email protected]Participantok. I send you screenshots.
Dokan titles.
If a seller thinks of writing all in capitals or part in capitals and part in small letters, this looks very ugly in the presentation of the product.
But I think woodmart should take the dokan title and also apply the style that I select for the product titles (capitalize). Then the seller could write as he wants and the product title would always be in the “capitalize” style.
Thanks!
Attachments:
You must be logged in to view attached files.December 7, 2022 at 3:38 pm #427042
Luke NielsenKeymasterHello,
1. If the user wrote the title in uppercase, it cannot be changed via CSS, unfortunately. It will work only if the user wrote the title in lowercase style.
2. You should edit that HTML block with these products and for the element set the style as “carousel”.
Let us know if you have any questions, we will be happy to help.
Kind Regards
December 7, 2022 at 9:32 pm #427139
[email protected]Participantok. I understand about the titles. The option would be to change the title settings to uppercase. Ok this is solved.
——————————————————-
I didn’t understand about editing the html block. I tried to do it with elementor, but there are no options to indicate to apply a carousel to “more_seller_product”. (I leave a screenshot with what I mean).Alternative: How do I configure that HTML block to show only 4 products in the same row?
Attachments:
You must be logged in to view attached files.December 8, 2022 at 10:43 am #427231
Luke NielsenKeymasterHello,
You can set the 4 columns for the “Products (grid or carousel)” elements in the settings of it (more detail in the below screenshots).
If there’s anything else we can do, please get in touch.
Kind Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register