Support » Fixing WordPress » certain pictures not showing on posts but in media library

  • Hi,

    On this page http://cgbateman.com/neil-postman-graduation-speech/ you can see at the top that where I have inserted a picture ther is a line of text instead of the picture I inserted. This has happened a couple of times, but all my other pictures work fine. Can anyone help me understand what is going wrong and what I could do to fix it?

    Thanks,
    Craig

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter cgbateman

    (@cgbateman)

    Also, you will notice in the tab photo, my web default thumbnail does not show.

    The HTML that is being output is:

    
    <img title="[Tags]" class="alignnone size-full wp-image-240" src="http://cgbateman.com/wp-content/uploads/2017/11/Neil-Postman.x91817.jpg" alt="Neil-Postman Writers' Wheelhouse: Neil Postman, My Graduation Speech" width="192" height="262">
    

    That is causing issues.

    This HTML has fixed it:

    
    <img title="Tags" class="alignnone size-full wp-image-240" src="http://cgbateman.com/wp-content/uploads/2017/11/Neil-Postman.jpg" alt="Neil-Postman Writers' Wheelhouse: Neil Postman, My Graduation Speech" width="192" height="262">
    

    Mots likely either a plugin or some caching method is adding the [Tags] and appending the image file name with .x91817.jpg which is leading to a 404 not found error.

    • This reply was modified 6 years, 4 months ago by Pioneer Web Design. Reason: fixed ticks
    Thread Starter cgbateman

    (@cgbateman)

    Hi, thanks for your advice. I tried adding the html you suggested and updating the post, but it still produced the same result. But when I deactivated W3 Total Cache based on your observation, the image appeared, even the tab thumbnail image, so thanks for your suggestions. It is a mystery to me, though, why the other pictures still worked even with W3 Total Cache

    Best,
    Craig

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘certain pictures not showing on posts but in media library’ is closed to new replies.