Jubstuff
Jubstuff

Reputation: 2581

Randomly not loading images in Internet Explorer 10: how to fix?

I'm developing a WordPress theme and in IE 10 the images are randomly not showing. All I got is the frame like this:

Frame image not loaded in IE10

If I reload maybe the image shows off, but another would have the same behaviour. Looking in IE Dev Tools, in the Network section, this is what I got:

Network tools IE10

"Terminato" is Italian for "Terminated". It seems like it can't even make the request: there are no response headers nor request headers, nothing.

The strange thing is that if I click on "show image" in the image's context menu, the image will show just fine.

Do someone know how this problem can be solved?

Upvotes: 4

Views: 4498

Answers (1)

Pedrão
Pedrão

Reputation: 301

Never have seen something similar to this, but here are some suggestions:

1. Delete browsing history: Using CRTL + SHIFT + DEL.

2. Reset Internet Explorer: Open IE > Tools > Internet Options > Advanced > Reset > Check "delete personal settings" > Reset > Restart IE.

3. Most important: Use Internet Explorer with no add-ons installed: Click on the gear icon on the right of your screen, then "Manage add-ons". Then disable all of them and try again.

4. Upload the files to a online server instead of your localhost.

Upvotes: 1

Related Questions