This is the technical support forum for WPML - the multilingual WordPress plugin.
Everyone can read, but only WPML clients can post here. WPML team is replying on the forum 6 days per week, 22 hours per day.
Sun | Mon | Tue | Wed | Thu | Fri | Sat |
---|---|---|---|---|---|---|
- | 8:00 – 12:00 | 8:00 – 12:00 | 8:00 – 12:00 | 8:00 – 12:00 | 8:00 – 12:00 | - |
- | 13:00 – 17:00 | 13:00 – 17:00 | 13:00 – 17:00 | 13:00 – 17:00 | 13:00 – 17:00 | - |
Supporter timezone: Asia/Ho_Chi_Minh (GMT+07:00)
This topic contains 16 replies, has 2 voices.
Last updated by Long Nguyen 11 months, 1 week ago.
Assisted by: Long Nguyen.
Author | Posts |
---|---|
July 23, 2024 at 5:13 pm #15993761 | |
ericI-4 |
Background of the issue: Symptoms: Questions: |
July 24, 2024 at 3:53 am #15995558 | |
Long Nguyen WPML Supporter since 02/2022
Languages: English (English ) Timezone: Asia/Ho_Chi_Minh (GMT+07:00) |
Hi Eric, Thank you for contacting WPML support, I’m happy to help you with this issue. I see you are using the plugin GTranslate to translate the content on your site and I don't see the issue with WPML plugin. Can you please deactivate this plugin and use WPML to show the translation content? Also, please remove some configuration code generated by this plugin. While checking the debug info, I see that the WordPress Memory Limit is below the requirements. The minimum requirements are 128M, but we do recommend 256M and the debug information of your site shows it set to 40M. Please check this link for more details https://wpml.org/home/minimum-requirements/. Looking forward to your reply. |
July 24, 2024 at 4:23 pm #15999558 | |
ericI-4 |
Hi, I checked the htaccess file and I did not see that configuration code added by gTranslate. That plugin was only active because I can't get the WPML to work. I also checked my site health and server configuration, it is showing my memory limit is set to 512M, so I don't know why it's saying 40M? I've attached a screenshot. Please check out the spanish side and you can see nothing is being translated for the pages hidden link |
July 25, 2024 at 1:50 am #16000876 | |
Long Nguyen WPML Supporter since 02/2022
Languages: English (English ) Timezone: Asia/Ho_Chi_Minh (GMT+07:00) |
Hi, I see the content isn't translated on the homepage. I suggest you follow steps below to re-translate the homepage and see if it helps: If it still doesn't work, please share the new translated XLIFF file with me, I will help you check the issue. Regarding the WP memory limit, it is different from PHP memory limit. Refer to the documentation https://wpml.org/faq/checklist-before-opening-a-ticket-in-wpml-support/#does-your-wordpress-installation-have-all-the-needed-resources Looking forward to your reply. |
July 26, 2024 at 11:58 pm #16010016 | |
ericI-4 |
Hi, I increased the WP Memory limit, but unfortunately it still doesn't work. With your other suggestion, is it possible to enter those pages into the translation queue again but use the same XLIFF files? The reason is, a 3rd party translation service is doing them and we've already asked if they can re-do it once, we can't ask again. We had issues on the initial import. Is it possible to update something in the XLIFF files to get it to match the new translated page? |
July 29, 2024 at 2:51 am #16012943 | |
Long Nguyen WPML Supporter since 02/2022
Languages: English (English ) Timezone: Asia/Ho_Chi_Minh (GMT+07:00) |
Hi, is it possible to enter those pages into the translation queue again but use the same XLIFF files? Yes, it is possible. However, you need to ensure the old and new XLIFF files have the same structure. Then follow the documentation below to copy the ID of the new file to the old file and re-import the old file to your site. If it doesn't help, please send the new XLIFF file to your translation service and ask them to re-translate the file. If you want to translate the content manually on your end, you can use the Classic Translation Editor. Some translated content imported with XLIFF files will be available there. Looking forward to your reply. |
July 30, 2024 at 12:36 am #16018272 | |
ericI-4 |
If I add content or change the title of a page to allow it to be re-entered into the translation queue, will the previous XLIFF files still work? |
July 30, 2024 at 2:33 am #16018366 | |
Long Nguyen WPML Supporter since 02/2022
Languages: English (English ) Timezone: Asia/Ho_Chi_Minh (GMT+07:00) |
Hi, Yes, it should work if you change the previous XLIFF file ID with the new one as I suggested above and import it to your site. Also, please share the previous XLIFF file with me. I will help you check what content was translated in the file. Looking forward to your reply. |
August 1, 2024 at 12:58 am #16027244 | |
ericI-4 |
Hi, I uploaded the new xliff by updating the ID, but unfortunately it still didn't work when I went to the translated version. How can I attach a file here? It's only allowing an image. |
August 1, 2024 at 2:03 am #16027305 | |
Long Nguyen WPML Supporter since 02/2022
Languages: English (English ) Timezone: Asia/Ho_Chi_Minh (GMT+07:00) |
Hi, You can upload the file to Google Drive or Dropbox ... then add the URL to your reply. Also, I would like to request temporary access (wp-admin and FTP) to your site to take a better look at the issue. It would be better to have a testing site where the issue is replicated. Your next reply is set to private to share the info. ❌ IMPORTANT: Please backup your database and website before proceeding ❌ Looking forward to your reply. |
August 2, 2024 at 1:53 am #16031615 | |
Long Nguyen WPML Supporter since 02/2022
Languages: English (English ) Timezone: Asia/Ho_Chi_Minh (GMT+07:00) |
Hi, I see the issue after checking the XLIFF files and the new one exported from your site: 1. The translation content in the XLIFF files that you received from the translation service does not have the correct format. The tag "<![CDATA[ ... ]]" is missing in the target tag which is translation content. For example: <trans-unit extradata="field-rank_math_description" resname="field-rank_math_description-0" restype="string" datatype="html" id="field-rank_math_description-0"> <source><![CDATA[Nictavi is an eye care product manufacturer and wholesaler deriving our forward-thinking innovations from a personal passion for preserving sight and reducing suffering.]]></source> <target>Nictavi est un fabricant et grossiste de produits de soins oculaires qui tire ses innovations avant-gardistes d'une passion personnelle pour la préservation de la vue et la réduction de la souffrance.</target> </trans-unit> it should be: <trans-unit extradata="field-rank_math_description" resname="field-rank_math_description-0" restype="string" datatype="html" id="field-rank_math_description-0"> <source><![CDATA[Nictavi is an eye care product manufacturer and wholesaler deriving our forward-thinking innovations from a personal passion for preserving sight and reducing suffering.]]></source> <target><![CDATA[Nictavi est un fabricant et grossiste de produits de soins oculaires qui tire ses innovations avant-gardistes d'une passion personnelle pour la préservation de la vue et la réduction de la souffrance.]]></target> </trans-unit> 2. The content structure is not the same, please check the attached screenshots. I suggest you follow the steps above https://wpml.org/forums/topic/elementor-pages-arent-being-translated/#post-16000876 Looking forward to your reply. |
August 5, 2024 at 4:24 pm #16041085 | |
ericI-4 |
Thank you for digging into this, really appreciated. We've sent this issue back to the translation team and they responded with 'Were the .xliff files converted from html? If so, could you send us the pages in .html format?' I don't understand though, they were not converted and the XLIFF files should have been in the correct format already once exported, isn't that right? |
August 6, 2024 at 1:53 am #16042332 | |
Long Nguyen WPML Supporter since 02/2022
Languages: English (English ) Timezone: Asia/Ho_Chi_Minh (GMT+07:00) |
Hi, Were the .xliff files converted from HTML? No, the XLIFF file is generated from the post data, including content, custom fields, taxonomy, featured image ... everything that is translatable from a post. the XLIFF files should have been in the correct format already once exported Yes, as I suggested, please make a small change the page content/title > export a new XLIFF file and send it to the translation service and ask them to translate the file again. Looking forward to your reply. |
August 10, 2024 at 12:20 am #16057920 | |
ericI-4 |
Thank you, I've reported the issue to the translation team and they attempted to resolve it, but even with the new files they sent me, it still does not work.. I am not sure what to do or recommend to them at this point, when you checked the staging site, was everything setup on the site for it to work with elementor? Am I missing something? |
August 12, 2024 at 1:13 am #16060236 | |
Long Nguyen WPML Supporter since 02/2022
Languages: English (English ) Timezone: Asia/Ho_Chi_Minh (GMT+07:00) |
Hi, Can you please share the new files received from the translation service? I will check this again. Thanks. |
The topic ‘[Closed] elementor pages aren’t being translated’ is closed to new replies.