• Hello everyone,
    I have inherited a word press site from a colleague that has left our small company. I did some graphic design in the past and my boss thought that I could do this. Unfortunately I don’t understand much of it. I know how to post articles and that’s about it. I’m willing to learn but this is so damn difficult.
    Now there is a picture missing on the homepage.
    This is the website: http://www.com8.eu/
    If you scroll down to news you will see that there is an image missing. I’ve been trying to fix that for hours and I still have no idea how to do it. It’s driving me insane…please help me!!!

Viewing 8 replies - 1 through 8 (of 8 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Sorry, I can’t see a missing image, probably because I don’t know what the image that’s missing looks like. Can you describe further whereabouts near “News” the image should be and what it should be?

    Thread Starter mixomatosis

    (@mixomatosis)

    Thanks for the swift reply! I’m not totaly sure if there is an image missing. There is that error and I supossed that an image is missing. Like I said it wasn’t me that made this website. Anyhow I would like to remove the error sign or just put an image on the place where it is. How do I do that?

    Thread Starter mixomatosis

    (@mixomatosis)

    There is this missing image icon. I can see it on Windows Explorer, but on Google Chrome or Firefox nothing appears. Just a white empty space and that’s how it should be. Does someone has a clue how to fix this?

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    The problem is this HTML (from your website);

    <img src="" class="post_thumb">

    Doesn’t reference any image through the src attribute.
    E.g try this;

    <img src="http://www.gravatar.com/avatar/bbb23a24bb960546754e0fd4d7c1baee?s=130" class="post_thumb" />

    Remember to add an alt attribute in your image HTML too.

    Thread Starter mixomatosis

    (@mixomatosis)

    Thanks Andrew! I’ll give it a try!

    Thread Starter mixomatosis

    (@mixomatosis)

    I feel so dumb…where exactly can I fix this? I thought it would be on the homepage but I can’t find anything within the HTML script referring news.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Sorry, we don’t know neither as you’re using a custom-made theme.

    Thread Starter mixomatosis

    (@mixomatosis)

    OK guys! Many thanks anyhow!

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Image missing’ is closed to new replies.