Title appears twice in WordPress

  • jalen

    #6475

    I just created a new WordPress site, and could not change the size of the logo, so decided to delete it and try uploading a new image. This created a new problem in that the site title now appears twice. I have tried deleting it in Settings>General and re-typing it, but that does not fix it. I have also looked at the code in Appearance>Editor>Header.php, but cannot see where the title is in that file. Also, removing the logo has also caused my favicon to disappear from the title bar. Any assistance that can be offered would be most appreciated!

    Admin

    Syahir Hakim

    #34481

    Seems like you’re already using another theme. Can’t help you without seeing the issue.

    Anonymous

    #34482

    Where the title was appearing twice? On the header image or in your browser’s title bar?

    jalen

    #34483

    It’s in the header image.

    Mod

    Kenneth John Odle

    #34484

    Still using different theme, not Graphene. But the fact that this is showing up with a different theme indicates that this is not a theme issue.

    The problem is that you are using a header image which is returning a 404 (http://www.shaughnadkins.com/wp-content/uploads/2012/12/logo33.jpg), so it is displaying both the ALT for that image along with your header title.

    jalen

    #34485

    How can get the header image to stop displaying the 404 error? This problem started when I accidentally deleted the logo back on the left side of the header, so can tell me how to put the logo back? Many thanks in advance.

    Anonymous

    #34486

    Remove header image/logo in your theme options or in dashboard / appearance / header … Or upload new logo image…

    jalen

    #34487

    I have put the logo back in, but I would like it to be on the other side of the title. Also, still need to delete the duplicate title name. A few posts back, Ken Odle said my header image (logo33) is returning a 404. I can’t find either logo 33 or the alt tag in the file. Where are you seeing it?

    Thank you — it is looking better than before!! 🙂

    Anonymous

    #34488

    You are still not using the Graphene Theme. Simple Catch support forum is here – http://wordpress.org/support/theme/simple-catch

    Quote:
    ..Ken Odle said my header image (logo33) is returning a 404. I can’t find either logo 33 or the alt tag in the file. Where are you seeing it?

    See Failed to load the given URL in this image

    IYXfD.png

    Anonymous

    #34489

    Anyway, you can hide the site title using this CSS code

    #site-title span {
    display: none;
    }

Viewing 10 posts - 1 through 10 (of 10 total)

  • You must be logged in to reply to this topic.