Home Forums WoodMart support forum Estimate delivery date translation

Estimate delivery date translation

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #613307

    francois.krikorian
    Participant

    Hello,

    The long awaited addon is finally here. Works pretty good for my first test. Only issue is the translation not being applied.

    – got the new woodmart.pot from : themes/woodmart/languages/
    – used PoEdit Pro to translate the 5000+ strings
    – saved the PO and MO on the correct format as : woodmart-fr_FR.mo and woodmart-fr_FR.po
    – uploaded at : wp-content/languages/themes/

    The whole them is correctly saved in french but the Estimated Delivery is still in english.

    Tweaked with :

    .wd-est-del .wd-info-msg:before {
        content: "Dates de livraison estimées :";
        font-weight: 900;
        color: #000;
    }
    .wd-est-del .wd-info-msg strong {
        display: none;
    }

    If you guys know how to fix it.

    BTW: happy to see the CSS area is finally easily usable.

    Kind regards.

    #613419

    Artem Temos
    Keymaster

    Hello,

    We are glad that you like it 🙂

    We need your admin access to check the translation issue.

    Kind Regards

    #615403

    francois.krikorian
    Participant

    Credentials below.

    You’ll have to ‘inspect’ the html code to see how I tricked to hide your text and replace by css

    .wd-est-del .wd-info-msg:before {
        content: "Dates de livraison estimées :";
        font-weight: 900;
        color: #000;
    }
    .wd-est-del .wd-info-msg strong {
        display: none;
    }
    #615429

    Artem Temos
    Keymaster

    Hello,

    Could you please install the Loco Translate plugin and click on the Sync button for the translation for the theme? It should actualize the translation file, and then you will get all the strings from the latest update.

    Kind Regards

    #615474

    francois.krikorian
    Participant

    Hello,

    I did install. From Loco translate / Themes I have 4 different translations. While trying to sync the last 2 I get this :

    Error: Blank response from server. Check console output for debugging information

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

    Artem Temos
    Keymaster

    You need to delete all unnecessary translations and leave only once that you use to avoid conflicts. Let me know once you do this on your website.

    #615525

    Artem Temos
    Keymaster

    It looks like you have a problem with your server configuration, which doesn’t allow WordPress to edit files on your website. We tried to install the WP File Manager plugin, and it gave the same error.

    #615558

    francois.krikorian
    Participant

    Hello,

    I did remove all other translations (they were on the theme folder and child them folder under languages). So there is only ONE translation. The SYNC does not work, but the values are actually good. The only thing different was that the variables were “fuzzy” orange. I changed that but it still does not work.

    Last time I have an issue like that my solution for uploading the latest woodmart.pot in PoEDIT pro and puting back worked well.

    Something else seemes off.

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