• Resolved wpjuliell

    (@wpjuliell)


    It seems that the Single header is broken and description appears right beside the main title instead of below, as in the main, index, page. Observing the underlying CSS code I saw that the main title heading at the Index is included in <H1> tags, while the main title heading at the Single pages is not! which brings the description up and beside the main title!

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi @wpjuliell

    At first, thank you for your response and for choosing our theme.

    We checked all pages on your webiste and can’t get the same issue as you mentioned in your response, maybe the issue doesn’t appear on our end, please share the screenshot of the issue and we will check it again.

    Please make sure that you are running the latest version of the theme.

    Waiting for your response.

    Kind Regards

    Thread Starter wpjuliell

    (@wpjuliell)

    Thanks very much for answering that fast!

    I’m using version 1.9.7.1.

    Here I copy the relevant source code from the Index page:

    <div class=”header-logo”>
    <h1>
    technoratus
    </h1>
    <p class=”site-description”>BUSINESS, TECHNOLOGY, SOCIETY</p>
    </div>

    Here is the relevant source code from a single post page ( https://www.technoratus.com/980/7-hayek-quotes-selected-by-technoratus-editor/ )

    <div class=”header-logo”>
    technoratus
    <p class=”site-description”>BUSINESS, TECHNOLOGY, SOCIETY</p>
    </div>

    My browser is Chrome.

    Note: because of your answer I opened the page also with MS Edge and it appears indeed OK. Then it’s a matter of how Google Chrome reads CSS. I believe that wrapping the main title inside H1 tags globally, would be the right way to go.

    Thanks again.

    Hi @wpjuliell

    1. We cant wrap the site title in h1 tag on all pages for the SEO reasons.

    2. We checked again your entire website and cant get the issue to appear, maybe you have cached data? Please clear cache and please share the screenshot of the issue on your end.

    Waiting for your response.

    Kind Regards

    Thread Starter wpjuliell

    (@wpjuliell)

    Since you can’t reproduce the problem (assuming that you used Chrome) it seems that some of the extensions I use in Chrome may cause this issue, so there is no point in putting you to more trouble. I just added a child theme page-header file where I changed the code to become:

    <?php if ( is_home() || is_front_page() ) : ?>
    <h1>
    “><?php echo bloginfo( ‘title’ ); ?>
    </h1>
    <?php else : ?>
    <h1>
    “><?php echo bloginfo( ‘title’ ); ?>
    </h1>
    <?php endif; ?>

    and this way the problem is solved.

    I hope there is no future problem with that.

    Thanks again!

    Hi @wpjuliell

    I am glad that you have managed to find out it by your self.

    Feel free to contact us anytime.

    Kind Regards

    Theme Author WP Royal

    (@wproyal)

    Hi,

    If you have any other questions feel free to open a new support topic and we will do our best to help you.

    Kind Regards,
    Nick

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Single Page Header Description’ is closed to new replies.