Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter slm_xd

    (@slm_xd)

    And here is what I wrote: http://i.imgur.com/cSYYogf.png

    Plugin Author Markus Drubba

    (@drumba)

    Hi,

    the wplike2get javascript is not included in the html. Maybe your theme need the wp_footer() call in footer.php. Can you check this?

    Thread Starter slm_xd

    (@slm_xd)

    Hello and thanks for your reply.

    I checked my theme’s footer.php and it actually has a call for wp_footer() right before the </body> and my Google analytics script…. strange

    `</div><!– #page .hfeed .site –>

    <?php wp_footer(); ?>

    <script type=”text/javascript”>
    ## google script content
    </script>

    </body>
    </html>

    Plugin Author Markus Drubba

    (@drumba)

    Ah I see. You minified your script with W3 Total Cache. You have some JavaScript errors, maybe this cause the error. You can also try to disable the minification of the javascript to check that the minifyer is not the problem.

    Thread Starter slm_xd

    (@slm_xd)

    This is correct! Thanks man!

    I have disabled “Minify” on w3tc and now it works perfectly.

    Thank you so much man. vielen Dank!

    Plugin Author Markus Drubba

    (@drumba)

    Maybe you need to adjust the order of the scripts. At first jquer, google+, twitter, Facebook, l2g…

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Appears in code, but not on page's display.’ is closed to new replies.