Viewing 1 replies (of 1 total)
  • Plugin Author Serhiy Zakharchenko

    (@zahardoc)

    Hi @bibeldans,

    Thank you for letting us know that Gutenberg option worked for you. I don’t think a temporary login is necessary — we typically don’t access individual sites but are happy to assist with general advice. Usually setting WP_DEBUG to false should be enough to disable the warnings. Did you setup it in your wp-config.php file?


    define( 'WP_DEBUG', false );

    If defining WP_DEBUG to false doesn’t help, please try this option:

    define('WP_DEBUG_DISPLAY', false);

    If this line doesn’t help, please try this:

    ini_set('display_errors','off');
    ini_set('error_reporting', E_ALL );
    define('WP_DEBUG', false);
    define('WP_DEBUG_DISPLAY', false);

    Also, you can ask your hosting support for help.

    Hope this helps and best regards,
    Serhiy.

Viewing 1 replies (of 1 total)

The topic ‘Elementor page with Warnings’ is closed to new replies.