• Hello,

    I run a news site; https://thenewagechronicle.com/. Problem is the images i have properly loaded are not showing. A double click in the blank area reveals that the images are in place, but simply invisible.

    Then, the other thing is that the text is out of line. I have contracts for content use and these problems could force me into an expensive infringement. I need help.

    Sam

Viewing 5 replies - 1 through 5 (of 5 total)
  • There’s a CSS property on the images making the images ‘invisible’. Opacity is set to 0 on:

    body.lazy-animation .td-animation-stack .entry-thumb,
    body.lazy-animation .post img {}

    The selection also has some transitions on it so I’m guessing the images are meant to animate in. There could be an issue with the javascript that’s triggering this fade event. Do you have any plugins installed that might be causing a conflict?

    Thread Starter samuel26

    (@samuel26)

    Hello,

    I reset the entire site, and used an older 4.4 wordpress template. Then re uploaded content. My web master tells me recent 4.5.1 and 4.5.2 updates cause images to disappear for pages without a security key.

    Im now looking into a getting the security key, a little hesitant to ever update the site again.

    My web master tells me recent 4.5.1 and 4.5.2 updates cause images to disappear for pages without a security key

    Can you elaborate on this?

    Thread Starter samuel26

    (@samuel26)

    The initial problem was that images where correctly added to site posts, however, those images were invisible after the 4.5.1 update of the site. The 4.5.2 update had similar results. The images were in place, but simply invisible.

    I have been told by more knowledgeable individuals at my company, that this effect happens for web sites (earlier referred to as pages) which have no security key.

    What security key are you referring to? Is this related to your company’s firewall, perhaps?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Images not showing, text out of line’ is closed to new replies.