Skip to:
Content

bbPress.org

Opened 12 years ago

Closed 12 years ago

#2067 closed defect (bug) (fixed)

Profile "Topics" or "Replies" posts not being displayed.

Reported by: artmuns's profile artmuns 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)

Blank_Display_Topics_Replies.PNG (16.6 KB) - added by artmuns 12 years ago.
Blank_Display_Topics_Replies_With_815_Line_Change.PNG (39.4 KB) - added by artmuns 12 years ago.

Download all attachments as: .zip

Change History (12)

#1 @artmuns
12 years ago

  • Version changed from 2.1 to 2.2.2

#2 @johnjamesjacoby
12 years ago

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.

#3 @artmuns
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

#4 @johnjamesjacoby
12 years ago

This is only a Firefox issue. Works fine in Chrome/Safari/Opera. Looking into it.

#5 @alexvorn2
12 years ago

  • Milestone changed from Awaiting Review to 2.3

#6 @jaredatch
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 @jaredatch
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

#8 @jaredatch
12 years ago

  • Component changed from BuddyPress to Front-end

#9 @mordauk
12 years ago

  • Cc pippin@… added

I've confirmed this as well, and also confirm that .bbp-user-section { overflow: auto; } does seem to fix it.

#10 @johnjamesjacoby
12 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(In [4628]) Fix content display issues in .bbp-user-section container (includes RTL). Props jaredatch. Fixes #2067.

Note: See TracTickets for help on using tickets.