Problem - Blue question mark in WP header

by gdhunt
7 replies
Firefox shows no problem. Safari shows a blue question mark at the top left in the header. Internet Explorers shows a red X.

I looked at this page to see if I could fix it myself but I had no success.
WordPress › Support Blue Question Mark in Header

I understand it's an image problem but can someone help me fix it?

aommemphisproperties.com

Thank you
#blue #header #mark #problem #question
  • Profile picture of the author dwaser
    I just looked at the source code of your blog.

    Did you put the header image into the header yourself? I'm asking because there is a mistake
    within the image URL that's why IE and Safari don't show the image. The current code for the image on your blog looks like the following:

    Code:
    <img src=http://aommemphisproperties.com/wp-content/themes/revolution-church-v2.0/revolution-church-v2.0/images/header.png"http://aommemphisproperties.com/wp-content/themes/revolution-church-v2.0/revolution-church-v2.0/images/" alt="" />
    To show the image it should look like this one:
    Code:
    <img src="http://aommemphisproperties.com/wp-content/themes/revolution-church-v2.0/revolution-church-v2.0/images/header.png" alt="" />
    IE and safari show the red x or the question mark because of the wrong URL for the image.
    {{ DiscussionBoard.errors[2240565].message }}
    • Profile picture of the author gdhunt
      Thanks for responding.

      I went into the header and attempted to make the change. Now, I have no problems in Safari and non in Firefox however, I don't have a header at all in Internet Explorer.

      I'm not sure what I need wrong.
      {{ DiscussionBoard.errors[2241175].message }}
      • Profile picture of the author dwaser
        You don't see the image in IE because there is still a mistake in the code. Your code looks like the following now:

        Code:
        <a href="http://aommemphisproperties.com/wp-content/themes/revolution-church-v2.0/revolution-church-v2.0"<img src=http://aommemphisproperties.com/wp-content/themes/revolution-church-v2.0/revolution-church-v2.0/images/header.png" alt="" />
        It should be like this one if you want a link on the header for the home page:
        Code:
        <a href="http://aommemphisproperties.com/"><img src="http://aommemphisproperties.com/wp-content/themes/revolution-church-v2.0/revolution-church-v2.0/images/header.png" alt="" /></a>
        Or this code without any link in the header:
        Code:
        <img src="http://aommemphisproperties.com/wp-content/themes/revolution-church-v2.0/revolution-church-v2.0/images/header.png" alt="" />
        {{ DiscussionBoard.errors[2242397].message }}
        • Profile picture of the author gdhunt
          Ok, I finally got it to show up in Internet Explorer but it appears that there is too much space under the header.
          *So, I started to play with the height dimensions and it changed my header so I put it back.
          *I tried putting dimension in my header after the code you gave me & that didn't work either.
          *I added img border="0" before src and that didn't work.

          Any other suggestions?

          I really appreciate the help.
          {{ DiscussionBoard.errors[2242448].message }}
          • Profile picture of the author dwaser
            Now there is an opening div class missing. Place the following code before the image URL (<img ....)

            Code:
            <div class="headerleft">
            {{ DiscussionBoard.errors[2243888].message }}
            • Profile picture of the author gdhunt
              Daniel,

              I sincerely appreciate your patience. I've purchased your WSO as a way of saying thanks.

              I've learned so much.

              Transaction ID: 9BX63685BD837782X
              {{ DiscussionBoard.errors[2244049].message }}
              • Profile picture of the author dwaser
                You're welcome. I'm glad that it's working now.

                Thanks a lot for the purchase. Very kind of you.

                If you have any other questions regarding wordpress,
                you can always send me a PM.

                Daniel
                {{ DiscussionBoard.errors[2244450].message }}

Trending Topics