I’ve got a bunch of jquery/javascript running on a new site I’m building, and of course I’ve run into a conflict. I can’t figure out where it’s coming from as I’m not that great with js. There is a sticky relocate function that’s supposed to show a navigation bar when you start scrolling the page but since I’ve added in a category filter function, the navigation bar no longer shows.
Site: audreylynn
It looks your javascript has an error which is probably causing your problem.
Looking at the code:
It looks like your check on line 72 should be:
To ensure that the element actually exists. (Because “#tellShow-anchor” doesn’t)