WordPress Web Problam

Discussion in 'WordPress' started by tito, Apr 28, 2010.

  1. #1
    I have a video web site it makes with WordPress (http://www.freecomedyserials.com/). But there is a problem! When I upload image in this site it is not clearly showing on home page. I am do not found where is the problem because my Wordpress knowledge not good. So anybody pleas help me where is the problem……..please…..please …..
     
    tito, Apr 28, 2010 IP
  2. gauharjk

    gauharjk Notable Member

    Messages:
    2,430
    Likes Received:
    135
    Best Answers:
    0
    Trophy Points:
    230
    #2
    Well, after uploading the image, you have to insert it into the blog post, and then publish that post. Just uploading the image to the Media gallery does not put it on the front page...
     
    gauharjk, Apr 28, 2010 IP
  3. XSentry

    XSentry Well-Known Member

    Messages:
    419
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    110
    #3
    Are you doing this in posts or pages, where did you upload the image, and what is it exactly you are trying to do?
     
    XSentry, Apr 28, 2010 IP
  4. kroncong

    kroncong Peon

    Messages:
    78
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #4
    I think its your wp settings problem.

    Go to Settings >> Miscellaneous Settings
    At Store uploads in this folder, type wp-content/uploads in the box.

    Save Changes.

    I hope it useful.
     
    kroncong, Apr 28, 2010 IP
  5. rilwis

    rilwis Peon

    Messages:
    104
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Yes, I think the author forgot to insert images into post content.

    @tito: you can use the media upload tool to check the image has been uploaded successfully or not, and then can re-insert it into post content.
     
    rilwis, Apr 28, 2010 IP
  6. tito

    tito Member

    Messages:
    8
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    36
    #6
    Thanks everyone. But I am not found solution! I am successfully uploaded Image, that’s no problem. Problem when it is showing on home page as like as turbid (see Image). So what I clear image for showing on home page. Please give the solution ……..please ….[​IMG]
     
    tito, Apr 29, 2010 IP
  7. extremephp

    extremephp Peon

    Messages:
    1,290
    Likes Received:
    32
    Best Answers:
    0
    Trophy Points:
    0
    #7
    ohh.. so that is the problem..!

    when you upload, give the size as medium :) it will be clearer..! :)
     
    extremephp, Apr 29, 2010 IP
  8. tito

    tito Member

    Messages:
    8
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    36
    #8
    Yeah! That is the problem. Please give me the solution.
     
    tito, Apr 29, 2010 IP
  9. rilwis

    rilwis Peon

    Messages:
    104
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #9
    Go to your Media Library and change the width and height of thumbnails. And be sure that the uploaded images have good quality.

    If you're familiar with coding, you can add image size like this: (in the functions.php file)

    add_image_size(width, height);
    PHP:
    (if you decided to handle with code, you should google with keywords "wordpress post thumbnail", there are many step-by-step guide about this)
     
    rilwis, Apr 29, 2010 IP