Skip to:
Content
Pages
Categories
Search
Top
Bottom

User Profile Picture not showing


  • akasin
    Participant

    @akasin

    Hi,

    The user profile pic is showing a blank square in Forums and Topics. Only when you click on a topic to see the specific topic thread the profile pictures show there.

Viewing 4 replies - 1 through 4 (of 4 total)

  • Robkk
    Moderator

    @robkk

    Link to your site where I should see the issue.


    akasin
    Participant

    @akasin

    Hi Robkk,

    Here you go –

    Forums


    Robkk
    Moderator

    @robkk

    Use this custom CSS, add it anywhere you can put custom css like in a child themes style.css file or in a custom css plugin.

    #bbpress-forums p.bbp-topic-meta img.avatar, 
    #bbpress-forums ul.bbp-reply-revision-log img.avatar, 
    #bbpress-forums ul.bbp-topic-revision-log img.avatar, 
    #bbpress-forums div.bbp-template-notice img.avatar, 
    #bbpress-forums .widget_display_topics img.avatar, 
    #bbpress-forums .widget_display_replies img.avatar {
      float: none;
      margin-bottom: auto;
      border: none;
      vertical-align: middle;
      padding: 0;
    }

    akasin
    Participant

    @akasin

    that worked. thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.
Skip to toolbar