Needs some fixes
-
Either use get_stylesheet_directory_uri() instead of get template directory uri to load main.js and several other files or fix main.js thusly:
if ( scroll > nav.outerHeight()-12 ) { nav.addClass( 'scrolled' );
(add the -12 because it isn’t scrolling until the menu is partially over the content div)
Since cover is given a z-index all of the divs need a z-index to avoid jiggling while scrolling in IE
If content exceeds 500 pixels in height the bottom of the screen has no background.
But it is a cool idea.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Needs some fixes’ is closed to new replies.