Hello,
After updating to the RC 12.5 version I’m getting this error message repeated 8 times at the root of the website (homepage) :
Warning: Undefined array key “undefined” in /…/wp-content/plugins/td-composer/legacy/common/wp_booster/td_css_res_compiler.php on line 545
Could you help me fix this ?
Regards,
Ligne 545 :
$css_font = isset($this->settings["all"][$param_name]) && strpos($this->settings["all"][$param_name], $font_family_list[$font_setting_value]) !== false ? '' : $font_setting . ':' . $font_family_list[$font_setting_value] . ' !important;';
from this part :
if ( $f_var !== '' ) {
$css_font = isset($this->settings["all"][$param_name]) && strpos($this->settings["all"][$param_name], $f_var) !== false ? '' : $font_setting . ': ' . $f_var . ' !important;';
}
} else {
$font_family_loaded = $font_setting_value;
$css_font = isset($this->settings["all"][$param_name]) && strpos($this->settings["all"][$param_name], $font_family_list[$font_setting_value]) !== false ? '' : $font_setting . ':' . $font_family_list[$font_setting_value] . ' !important;';
}
}
break;
Hello Calin,
Yes, sure…I know what a RC is… so I inform you that an error message is generated on the homepage so that you be able to fix this in the final version.
In the meantime, I would appreciate if you could provide the fix. Even if the website I’m working on is not available to the public yet (ongoing tests), it gets annoying to have the error messages displayed many times on the homepage (I won’t deactivate the ability to display the error msg because of ongoing tests).
Thanks for your help and time.
Regards.