Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi there,

    Let us start with the critical error issue.

    You must have received an email with the error details (including the Stack Trace). It is from the error details that we can be able to know what is causing the error. Most probably, it’s a conflict between the plugins.

    I believe the same conflict is causing the menu-loading issue.

    Here is what I’d recommend you do. Get the error details from the email. Share it here so we can have a clear picture of where it’s coming from.

    If you didn’t receive an email with the error details, enable debugging on your site, then repeat the same steps that led to the critical error the first time. Check the debug.log for the error details.

    Here is a tutorial on how to enable debugging: https://learn.wordpress.org/lesson/the-built-in-wordpress-debugging-options/

    ImageZillur Rahman

    (@tozillur23)

    Dear @jwright33 ,
    Thanks for sharing your issues.

    1. Please enable the debug log and share the details so that we can understand where from the Critical error appearing.
    You can enable the debug log by following the link or just use this

    Open the wp-config.php file

    define( 'WP_DEBUG', true );
    define( 'WP_DEBUG_DISPLAY', false );
    define( 'WP_DEBUG_LOG', true );

    2. It’s an Elementor Screen Loading Issue due to memory Limitation. Please increase the memory limit by following and it will be fixed.

    Open the wp-config.php file

    define('WP_MEMORY_LIMIT', '1024M');
    set_time_limit(300);

    Hope this will solve your issues!
    Thanks in advance.

Viewing 2 replies - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.