• In Easy Author Image v1.5 I request that line #218 in easy-author-image.php to be changed to https like so $gravatarUrl = "https://www.gravatar.com/avatar.php?gravatar_id=" . md5($email) . "&size=40";

Viewing 1 replies (of 1 total)
  • try below code:

    Find code
    $gravatarUrl = "https://www.gravatar.com/avatar.php?gravatar_id=" . md5($email) . "&size=40";
    Repalce to
    $gravatarUrl = "//www.gravatar.com/avatar.php?gravatar_id=" . md5($email) . "&size=40";

Viewing 1 replies (of 1 total)
  • The topic ‘Request fix for SSL sites’ is closed to new replies.