Some of the Themes that I am using are not cooperating. Where images should be loading, I instead get this symbol, http://attachments.techguy.org/attachments/28829d1076365640/image2.jpg, and I have no clue why. How do I fix this?
Some of the Themes that I am using are not cooperating. Where images should be loading, I instead get this symbol, http://attachments.techguy.org/attachments/28829d1076365640/image2.jpg, and I have no clue why. How do I fix this?
Do you have a link to live page where this is happening so we can view the source code and server responses?
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
You must log in to post.