• Resolved ceosoftcenters2013

    (@ceosoftcenters2013)


    Hi friends,

    I found a white disturbing line above the header at this website

    https://www.abriza.com/.
    [mod: caution – site has sound ]

    I already tried to search for it, inspect element. But unable to find out where the quote coming from.

    Please help me.

    Thanks in advance

Viewing 7 replies - 1 through 7 (of 7 total)
  • Moderator keesiemeijer

    (@keesiemeijer)

    Its right after javascript for facebook connect and google plus </script>'

    Do you use a plugin for that?

    You also have some validation errors: https://validator.w3.org/check?uri=http%3A%2F%2Fwww.abriza.com%2F&charset=%28detect+automatically%29&doctype=Inline&ss=1&group=0&user-agent=W3C_Validator%2F1.3

    Thread Starter ceosoftcenters2013

    (@ceosoftcenters2013)

    Hi keesiemeijer,

    I have no idea how it came there. Plugin is not used for facebook connect and other social network icon. It should be coded because I cant find any plugin for that. Is there anyway to detect where the white line came from?

    Thank you very much.

    seems to be at the end of some g+ code;

    to find the problematic plugin, deactivate all plugins;

    if the white line and the single quote is gone, re-activate one plugin at a time, and check each time for the white line – remove the one plugin that is causing the line to reappear.

    Thread Starter ceosoftcenters2013

    (@ceosoftcenters2013)

    Hi alchymyth,

    I already deactivated all plugin. Seems the white line still exist.

    Is there any other solution?

    Thank you very much.

    Moderator keesiemeijer

    (@keesiemeijer)

    Then it has to be from your theme. try looking for ‘ (the stray single quote) in your theme’s header.php file

    Thread Starter ceosoftcenters2013

    (@ceosoftcenters2013)

    Hi keesiemeijer,

    I found this line with the quote in header.php:

    (function() {
    var po = document.createElement(\’script\’); po.type = \’text/javascript\’; po.async = true;
    po.src = \’https://apis.google.com/js/plusone.js\’;
    var s = document.getElementsByTagName(\’script\’)[0]; s.parentNode.insertBefore(po, s);
    })();
    </script>’
    ==============================================================
    But after I removed the quote & saved using VI editor, I refreshed the website, the line still exist.

    Thank you very much

    Thread Starter ceosoftcenters2013

    (@ceosoftcenters2013)

    Hi keesiemeijer,

    Great!!! You’re awesome!!! I found it in different header.php file.

    You are really genius. Thank you very much!!!. Thank you again.

    I wish that I also can help someone in this forum like you.

    Thank you very much.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘White line with single quote’ is closed to new replies.