• Resolved oopinou

    (@oopinou)


    Hi !

    Great work, I cannot say how much i love this plugin.

    I’m expecting an issue on my blog (not on-line for now) with the “infinite reload” option of Jetpack.

    I love this Jetpack feature but between the loading of new articles, the fixed widget disapear (like he detect a supposed end of page) and reapear some scroll under.

    Can you please take a look at this ?
    Thanks to you !

    French guy here, sorry for english mistakes 🙂

    oopinou

    https://ww.wp.xz.cn/plugins/q2w3-fixed-widget/

Viewing 1 replies (of 1 total)
  • Thread Starter oopinou

    (@oopinou)

    I solve it by replace lines 75 to 78 of q2w3-fixed-widget.min.js by this code :

    var infinite_reload = jQuery('body').hasClass('infinite-scroll');
    
    jQuery(window).on('scroll.' + options.sidebar, function (event) {
    	var scroll = jQuery(this).scrollTop();
    	if ( !infinite_reload && ( scroll + widget.fixed_margin_bottom >= trigger_bottom )) { // fixed bottom

    Have fun !

Viewing 1 replies (of 1 total)

The topic ‘Problem with infinite reload’ is closed to new replies.