Skip to:
Content
Pages
Categories
Search
Top
Bottom

Avatar issues


  • JLee
    Participant

    @karado58

    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)

  • JLee
    Participant

    @karado58

    Sorry about the link:

    Avatar


    neon67
    Participant

    @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;}

    JLee
    Participant

    @karado58

    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!!


    JLee
    Participant

    @karado58

    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

    @neon67

    Don t understand about. Let’s screen?


    JLee
    Participant

    @karado58

    Don t understand about. Let’s screen?

    Link to avatar align issue

    Avatar does not align and spacing issue also


    neon67
    Participant

    @neon67

    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


    JLee
    Participant

    @karado58

    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

    @neon67

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


    JLee
    Participant

    @karado58

    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

    @neon67

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


    JLee
    Participant

    @karado58

    Can I please send it to you in private?


    neon67
    Participant

    @neon67

    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


    JLee
    Participant

    @karado58

    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

    @neon67

    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.


    JLee
    Participant

    @karado58

    Thank you so much neon67!!!


    JLee
    Participant

    @karado58

    #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.


    JLee
    Participant

    @karado58

    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