• Resolved MartinaB

    (@martinab)


    Hi guys,

    Been struggling with this for a while – I’m getting a strange error on my home page saying there is a missing image:

    GET https://imageurl/ net::ERR_NAME_NOT_RESOLVED

    It’s frustrating the hell out of me as it makes it look like the site isn’t completely secure. When I look at in the console in Chrome it highlights the script below as the source of the problem:

    <script type='text/javascript' src='https://cricketflat.com.au/wp-includes/js/admin-bar.min.js?ver=82caa022ded117c67905b7f5ff521ef0'></script>

    But the other pages are absolutely fine and don’t get this error, so I’m not sure what’s actually happening. I’ve gone through my home page looking for possible sources and come up with zilch.

    I’m using the Flatsome 2.7.6 theme.

    The site is here: cricketflat.com.au

    Hoping someone might be able to shed some light on this, thanks in advance ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The error is in your code, not javascript.

    You have this in the contact section:
    <div class="ux-section-bg banner-bg " 0="" style="background-image:url(https://imageurl);"></div>

    In your editor replace https://imageurl with some image, or remove 0="" style="background-image:url(https://imageurl);" – the black background looks pretty neat

    Thread Starter MartinaB

    (@martinab)

    Thank you so much!

    Don’t even know where that link came from.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Missing image error – name not resolved’ is closed to new replies.