i would like to add that even without disabling autoptimize, but just disabling the lazy load, the images
are loading
looks like on the homepage the theme is not executing the wp_footer() function, which is needed for the wp_footer action to be there, which is what Autoptimize (and a lot of other plugins) rely on to add “stuff” to the footer?
what do you think could disturb this?
it’s a bug in the theme 🙂
just to clarify, on this page: /blog/tips-traveling-pregnant/
wp_footer is working?
thank you !
i spoke to the theme plugin author, and they say its in every page and provided a picture
https://support.shufflehound.com/wp-content/uploads/2020/04/Screenshot-51.png
well, for reasons I don’t know footer.php seems not to be included on the homepage?
what do you think can cause this,
because when i disable lazy loading on autoptimize, the images load perfectly.
well, for some reason your homepage seems to be not including footer.php, so on the homepage wp_footer (the function) is not called, so wp_footer (the action) is not triggered and Autoptimize (and lots of other plugins) use wp_footer (the action) to add things to the footer. As wp_footer (the action) is not triggered, Autoptimize’s lazyload JavaScript-file is not added, so the images are not loading. the root-cause is somewhere in the way the homepage templating is done, but cannot tell you where I’m afraid.
Do you mind taking a look at our backend?
since our lazy iframe plugin is working good and so does our lazy youtube
afraid I don’t do that in the context of free support (and it is not permitted to ask/ give login info here either) saveatrain, sorry.
i am checking if plugin: https://ww.wp.xz.cn/plugins/host-analyticsjs-local/
is related to this issue and will update
well, what I realized while waiting to fall asleep is that on the homepage I also saw Autoptimize complaining of certain tags missing, which could indicate an “output buffer”-conflict with another plugin. You might want to try disabling (and re-enabling) plugins one at a time to see if you find a culprit?
can you please try to install on your end omgf and caps plugins and see if it caused the problem?