Home Forums WoodMart support forum How to translate specific string

How to translate specific string

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #83350

    d_ch
    Participant

    Hi,

    Could you please inform me how can I translate via Loco Translate the following string of my woocommerce account panel:

    “This will be how your name will be displayed in the account section and in reviews”

    Waiting for your advice.

    Attachments:
    You must be logged in to view attached files.
    #83373

    Artem Temos
    Keymaster

    Hi,

    This text seems to be related to some of the installed plugins since it is not a part of our theme or WooCommerce.

    Regards

    #83377

    d_ch
    Participant

    Hi,

    I have made a test and deactivated all the plugins except WooCommerce and Woodmart Core and the text is still appeared at the account details (under display name) of My Account panel.

    Could you please investigate this further?

    Check my attached screenshots too.

    Attachments:
    You must be logged in to view attached files.
    #83381

    Artem Temos
    Keymaster

    Please, provide your admin access.

    #83383

    d_ch
    Participant

    Hi,

    Please check my credentials.

    Thank you.

    #83384

    Artem Temos
    Keymaster

    You need to Sync WooCommerce translations https://gyazo.com/66722266b78f12af5ef0f9096b0bc21e

    #83386

    d_ch
    Participant

    Hi,

    After syncing the text was appeared indeed.

    However while trying to translate it, I get the following error:

    “Error: 413 Request Entity Too Large. Check console output for debugging information”

    Check my attached screenshot. Why does this happen?

    Attachments:
    You must be logged in to view attached files.
    #83445

    Artem Temos
    Keymaster

    It seems to be your server issue since it doesn’t allow to send so many data with POST request. You need to increase this limit. Contact your hosting provider for help in this question.

    #83510

    d_ch
    Participant

    Thank you for the advice, the issue was finally fixed after adding the following rule to my htaccess file:

    <IfModule mod_security.c>
    <FilesMatch “admin-ajax\.php$”>
    SecFilterScanPOST Off
    </FilesMatch>
    </IfModule>

    #83514

    Artem Temos
    Keymaster

    Great, you are welcome.

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

The topic ‘How to translate specific string’ is closed to new replies.