Home › Forums › WoodMart support forum › Undefined key "overlay" error › Reply To: Undefined key "overlay" error
September 26, 2021 at 5:51 am
#321144
wvdw
Participant
Also, please be aware the error is triggered by following code in the enqueue.php file of the theme, where the overlap key cannot be found.
$header_settings = whb_get_settings();
if ( $header_settings['overlap'] && $header_settings['boxed'] ) {
woodmart_force_enqueue_style( 'header-boxed' );
}