Forums

Images are missing (3 posts)

  1. lpgphoto
    Member
    Posted 3 weeks ago #

    I recently bought a theme from Theme Forest and applied it to my site, http://www.lpgphoto.com and it worked fine for a couple of days until something peculiar happened. My logo disappeared and did not show up in Safari, Firefox or any other browser. I examined the code and the link was correctly written. I changed the image from a .gif to a .png and a .jpg, ammended the code and it still did not work. I even tried to link to the image after I uploaded it into the Wordpress media library but the issue remained. The link works, but the image source is not being displayed. If you right click where the logo is supposed to be, you can open the image in a new window and see the logo. But it does not show up on the main site. Furthermore, the images on the backend of my site disappeared as well. The icons above the post, the Wordpress icon in the top left corner, every image now has a question mark with a blue box around it. I'm not sure if I should re-install the theme or the Wordpress CMS as a whole. Any ideas?

  2. lpgphoto
    Member
    Posted 3 weeks ago #

    And now my host is down. Fantastic. Anybody out there with suggestions?

  3. esmi
    Member
    Posted 3 weeks ago #

    Try changing:

    <img alt="logo" src="<?php bloginfo('template_directory'); ?>/images/logo.gif" />

    to:

    <img alt="logo" width="200" height="200" src="<?php bloginfo('template_directory'); ?>/images/logo.gif" />

Reply

You must log in to post.

About this Topic