Looks like something is hiding images; I see display:none !important dynamically being added to all images, so probably JavaScript.
Can you confirm by disabling JS aggregation (or JS optimization if needed)? If it works that way, the next step will be to identify which JS-file is doing that.
frank
Hi Frank,
I disabled JS aggregation (and later JS optimization)- pictures are still not shown.
I also disabled the scrolling effects in elementor for those pictures (because this effect is only for desktop and tablets, not mobiles), also not showing.
hmm .. and if you disable CSS or HTML optimization?
Still same problem….It only appears again, when I deactivate autoptimize.
And under “images” or “extra”, do you have any options there that can still be turned off?
I turned off like every single check box, it is still not working.
in that case I’m afraid you’ll have to turn to the Elementor team for support, as with all options off AO is not making any change whatsoever to the HTML .. :-/
Alright, thanks for your help!
you’re welcome, feel free to keep me posted!
The Shortpixel staff are looking into this. In the meanwhile you can use the following code snippet to change the Shortpixel domain to a non-blocked one;
add_filter( 'autoptimize_filter_imgopt_host', 'swap_shortpixel_domain' );
function swap_shortpixel_domain() {
return 'https://cdn.shortpixel.net/';
}
Make sure to purge all pages you might have after having added/ activated the snippet.
I’ll keep you posted on info from Shortpixel.
frank
Hi Frank thanks for the info.
Where do i need to change this?
I am not that deep into coding.
The easiest & safest solution is using the code snippets plugin π