Skip to:
Content

BuddyPress.org

Opened 3 years ago

Closed 2 years ago

Last modified 19 months ago

#9006 closed defect (bug) (wontfix)

Content overflow issue on codex.buddypress.org

Reported by: patelhitesh Owned by: johnjamesjacoby
Priority: normal Milestone: BuddyPress.org Sites
Component: BuddyPress.org Sites Version:
Severity: normal 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 3 years ago.

Download all attachments as: .zip

Change History (8)

#1 @harshgajipara
3 years 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 3 years ago by harshgajipara (previous) (diff)

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


3 years 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:


3 years ago
#3

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

#4 @imath
3 years ago

  • Milestone Awaiting ReviewBuddyPress.org Sites

@Benjamin_Zekavica commented on PR #185:


2 years ago
#5

@JJJ Do you can check it please?

#6 @espellcaste
2 years ago

  • Resolutionwontfix
  • Status newclosed

Closing as per #9193

@johnjamesjacoby commented on PR #185:


19 months ago
#7

This has been addressed via: https://buddypress.trac.wordpress.org/ticket/9262

Thank you! 🎉

Note: See TracTickets for help on using tickets.