Avatar issues
-
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 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!!
-
Sorry about the link:
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;}
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!!
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.
Don t understand about. Let’s screen?
Don t understand about. Let’s screen?
Avatar does not align and spacing issue also
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 likeWhy 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!!
It depends the themes – either way, the theme is your choice.
In specialized bbpress-theme everything is fine usually.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?
Give the site url – I’ll try to send you the css setting
Can I please send it to you in private?
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
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.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.Thank you so much neon67!!!
#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.
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; }
- You must be logged in to reply to this topic.