Viewing 2 replies - 1 through 2 (of 2 total)
  • +1

    There is a bug – in file syntaxhighlighter.php

    Change: document.getElementsByTagName(“head”)[0].insertBefore( corecss, document.getElementById(“syntaxhighlighteranchor”) );

    To: document.head.appendChild(corecss);

    And: document.getElementsByTagName(“head”)[0].insertBefore( themecss, document.getElementById(“syntaxhighlighteranchor”) );
    To: document.head.appendChild(themecss);

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Not working with wordpress 4.7.4’ is closed to new replies.