• Open
  • Petr Grambal
    Spectator
    September 12, 2023 at 10:36 pm #49088

    Warning: Undefined array key “top” in /www/lozepythagoras.cz/lozepythagoras.cz/wp-content/themes/evolve-plus/inc/dynamic-css.php on line 34

    Warning: Undefined array key “left” in /www/lozepythagoras.cz/lozepythagoras.cz/wp-content/themes/evolve-plus/inc/dynamic-css.php on line 36

    Warning: Undefined array key “right” in /www/lozepythagoras.cz/lozepythagoras.cz/wp-content/themes/evolve-plus/inc/dynamic-css.php on line 37

    Please let me know how to fix this error

    THX

    Evgeny
    Keymaster
    Posts: 988
    September 13, 2023 at 9:30 am #49089

    Hi. This is not an error, it is a warning. To make it go away, just turn off the presentation of the errors on the website in wp-config.php

    You need to add the following line to it:
    define(‘WP_DEBUG_DISPLAY’, false);

    Or deactivate the debugging altogether like this:

    ini_set(‘display_errors’,’Off’);
    ini_set(‘error_reporting’, E_ALL );
    define(‘WP_DEBUG’, false);
    define(‘WP_DEBUG_DISPLAY’, false);

    As for the problem itself, we will look into it for the next update.

    Petr Grambal
    Spectator
    Posts: 2
    September 13, 2023 at 10:58 am #49090

    Thx. All is ok