New to WP and new to Pagelayer / PopularFX. Getting two new errors on every page. Did verify error occurs with all other plugins disabled. Errors are:
Warning: Undefined array key "primary" in /home/cincymoo/public_html/wp-content/plugins/pagelayer/main/shortcode_functions.php on line 949
Warning: Trying to access array offset on null in /home/cincymoo/public_html/wp-content/plugins/pagelayer/main/shortcode_functions.php on line 949
Code from line 933 - 956 is below if it helps:
// Apply global typo
foreach($pagelayer->typo_props as $typo => $typo_key){
// Backspace compatibility for normal array and if is set global in '$' format like $primary
if(is_array($value) && !empty($value[$typo])){
$val[$typo] = $value[$typo];
}