Skip to:
Content

bbPress.org

Opened 9 years ago

Last modified 9 years ago

#2823 new defect (bug)

User avatar in top left corner of topic at 480px or less if Reply Threading is enabled

Reported by: robkk's profile Robkk Owned by:
Milestone: Future Release Priority: normal
Severity: minor Version:
Component: Appearance - Theme Compatibility Keywords: needs-patch
Cc:

Description

This issue has been mentioned before in the support forums by users. I initially thought it was because of the users theme conflicting with bbPress's stylesheet, but after messing with threaded replies lately this issue shows up because of the bbPress plugin.

https://cldup.com/9-o4XAJwMW.jpg

Change History (2)

#1 @Robkk
9 years ago

The avatar being like this is caused because of some absolute positioning of the avatar in the bbPress stylesheet. This is an easy fix to just change this tickets issue but would require additional CSS to make everything look nice.

#bbpress-forums div.bbp-topic-author img.avatar,
#bbpress-forums div.bbp-reply-author img.avatar {
  margin-right: 5px;
  position: relative;
  float: left;
  width: 60px;
  height: auto;
}

But while the .bbp-body list closes improperly while reply threading is enabled most of the responsive CSS that were introduced awhile back does not work as well unfortunately when reply threading is enabled.

Last edited 9 years ago by Robkk (previous) (diff)

#2 @thebrandonallen
9 years ago

  • Component changed from Appearance to Appearance - Theme Compatibility
  • Keywords needs-patch added
  • Milestone changed from Awaiting Review to Future Release

We could definitely do some work here. Companion stylesheets, like BP, might be nice as well.

Note: See TracTickets for help on using tickets.