#25601 closed defect (bug) (fixed)
TwentyFourteen - Sticky Bar hides under WP ToolBar with 2 posts on the page
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 3.8 | Priority: | low |
Severity: | normal | Version: | 3.8 |
Component: | Bundled Theme | Keywords: | |
Focuses: | Cc: |
Description
Bear with me. You have to work hard to make this bug happen, but I was able to reproduce it.
1) Set your site to display ONLY two posts total on the front page (so if you have a sticky post, that counts as one)
2) Make sure the two posts are long enough to force a scroll on the page.
3) Logged in, refresh the front page
The admin bar covers the black 'menu' bar until you scroll. Then it works. Mostly.
Original report from the forums: http://wordpress.org/support/topic/twentyfourteen-scrolling-problem
Attachments (1)
Change History (11)
#1
@
12 years ago
Works now and then for me OSX - Canary, Chrome Stable, Firefox and Safari.
Switching from $maindiv= $( '#main' );
to $mainclass= $( '.site-main' );
looks like working for me.
#3
@
12 years ago
- Keywords reporter-feedback added
- Milestone changed from Awaiting Review to 3.8
@Ipstenu is this still repeatable?
#6
@
12 years ago
- Keywords reporter-feedback removed
- Milestone 3.8 deleted
- Resolution set to invalid
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
switched form $maindiv to $mainclass