Possible Incompatability with Scrollspy
-
Hi there,
After much aggravation, i finally narrowed down a problem i was having with Popup Maker not working on one of my pages, to an incompatibility with this piece of code:
// init scrollspy except on Opera, it doesn't work because body has 100% height if ( !navigator.userAgent.match("Opera/") ) { $('body').scrollspy({ target: '#main-nav' }); }else { $('#main-nav .nav li').removeClass('active'); }Or perhaps I am wrong. But removing it solved my issues. I don’t need this Scrollspy code, so i deleted it from my page, and now Popup Maker seems to work. Just thought i’d let you know, in case this is indeed the culprit.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Possible Incompatability with Scrollspy’ is closed to new replies.