• Resolved Olaf Lederer

    (@finalwebsites)


    Hi,

    great plugin! I have no idea why I used such a function not before πŸ™‚

    It works great with two sites, on a regular blog and also a WooCommerce shop page with infinite scroll!

    The third site doesn’t work perfectly, the upper border seems like to trigger the refresh, but than the fixed widget gets his own life. Check my screenshot. https://dl.dropboxusercontent.com/u/17202418/Selection_415.png

    The website is nandoleaks dot com (The fixed widget option is disabled now)
    Any idea what I need to do? Maybe I need to add some HTML IDs?

    Thanks

    PS. I disabled also the dynamic post load and it is the same problem.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Max Bond

    (@max-bond)

    Hello!

    theme.css line 255:
    #off-canvas-body-inner > #page-wrapper {
    /* -webkit-transform-style: preserve-3d; */
    /* -webkit-backface-visibility: hidden; */
    }

    These style properties are causing the problem. Disable them by commenting (like I did).

    Thread Starter Olaf Lederer

    (@finalwebsites)

    Hi Max,

    strange that these rules doesn’t break it in other themes πŸ™‚
    But it works, I added these rules to my own style sheet (I don’t like to change it every time the plugin has got an update):

    #off-canvas-body-inner > #page-wrapper {
    	-webkit-transform-style: flat;
    	-webkit-backface-visibility: visible;
    }

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Strange behavior with dynamic content load’ is closed to new replies.