In my case I had to go to and edit the googlefonts.php file to change it to https
i edited this file using the wordpress appearance–>editor and then finding googlefonts.php inside the theme folders (inside framework\inc folder)
I hope that helps.
Hi
Thanks for the reply.
I am not running a child theme, not have made any alterations to the theme.
I just updated after a long time of not updating so jumped a number of updates.
I have used a rollback plugin to take me back to 1.1.0 where it is fine again. Given this result I would say that it is indeed an issue with the theme.
No worries, I worked it out..
I changed line 71 from
$username = $current_user->display_name;
to
$username = $current_user->first_name;
Cheers
Mark