Opened 11 years ago
Closed 10 years ago
#26694 closed defect (bug) (fixed)
Twenty Fourteen: Gap missing above static page using full-width template
Reported by: | zoonini | Owned by: | lancewillett |
---|---|---|---|
Milestone: | 3.9 | Priority: | normal |
Severity: | normal | Version: | 3.8 |
Component: | Bundled Theme | Keywords: | has-patch commit fixed-major |
Focuses: | Cc: |
Description
When the full-width template is applied to a page with a featured image, the gap between the featured image and the top black bar is not present, like it is in every other type of view. Example:
If a static page with featured image, using full-width template is set as the front page, the gap is present as expected:
Without a featured image the gap is present either way.
Confirmed with Obenland that this is probably a bug.
Reported in: http://wordpress.org/support/topic/twenty-fourteen-featured-image-spacing-on-frontpage
Attachments (3)
Change History (18)
#5
@
11 years ago
The rule added in 26694.diff is already there, so no need to re-add it.
We should just change the selector. Either remove the .singular
part, or add another one for .full-width.home
. 26694.2.diff goes with the former.
#6
@
11 years ago
26694.3.diff goes with the latter, just in case.
26694.2.diff results in the gap in IE8 due to the next selector (in line 523) not being specific enough:
tags/3.8/src/wp-content/themes/twentyfourteen/css/ie.css#L518
26694.3.diff doesn't have that regression.
#9
@
11 years ago
For what it's worth, I found that this issue occurred whether the page template was full-width or default.
Nonetheless, when I applied the patch the gap was removed as expected.
This ticket was mentioned in IRC in #wordpress-themes by lancewillett. View the logs.
11 years ago
#11
@
11 years ago
- Owner set to lancewillett
- Resolution set to fixed
- Status changed from new to closed
In 27117:
#13
@
11 years ago
- Keywords commit fixed-major added
- Resolution fixed deleted
- Status changed from closed to reopened
Confirmed. it's a bug and the gap shouldn't be there.