Hi there,
we semm to have a similiar problem. As of the update to WP 4.7.4 the font settings in the global setting won’t apply anymore. Our website can be found here
A message claimes an undefined property:
…”wp-content/plugins/styles/classes/styles-font-menu/classes/sfm-group.php on line 33″
The corresponding php file is as follows:
foreach( $this->get_fonts() as $font ) {
$this->menu_css .= $font->get_menu_css();
}
Any ideas how I could fix this?
Thanks in advance,
Sven