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 1 year, 7 months ago by wolfyno.
-
This reply was modified 1 year, 7 months ago by wolfyno.