• I recently bought a theme from Theme Forest and applied it to my site, https://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?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter lpgphoto

    (@lpgphoto)

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

    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" />

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Images are missing’ is closed to new replies.