Skip Navigation

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.

This topic contains 1 reply, has 2 voices.

Last updated by Kor 1 year, 1 month ago.

Author Posts
May 3, 2024 at 8:19 am #15590097

venketeswaraS

Tell us what you are trying to do?

I m trying to translate the Image with title.

Is there any documentation that you are following?

https://wpml.org/documentation/getting-started-guide/media-translation/

Is there a similar example that we can see?

What is the link to your site?
hidden link

Screenshot 2024-05-03 at 10.00.26.jpg
Screenshot 2024-05-03 at 10.07.25.png
May 3, 2024 at 5:57 pm #15592481

Kor
WPML Supporter since 08/2022

Languages: English (English )

Timezone: Asia/Singapore (GMT+08:00)

Hello,

Thank you for contacting WPML support. While awaiting assignment to one of my colleagues for assistance, let me provide you with the first debugging steps to help resolve the issue quickly.

1) Please try registering the custom Elementor Widgets for translation using the guide provided here: https://wpml.org/documentation/related-projects/wpml-compatibility-test-tools-plugin/registering-custom-elementor-widgets-for-translation/

2) Additionally, upon reviewing the debug information, I noticed that the WordPress Memory Limit is below the requirements. The minimum requirement is 128M, although we recommend 256M. Your site's debug information indicates it's set to 40M. For more details, please refer to this link: [link](https://wpml.org/home/minimum-requirements/). You can increase it by adding the following code in your wp-config.php file, just before the line /* That’s all, stop editing! Happy publishing. */:

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

After adding the code, you can confirm that the memory limit has been successfully changed from WPML > Support > WordPress > Memory limit.

Regarding media translation, could you please confirm if it worked for you?