• Resolved mhs2021dk

    (@mhs2021dk)


    Hi there,

    Awesome plugin you made ??

    How do i translate the text like “reviews”, “submit review” button and the form customer is fill out when placing the review? It should be translated so I don’t have to translate it again and again after updates.

    Best regards,
    Marc

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello @mhs2021dk,
    Hope you are doing well and am sorry for the delayed response.

    I can understand what you are looking for. We have included the Support for Multilingual Plugin Named Loco Translate. It will help you to translate everything related to WP Ultimate Review plugin to any language you want. The translation will remain also after making any update.

    You can check out their documentation to understand the process.

    Let me know if there is anything else that you need help with.

    Best Regards,
    Prosenjit

    Thread Starter mhs2021dk

    (@mhs2021dk)

    Hi Prosenjit

    Thanks, where do i find the translation marked inside the red box on the attached photo?
    And is it possible to make the reviews to show on another page after submit, or does it only show up here?

    https://imgur.com/a/5O1MCcW<a

    Best regards,
    Marc

    Hello @mhs2021dk,
    Hope you are doing well.

    I have checked the screenshot. The String you have marked is ready for translation. If the Loco Translate is configured properly, you should be able to translate it. Here is where you can find that string and translate it.

    The Review will only show up on the page where you have submitted it. We haven’t included that feature yet. But, thanks for letting me know about it. I have taken a note and this will be forwarded to the dev team.

    Let me know if there is anything else that you need help with.

    Best Regards,
    Prosenjit

    Thread Starter mhs2021dk

    (@mhs2021dk)

    Hi Prosenjit

    Thank you, i found it now ??

    Do you have any coding or something which can hide (review total) the one we already talking about on the form. Because when there is many reviews, the review form will go way down below all these, which is really annoying ??

    Best regards,
    Marc

    Hello @mhs2021dk,
    Hope you are doing well and am glad that you found that string.

    We haven’t included the control for Hiding the Total Review section. But this can be done by applying a CSS code. If the main concern is the Review Form is going down of all the ratings, we have a solution for this.

    We have included a control that will allow you to specify the number of ratings you want to display on a page. A Pagination will be created on the Review Section and those Reviews will be shown according to the number you have specified. You can check this screenshot for a better understanding.

    Now, In order to remove the Total Reviews Section, you can copy the CSS code and paste it to Appearance > Customize > Additional CSS section.

    #xs-review-box:not(.overview-xs-review) .total-reivew-headding {
        display: none !important;
    }

    Let me know if that helps. We are always here to assist you.

    Best Regards,
    Prosenjit

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to translate front-end language’ is closed to new replies.