Home › Forums › ASE Support › Images not appearing in posts since update 2.0.2
Tagged: images
- This topic has 4 replies, 3 voices, and was last updated 2 years, 1 month ago by
William Koss.
-
AuthorPosts
-
Participant
Hi,
Since the recent WordPress update and ASE update 2.0.2 image components aren’t loading in blog posts (other components seem to work fine). Here’s a post with several images: https://kairoscenter.org/louisiana-leau-est-la-vie/
Weirdly, the white space is there for the image and if the alt text appears when you hover over it, and I can’t tell if anything is wrong with the code. When you click on the white space the lightbox appears with the image working fine — it just won’t appear in the actual blog post page.
Any help would be appreciated!
KeymasterHi it looks like an issue specific to the theme, except I could not reproduce the problem with the same theme. But here is a workaround if you need to get it working ASAP: Add the following custom css code (Customize->Additional CSS)
.aesop-entry-content .aesop-component-invisible {
opacity:1;
}Please try this first thanks.
ParticipantThat’s so strange as it worked for many years until this recent update. However, your fix immediately worked! Thank you. If there’s any other longterm fix to do, let me know. Appreciate your help.
Nic
ParticipantHi, looking more closely this worked a fix for posts, but not pages. Is there a way to edit the CSS fix to include pages?
ParticipantHad the same problem of images disappearing in Kerouac. The above custom css code seems to have restored them. Thanks.
-
AuthorPosts