Opened 7 years ago
Closed 6 years ago
#7828 closed enhancement (fixed)
BP Nouveau: Improve responsive views of widgets: Group, Member, Friends, & Recent Networkwide Posts
Reported by: | mercime | Owned by: | djpaul |
---|---|---|---|
Milestone: | 4.0 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Templates | Keywords: | has-patch has-screenshots |
Cc: |
Description
Attaching screenshots and patch.
Attachments (7)
Change History (18)
@
7 years ago
Shows the after
responsive views of the Members widget on the Group main content widget area
#2
@
7 years ago
@hnla when you have the time, please check the changes made to the widget styles. Thanks.
#5
@
7 years ago
@mercime cool looks ok, will run patch when I have a minute... sadly the widgets didn't get the attention they needed, bit of a pita these widgets :)
#6
@
7 years ago
@DJPaul @hnla Please reconsider and move this ticket to 3.0 so I/anyone can commit it. Otherwise, it feels like someone letting a friend go to a party with salad stuck between his teeth :(
#7
follow-up:
↓ 8
@
7 years ago
The grid boxes need some margining to keep them from closing up/abutting in the narrow view, the issue above is partly due to avatars needing to be of a larger size, on any sane setup the default avatar uploads should be of a much larger size to allow for better rendering.
I'm happy to slip this in but I'm not scrum master, product owner, not my call to make :(
#8
in reply to:
↑ 7
@
7 years ago
Replying to hnla:
The grid boxes need some margining to keep them from closing up/abutting in the narrow view, the issue above is partly due to avatars needing to be of a larger size, on any sane setup the default avatar uploads should be of a much larger size to allow for better rendering.
Thanks for your feedback @hnla. 10-4 on larger avatar size can be implemented by developers or site builders otherwise the default 50px x 50px image is stretched to unlimited 'pixelation-ness'.
I'm happy to slip this in but I'm not scrum master, product owner, not my call to make :(
Will look for a wishing star tonight.
widget-members-b4-aft.png and widget-recent-network-posts.png show the before and after for the following from left to right:
7828.patch makes the BP widgets show up with consistent layouts across different themes and responsive views. This involved simplifying styles to the minimum and changing specificity of selectors used previously.
Changed the specificity of the following:
.widget-area .buddypress.widget
to.buddypress.widget
to cover the basic widget style and to ensure the style gets applied even to sidebars without the.widget-area
class which the default themes have..buddypress.widget
tobuddypress-wrap .buddypress.widget