Ask your WordPress questions! Pay money and get answers fast! Comodo Trusted Site Seal
Official PayPal Seal

Missing Images in Iphone after loading WordPress

  • SOLVED

So whenever i load the site, all of the images load but then some disappear.
I not sure if there is a retina thing or if its a javascript thing.

site:www.ranchosantafepanama.com

Answers (1)

2015-02-04

Dbranes answers:

Hi, it looks like the <em>retina.js</em> script is adding the <em>@2x</em> part to your images.

Check for example this image url:

/wp-content/uploads/2013/05/Piscina-y-Deck-300x172.jpg


that's changed to this one:

/wp-content/uploads/2013/05/[email protected]


that doesn't exists (404 error).


dipka comments:

Yea i thought it was something in those lines, however the answer i was looking for is how to solve this issue?


Dbranes comments:

I guess a quick fix would be to add the missing @2x files to the upload directory, or try to dequeue the retina.js script.

There might be some conflict.

Did this happens suddenly or has this always been like this?


dipka comments:

is kinda just happened.


dipka comments:

ok i updated the function.php file and removed the script. Thanks for the help