Opened 17 years ago
Closed 17 years ago
#9418 closed defect (bug) (invalid)
Child themes overriding parent styles bug
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | |
| Component: | General | Keywords: | child theme |
| Focuses: | Cc: |
Description
In theme preview in the Wordpress admin, Child themes do not show a proper thumbnail.
Also, I have a child theme that uses a style.css that overrides the parent's style.css, and Wordpress says the active theme is broken.
Attachments (1)
Change History (6)
#1
@
17 years ago
- Cc dkikizas@… added
- Preview thumbnails are not generated by WordPress. You need to include one in your (child) theme’s folder. If you don’t, you see what you see now.
- I’m not sure I understand: The parent style.css is overriden by default when you use a child theme. (Its rules are not used at all unless you import it explicitly into the child’s style.css.)
#2
@
17 years ago
- Summary changed from Child themes preview bug, overriding parent styles bug to Child themes overriding parent styles bug
#3
@
17 years ago
- Resolution set to fixed
- Status changed from new to closed
Thanks...I think it was because I was using switch_theme in the parent theme to switch to the child theme while the child theme was active and it caused a bug.
Note: See
TracTickets for help on using
tickets.
Broken preview