New Landing How can we help? Themeforest Theme Support Dante IE compatible meta tag is missing

Viewing 5 posts - 1 through 5 (of 5 total)
  • Posted in: Dante
  • #71263
    kocca450
    Member
    Post count: 3

    IE compatible meta tag is missing.
    Please add this to the <head> tag.

    <meta http-equiv=”X-UA-Compatible” content=”IE=edge” />

    #71479
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please put given below code in functions.php file at theme directory .

    add_action('wp_head', 'add_id_meta');
    function add_id_meta()
    {
    echo '<meta http-equiv="X-UA-Compatible" content="IE=edge" />';
    }

    Thanks ๐Ÿ™‚
    With Best Regards
    Swift Ideas

    #72077
    kocca450
    Member
    Post count: 3

    Thank you for your support.
    Will this fix be included in the next release?

    #72080
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Yes , i will inform developer about this .
    Thanks ๐Ÿ™‚
    With Best Regards
    Swift Ideas

    #72349
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi there,

    What theme are you using? We’ll check this out – thanks!

    – Ed

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register