dirk123
Forum Replies Created
-
Forum: Plugins
In reply to: [Autoptimize] Images No Longer LoadingUnfortunately not…
Forum: Plugins
In reply to: [Autoptimize] Images No Longer LoadingWeird, when I refresh the browser when developer tools is opened, the images load fine…
I see this error:
Uncaught ReferenceError: mOxie is not defined
at autoptimize_bf0ddcb3c0178457a829fb7dfa452b08.js:65Thanks,
DirkForum: Plugins
In reply to: [Autoptimize] Images No Longer LoadingThe problem is “Aggregate all linked JS-files to have them loaded non-render blocking?”. When I turn that off, images load fine…
Forum: Plugins
In reply to: [Autoptimize] Images No Longer LoadingOptimization and lazyload are turned off…
Forum: Plugins
In reply to: [WP YouTube Lyte] Background-image: nullHi Frank, sorry for the late reply!
It was indeed something cache-related, although I cleared all caches.
The matter resolved itself after a couple of hours.Cheers,
DirkForum: Plugins
In reply to: [WP YouTube Lyte] Background-image: nullI also had this in functions.php, but removed that for now:
// Lazy Load Youtube Lyte Images add_filter('lyte_match_postparse_template','lyte_bgimg'); function lyte_bgimg($in) { return preg_replace('/(<div id="lyte_[^"]*"\s)data-src="([^"]*)"/', '\1 style="background-image:url(\'\2\')" ', $in); }Forum: Plugins
In reply to: [WP YouTube Lyte] Background-image: nullWeird, I just turned off lazy loading in Perfmatters, even disabled the plugin (and Autoptimize and Rapidload), cleared all caches, but I can’t get rid of this class:
class=”pL perfmatters-lazy error”
Forum: Plugins
In reply to: [WP YouTube Lyte] Background-image: nullHey Frank
I whitelisted the WP Lyte path, but the images are still not showing up (unless I am logged in).
Weird, because when I put that image url in my browser, the image loads fine (the xxxx in the url is my editing).
This is an example from the firewall:
24/Jun/2021:02:23:38 NOT BLOCKED GET 404 /blog/mr-pc/url(https:/www.xxxx.be/blog/wp-content/plugins/wp-youtube-lyte/lyteCache.php?origThumbUrl=https%3A%2F%2Fi.ytimg.com%2Fvi%2FHRZeVvz6HrE%2Fmaxresdefault.jpg) CACHES:MISS/WHITELISTED https://www.xxxx.be/blog/mr-pc/
Mozilla/5.0 (Linux; Android 10; SM-A605F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.101 Mobile Safari/537.36Groeten uit Antwerpen en bedankt voor de geweldige plugins!
Dirk
Forum: Plugins
In reply to: [WP YouTube Lyte] Background-image: nullThanks!
Forum: Plugins
In reply to: [WP YouTube Lyte] Background-image: nullIt’s for a video…
Forum: Plugins
In reply to: [WP YouTube Lyte] Background-image: nullThe API key is set and working.
I also just noticed that the video background is only showing when I am logged in. If I log out, there’s a black screen…
Thanks,
DirkHi Pupunzi,
Yes, I disabled all plugins and the issue only arises when the miniaudioplayer plugin is active…
I had the same problem.
I disabled “Apply to any .mp3 file link”, and that fixed it.
I’m not sure if I used [audio mp3="...] in all my blog posts though..Thanks for the clarification!