Viewing 15 replies - 1 through 15 (of 21 total)
  • They seem to appear fine for me. Do you have an ad blocker installed?

    https://c.awsm.eu/0t3t0L3b3s2f382a0B3r

    Thread Starter wetnosefotos

    (@wetnosefotos)

    I have Akismet installed to stop spam on the blog, it did actually have a plugin update yesterday. Should I turn it off for a while?

    Thread Starter wetnosefotos

    (@wetnosefotos)

    Tried turning off it with no change.

    Any other suggestions??

    Thread Starter wetnosefotos

    (@wetnosefotos)

    Still not working for me, I can’t even right-click them. This is incredibly frustrating and my sponsors are not happy. I’ve tried restarting Safari and even my computer hoping it was just mine but to no avail.

    Have you tried viewing in a different browser? As I said the images are showing fine for me and included a screenshot to show it which suggests the “problem” is nothing to do with WordPress but something at your end.

    Thread Starter wetnosefotos

    (@wetnosefotos)

    Thanks Threestyler,

    I can see all the images perfectly – however they are no active links to the sponsors websites. That’s the issue I’m having.

    The links don’t work in Safari or Firefox which are the only browsers I have and one of the sponsors said they’re not working for him in Chrome or IE.

    That’s why I’m so confused when the WordPress ‘preview’ actually works with clickable links and yet once published no longer does.

    Thread Starter wetnosefotos

    (@wetnosefotos)

    All other links on the page {ie. Paypal and text links} are all working correctly, just none associated with an image.

    I misunderstood I thought the problem was the images were not showing. None of the images are clickable.

    <p><img src="https://i71.photobucket.com/albums/i134/bravo88889/Where.jpg"></a><br />

    Start here. Appears to have a closing </a> but no opening <a href="">

    Same here:
    <p><img src="https://i71.photobucket.com/albums/i134/bravo88889/RatesTerms.jpg"></a>

    Here:
    <img src="https://i71.photobucket.com/albums/i134/bravo88889/Sponsors.jpg"></a>

    Here:
    <img src="https://i71.photobucket.com/albums/i134/bravo88889/SHORT-Divider-Line.jpg"></a>

    So on and so forth.

    Thread Starter wetnosefotos

    (@wetnosefotos)

    Thanks,

    All the images have the full coding –

    <a href="https://www.fuzzyard.com/" target="_blank"> <img src="https://i71.photobucket.com/albums/i134/bravo88889/Fuzzyard-Logo.jpg" /></a>

    The images you selected above are not meant to be clickable – only the actual sponsor logos.

    Then you should remove the closing tags on those images. Basically you have missing and additional html tags effectively wrapping the whole section in one giant un-clickable link.

    Sample from that block but there are missing and enclosed p, br, strong tags throughout the page:
    https://c.awsm.eu/1c1M0U111b3L2v3V1g1A

    It’s also a good idea to close image tags with a />

    ie change:
    <img src="image.jpg alt="text">
    to:
    <img src="image.jpg alt="text" />

    Thread Starter wetnosefotos

    (@wetnosefotos)

    I’m completely baffled as to why all the image links work perfectly in ‘Preview’ mode from the admin page, but once published . . . nothing ??

    I take it your using the visual editor? Switch to html view then remove the extra tags using my image for reference.

    Thread Starter wetnosefotos

    (@wetnosefotos)

    Ok, I’ll try what you’ve mentioned above and let you know how I go.

    Thread Starter wetnosefotos

    (@wetnosefotos)

    Still no luck. I’m using the html editor as always.

    Can you paste the entire post into https://pastebin.com/ and provide the URL so I can have a better look.

Viewing 15 replies - 1 through 15 (of 21 total)
  • The topic ‘Broken Image Links {HELP}’ is closed to new replies.