i worked it out in the properties of the images. in the css class if i put alignnone it then works weird but aleast i have a solution
Hi Daniel,
I have the same problem.
Can you give me some clear indication to solve it?
Thank you very much!
I was getting the same error on any post with one or more images in it even though the images were present on the server.
Removing the first part of the URL for the SRC parameters of the images sorted it out. eg:
http://www.mydomain.com/wp-content/uploads/2012/11/my-image.jpg
…becomes…
/wp-content/uploads/2012/11/my-image.jpg
Rather than hand editing these forever though I’ve now installed this plug-in which does the job for me (even with existing posts):
http://ww.wp.xz.cn/extend/plugins/root-relative-urls/
HTH
Great!
Now it works!
Dear Co1inr,
thank you very much!
Can you tell me how to hand edit the URL’s i think the plugin is overkill for me?
Akille, thanks for the quick reply, not sure what I should modify it to look like?
http://shutterliving.com/gangnam-style/
this is how it look at present.
<p style=”text-align: center;”><img class=”size-full wp-image-4352 aligncenter” title=”‘Gangnam Style’ Paris flashmob 08″ alt=”‘Gangnam Style’ Paris flashmob (1)” src=”http://shutterliving.com/wp-content/uploads/2012/11/‘Gangnam-Style’-Paris-flashmob-08.jpg” width=”800″ height=”532″ /></p>
Change to <p style="text-align: center;"><img class="size-full wp-image-4352 aligncenter" title="‘Gangnam Style’ Paris flashmob 08" alt="‘Gangnam Style’ Paris flashmob (1)" src="/wp-content/uploads/2012/11/‘Gangnam-Style’-Paris-flashmob-08.jpg" width="800" height="532" /></p>
Bye
Colin, You are a legend, thank you for the plugin suggestion, works a treat!