Skip to:
Content

BuddyPress.org

Opened 2 years ago

Closed 3 months ago

#8721 closed defect (bug) (wontfix)

In responsive view profile name display

Reported by: vishitshah's profile vishitshah Owned by: johnjamesjacoby's profile johnjamesjacoby
Milestone: BuddyPress.org Sites Priority: normal
Severity: normal Version:
Component: BuddyPress.org Sites Keywords: has-screenshots
Cc:

Description

Hello Team,

When we login into WordPress.org and go to the below link and in responsive view, ( 768 ) H( Howdy,) text is showing. Please attached screenshot.

Page URL: https://buddypress.org/about/

Thanks.

Attachments (2)

Screenshot from 2022-07-13 18-43-15.png (1122×632).png (162.5 KB) - added by vishitshah 2 years ago.
CleanShot 2023-02-03 at 14.20.58@2x.png (89.0 KB) - added by viralsampat 20 months ago.

Download all attachments as: .zip

Change History (5)

#1 @viralsampat
20 months ago

Hello Team,

I have checked the above-mentioned issue and also I tried to find out its file from the meta clone. But unfortunately, I didn't find it.

So, Here, I have added my CSS as a patch.

@media screen and (max-width:782px){
    #wpadminbar #wp-admin-bar-my-account a.ab-item {
        display: block;
        position: static;
        text-indent: 0;
        overflow: unset;
        width: auto;
        color: #555;
    }

    #wpadminbar .quicklinks li#wp-admin-bar-my-account.with-avatar>a img {
        position: static;
        width: 26px !important;
        height: 26px !important;
    }
}

Thanks,

#2 @imath
19 months ago

  • Milestone changed from Awaiting Review to BuddyPress.org Sites

#3 @espellcaste
3 months ago

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

Closing as per #9193

Note: See TracTickets for help on using tickets.