• Dear Friend, I have developed a site. Name: https://opinion.dscebd.org
    Its a forum site for my school. When I try to open this site on chrome browser (Version: 34) its shows a blank image(?) on header.
    Please check and tell me what to do.

    I am new in the world of WordPress.

Viewing 1 replies (of 1 total)
  • The URL for your image is set to point to your local machine:

    <img id="header-img" src="https://localhost/dsceopn/wp-content/uploads/2013/08/opinionlogo.png" width="1200" height="147" alt="">

    You need to find where that URL is being set (possibly hard coded into your theme… but could also be a theme option) and adjust it to be the correct URL:

    <img id="header-img" src="https://opinion.dscebd.org/wp-content/uploads/2013/08/opinionlogo.png" width="1200" height="147" alt="">

Viewing 1 replies (of 1 total)
  • The topic ‘My wordpress site not loading properly in Chrome’ is closed to new replies.