• The profile picture icons showed up on my members page this week. I did not change any of the code and I want to know how to take them off. I downgraded the WordPress update back to 4.9.2 and that did not fix the issue. This is the code we have been using for a year now.

    [userlist role=”editor” orderby=”last_name” order=”ASC”]

    Any suggestions would be greatly appreciated.

    The site is for users only, I am not sure how to attach a screenshot.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author HelgaTheViking

    (@helgatheviking)

    SUL has always included

    
    <?php echo get_avatar( $user->ID, 90 ); ?>
    

    in the default author-content.php. I couldn’t tell you what was happening that prevented that from displaying. If you want to remove it you’d need to copy that template into your theme as discussed in the FAQ. In your theme’s version of the content-author.php template you can make all the modifications you need.

Viewing 1 replies (of 1 total)
  • The topic ‘all of a sudden photo picture icons are showing, want to remove them’ is closed to new replies.