Viewing 3 replies - 16 through 18 (of 18 total)
  • Elshereef

    (@elshereef)

    I fixed the problem, couple days ago i added the Facebook like box to my blog, so i added the SDK codes to my header and that caused the problem! i removed it and put it after the <body> tag and that fixed the problem.
    Try to play with any javascript codes in your header to see if anyone of them causes the problem. I hope you all can fix it as well.

    balord

    (@balord)

    The highlighter CSS files are not loading because of a JavaScript error.

    I fixed it by editing syntaxhighlighter.php (v3.1.3):

    change line 634 from this:

    document.getElementsByTagName("head")[0].insertBefore( corecss, document.getElementById("syntaxhighlighteranchor") );

    to this:

    document.getElementById("syntaxhighlighteranchor").appendChild(corecss);

    and uncomment line 648 and delete line 649 so that you are left with only this:

    document.getElementById("syntaxhighlighteranchor").appendChild(themecss);

    I’m using SHe, and have problem many white line append to code display.
    http://techblog.vn/lap-trinh-vien/php-gui-sms-brandname-1sms-vn-958/

    Please help me know why ?
    Tks and best regards.

Viewing 3 replies - 16 through 18 (of 18 total)

The topic ‘[Plugin: SyntaxHighlighter Evolved] Not working in WP 3.2.1’ is closed to new replies.