Skip to:
Content

BuddyPress.org

Opened 11 months ago

Closed 3 months ago

#9006 closed defect (bug) (wontfix)

Content overflow issue on codex.buddypress.org

Reported by: patelhitesh's profile patelhitesh Owned by: johnjamesjacoby's profile johnjamesjacoby
Milestone: BuddyPress.org Sites Priority: normal
Severity: normal Version:
Component: BuddyPress.org Sites Keywords: needs-design-feedback has-patch
Cc:

Description

Please check the below URL:
https://codex.buddypress.org/getting-started/

It has content scrolling issue on the Article Contributors section. For more details, please check the attached screenshot.

Attachments (1)

Screenshot 2023-10-11 at 7.56.14 PM.png (285.3 KB) - added by patelhitesh 11 months ago.

Download all attachments as: .zip

Change History (7)

#1 @harshgajipara
11 months ago

Updating following css code may fix the issue.

@media screen and (max-width: 782px) {
.footer-meta-wrap .footer-meta {
    width: auto;
    padding: 0;
    overflow: hidden;
}
}
Last edited 11 months ago by harshgajipara (previous) (diff)

This ticket was mentioned in PR #185 on WordPress/wordpress.org by @Benjamin_Zekavica.


9 months ago
#2

  • Keywords has-patch added; needs-patch removed

Bugfix of: https://buddypress.trac.wordpress.org/ticket/9006
I fixed the code for the Responsive Design.

New Version:
https://i0.wp.com/github.com/WordPress/wordpress.org/assets/15845265/daa4dfca-06c3-4e13-bef4-25a802dc6690

@Benjamin_Zekavica commented on PR #185:


9 months ago
#3

The same bug is also in the bbpress theme. I fixed it both :)

#4 @imath
8 months ago

  • Milestone changed from Awaiting Review to BuddyPress.org Sites

@Benjamin_Zekavica commented on PR #185:


8 months ago
#5

@JJJ Do you can check it please?

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