Do you have a link to live page where this is happening so we can view the source code and server responses?
Thread Starter
joogle
(@joogle)
yes, thank you. Here is a dummy site I made to test out themes for my real site. http://themetester123.web44.net/ I made a test post about the Captain America Movie but the Image will not show up.
The image is good: //themetester123.web44.net/wp-content/uploads/2011/07/capnteaselil.jpg
It seems to be an issue with whatever is creating the image urls for display;
<img class="poster" alt="" src="http://themetester123.web44.net/wp-content/themes/Dione/timthumb.php?src=http://themetester123.web44.net/wp-content/uploads/2011/07/capnteaselil.jpg&h=270&w=200&zc=1">
<code><img class="trapic" alt="" src="http://themetester123.web44.net/wp-content/themes/Dione/timthumb.php?src=http://themetester123.web44.net/wp-content/uploads/2011/07/capnteaselil.jpg&h=60&w=80&zc=1"></code>
errors: failed to load the given url
The image is good: //themetester123.web44.net/wp-content/uploads/2011/07/capnteaselil.jpg
It seems to be an issue with whatever is creating the image urls for display;
<img class="poster" alt="" src="http://themetester123.web44.net/wp-content/themes/Dione/timthumb.php?src=http://themetester123.web44.net/wp-content/uploads/2011/07/capnteaselil.jpg&h=270&w=200&zc=1">
<img class="trapic" alt="" src="http://themetester123.web44.net/wp-content/themes/Dione/timthumb.php?src=http://themetester123.web44.net/wp-content/uploads/2011/07/capnteaselil.jpg&h=60&w=80&zc=1">
errors: failed to load the given url