Footer Bug - additional string under copyrights

Hello, 
I have problem with footer display on site , there is additional string which i didn't put, please see my screenshot.


Here is my code form footer copyright section: 

Wszystkie prawa zastrzeżone 2015 | Projekt i realizacja <a href="http://www.lionhead.pl">lionhead.pl</a> | <a href="http://filtryosmoza.pl/filtry-do-wody-kontakt/">Dane kontaktowe</a> | <a href="http://filtryosmoza.pl/filtry-do-wody-mapa-strony/">Mapa strony</a>

Comments

  • Hi,

    this looks like you pasted Google Analytics code wrong way or there is other issue in the code. You should check your site under html code because the problem is related with what you pasted or edited recently.
  • Hello !
    Problem was because of this Javascript in custom JS. I think it came with theme instalation.
    <SCRIPT TYPE="text/javascript">
    function popup(mylink, windowname)
    {
    if (! window.focus)return true;
    var href;
    if (typeof(mylink) == 'string')
       href=mylink;
    else
       href=mylink.href;
    window.open(href, windowname, 'width=400,height=200,scrollbars=yes');
    return false;
    }
    </SCRIPT>
  • We do never use any custom JS under Theme options > Custom CSS & JS > Custom JS section so if you had this script there, it means that you or your developer did it.
Sign In or Register to comment.