Hello.
Your files stiil uses http instead https
components/com_jlexreview/libs/profile.php
$thumb = 'http://www.gravatar.com/avatar/' . $emailKey . '?s=100&d=' . urlencode($default) . '&s=64';
$link = 'http://www.gravatar.com/' . md5($email);
Your files stiil uses http instead https
components/com_jlexreview/libs/profile.php
$thumb = 'http://www.gravatar.com/avatar/' . $emailKey . '?s=100&d=' . urlencode($default) . '&s=64';
$link = 'http://www.gravatar.com/' . md5($email);