Home New Guten Forums WoodMart support forum About Reviews settings

About Reviews settings

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #660192

    Vucci
    Participant

    I 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?

    #660301

    Hello,

    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/filesystem

    If 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.

    #660644

    Vucci
    Participant

    Thank 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,

    #660774

    Hello,

    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.

    #660814

    Vucci
    Participant

    Thank 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.

    #660815

    Vucci
    Participant

    Additional 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.

    #660957

    Hello,

    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,

    #661052

    Vucci
    Participant

    Thank you very much.

    All issues have been resolved!

    I look forward to working with you again in the future.

    #661053

    Vucci
    Participant

    I 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?

    #661160

    Hello,

    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,

    #661355

    Vucci
    Participant

    It went well. Thank you for your help. I look forward to working with you again in the future.

    #661367

    Hello,

    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,

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

The topic ‘About Reviews settings’ is closed to new replies.