#32668 closed enhancement (fixed)
Give option to install parent theme if missing
Reported by: | rabmalin | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | 4.4 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Themes | Keywords: | ux-feedback has-patch has-screenshots commit |
Focuses: | ui, administration | Cc: |
Description
When child theme is installed, that theme goes under Broken Themes
if parent theme is missing. It would be great to have button to install parent theme (if exists in repo).
Attachments (8)
Change History (31)
#3
follow-up:
↓ 5
@
10 years ago
Of course this only works for themes on WordPress.org. How can we check for them?
#4
@
10 years ago
I dont know the detail how WordPress.org API
works. But may be we could use same approach how currently themes get update data from .org.
#5
in reply to:
↑ 3
@
10 years ago
Replying to swissspidy:
Of course this only works for themes on WordPress.org. How can we check for them?
See the Codex for some high level info: https://codex.wordpress.org/WordPress.org_API#Themes
#6
@
10 years ago
- Keywords has-patch dev-feedback 2nd-opinion added; needs-patch removed
Patch added.
This ticket was mentioned in Slack in #core by sergey. View the logs.
9 years ago
#10
@
9 years ago
- Keywords dev-feedback 2nd-opinion added; needs-screenshots removed
Sergey beat me to the keyword, but could we get a screenshot please? The original screenshot tells me that this is kind of ugly right now and we should probably do a little tweaking for that here :)
This ticket was mentioned in Slack in #core by sergey. View the logs.
9 years ago
#14
follow-up:
↓ 15
@
9 years ago
I just noticed needs-screenshots
keyword. Does that mean I need to make screenshot of the patch?
#15
in reply to:
↑ 14
@
9 years ago
Replying to rabmalin:
I just noticed
needs-screenshots
keyword. Does that mean I need to make screenshot of the patch?
Yes. See Helen's comment from above:
Sergey beat me to the keyword, but could we get a screenshot please? The original screenshot tells me that this is kind of ugly right now and we should probably do a little tweaking for that here :)
#18
@
9 years ago
- Keywords commit added
32668.2.diff moves the button to its own column, see 32668.2.png.
#19
follow-up:
↓ 21
@
9 years ago
Have you considered top-aligning the button and the Delete link with the rest of the text?
#20
@
9 years ago
32668.3.diff displays the button for themes that are actually missing a parent, see 32668.3.png.
Also swaps delete and install columns, otherwise the Delete link ends up in different columns for different themes.
This is a fantastic idea.