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 2 replies, has 1 voice.

Last updated by Noman 4 months ago.

Author Posts
January 20, 2025 at 4:17 am #16611608

mandanaM

Background of the issue:
I am trying to update a page on my website using Elementor, but the Elementor Widget Panel is not loading. When I deactivate the WPML plugin, the Elementor Widget Panel works.

Symptoms:
Elementor Widget Panel is not loading when WPML is active.

Questions:
How to fix it I can't update website

January 20, 2025 at 4:22 am #16611626

mandanaM

You can remote to my computer or use link admin/user/pass please tell me.

January 20, 2025 at 10:13 am #16612428

Noman
WPML Supporter since 06/2016

Languages: English (English )

Timezone: Asia/Karachi (GMT+05:00)

Hi,

Before your ticket is assigned to one of my colleagues, I'd like to guide you through some initial debugging steps to speed up the support process.

To begin, please follow the below steps and let me know how it goes:

1. The current WP Memory Limit on your site is 40MB. The WP memory limit needs to be increased, it's different from PHP memory. PHP memory is fine but WordPress uses 40MB as default in your site. The minimum requirements for WPML are 128MB: https://wpml.org/home/minimum-requirements/

Please add this line to your wp-config.php file to increase WP memory, wp-config.php file is located in the root of your WP install:

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

You can add it anywhere in your file. I recommend placing it right before the following line:

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

2. We have recently released WPML 4.6.15, please take a backup of your site and update it to the latest version. You can update it from Plugins >> Add New page, click the Commercial tab, and then click the “Check for updates” button. Here is the screenshot for more details:
https://wpml.org/wp-content/uploads/2020/04/wpml-force-plugin-update-1.png

3. Clear all sorts of caches on your site/server cache if any / plugin cache / CDN cache, clear the browser cache, and then see if it resolves the issue afterward.

4. If the issue persists, please enable error reporting on your site as we need to see the details of the latest error log to understand the cause of the issue better. To enable it, open your ‘wp-config.php’ file 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 );
 
define( 'SCRIPT_DEBUG', true );

After adding the above code, please try editing the page in Elementor again, and if this process creates a debug.log file in your site's wp-content directory. Please send us its contents.

Here is a doc for more details:
https://wpml.org/documentation/support/debugging-wpml/

Kindly let us know the results,
Thank you

The topic ‘[Closed] Elementor can’t use when use WPML’ is closed to new replies.