Viewing 4 replies - 1 through 4 (of 4 total)
  • When I look at your code for the page that is not working, I see:

    <a href="http://www.twokidsfourstrollers.com/wp-content/uploads/2011/10/occupy-wall-street-dog1.jpg">
    
    </a>

    The code on the page that is working is:

    <a href="http://www.twokidsfourstrollers.com/wp-content/uploads/2011/10/occupy-wall-street-dog1.jpg">
    
    <img class="aligncenter size-medium wp-image-353" title="occupy wall street dog" src="http://www.twokidsfourstrollers.com/wp-content/uploads/2011/10/occupy-wall-street-dog1-300x240.jpg" alt="" width="300" height="240">
    
    </a>

    Technically speaking, the image is not showing because this image tag is missing:
    <img class="aligncenter size-medium wp-image-353" title="occupy wall street dog" src="http://www.twokidsfourstrollers.com/wp-content/uploads/2011/10/occupy-wall-street-dog1-300x240.jpg" alt="" width="300" height="240">

    If you’re sure that you’re publishing the changes and not just saving them, I would then try the normal troubleshooting steps to see if they help:
    1. switch to a different theme, does that help?
    2. temporarily disable all plugins, does that help?

    Thread Starter ac3rutledge

    (@ac3rutledge)

    Hi. Thanks for this info. I’m not incredibly adept at code (and by not adept, I mean, I have no idea). Any chance you can tell me where I can find this code and when I go there, can I just copy and paste the above?

    Hi ac3rutledge, The problem is that the code appears in your preview correctly but not on the published page. That’s the technical reason for the image not showing, but I’m not quite sure what is causing it.

    Have you tried disabling your plugins to see if one is by chance causing this issue?

    Hi ac3rutledge, have you been able to make any progress on this?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Image not uploading’ is closed to new replies.