Making WordPress.org

Opened 3 years ago

Closed 8 months ago

#6095 closed defect (bug) (wontfix)

In Buddypress.org adminbar login and author name designing issue in Tablet and Mobile screen

Reported by: multidots1896's profile multidots1896 Owned by:
Milestone: Priority: normal
Component: buddypress.org Keywords: has-screenshots
Cc:

Description

In buddypress.org site having designing issue in adminbar login spacing issue in mobile device and username hidden in tablet device.
Url:

https://codex.buddypress.org/

Need to add css for it
For mobile device Login spacing issue

#wpadminbar #wp-toolbar a.ab-item {
    padding-left: 10px;
}

Attachments (2)

buddypress-tablet.png (801.1 KB) - added by multidots1896 3 years ago.
added screenshot for tablet device
mobile-login.png (661.9 KB) - added by multidots1896 3 years ago.
added screenshot for mobile device

Download all attachments as: .zip

Change History (4)

@multidots1896
3 years ago

added screenshot for tablet device

@multidots1896
3 years ago

added screenshot for mobile device

#1 @aezazshekh
3 years ago

Hello @multidots1896

Thank you for creating this ticket.

In screens smaller than 782 pixels, I have removed the author tile, so there will be no design issue in the right side author logo.

Need to add CSS for it
For mobile and tablet device Author Logo issue

@media screen and (max-width: 781px) {
    #wpadminbar #wp-admin-bar-top-secondary #wp-admin-bar-my-account> a.ab-item {text-indent: 9999px;}
}

Thanks.

#2 @coffee2code
8 months ago

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

Thanks for the report! This issue was later duplicated in the BuddyPress Trac in BP#8721 (among many others). However, all BuddyPress site theme-related tickets have been closed by the BuddyPress team per the theme redesign via BP#9193 that is in progress. Therefore I am closing this as 'wontfix' since the new theme won't have this issue.

Note: See TracTickets for help on using tickets.