Site title and description not showing up properly in post headers

  • stephenwiggs

    #1021

    Since updating to 1.3, I’ve noticed that my site title and description are not showing up properly on posts and pages.

    If you go to main page or a category page or an archive page, they show up correctly, as I’ve formatted them under Graphene Options >> Display >> Text Style options.

    However, if you go to a post or a page, they don’t show up the same way.

    I have tried fixing this using custom CSS and “header_title” and “header_desc” classes, but without much luck. Any ideas what I’m doing wrong?

    Thanks,

    Ken

    ScorpionHD

    #14301

    Are you using an alternate header for your posts?

    It seems as though your Site title and subtitle got replaced with other tags.

    On home your title is in H1 and on posts/pages your title is in H2

    Admin

    Syahir Hakim

    #14302

    Yes, since version 1.3 the post title in single posts and pages is displayed in an <h1> tag and the Site title is displayed in <h2> tag for SEO purposes. I must have missed changing the proper tags for those options.

    For now, just delete whatever you have in the Graphene Options > Display > Text Style for the header text, and use the Custom CSS to style the header instead.

    Mod

    Kenneth John Odle

    #14303

    Thanks! Working just great now.

    Mod

    Kenneth John Odle

    #14304

    Just had this problem on my other site and could not remember for the life of me how to fix it. The problem is that I was using custom CSS to change the appearance of post headings. So in the custom CSS, I changed

    h3, h4, h5, h6 {

    to

    .entry h3, h4, h5, h6 {

    the .entry is what keeps the custom css for the post from affecting what’s happening in the header, just in case anyone else is having similar problems.

    Still the world’s most versatile theme. Thanks!

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

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