Mark Cutting
Forum Replies Created
-
Forum: Plugins
In reply to: [LiteSpeed Cache] Lazy Load not working on ChromeInterestingly, when I bring up the developers console in Chrome, I’m seeing the src tag being stripped initially – see src=”about:blank”.
<iframe data-lazyloaded="1" src="about:blank" width="600" height="400" data-src="https://www.youtube.com/embed/-VujGNQpRjQ?autohide=2&autoplay=0&controls=1&fs=0&loop=0&modestbranding=1&playlist=&rel=0&showinfo=0&theme=light&wmode=" frameborder="0" allowfullscreen="allowfullscreen"></iframe>That doesn’t show in any other browser
Forum: Plugins
In reply to: [LiteSpeed Cache] Lazy Load not working on ChromeEverything works as expected in all browsers except Google Chrome. Disabling lazy loading for iFrames and Images in LS Cache means it works, but that defeats the purpose. Wondering if there is a bug ?
Forum: Plugins
In reply to: [LiteSpeed Cache] Lazy Load not working on ChromeThere is also this line of CSS in the theme
/* PART 1 – Before Lazy Load */
img[data-lazyloaded]{
opacity: 0;
}/* PART 2 – Upon Lazy Load */
img.loaded{
-webkit-transition: opacity .5s linear 0.2s;
-moz-transition: opacity .5s linear 0.2s;
transition: opacity .5s linear 0.2s;
opacity: 1;
}However, even removing this doesn’t make any difference.
Forum: Plugins
In reply to: [LiteSpeed Cache] Lazy Load not working on ChromeHi @qtwrk,
The only plugin I can think of that could be doing that is Fancybox. I disabled that and turned on Lazy load in LS Cache, but the problem persists.
Regds
Forum: Plugins
In reply to: [LiteSpeed Cache] Lazy Load not working on Chrome@qtwrk according to this, no.
https://theme.co/apex/forums/topic/how-can-i-get-lazy-loading-activated/Thanks
And I’ve just had a new user sign up for my site (a real person, nonetheless :)) so it seems to be workiing – pity they triggered the cooldown with bad passwords.
I think you meant “doesn’t seem necessary” ? I agree in this case.
Thanks
Looks good so far. In my testing, I now see the Shield patrolling the UM pages 🙂 Thanks very much. I’ll report my findings here
Yes. Sorry. Firewall response and user messages in particular
Are there any plans for integration at all @jmisic ? I’m using this particular plugin, so it would be nice to have this if possible.
@onedollarplugin thanks very much for the rapid response. This is really appreciated ! I’ve taken a backup of the previous file, and replaced it with the one from Github. I’ll need a few days and review of the logs to see if this produces the desired results, and will post back here ASAP.
Many thanks again.
Sadly, it looks as though the plugin is not compatible with the UM registration process. I’m getting tons of spam signups such as this one – https://cleantalk.org/blacklists/goldforyou33@gmail.com
Based on this, I will need to reinstate my previous security plugin to prevent the fake signups
@onedollarplugin @jmisicPS – I love this plugin and am using it on two sites. Both use UM, and there doesn’t seem to be any issues yet. Would be great if we can get clarification on full compatibility with UM.
I’ve tried it, yes – it seems to work, but I am wondering how the Shield interacts with UM as it does not use the standard wordpress functions for logins and registration.