Skip to content Skip to sidebar

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

Problem:
You are trying to translate custom Elementor widgets on your site but not all widgets are showing up for translation. Only one widget appeared while others did not.
Solution:
1. We recommend following the steps in our guide to register the custom Elementor elements for translation using our Multilingual Tools plugin. You can find the guide here: Registering Custom Elementor Widgets for Translation.
2. Increase the WordPress memory limit to at least 128MB. You can do this by adding the following code to your wp-config.php file:

/* Memory Limit */<br />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.

If this solution does not resolve your issue or seems outdated, we 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. If the problem persists, please open a new support ticket 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.

This topic contains 1 reply, has 0 voices.

Last updated by Carlos Rojas 1 month, 4 weeks ago.

Assisted by: Carlos Rojas.

Author Posts
May 26, 2025 at 4:41 am #17070794

amiM-3

Background of the issue:
I am trying to translate custom Elementor widgets on my site hidden link using WPML. I followed a tutorial on YouTube and attempted to implement the same logic.

Symptoms:
Not all custom widgets are showing up for translation; only one widget appeared while others did not.

Questions:
Why are not all custom Elementor widgets showing up for translation?
How can I ensure all custom widgets are registered for translation?

May 26, 2025 at 10:24 am #17072533

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.- Please follow the steps described in this guide: https://wpml.org/documentation/support/multilingual-tools/registering-custom-elementor-widgets-for-translation/ to register the custom Elementor elements using our Multilingual Tools plugin.

2.- 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