I want to translate a page, but after translating it manual or automatic it keeps saying it's in progress. Thinks I've already did:
- Cancelled the job and resend for translation
- Made the original page again
- In the WPML tools clicked the 'Synchronize loal job ids with ATE jobs' button. (found that in another topic in this support forum)
Thank you for contacting WPML support. While you are waiting for one of my colleagues to take this ticket and work on it, let me provide you with the first debugging steps or if I can help with the issue quickly.
According to the error message, there is an error in the XLIFF file when delivering to your site. Then I check the translation XLIFF file on our server and see two redundant closing square brackets in the script source code, please check this screenshot hidden link
<source><![CDATA[<script>
// Wait for the page to load
document.addEventListener("DOMContentLoaded", function() {
// Get all the anchor tags within the Elementor section
var links = document.querySelectorAll(".sp-expandable a");
// Loop through each anchor tag
for (var i = 0; i <links.length; i++) { // Set the "target" attribute of each anchor tag to "_blank" to open in a new tab links[i].setAttribute("target", "_blank"); } }); /script>
]]></script>]]></source>
I suggest you can:
- cancel the job
- edit the original page > remove that script code (Elementor HTML widget) > save
- translate the translation again
and see if it helps.
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/.
You can increase it by adding the following code in your wp-config.php file, right before the /* That’s all, stop editing! Happy publishing. */ line: