Viewing 2 replies - 1 through 2 (of 2 total)
  • You have this script in your page head:

    <script type="text/javascript" charset="utf-8">
      jQuery(document).ready(function() {
        jQuery("#email").getGravatar({
          avatarSize: 56,
          url: 'https://powers.lanexdev.com/wp-content/themes/estate/includes/get-gravatar.php',
          avatarContainer: 'img.avatar'
        });
      });
    </script>

    What I think this script is doing is it tries to get your avatar from Gravatar, then it replaces the avatar image with what it gets from Gravatar. I don’t know why your theme uses this method, but if you can find and remove the script, I think that’ll solve your problem.

    Thread Starter Bradford

    (@b3nelly)

    After some digging, I found the php file adding the JS you noted above. Now the correct avatar is showing.

    Thank you for your help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Correct avatar shows for a split second and then switchs to the Gravatar logo’ is closed to new replies.