• Hi,

    it’s been six hours now that I’m trying to fix my website but no clue.

    On the homepage (I don’t know if there are the same issues as the Home page) it says Warning: Undefined array key “color” in?/home/mhd-01/www.essereanima.com/htdocs/wp-content/plugins/elementor/core/editor/data/globals/endpoints/colors.php?on line?37

    I’ve tried everything, I’ve inactivated all plugins except Elementor, I’ve changed theme to see if anything changes, but nothing….

    Can I get help pleas?

    Thanks,

    MF

    The page I need help with: [log in to see the link]

Viewing 12 replies - 1 through 12 (of 12 total)
  • Check for empty Global Colors in elementor Site settings.

    I’m having the same issue, Jernej K reply fixed this issue.

    thanks,

    graps

    I am having the below problem. Can you please help?

    Warning: Undefined array key “color” in?C:\xampp\htdocs\wordpress2\wp-content\plugins\elementor\core\editor\data\globals\endpoints\colors.php?on line?37

    Same issue Warning: Undefined array key “color” public_html/wp-content/plugins/elementor/core/editor/data/globals/endpoints/colors.php?on line?37 here

    Warning: Undefined array key “color” in?C:\xampp\htdocs\wordpress2\wp-content\plugins\elementor\core\editor\data\globals\endpoints\colors.php?on line?37

    Please help on the above problem.

    isalakid

    (@isalakid)

    Same issue here

    Problem is that somebody add new global color, but withou value.
    Solutions that works for me:
    1. replace code at line 37 with this code:

    // ‘value’ => $item[‘color’],
    ‘value’ => !empty($item[‘color’]) ? $item[‘color’] : ‘#000000’,

    2. disable all in elementor setting/ functions /wp-admin/admin.php?page=elementor-settings#tab-experiments
    than elementor will start
    than remove colors without value
    activate all in elementor setting/ functions /wp-admin/admin.php?page=elementor-settings#tab-experiments

    • This reply was modified 3 weeks, 5 days ago by wolfyno.
    • This reply was modified 3 weeks, 5 days ago by wolfyno.

    Otherwise, just regenerate css (elementor>tools>regenerate) and then flush the cache if you have a cache plugin. Worked for me…

    • This reply was modified 3 weeks, 3 days ago by weric. Reason: typo
    tkucey

    (@tkucey)

    @wolfyno) “1. replace code at line 37 with this code:

    Where do I find the code to edit? Literally – where in the WP dashboard do I go?
    This is a son of a gun issue for a newbie like me- so really do appreciate you helping out.

    • This reply was modified 2 weeks ago by tkucey.
    silviofuchs

    (@silviofuchs)

    I had the same issue. Workaround from @wolfyno worked for me. Thank you very much!
    I just did step 1 suggested by @wolfyno without step 2 and it worked.

    // ‘value’ => $item[‘color’],
    ‘value’ => !empty($item[‘color’]) ? $item[‘color’] : ‘#000000’,

    @tkucey Just install Filemanager Plugin. With this you can browse all the files. Navigate to colors.php download it, edit it, upload it and replace the old one.

    @silviofuchs Ill try that, thanks!

    Elementor 3.25.6 fixed this issue.

Viewing 12 replies - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.