• Resolved nysecretweapon

    (@nysecretweapon)


    Im having issues with missing images. My header image and the images in the post will not show up only when you click on the post title. On the Home page it shows up. Take a look and please let me know if you can point me in the right direction.
    http://www.dragonhockey.com
    Thank you,
    ERV

Viewing 2 replies - 1 through 2 (of 2 total)
  • That’s happening because of relative, not absolute URL to your header image:
    <center><img src="wp-content/uploads/WEBASSETS/Header1.gif" alt="Above Header" /></center>

    Change it in file header.php (or index.php maybe) located at wp-content/themes/Easel/ to <center><img src="/wp-content/uploads/WEBASSETS/Header1.gif" /></center>.

    By the way, it’s not the best way to use .gif extension for static image. You better convert it to .jpg.

    Thread Starter nysecretweapon

    (@nysecretweapon)

    Thanks,
    I tried that but it still gave me issues. I reverted back to a code and everything seems to be working great now.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Issues with images on the post’ is closed to new replies.