• Resolved depiction

    (@depiction)


    Until now I’ve relied on Gravatar. I installed this plugin for users that don’t have Gravatar setup. Users are able to upload images via this plugin, but the images don’t display on my website. Images only appear for users that have setup Gravatar. Profile images are displayed in my site’s theme using the following codes depending on where it’s used:

    <?php echo get_avatar( get_the_author_meta( 'user_email' ), 100 ); ?>

    as well as

    get_avatar( $blog, 100 );

    In the last one, $blog is the user id.

    I have the latest version of WordPress (5.3.2), WP User Avatar (2.2.5), and all other plugins.

Viewing 1 replies (of 1 total)
  • Try using get_wp_user_avatar.

    I don’t know any more than that, just trying to add custom css when I saw your question, so hope that points you in the right direction.

Viewing 1 replies (of 1 total)
  • The topic ‘Avatar Images not displaying’ is closed to new replies.