Opened 12 years ago
Closed 12 years ago
#2067 closed defect (bug) (fixed)
Profile "Topics" or "Replies" posts not being displayed.
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 2.3 | Priority: | normal |
Severity: | normal | Version: | 2.2.2 |
Component: | Front-end | Keywords: | dev-feedback needs-patch |
Cc: | pippin@… |
Description
Profile "Topics" or "Replies" posts not being displayed. Page source shows the content is there.
On line 815 of the .css file change “clear: none;” to “clear: both;”. No quotes of course.
Attachments (2)
Change History (12)
#3
@
12 years ago
Hi John,
Attached two screen shots. One with blank display and the other with the 815 line change.
I'm using the Swift Theme by Satish Gandham. My site is http://musiclibraryreport.com.
Take care
Art
#6
@
12 years ago
This is a FireFox issue, I had this problem last week with one of my client's site running a custom theme.
If I recall correctly put in a temp fix by doing
.bbPress.full-width-content .bbp-user-section {
overflow: auto;
}
#7
@
12 years ago
Just confirmed this again for someone on the forums.
.bbp-user-section { overflow: auto; }
does seem to fix the problem in FF without any ill effects in the other browsers.
Have't had time to see *why* that problem is happening though :P
Would like screenshots and theme information to support this. I've tested this extensively with several themes, and the clear: none; is explicitly necessary to allow the content area to sit next to the navigation, like it does at bbpress.org.