• Resolved dojitam

    (@dojitam)


    Hi everybody,
    My website https://www.vinadmz.com got problem of unexpected texts at the top of web pages. The unexpected text is like this:
    class=”home page-template-default page page-id-5 custom-background siteorigin-panels siteorigin-panels-before-js siteorigin-panels-home “>
    I don’t know how to solve this problem.
    Please tell me how to fix it.
    Thanks a lot.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    This looks like a typo in one of your theme’s templates. Have you edited anything lately?

    Have you done anything related with “Google Tag Manager?” It broke the page.

    Below is the source code of your page.

    <body <!-- Google Tag Manager (noscript) -->
    <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-P55FH4N"
    height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
    <!-- End Google Tag Manager (noscript) -->class="home page-template-default page page-id-5 custom-background siteorigin-panels siteorigin-panels-before-js siteorigin-panels-home ">
    
    Thread Starter dojitam

    (@dojitam)

    Thank you Steven and Joshua, can you tell me how to fix it more details?

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    Delete all that Google Tag Manager stuff.

    You want to be left with

    <body class="home page-template-default page page-id-5 custom-background siteorigin-panels siteorigin-panels-before-js siteorigin-panels-home ">

    Thread Starter dojitam

    (@dojitam)

    Thank you Steve, I have already deleted all Google Tag Manager account. It stays the same. Should I code anything? I’m a newbie.

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    You need to edit your themes header.php, I think, to remove that.

    Thread Starter dojitam

    (@dojitam)

    Thank you very much Steve, I made it. Could not appreciate it enough.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Unexpected texts at the top of web pages’ is closed to new replies.