Image Not Loading

Discussion in 'HTML & Website Design' started by Jordan Roper, Aug 24, 2015.

  1. #1
    Hi there,

    Not sure if this is the best thread to put this in but there's a problem with the image on the slider of my site.

    I've changed it in the back end and even tried deleting it, but when I load the site up it's just showing the icon that there is a missing image and I'm not sure what to do?

    http://www.burnleybeauty.co.uk/

    Does anyone know what the problem is?

    Look forward to hearing back.

    Best Regards,

    Jordan
     
    Jordan Roper, Aug 24, 2015 IP
  2. PoPSiCLe

    PoPSiCLe Illustrious Member

    Messages:
    4,623
    Likes Received:
    725
    Best Answers:
    152
    Trophy Points:
    470
    #2
    What image? The top slider, with the huge images / opening hours etc.? Seems to be working fine here - a total of 5-6 images loads and rotates.
     
    PoPSiCLe, Aug 24, 2015 IP
    webcosmo likes this.
  3. freelance varma

    freelance varma Greenhorn

    Messages:
    9
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    21
    #3
    Hi Jordan,

    The slider images have been working properly, if the problems still not fixed, please delete the cookies and try
    Thanks
     
    freelance varma, Aug 24, 2015 IP
  4. webcosmo

    webcosmo Notable Member

    Messages:
    5,840
    Likes Received:
    153
    Best Answers:
    2
    Trophy Points:
    255
    #4
    all seems fine
     
    webcosmo, Aug 27, 2015 IP
  5. Jordan Roper

    Jordan Roper Member

    Messages:
    83
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    36
    #5
    Hi sorry for the late reply, there is an image (layer) on the slider that's not showing - there should be a ribbon on the first slider but I can't see it - I've also removed it and it's still showing the same error.

    I've tried to upload a screenshot but it's saying that file is too large?

    Hope this helps.

    Thanks,

    Jordan
     
    Jordan Roper, Sep 15, 2015 IP
  6. th.sigit

    th.sigit Well-Known Member

    Messages:
    178
    Likes Received:
    32
    Best Answers:
    1
    Trophy Points:
    185
    #6
    Which browser that you use? I use both chrome and firefox, and everything seems normal.

    Other than that, you can try to clear your website cache (if you are using any), and then your browser cache (Ctrl+F5).
     
    th.sigit, Sep 15, 2015 IP
  7. webcosmo

    webcosmo Notable Member

    Messages:
    5,840
    Likes Received:
    153
    Best Answers:
    2
    Trophy Points:
    255
    #7
    Or try it on someone else's PC.
     
    webcosmo, Sep 15, 2015 IP
  8. PoPSiCLe

    PoPSiCLe Illustrious Member

    Messages:
    4,623
    Likes Received:
    725
    Best Answers:
    152
    Trophy Points:
    470
    #8
    Upload the screenshot to an image-host somewhere - imgur or similar. Then link to it. Where exactly is this banner supposed to be? I can't for the life of me see anything missing. Well, there is a couple of 404-errors, but nothing to indicate there's an image missing.
     
    PoPSiCLe, Sep 15, 2015 IP
  9. Jordan Roper

    Jordan Roper Member

    Messages:
    83
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    36
    #9
    Thanks for the information about the image host, please see the link - http://imgur.com/xmzTuvz i have circled the error
     
    Jordan Roper, Sep 16, 2015 IP
  10. PoPSiCLe

    PoPSiCLe Illustrious Member

    Messages:
    4,623
    Likes Received:
    725
    Best Answers:
    152
    Trophy Points:
    470
    #10
    That doesn't show up in ANY of the browsers I test it with. What is supposed to be there? What happens if you right-click on that icon and chose "inspect element"?
    What browser / OS are you testing this in? I've tested with Firefox (latest), Edge and Chrome (latest) on a Windows 10 computer, and I don't get that at all - nor can I see a missing image not being loaded when I check the page with code-inspectors.
     
    PoPSiCLe, Sep 16, 2015 IP
  11. webcosmo

    webcosmo Notable Member

    Messages:
    5,840
    Likes Received:
    153
    Best Answers:
    2
    Trophy Points:
    255
    #11
    Also make sure you don't have malware on your pc appending ads on your web pages.
     
    webcosmo, Sep 16, 2015 IP
  12. th.sigit

    th.sigit Well-Known Member

    Messages:
    178
    Likes Received:
    32
    Best Answers:
    1
    Trophy Points:
    185
    #12
    Still have the problem? If it is still bothering you and you have no way to remove it from revslider settings, you can safely hide it using CSS:

    element {
      width: 1px;
      height: 1px;
      overflow: hidden;
      position: absolute;
      left: -9999em;
    }
    Code (markup):
     
    th.sigit, Sep 17, 2015 IP
  13. Jordan Roper

    Jordan Roper Member

    Messages:
    83
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    36
    #13
    Thanks a lot for all of your messages, if no-one else can seem to see it then I guess it's fine and I'll leave it for now. Many thanks
     
    Jordan Roper, Sep 17, 2015 IP