Archived topic
NEW ISSUE! All image missing on mobile!
4 replies · Started by Caro on June 2, 2022
Hi team - my site has been running beautifully for months, but it's just been flagged that all my post images are now missing on mobile devices.
Please could you have a look and let me know how to fix this!
Thank you :)
Have just checked and it's not all posts. As an example, these two are missing...
https://www.thelistedhome.co.uk/wallpapered-downstairs-loo/
https://www.thelistedhome.co.uk/my-stone-floor-from-quorn-stone/
Hi there,
i can see the issue on desktop, if you right click > inspect the page and check the console theres a red error:
Uncaught ReferenceError: jQuery is not defined
And following the stack trace that request is coming from:
https://www.thelistedhome.co.uk/wp-content/plugins/shortpixel-adaptive-images/assets/js/ai-2.0.min.js
So shortpixel is making a jQuery request before the jQuery library has been loaded.
By default plugins that require jQuery will enqueue it first, so its always loaded before its called.
As thats not happening then something is changing the loading order of scripts - and that will most likely be a Javascript optimization you have enabled in WP Rocket.
Thanks ever so much!! All fixed now!! Thanks David :)
You're welcome