Home Forums WoodMart support forum CSS tag on top bar?

CSS tag on top bar?

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #185553

    shadow
    Participant

    Hi there

    Seems I have what appear to be a css tag(?) above my top bar. I can’t seem to work out where it is from.

    Advice?

    cheers

    David

    #185596

    Hello,

    It seems that you have added any piece of code in the header.php file of the theme that’s why the tag is displayed there. Please make sure you have added the code correctly.

    This will fix the issue.

    Best Regards.

    #185623

    shadow
    Participant

    Hi

    Thanks for the reply.

    No, definitely have not touched the header.php file. I only ever go into the Child anyway.

    I also deleted all the additions made to the functions.php file in case it was there, but no.

    This is the code header.php file, not that I know code but I can’t see a random endtag there:

    <head>
    <meta charset=”<?php bloginfo( ‘charset’ ); ?>”>
    <meta name=”viewport” content=”width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no”>
    <link rel=”profile” href=”http://gmpg.org/xfn/11″&gt;
    <link rel=”pingback” href=”<?php bloginfo( ‘pingback_url’ ); ?>”>

    <?php wp_head(); ?>
    </head>

    <body <?php body_class(); ?>>
    <?php do_action( ‘woodmart_after_body_open’ ); ?>

    <div class=”website-wrapper”>

    <?php if ( woodmart_needs_header() ): ?>

    <!– HEADER –>
    <header <?php woodmart_get_header_classes(); // location: inc/functions.php ?>>

    <?php
    whb_generate_header();
    ?>

    </header><!–END MAIN HEADER–>

    <?php woodmart_page_top_part(); ?>

    <?php endif ?>

    thanks

    David

    #185633

    Hello,

    Please provide admin panel login details of the website to check it myself and help you out accordingly.

    Best Regards.

    #185647

    shadow
    Participant

    Thank-you, appreciated

    #185651

    Hello,

    I have deactivated all the third party plugins and activated the parent theme and the tag is removed from the header top.

    Screenshot for Clarification: https://ibb.co/njTJCY1

    Please clear cache and check back.

    Best Regards.

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