• Resolved Dan Caragea

    (@dancaragea)


    I could not say when it came out but I have this: ” id=”header” in my header (see link, please).
    In ?view-source:” I find this:

    <!– HEADER START –>
    <header class=”iegradient no_head<meta http-equiv=”Content-Type” content=”text/html; charset=euc-kr”>” id=”header”>
    <div class=”header-inner”>
    <div class=”innerwrap”>
    <div id=”siteinfo”>
    <div >Dan Caragea</div ><p id=”site-description”>?nv???tura ??i d? lumin?, dar nu te ?nal?i decat prin caracter.</p>
    </div>
    <!– SITEINFO END –>
    </div>
    </div>
    </header>

    Please help me to remove it!

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

Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter Dan Caragea

    (@dancaragea)

    This is in hooks-function.php

    • This reply was modified 6 years, 1 month ago by Dan Caragea.
    Theme Author Richie KS

    (@rkcorp)

    the site header css will break if you remove this.

    why may i ask you want to remove the html id header?

    Theme Author Richie KS

    (@rkcorp)

    ok i see what you mean? i think some plugin or your edits make this appeared on header html.

    <header class="iegradient no_head(((<meta http-equiv="Content-Type" content="text/html; charset=euc-kr">)))" id="header">

    the wrap html shouldn’t happen in header html

    • This reply was modified 6 years, 1 month ago by Richie KS.
    • This reply was modified 6 years, 1 month ago by Richie KS.
    Theme Author Richie KS

    (@rkcorp)

    maybe try remove

    <?php do_action('bp_section_header'); ?>

    in hook-functions.php line 40.

    Thread Starter Dan Caragea

    (@dancaragea)

    I removed <?php do_action(‘bp_section_header’); ?> but nothing changed.

    I have a backup before updating to WP 5.0 (and then other plugins compatible with). This code <meta http-equiv=”Content-Type” content=”text/html; charset=euc-kr”> did not appear there, on line 40, and if I try to delete it, after the php file is saved, its reappears.

    Theme Author Richie KS

    (@rkcorp)

    try edit this

    <!-- HEADER START -->
    <header class="iegradient <?php echo strtolower($header_overlay).'_head'; ?>" id="header"<?php do_action('bp_section_header'); ?>>

    to

    <!-- HEADER START -->
    <header class="iegradient" id="header">

    and see the html still echoing.

    Thread Starter Dan Caragea

    (@dancaragea)

    I did. It looks like everything is OK now. Thanks a lot!
    P.S. However, after <header class=”iegradient” id=”header”> also appears <meta http-equiv=”Content-Type” content=”text/html; charset=euc-kr”>

    <!-- HEADER START -->
    <header class="iegradient" id="header"><meta http-equiv="Content-Type" content="text/html; charset=euc-kr">
    Theme Author Richie KS

    (@rkcorp)

    that’s odd, could you try remove the id=”header”

    seem like it follow this, try remove it and see if it still there.

    but remember to put it back since id=”header” is needed there.

    want to see if some plugin is code to add some html in #header via js.

    • This reply was modified 6 years, 1 month ago by Richie KS.
    Thread Starter Dan Caragea

    (@dancaragea)

    I removed id=”header” but that piese of code <meta http-equiv="Content-Type" content="text/html; charset=euc-kr"> remained there. I put it back.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘An ID’ is closed to new replies.