Forums
(@zajcomm)
2 years, 5 months ago
In file public_html/wp-content/plugins/elementor/core/files/css/base.phpJust add the below
if ( ! isset( $values[ $control['name'] ] ) ) { return null; }
Before line 778 ($value = $values[ $control['name'] ];)
$value = $values[ $control['name'] ];
itll fix it.