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 trial

WordPress WooCommerce Theme Development Starting a Custom WooCommerce Theme Setting Up the Theme - Part 2

Bobby Ray
Bobby Ray
19,980 Points

Had 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
STAFF
Zac Gordon
Treehouse Guest Teacher

That was my fault! The project downloads have been updated to reflect this correction.