[wp-trac] [WordPress Trac] #18884: TwentyEleven nav#nav-single blocks clicks
WordPress Trac
wp-trac at lists.automattic.com
Sun Oct 9 11:01:46 UTC 2011
#18884: TwentyEleven nav#nav-single blocks clicks
---------------------------+------------------
Reporter: kingkool68 | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: 3.3
Component: Bundled Theme | Version:
Severity: normal | Resolution:
Keywords: has-patch |
---------------------------+------------------
Changes (by SergeyBiryukov):
* keywords: => has-patch
* milestone: Awaiting Review => 3.3
Comment:
Confirmed in Windows browsers as well: Firefox 7, Chrome 14, Opera 11.51,
Safari 5.0.3. My results are a bit different though:
1. The unclickable links are in `<div class="entry-meta">`, not in `<nav
id="nav-single">`.
2. Happens in `single.php` too.
Replying to [ticket:18884 kingkool68]:
> In style.css on line 1701, You can remove the postion:relative; property
and change top:-0.3em; to margin-top:-0.3em; to accomplish the same
effect.
This makes it the other way round: links in `<div class="entry-meta">`
become clickable, and the ones in `<nav id="nav-single">` become
unclickable.
Removing `width: 100%;` seems to make the links in both blocks clickable.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/18884#comment:1>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list