[wp-trac] [WordPress Trac] #28967: Twenty Fourteen: Click on Continue Reading, and first line Covered
WordPress Trac
noreply at wordpress.org
Sun Jul 27 20:05:07 UTC 2014
#28967: Twenty Fourteen: Click on Continue Reading, and first line Covered
---------------------------+-----------------------------
Reporter: Quantumstate | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Future Release
Component: Bundled Theme | Version: 3.9
Severity: normal | Resolution:
Keywords: needs-patch | Focuses: 2014
---------------------------+-----------------------------
Comment (by Gwendydd):
I have looked into this, and I can reproduce it.
The anchor is a span with an ID that is the same as the post ID (in this
case, #more-75). The solution is to add something along these lines to
that span:
{{{
.admin-bar.masthead-fixed #more-75 {
display: block;
position: relative;
top: -52px;
visibility: hidden;
}
}}}
The complication is that you need to add that CSS only to the ID that is
in the current URL, so you'll probably need JavaScript to do this. I
don't have the JS chops to do that off the top of my head, but I will
continue to investigate.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/28967#comment:3>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list