Need Help!!!!!

Discussion in 'HTML & Website Design' started by a2bb, Dec 17, 2009.

  1. #1
    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:)
     
    a2bb, Dec 17, 2009 IP
  2. s_ruben

    s_ruben Active Member

    Messages:
    735
    Likes Received:
    26
    Best Answers:
    1
    Trophy Points:
    78
    #2
    Can I see the website?
     
    s_ruben, Dec 17, 2009 IP
  3. a2bb

    a2bb Peon

    Messages:
    35
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    a2bb, Dec 17, 2009 IP
  4. Piggy

    Piggy Active Member

    Messages:
    574
    Likes Received:
    9
    Best Answers:
    1
    Trophy Points:
    70
    #4
    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=&amp;h=100&amp;w=200&amp;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=&amp;h=100&amp;w=200&amp;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?
     
    Piggy, Dec 17, 2009 IP
  5. s_ruben

    s_ruben Active Member

    Messages:
    735
    Likes Received:
    26
    Best Answers:
    1
    Trophy Points:
    78
    #5
    There is an error in the file timthumb.php of the theme directory.

    Can I see the file??
     
    s_ruben, Dec 17, 2009 IP
  6. a2bb

    a2bb Peon

    Messages:
    35
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    thks a lot its actually a word press theme ...do u have any idea where & how to edit this..!!!
     
    a2bb, Dec 17, 2009 IP
  7. Piggy

    Piggy Active Member

    Messages:
    574
    Likes Received:
    9
    Best Answers:
    1
    Trophy Points:
    70
    #7
    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.
     
    Piggy, Dec 17, 2009 IP
  8. a2bb

    a2bb Peon

    Messages:
    35
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #8
    thks i will try to make the change..& update :)
     
    a2bb, Dec 17, 2009 IP
  9. a2bb

    a2bb Peon

    Messages:
    35
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #9
    I had changed with image but it does not work ....kindly help me!!
     
    a2bb, Dec 21, 2009 IP
  10. a2bb

    a2bb Peon

    Messages:
    35
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #10
    advice me how to clear this issue..:)
     
    a2bb, Dec 24, 2009 IP
  11. ecsdavis

    ecsdavis Peon

    Messages:
    4
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #11
    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.
     
    Last edited: Dec 24, 2009
    ecsdavis, Dec 24, 2009 IP