Related Posts images broken
-
Hello there,
I am using the OceanWP theme in my website. Recently I noticed that at the Related Posts widget shown on single post pages, the images are no longer visible. When inspecting the element with dev tools it becomes evident that the src attribute for the <img> tag is missing, as in this mock snippet:
<article class=”related-post …” …>
<figure…>
<a href=””> // link is ok
<img src alt=”..” …> // src doesn’t have a value
</a>
</figure>
…
</article>It may have started after I recently installed the W3 Total Cache plugin and enabled lazy loading images, but since than I have disabled this option and deleted the plugin.
Any idea how to restore the images?
Many thanks,
Michal TSThe page I need help with: [log in to see the link]
- The topic ‘Related Posts images broken’ is closed to new replies.