• davidgimenez

    (@davidgimenez)


    this css in the last update of wp-rocket affects the form that opens in the popup of your plugin and allows it to be displayed:

    <style id="rocket-lazyrender-inline-css">
        [data-wpr-lazyrender] {
            content-visibility: auto;
        }
    </style>
Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter davidgimenez

    (@davidgimenez)

    wp-rocket add a new function you can see more here that affects your plugin

    https://docs.wp-rocket.me/article/1835-automatic-lazy-rendering

    Plugin Author xootix

    (@xootix)

    Hello @davidgimenez

    I just installed WP rocket 3.17.0.1 and the plugin works fine. I don’t see any compatibility issue.
    The new lazy rendering feature is also enabled by default.
    Could you please elaborate on how can I replicate the issue on my end. Or please share your website link so I can check.

    Thread Starter davidgimenez

    (@davidgimenez)

    With the last version of wp-rocket, I aggregate this global css and affect when opening the popup of your add-on, which is not shown when clicking and entering the register.

    <style id=”rocket-lazyrender-inline-css”> [data-wpr-lazyrender] { content-visibility: auto; } </style>

    Plugin Author xootix

    (@xootix)

    Please try clearing cache using both the buttons
    https://imgur.com/3QcfhJl

    • This reply was modified 2 months ago by xootix.
    Thread Starter davidgimenez

    (@davidgimenez)

    I already deleted it but it doesn’t work on the home page. The same problem still appears.

Viewing 5 replies - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.