I added a WP Theme(scarlett wordpress theme) to website in that every thing looks good..but in top there is scroll bar were images rolls in that images are not displayed ..please help on this issue
Your problem is that you haven't linked to the images. You have this: <img src="http://www.signnin.com/wp-content/themes/scarlett/scarlett/timthumb.php?src=&h=100&w=200&zc=1" alt=""/> Code (markup): When you should have something like this: <img src="http://www.signnin.com/wp-content/themes/scarlett/scarlett/images/alcoholeducationclsses.jpg" alt="Alcohol Education Classes"/> Code (markup): You have to have it linked to an actual image, not w/e you have there. Try browsing to that src you put there. http://www.signnin.com/wp-content/t...imthumb.php?src=&h=100&w=200&zc=1 For one, you need to fix this error, because it can be exploited. And secondly, see how linking the image to that page won't show up the image?
If you go to the TimThumb site, you'll see the way they have their thumb linked to an image is similar to the way you did, but theirs included an actual image. <img src="/scripts/timthumb.php?src=/images/whatever.jpg&h=150&w=150&zc=1" alt=""> Code (markup): < Notice the "whatever.jpg". You need to have yours pointed to an image. As for the script errors; I'm not too familiar with wp, so I'd try googling the error messages and see what you come up with.
Did you say you did fix this problem? Notice: Undefined index: extension in /home/sigin/public_html/wp-content/themes/scarlett/scarlett/timthumb.php on line 245 Warning: imagecreatefromjpeg() [function.imagecreatefromjpeg]: gd-jpeg: JPEG library reports unrecoverable error: in /home/sigin/public_html/wp-content/themes/scarlett/scarlett/timthumb.php on line 206 Warning: imagecreatefromjpeg() [function.imagecreatefromjpeg]: '/home/sigin/public_html/' is not a valid JPEG file in /home/sigin/public_html/wp-content/themes/scarlett/scarlett/timthumb.php on line 206 Unable to open image : /home/sigin/public_html/ From what I can see...on your graphics you have them set as .jpeg instead of .jpg ? Also Did you follow these instructions carefully? Definitely need to make sure you CHMOD-ed it.