Skip to content Skip to sidebar

This thread is resolved. Here is a description of the problem and solution.

Problem:
After translating the homepage from English to German using WPML, some images are missing on the German version of the page.
Solution:
1. Ensure all WPML plugins are updated to the latest version. Navigate to Plugins -> Add new -> Commercial tab to perform the updates. Remember to create a full site backup before updating.
2. Increase the WordPress memory limit to at least 128Mb, as recommended by WPML. You can do this by adding the following line to your wp-config.php file:

/* Memory Limit */<br />define('WP_MEMORY_LIMIT', '256M');

Add this code above the line /* That's all, stop editing! Happy blogging. */.
3. Verify the WordPress memory limit in WPML -> Support.

If this solution does not resolve your issue, or if it seems outdated or irrelevant to your case, we recommend opening a new support ticket. We also highly recommend checking related known issues at https://wpml.org/known-issues/, verifying the version of the permanent fix, and confirming that you have installed the latest versions of themes and plugins. For further assistance, please visit our support forum at WPML support forum.

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.

Tagged: 

This topic contains 1 replies, has 0 voices.

Last updated by Carlos Rojas 8 months ago.

Assisted by: Carlos Rojas.

Author Posts
September 15, 2025 at 1:30 am #17400465

ehaitech-marketing-consultant-

Background of the issue:
I am trying to translate my homepage from English to German using WPML.

Symptoms:
Some pictures on the German page are missing.

Questions:
How can I fix the missing pictures on the German page?
Can you provide a screenshot to show how to resolve this issue?

September 15, 2025 at 9:45 am #17401319

Carlos Rojas
WPML Supporter since 03/2017

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

Timezone: Europe/Madrid (GMT+02:00)

Hello,
Thank you for contacting us

1.- I can see the images are appearing now in the categories in the secondary language. Have you found a solution already?

2.- Please go to Plugins -> Add new -> Commercial tab and update all WPML plugins to the latest version.
Don't forget to create a full site backup before updating the WPML plugins.

3.- Increase the WP memory Limit. Minimum requirements are 128Mb: https://wpml.org/home/minimum-requirements/
You can add this to wp-config.php to increase WP memory:`

/* Memory Limit */
define('WP_MEMORY_LIMIT', '256M');

- Add it above the line /* That's all, stop editing! Happy blogging. */

You can double-check the WordPress memory limit in WPML -> Support

Regards,
Carlos