I implemented a sticky nav bar on my top menu via this article. https://www.joomlart.com/forums/topic/sticky-menu-in-ja-company-template/
I have a jquery error on my page with this sticky menu bar in place but only on the page using the Responsive Grid for Articles module. The page is https://www.ufcinc.com/Product-Videos/product-videos-abbyy?nocache
Uncaught TypeError: Cannot read property 'top' of undefined
at product-videos-abbyy?nocache:497
at dispatch (jquery.min.js:2)
at v.handle (jquery.min.js:2)
If I load the mainnav first it breaks the menu display altogether and the error shows. If I scroll down the page and then refresh this page (the non cached version at least) the sticky navbar works without an error. I know it has to do with the -top element in the customized nav id in mainnav.php:
<nav id="t3-mainnav" class="wrap navbar navbar-default t3-mainnav" data-spy="affix" data-offset-top="150">