1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Need Help - Dead Picture Image -

Discussion in 'HTML & Website Design' started by BrandonToday, Nov 23, 2010.

  1. #1
    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.
     
    BrandonToday, Nov 23, 2010 IP
  2. webcosmo

    webcosmo Notable Member

    Messages:
    5,840
    Likes Received:
    153
    Best Answers:
    2
    Trophy Points:
    255
    #2
    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:)
     
    webcosmo, Nov 23, 2010 IP
  3. BrandonToday

    BrandonToday Peon

    Messages:
    228
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    How do I change that?
     
    BrandonToday, Nov 23, 2010 IP
  4. GWiz

    GWiz Peon

    Messages:
    359
    Likes Received:
    17
    Best Answers:
    0
    Trophy Points:
    0
    #4
    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.
     
    GWiz, Nov 23, 2010 IP
  5. CSM

    CSM Active Member

    Messages:
    1,047
    Likes Received:
    25
    Best Answers:
    0
    Trophy Points:
    55
    #5
    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 :p
     
    CSM, Nov 23, 2010 IP
  6. CSM

    CSM Active Member

    Messages:
    1,047
    Likes Received:
    25
    Best Answers:
    0
    Trophy Points:
    55
    #6
    Read my POST above ... it's a permission problem, not a HOSTER problem
     
    CSM, Nov 24, 2010 IP
  7. GWiz

    GWiz Peon

    Messages:
    359
    Likes Received:
    17
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Yes, but how else is he supposed to shamelessly advertise?
     
    GWiz, Nov 24, 2010 IP
  8. CSM

    CSM Active Member

    Messages:
    1,047
    Likes Received:
    25
    Best Answers:
    0
    Trophy Points:
    55
    #8
    Those spam posts will be removed soon ;)
     
    CSM, Nov 24, 2010 IP
  9. BrandonToday

    BrandonToday Peon

    Messages:
    228
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #9
    If you think I'm advertising your an idiot. DP is the last place for me to advertise.
     
    BrandonToday, Nov 24, 2010 IP
  10. GWiz

    GWiz Peon

    Messages:
    359
    Likes Received:
    17
    Best Answers:
    0
    Trophy Points:
    0
    #10
    lol, we weren't referring to you Brandon. The spammers' posts were deleted, so only our posts are left. Ignore them.
     
    GWiz, Nov 24, 2010 IP
  11. BrandonToday

    BrandonToday Peon

    Messages:
    228
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #11
    Okay GWiz sorry for misunderstanding.


    I got it fixed, thanks to all!
     
    BrandonToday, Nov 28, 2010 IP