• Resolved Tika Mazul

    (@oceanazul)


    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.

    https://ww.wp.xz.cn/plugins/popup-maker/

Viewing 1 replies (of 1 total)
  • Plugin Author Daniel Iser

    (@danieliser)

    @tika Mazul – There is nothing in there that should cause an issue, assuming that scrollspy is loaded. Another user had a similar issue and I think it may have been the same thing. I believe it has to do with WP v4.5 including the latest version of jQuery which some themes were not ready for. Nearly all the new JS issues in our support forums are from theme JS compatibility with the newest WP.

    If you have a link I can look and narrow it down.

Viewing 1 replies (of 1 total)

The topic ‘Possible Incompatability with Scrollspy’ is closed to new replies.