Opened 4 months ago
Closed 4 months ago
#23585 closed enhancement (fixed)
Twenty Thirteen: Theme customizer: transport => postMessage for header_textcolor
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.6 |
| Component: | Bundled Theme | Version: | trunk |
| Severity: | normal | Keywords: | has-patch |
| Cc: |
Description
Why refresh header_textcolor when we can have live js preview?
Attachments (3)
Change History (9)
comment:2
follow-up:
↓ 4
lancewillett
— 4 months ago
- Milestone changed from Awaiting Review to 3.6
comment:3
SriniG
— 4 months ago
- Keywords needs-testing added
The first patch has a little problem. It works beautifully the first time, but after you set a color, save the changes and try it again, it doesn't work. Seems this is due to the !important rule in custom-header. So removed the rule, and attachment:23585.1.diff is the consolidated patch. Not sure if removing the !important would cause other problems.
comment:4
in reply to:
↑ 2
SriniG
— 4 months ago
Replying to lancewillett:
Good idea, want to also look at adding this to Twenty Twelve?
Sure, I'm trying, but looks like it's a little complicated with Twenty Twelve.
SriniG
— 4 months ago
Updating the 'version' parameter for wp_enqueue_script( 'twentythirteen-customizer',...)
comment:5
lancewillett
— 4 months ago
- Keywords needs-testing removed
Latest patch looks good, thanks!
See #23600 for Twenty Twelve version.
comment:6
lancewillett
— 4 months ago
- Owner set to lancewillett
- Resolution set to fixed
- Status changed from new to closed
In 23493:
Good idea, want to also look at adding this to Twenty Twelve?