Skip to:
Content
Pages
Categories
Search
Top
Bottom

Avatar issues

  • @karado58

    Participant

    Hello,

    At this point I’m not sure if I want to use avatars at all, but I would like to have that option.

    1. Avatar alignment/spacing issues.

    Avatar_1
    Avatar_1

    Avatar spacing and alignment are off.
    Avatar not appearing at “Last Post”.

    2. Complete tiny avatar removal, but not from profile or posts.

    Help is very much appreciated!!

Viewing 18 replies - 1 through 18 (of 18 total)
  • @karado58

    Participant

    Sorry about the link:

    Avatar

    @neon67

    Participant

    try to css:

    #bbpress-forums .widget_display_replies img.avatar, #bbpress-forums .widget_display_topics img.avatar, #bbpress-forums div.bbp-template-notice img.avatar, #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
    {display:none !important;}

    @karado58

    Participant

    Hello neon67,

    try to css:
    #bbpress-forums .widget_display_replies img.avatar, #bbpress-forums .widget_display_topics img.avatar, #bbpress-forums div.bbp-template-notice img.avatar, #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
    {display:none !important;}

    The code above worked beautifully!!

    Thank you neon67!!

    @karado58

    Participant

    Followup question please!?

    Why are the avatars on “Started by” and “Last post”, not aligned and the spacing is off also?

    I’ve scanned the forum, and no one has this issue.

    Thanks.

    @neon67

    Participant

    Don t understand about. Let’s screen?

    @karado58

    Participant

    Don t understand about. Let’s screen?

    Link to avatar align issue

    Avatar does not align and spacing issue also

    @neon67

    Participant

    You can use the same css key, but instead of display: none! Important; experiment with padding – move 4 parameters up and down sideways as you like

    @karado58

    Participant

    Why am I having this issue with a clean install of bbPress? Is this a bug with latest version?

    It’s not only the spacing, but the avatar is extremely tiny, compared to this forum.

    Thank you for replying!!

    @neon67

    Participant

    It depends the themes – either way, the theme is your choice.
    In specialized bbpress-theme everything is fine usually.

    @karado58

    Participant

    I understand, thank you.

    You can use the same css key, but instead of display: none! Important; experiment with padding – move 4 parameters up and down sideways as you like

    How can I increase the size of the avatar, please?

    Can you please give me an example, since I know very little about css?

    @neon67

    Participant

    Give the site url – I’ll try to send you the css setting

    @karado58

    Participant

    Can I please send it to you in private?

    @neon67

    Participant

    I don’t know – are there any private msg here and is it prohibited by the rules? But if you want – then welcome

    I ask the moderators to delete this offtopic further please

    @karado58

    Participant

    The reason I prefer to not share my url at this time, my site is not even done yet, and I’m being flooded with attacks.
    The site url that the forum is part of, is generating a lot of traffic, and all of it is malicious.

    @neon67

    Participant

    Have an idea – take the avatar settings this forum. Here are the settings

    {
        float: none;
        vertical-align: middle;
        border: 3px double #ddd;
        max-height: 20px;
        max-width: 20px;
    box-shadow: none;
        display: inline-block;
        margin-right: 4px;
    }

    Get the same as here for begin
    change, add as you want.

    @karado58

    Participant

    Thank you so much neon67!!!

    @karado58

    Participant
    #bbpress-forums .widget_display_replies img.avatar, #bbpress-forums .widget_display_topics img.avatar, #bbpress-forums div.bbp-template-notice img.avatar, #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
    {
        margin-right: 4px;
    } 

    This fixed the horizontal spacing issue.

    Now whats left is the avatar size and moving avatar vertically slightly.

    @karado58

    Participant

    Final post on this issue….all fixed…thank you neon67…never worked with CSS before…went in and explored all the bbPress css files…experimented and got it to work!!! YES!!!

    Below is the code that fixed the alignment issue as well as avatar size:

    #bbpress-forums .widget_display_replies img.avatar, #bbpress-forums .widget_display_topics img.avatar, #bbpress-forums div.bbp-template-notice img.avatar, #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
    {
    height: 20px;
    width: 20px;
    margin-right: 4px;
    margin-bottom: -6px;
    }  
    
Viewing 18 replies - 1 through 18 (of 18 total)
  • You must be logged in to reply to this topic.
Skip to toolbar