Home New Guten › Forums › WoodMart support forum › About Reviews settings
About Reviews settings
- This topic has 11 replies, 2 voices, and was last updated 3 months ago by
Aizaz Imtiaz Awan.
-
AuthorPosts
-
May 13, 2025 at 4:47 am #660192
VucciParticipantI want to use Sorting in the Reviews settings, but when I tried to change the language with locotranslate, it was unable to determine which language it belonged to.
Which file should I edit in locotranslate for Default, Newest, etc. in Sorting?May 13, 2025 at 12:28 pm #660301
Aizaz Imtiaz AwanKeymasterHello,
Please use the Loco translate plugin on your site. After installing the plugin please Navigate to Loco >> Themes >> Woodmart >> Edit the translation which you are using for the site >> Click the Sync button >> Find the words and add the translation for them and save it.
Also, please Navigate to Loco >> Plugins >> Woocommerce >> Edit the translation which you are using for the site >> Click the Sync button >> Find the words and add the translation for them and save it.
Also, please Navigate to Loco >> Plugins >> Woodmart-Core >> Edit the translation which you are using for the site >> Click the Sync button >> Find the words and add the translation for them and save it.
https://wordpress.org/plugins/loco-translate/
Note:
1. Custom (recommended)
2. This is Loco’s protected folder under “wp-content/languages/loco/” which is safe from automatic updates and provides priority over the above locations.
https://localise.biz/wordpress/plugin/manual/msginit?utm_medium=plugin&utm_campaign=wp&utm_source=admin&utm_content=plugin-msginit#order
If this folder doesn’t exist you may need to create it and ensure it has the correct permissions.
https://localise.biz/wordpress/plugin/manual/filesystemIf the issue still exists then please send me the WP admin login details of your site so I will check and solve the issue for you.
For more information please read the theme documentation here:
https://xtemos.com/docs-topic/translate-woodmart-theme-with-loco-translate/Best Regards.
May 14, 2025 at 3:36 pm #660644
VucciParticipantThank you for your assistance.
We have created a temporary admin account for you to check the issue with the review sorting text translations.We have temporarily disabled 2FA for this user and allowed foreign IP access.
Please complete the investigation within [2–3 days], and let us know once you’re done.
We will deactivate this account afterward for security reasons.Thank you again for your help.
Best regards,
May 15, 2025 at 9:23 am #660774
Aizaz Imtiaz AwanKeymasterHello,
Your issue has been solved. Now you can easily find all the words here in the Loco >> Themes >> Woodmart >> Edit the Japanese language translation >> find the words and translate them. I have translated one word for you, “Newest”, see here the screenshot: https://ibb.co/rKLsW8JX
Best Regards.
May 15, 2025 at 10:50 am #660814
VucciParticipantThank you.
I couldn’t find that item last time I checked, but I was able to find it this time!
That solves the problem.
Thank you as always.May 15, 2025 at 10:53 am #660815
VucciParticipantAdditional note.
Can I also make a request?
In the same setting, there is also a Likes button.
When you turn this on, a Good button and a Bad button are displayed, but it would be nice if there was a setting that allowed you to only display the Good button like on YouTube.
I would appreciate it if you would consider this.
Thank you very much.
May 15, 2025 at 3:41 pm #660957
Aizaz Imtiaz AwanKeymasterHello,
Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
.single-product .wd-action-btn.wd-style-text.wd-dislike.wd-dislike-icon { display: none !important; }
Best Regards,
May 16, 2025 at 2:41 am #661052
VucciParticipantThank you very much.
All issues have been resolved!
I look forward to working with you again in the future.
May 16, 2025 at 3:42 am #661053
VucciParticipantI apologize for replying multiple times.
A new item called “Most helpful” has appeared in Sort that I haven’t seen before.
I don’t need this “Most helpful” item, so can I delete it?
May 16, 2025 at 12:59 pm #661160
Aizaz Imtiaz AwanKeymasterHello,
Try to add following JS code in Theme Settings > Custom JS to remove this.
document.addEventListener("DOMContentLoaded", function () { const select = document.querySelector(".wd-reviews-filters select"); if (select) { const option = select.querySelector("option[value='most_helpful']"); if (option) { option.remove(); } } });
Best Regards,
May 17, 2025 at 2:01 pm #661355
VucciParticipantIt went well. Thank you for your help. I look forward to working with you again in the future.
May 17, 2025 at 2:42 pm #661367
Aizaz Imtiaz AwanKeymasterHello,
You’re very welcome! I’m glad I could help. If you need anything else, feel free to reach out!
Thanks for contacting us.
Have a great day.Topic Closed.
Best Regards, -
AuthorPosts
The topic ‘About Reviews settings’ is closed to new replies.
- You must be logged in to create new topics. Login / Register