Make WordPress Core

Opened 3 years ago

Last modified 6 months ago

#57772 assigned defect (bug)

wpfooter credit hide the plugin activation button

Reported by: rafiq91's profile rafiq91 Owned by:
Milestone: Awaiting Review Priority: normal
Severity: normal Version: 6.1.1
Component: Administration Keywords: has-patch
Focuses: ui, css Cc:

Description

Way to reproduce:

  1. Make sure you have 4/5 admin notice
  2. Try uploading a plugin manually which is already installed
  3. You should notice the Replace and Activate button is not showing because the footer credit 'Thanks for building with WordPress' is above the button.

Screenshot: https://prnt.sc/VnoheFeHj6J7

Environment:

WP: Latest v6.1.1
Theme: 2020
OS: Mac OS 13.0.1
Screen Width: 1680 pixels
Screen Height: 1050 pixels

Attachments (2)

patch.diff (408 bytes) - added by alexanderkoledov 2 years ago.
Thank you @rafiq91 ! I think we can go further with this. Because position: relative leaves the element on the normal flow and we don't need to change it, we can get rid of positioning. Also all child #wpfooter elements do not need to be positioned relative to #wpfooter.
Wu3IC2q9TDueVTYx9tCFjQ.png (115.3 KB) - added by desrosj 6 months ago.
Attaching original screenshot to avoid missing assets in the future.

Download all attachments as: .zip

Change History (5)

#2 @sakibmd
3 years ago

PR looks fine. Thanks, @rafiq91

@alexanderkoledov
2 years ago

Thank you @rafiq91 ! I think we can go further with this. Because position: relative leaves the element on the normal flow and we don't need to change it, we can get rid of positioning. Also all child #wpfooter elements do not need to be positioned relative to #wpfooter.

#3 @mindctrl
6 months ago

#57773 was marked as a duplicate.

@desrosj
6 months ago

Attaching original screenshot to avoid missing assets in the future.

Note: See TracTickets for help on using tickets.