Hi guys,
I'm getting an error on my site with my menu, after selecting a menu item which directs the site to the 'blog' layout, you can't get back to the main site as clicking the menu item just appends the current address with the wrapper.
Example: I have a button called 'Items in Stock', clicking it sends the user to /index.php/items-in-stock, however, when you then click on another menu item, like the 'About' menu, it sends the user to this address: /index.php/items-in-stock#about-wrapper.
The console in Chrome is telling me there is an "Uncaught TypeError: Cannot read property 'top' of undefined", on line 202 of jquery.nav.js.
Please advise how to fix this error.
Thanks.