Help on my Personal Portfolio [Solved]

I am having trouble with the navbar on my portfolio page. The URL is:

     https://codepen.io/mshapiro/full/BzAvgy/

When I make the page narrower the navigation buttons are replaced by a menu icon. All well and good. The problem is that I can not seem to click on the icon and cause the options to appear as a dropdown menu. I have been googling this for a full day, now, and I can’t seem to get it to work. I have looked at the code on the W3C site. I have verified that this works on other people’s portfolio pages. It just doesn’t work on mine! Is there something simple that I am overlooking? I would appreciate any help.

Thanks,
Marc

Hi Marc,

You need to include jQuery in your page. The toggle menu relies on jQuery. Ensure you insert jQuery before the Bootstrap JS file. :slight_smile:

Thanks, Nims. That worked like a charm. I only wish I didn’t spend 24 hours searching for the answer. Is there some place that I should have looked to make it easier to find information like that?

Hi Marc,

Don’t worry, you are not alone. I’m relatively new on my Front-End developer quest as well. On a number of occasions I have spent countless hours searching for what turned out to be such a simple solution.

If you can’t find what you are after, simply ask the community like you have done. StackOverflow is another really good resource. I hope this helps.