I own these 2 websites: NewMusicExclusive.com, and Jackedfuture.com. When I use firefox, I see no picture at all. When I use Google Chrome, I see dead picture images. That sign that tells you theres a picture there but it doesn't show the picture. I need help fixing this, can anyone help? Thanks.
you are simply referencing the src of <img> tags wrong. once you fix them, they should appear fine. give it a try. you aint gonna learn if you dont try
I think what he means to say is that the "src" part of the <img> tag is wrong. So you need to correct the path to the image. You need to go into the code and fix the path. In theory you should be able to go directly to the image path and see an image, if not, it obviously won't appear on your page. Some browsers show the outline of the image with an "X" indicating the path is wrong, but others like Firefox won't display anything. Here is the URL to one of our images, all I see is a bunch of errors: http://jackedfuture.com/wp-content/...ntent/uploads/2010/11/jay3.jpg&h=70&w=70&zc=1 It seems that it is because you are trying to create a thumbnail of the image using some kind of script, since the image itself is actually there inside the URL: http://jackedfuture.com/wp-content/uploads/2010/11/jay3.jpg (this link works) So it's something wrong with the script/plugin you are using.
This content slider (WordPress plugin) does work with a custom field I guess. You should check on the homepage of the slider (or in WP forums) how to add the URL. Normally you just add something like this: http://newmusicexclusive.com/wp-content/uploads/2010/11/nelly.jpg Code (markup): In your source code I can see this URL: http://newmusicexclusive.com/wp-content/themes/scarlett/scarlett/timthumb.php?src=http://newmusicexclusive.com/wp-content/uploads/2010/11/nelly.jpg Code (markup): When trying to open the URL above the following happens: Warning: touch() [function.touch]: Unable to create file ./cache/12626fd30ae0e68bd8eecf2d07a894ca.jpg because Permission denied in /home/newmusic/public_html/wp-content/themes/scarlett/scarlett/timthumb.php on line 150 Code (markup): function.touch is trying to generate a file (I would say a thumbnail for the content slider) but it has no permission to do so. And exactly there is the error! No permission to generate a file (check the manual of your slider which permission are needed and where) I think you need to make a folder cache inside the content slider plugin folder (but I am not sure) and chmod it correctly. Please check the manual of the content slider. Good luck, now give me reputation
lol, we weren't referring to you Brandon. The spammers' posts were deleted, so only our posts are left. Ignore them.