#25506 closed defect (bug) (fixed)
Twenty Twelve - single attachment page displays empty sidebar
Reported by: | TomasM | Owned by: | nacin |
---|---|---|---|
Milestone: | 3.7 | Priority: | normal |
Severity: | normal | Version: | 3.5 |
Component: | Bundled Theme | Keywords: | has-patch |
Focuses: | Cc: |
Description
From the code in the image.php we see that sidebar should not be loaded, but content is still narrow.
To fix this issue line 1457 in style.css:
body.single-attachment .site-content,
should be replaced with:
body.attachment .site-content,
Attachments (3)
Change History (12)
#3
@
11 years ago
- Owner set to nacin
- Resolution set to fixed
- Status changed from new to closed
In 25707:
#4
follow-up:
↓ 5
@
11 years ago
- Milestone changed from 3.8 to 3.7
- Resolution fixed deleted
- Status changed from closed to reopened
Reopening for Twenty Ten, Twenty Thirteen, and the IE stylesheet in Twenty Twelve.
#5
in reply to:
↑ 4
@
11 years ago
Replying to nacin:
Reopening for Twenty Ten, Twenty Thirteen, and the IE stylesheet in Twenty Twelve.
Twenty Ten defines .single-attachment
manually in its attachment.php
file and uses a selector that is specific to the markup there. It does not necessarily need fixing.
Note: See
TracTickets for help on using
tickets.
Bug is valid. To recreate, view an image attachment that has a page as its parent.