0

I'm using a slightly modified version of this script in a single-page Wordpress site: Change Active Menu Item on Page Scroll?

All I changed was the menu UL id, the topMenuHeight and the duration of the scroll. For some reason, the first two items are working - scrolling from about to services works, but after that, nothing. I was outputting the 'id' var to the console and it was always showing services. Not quite sure what's up.

http://inspirawebdesign.us/

Community
  • 1
  • 1
Mike
  • 347
  • 1
  • 5
  • 16
  • 1
    I know this may not solve your issue but I think you may have some JS that is conflicting with your script. If you reverse the
  • links it works just fine. http://jsfiddle.net/GpjMc/ Hope this helps. Personally I could not figure out what is causing the issue. Maybe Qtip JS?
  • – Robert Lee Mar 02 '13 at 07:17
  • Wow, not sure how you figured that out, but yeah, it works. I reversed the menu order in Wordpress then used CSS to float the other way. Weird. Would love to know why that happened. Qtip didn't seem to have any effect when I disabled it. – Mike Mar 11 '13 at 19:10