Opened 12 years ago
Closed 12 years ago
#28573 closed defect (bug) (fixed)
Twenty Fourteen: Header should not be fixed on wp-signup.php or wp-activate.php
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 4.0 | Priority: | normal |
| Severity: | normal | Version: | 3.8 |
| Component: | Bundled Theme | Keywords: | has-patch needs-refresh |
| Focuses: | Cc: |
Description (last modified by )
If you visit wp-signup.php or wp-activate.php as a logged in user of the network, you'll see an empty space above the header, which only disappears if you remove the .masthead-fixed class from <body>.
See the screenshots.
Attachments (5)
Change History (13)
@
12 years ago
I really don't like the fact this has to use $pagenow and specifically check for these two pages, but can't think of cleaner way, as far as I know there are no conditional tags for these pages.
#3
@
12 years ago
I really don't like the fact this has to use $pagenow and specifically check for these two pages, but can't think of cleaner way, as far as I know there are no conditional tags for these pages.
P.S. Attachment descriptions are not meant to be used with long comments :)
#4
@
12 years ago
- Keywords has-patch needs-refresh added; needs-patch removed
Solution looks good.
slobodanmanic, could you refresh your patch from the trunk/ directory, so it can be applied cleanly? I think we can also merge the else statement with the new if clause to an elseif.
Thanks for the report.