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
- 12:00 – 14:00 12:00 – 14:00 12:00 – 14:00 12:00 – 14:00 12:00 – 14:00 -
- 17:00 – 21:00 17:00 – 21:00 17:00 – 21:00 17:00 – 21:00 17:00 – 21:00 -

Supporter timezone: Europe/Vienna (GMT+02:00)

This topic contains 1 reply, has 0 voices.

Last updated by Bigul 7 months, 2 weeks ago.

Assisted by: Bigul.

Author Posts
September 15, 2025 at 5:02 am #17400642

danielS-274

I have same problem. I cannot translate elementor pages. - no title, no content. Everything setup correctly. This happined first time.

September 15, 2025 at 5:07 am #17400643

Bigul

Hello,

Welcome to the WPML support forum. I will do my best to assist you in resolving the issue.

I have created a new ticket for this for easy follow-up. Does it happen after upgrading to the latest version of WPML (4.8.*)?

Please share the WordPress debug.log (not the WPML debug information) with us so we can gather more details on this issue. Refer to the following links for instructions.

https://wpml.org/documentation/support/debugging-wpml/

https://wordpress.org/documentation/article/debugging-in-wordpress/

To enable WordPress Debug log, open your wp-config.php file of site root and look for define('WP_DEBUG', false);. Change it to:

// Enable WP_DEBUG mode
define( 'WP_DEBUG', true );
 
// Enable Debug logging to the /wp-content/debug.log file
define( 'WP_DEBUG_LOG', true );
 
// Disable display of errors and warnings 
define( 'WP_DEBUG_DISPLAY', false );
@ini_set( 'display_errors', 0 );

In this case, the errors will be saved to a debug.log log file inside the */wp-content/* directory. Please do the steps to reproduce the bug and check if you are getting any errors or warnings related to WPML in the log file.

If you can paste your debug.log to http://pastebin.com/index.php and provide me with that link it would be great! (This is the cleanest way because sometimes the logs are long and create a complete mess of discussion).

--
Thanks!

Bigul

The topic ‘[Closed] Elementor Templates are not getting translated , Its stuck at translator "translation assigned to …’ is closed to new replies.