Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialBobby Ray
19,980 PointsHad to add an id to nav to get nav menu overlay functioning properly.
Using the project download, the menu overlay was buggy on pages with woocommerce nav elements. If you run into this problem, add an id to the nav in header.php, then adjust fadeToggle() accordingly in js/app.js. You'll also have to modify the nav declarations in style.css to get the woocommerce breadcrumbs and pagination displaying properly.
1 Answer
Zac Gordon
Treehouse Guest TeacherThat was my fault! The project downloads have been updated to reflect this correction.