Home › Forums › WoodMart support forum › Estimate delivery date translation
Estimate delivery date translation
- This topic has 7 replies, 2 voices, and was last updated 57 minutes ago by francois.krikorian.
-
AuthorPosts
-
November 19, 2024 at 11:34 am #613307
francois.krikorianParticipantHello,
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.
November 19, 2024 at 3:03 pm #613419
Artem TemosKeymasterHello,
We are glad that you like it 🙂
We need your admin access to check the translation issue.
Kind Regards
November 25, 2024 at 11:00 am #615403
francois.krikorianParticipantCredentials 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; }
November 25, 2024 at 11:35 am #615429
Artem TemosKeymasterHello,
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
November 25, 2024 at 12:33 pm #615474
francois.krikorianParticipantHello,
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.November 25, 2024 at 1:26 pm #615522
Artem TemosKeymasterYou 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.
November 25, 2024 at 1:31 pm #615525
Artem TemosKeymasterIt 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.
November 25, 2024 at 2:47 pm #615558
francois.krikorianParticipantHello,
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.
-
AuthorPosts
- You must be logged in to create new topics. Login / Register