• Hi all,

    This is probaly quite easy to fix ( I hope), but in the top right hand corner of my site wakeup-world.com there appears to be some html coding that is being displayed which is ” />, this is also on the mobile version.

    I have no idea where it came from or how I can delete it.

    Is anyone out there able to give me some advise please?

    Thanks in advance.

Viewing 7 replies - 1 through 7 (of 7 total)
  • I don’t see it.

    Thread Starter WakeUpWorld

    (@wakeupworld)

    Thanks for replying private_tank. It is quite faint on the main site. But it is in the very first line of the site (very top left hand side). It is a dark grey and have seen it on all types of web browsers. It is very noticeable on my mobile site version.

    Ok first post says top right. Check the header code of your theme. This is an extra closing bracket

    Thread Starter WakeUpWorld

    (@wakeupworld)

    Sorry for the confusion.

    I am very new to this, would you know where the issue lays below?

    This is taken directly from my header.php

    [code moderated per forum rules - please use the pastebin]

    Again, thanks for your help.

    this area is causing it:

    name="y_key" content="051efced74784327" /><meta
    name="alexaVerifyID" content="EFTR0o2jiBa0wrbxKzHmTDWq8Uc" /> <script type="text/javascript">//
    var _wpcf7 = { cached: 1 };
    //</script> <meta
    name="y_key" content="<meta name=\"y_key\" content=\"051efced74784327\" />" />

    the last line is wrongly nested:

    <meta
    name="y_key" content="<meta name=\"y_key\" content=\"051efced74784327\" />" />

    and is producing the extra output; it is redundant anyway as it is the same as the first line.

    —-
    this is very likely from a plugin; so you need to double-check all plugin input.

    Thread Starter WakeUpWorld

    (@wakeupworld)

    Thanks for your advice alchymth.

    If the last line is redundant, is there any harm in just deleting the line? Or is that a rookie mistake?

    If the last line is redundant, is there any harm in just deleting the line?

    no, the problem is to find where the line is coming from, as it is not directly within the code of header.php.

    i suspect one of the plugins, or some info entered into one of the plugins.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘" /> is displayed at the top right of my website – Need help in removing.’ is closed to new replies.