Jump to content

How to fix elementor issues?


Recommended Posts

You can try to find the reason of error. You can follow this steps:

1. Disable plugin one by one and chek elementor editor

2. Try to switch your theme

3. Check your server memory limit. Recommend 512MB for run elementor

Let me know if doesn't work this steps.

  • Like 7
  • Confused 2
Link to comment
Share on other sites

When Elementor starts giving you errors, it can be for different reasons.

Start with checking your PHP version and try updating the plugin accordingely.

If that does not help uninstalling elementor and reinstalling it will help as well.

  • Like 5
Link to comment
Share on other sites

1. Update Elementor free and pro version 

2. Go to elementor> settings > advance and enable  switch Editor Loader mode 
3. update php version 

if these function is not work the use the code in wp config.php file 

define('WP_DEBUG', false); 
define('WP_HTTP_BLOCK_EXTERNAL', false);
define('FS_METHOD', 'direct');
define('DISABLE_WP_CRON', true); 
define('WP_MEMORY_LIMIT', '256M');
define( 'WP_CACHE', true );
define('WP_ALLOW_REPAIR', true);
require_once(ABSPATH . 'wp-settings.php');
add_filter( 'auto_update_plugin', '__return_false' ); 
add_filter( 'auto_update_theme', '__return_false' ); 
define( 'WP_AUTO_UPDATE_CORE', 'major' );

  • Like 5
Link to comment
Share on other sites

  • 1 month later...

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...