#31460 closed defect (bug) (fixed)
Twenty Fifteen: Sidebar Background Color when a header image is in use
Reported by: | poldira | Owned by: | obenland |
---|---|---|---|
Milestone: | 4.3 | Priority: | normal |
Severity: | normal | Version: | 4.1.1 |
Component: | Bundled Theme | Keywords: | has-patch needs-testing |
Focuses: | Cc: |
Description
With a Header Background Image in use, Customizer will set the background color of the Header and Sidebar in preview. After save however, color doesn't render. Currently using a transparent png for the Header Background. Navigating away from the homepage also drops the color.
Current theme: Twenty Fifteen
Attachments (1)
Change History (7)
This ticket was mentioned in Slack in #core-customize by celloexpressions. View the logs.
9 years ago
#2
@
9 years ago
- Component changed from Customize to Bundled Theme
- Keywords needs-patch added
- Milestone changed from Awaiting Review to Future Release
- Owner set to valendesigns
- Status changed from new to assigned
- Summary changed from Customizer Header and Sidebar Background Color to Twenty Fifteen: Sidebar Background Color when a header image is in use
#3
@
9 years ago
- Keywords has-patch needs-testing added; needs-patch removed
- Milestone changed from Future Release to 4.3
The background image CSS used background
instead of background-image
and wrote over the background-color
attribute because of it. Patch 31460.diff should solve the issue as I understand it. Sorry for the delay.
Note: See
TracTickets for help on using
tickets.
Looks like the issue here is that Twenty Fifteen doesn't display the sidebar/header background color when a header image is in use. But it is shown in the Customizer preview because it's rendered there via JS. We should probably add support for that color showing up when an image is also in use so that it works with transparent PNGs. @valendesigns will investigate later today.