Line 68 of the functions.php needs to be updated to support SSL calls of google fonts.
It currents reads as follows: wp_register_style( ‘attitude_google_font’, ‘http://fonts.googleapis.com/css?family=’.$attitude_google_font_load );
It should be changed to: wp_register_style( ‘attitude_google_font’, ‘//fonts.googleapis.com/css?family=’.$attitude_google_font_load );
Disregard. Somehow I was using 1.7 as opposed to 1.9. It is resolved. I apologize.
Ok that’s great Jason
Thank you!