Forum Replies Created
-
In reply to: Delete “Last Post” from Headers
@karado58 β thanks for your help β this is exactly what we need π
There are very few helpers here, but this is community software.
I am just a bbpress user who tries to help others as I was helped when I started, but I cannot get to every post.Robin,
I should of used better choice of words on my post!
I apologize to you Robin and to all others here that share their precious knowledge and time unselfishly helping us newcomers to bbPress!
Thank you for your kind words, Robin, and I’m sorry!
K58In reply to: Delete “Last Post” from HeadersLooks like you are being ignored, no one wants to help you!!
I’ve only been learning CSS code for about 2 weeks, but I happily try and help you. Try this below.
Removes Last Post:
li.bbp-forum-freshness, li.bbp-topic-freshness { display: none; }
Shifts Topics/Posts to right side:
li.bbp-forum-info, li.bbp-topic-title { float: left; text-align: left; width: 75%; }
In reply to: Remove footer#bbpress-forums li.bbp-footer { display:none; }
I found it, posting it in case someone else needs to do it!
In reply to: bbPress 2.7 Alpha Download ??Good question, was curious about that myself.
In reply to: Avatar issuesFinal 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; }
In reply to: Avatar issues#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.
In reply to: Avatar issuesThank you so much neon67!!!
In reply to: Avatar issuesThe 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.In reply to: Avatar issuesCan I please send it to you in private?
In reply to: Avatar issuesI 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?
In reply to: 3. Topic Title Links issuesI’m trying to have the link colors look like this forum:
In reply to: Avatar issuesWhy 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!!
In reply to: 3. Topic Title Links issuesIn reply to: Avatar issuesDon t understand about. Letβs screen?
Avatar does not align and spacing issue also
In reply to: Avatar issuesFollowup 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.
In reply to: Avatar issuesHello 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!!
In reply to: Avatar issuesSorry about the link:
In reply to: Oh, bother….can you spare a dime!?Robin,
bbp style pack By Robin Wilson
Just realized you are the creator of bbp style pack plugin…INCREDIBLE contribution to the “bbPress community”!!
Thank you!!
In reply to: Oh, bother….can you spare a dime!?Robin W,
You’re amazing, it worked!!
Thank you so much for the quick reply and support!!
Thank you, Robin!!