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

General Discussion

Help with a WP Theme

Hi, I'm working with a Wordpress theme by United called Brooklyn. I can't seem to activate the menu, except that the contact item is working.. I'm new to using themes, but I've noticed that most developers know how to fix these kind of issues- any tips? I'm just making mock up pages at this point to see how the theme works I've already contact United, but they're no help.. thanks very much. URL www.emiliavalentina.com

3 Answers

It looks like it is an issue with your href attributes. The contact link works, and if you change the href to point to an actual div id on the page you will get the result you are looking for.

I would also doublecheck in the Wordpress backend under Menu and just make sure that correct menu items are linked to the right pages.

This theme is a single page design. It should be based on what she puts in her content for the page. She needs to make sure that her <a> tags match ids that are actually on the page.

Thanks guys, I think that my tags do match my id's that's why I'm baffled.. Is there a place to add screen shot

Here is an example I threw together that you can see.how the <a> tags relate to the div ids. http://codepen.io/diesel1064/pen/DaJHs