Hi macy
In the file: /modules/mod_news_pro_gk5/helpers/gk.utils.php
Look for this code:
// Method to get Gravatar avatar
static function avatarURL($email, $size){
return 'http://www.gravatar.com/avatar/'.md5($email).'?s='.$size.'&default='.urlencode(JURI::root().'modules/mod_news_pro_gk5/interface/images/avatar.png');
}
and change to https