Skip to content Skip to sidebar

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
- - 9:00 – 18:00 9:00 – 18:00 9:00 – 18:00 9:00 – 18:00 9:00 – 18:00
- - - - - - -

Supporter timezone: America/Lima (GMT-05:00)

This topic contains 1 replies, has 0 voices.

Last updated by Andreas W. 1 month ago.

Assisted by: Andreas W..

Author Posts
September 19, 2025 at 12:43 pm #17416867

janD-69

Background of the issue:
My website (www.createlli.com) is available in five languages (English, French, Dutch, Spanish, and Basque). We use WPML to manage the translations. The default language is English, and we always create or update content there first, and then translate into the other languages. Normally this workflow works fine.

Symptoms:
I recently made some updates to the English version (e.g. adding a new page on '3D visualisation', updating the Team page, and adding a video). These changes are not automatically reflected in the translated versions — instead, I see the status 'Needs update' for those pages in the other languages. I tried opening the translation editor and marking the translation as complete, but for some elements (like the video) they still do not appear on the translated pages.

Questions:
Why do changes in the English version not automatically copy over to the other languages (at least for non-translatable content like videos)?
What is the correct workflow to ensure that layout elements (like videos, images, page sections) are synchronized across all languages without having to rebuild them manually each time?

September 19, 2025 at 2:59 pm #17417263

Andreas W.
WPML Supporter since 12/2018

Languages: English (English ) Spanish (Español ) German (Deutsch )

Timezone: America/Lima (GMT-05:00)

Hello,

Anytime you update the original content, you will also need to update the translation.

---

If the translations are incomplete, then there can be various reasons for that:

1) It seems the minimum requirements on the server are not met:
https://wpml.org/en/home/minimum-requirements/

Could you please increase the WordPress memory limit (WP Memory Limit) to at least 256 MB? WPML requires at least 128 MB.
Your current values ​​are:

PHP Memory Limit 256 MB
WP Memory Limit 40 MB

To do this, you need to connect to your website's server and open the wp-config.php file in a text editor. The file is located in the WordPress root directory.

Add this code to the wp-config.php file to increase WordPress memory:

define ('WP_MEMORY_LIMIT', '256M');

Add this just before this comment:

// That's all, stop editing! Happy blogging.

The current values ​​can be viewed under WPML > Support > WordPress.

These settings can be restricted directly by your hosting provider. Therefore, I recommend contacting them and asking them to make the changes directly if the changes are not applied immediately.

After adjusting the limit, please edit the original page, save the page again, and then complete the translation to 100%. Revise if the issue persists.

2) Could you please identify any Elementor Widgets that are not getting translated and which plugins of your site is responsible for those widgets?

WPML by default supports all widgets that are shipped with Elementor and Elementor Pro.

Every Custom Elementor Widget must have an XML configuration so that it can be translated using the WPML Translation Editor. For example, Ocean Elementor Widgets, The Plus Addons for Elementor, or Premium Addons for Elementor.

It is the theme author's job to create such a configuration in a wpml-config.xml file in the root directory of the theme or plugin.

Guide:
https://wpml.org/documentation/support/language-configuration-files/how-to-register-page-builder-widgets-for-translation/

We also provide the following plugin, which makes creating such a config easier, but we do not recommend using it in a production environment:
https://wpml.org/documentation/related-projects/wpml-compatibility-test-tools-plugin/

If the author does not provide such a config, you can alternatively create one yourself. This config can be stored under WPML > Settings > Custom XML Configuration.

We can further offer a WPML test site on which we can recreate the issue and I can assist you with a basic configuration for a couple of widgets, but if there are many affected widgets, it would be better to reach the author of those widgets.

We offer a program for theme and plugin authors to support them on this matter which you could name as a reference to the author:
https://wpml.org/documentation/support/go-global-program/

---

Alternative: Use the WordPress Editor as the translation method instead.

Instructions for translating with the WordPress editor:
https://wpml.org/documentation/translating-your-contents/using-different-translation-editors-for-different-pages/

3) Test if clearing the site's cache solves the issue.

Best regards
Andreas

The topic ‘[Closed] Duplicating content across different translations’ is closed to new replies.