We are looking into this.
Apparently the plugin enqueues some Scriptaculous files that override standard jQuery functionality. They also create a problem with WordPress’ built-in heartbeat function.
<script type='text/javascript' src='//ajax.googleapis.com/ajax/libs/prototype/1.7.1.0/prototype.js?ver=1.7.1'></script>
<script type='text/javascript' src='http://192.168.1.10/wp-content/plugins/login-screen-manager/inc/js/jscolor.js?ver=4.1'></script>
<script type='text/javascript' src='//ajax.googleapis.com/ajax/libs/scriptaculous/1.9.0/scriptaculous.js?ver=1.9.0'></script>
<script type='text/javascript' src='//ajax.googleapis.com/ajax/libs/scriptaculous/1.9.0/builder.js?ver=1.9.0'></script>
<script type='text/javascript' src='//ajax.googleapis.com/ajax/libs/scriptaculous/1.9.0/effects.js?ver=1.9.0'></script>
<script type='text/javascript' src='//ajax.googleapis.com/ajax/libs/scriptaculous/1.9.0/dragdrop.js?ver=1.9.0'></script>
<script type='text/javascript' src='//ajax.googleapis.com/ajax/libs/scriptaculous/1.9.0/slider.js?ver=1.9.0'></script>
<script type='text/javascript' src='//ajax.googleapis.com/ajax/libs/scriptaculous/1.9.0/controls.js?ver=1.9.0'></script>
Please put this in layman’s terms, I’m not a programmer. Thank you for your fast response.
I’m writing on behalf of Slimstat’s dev team. We tested this plugin and we found out that Login Screen Manager adds some code to the page that conflicts with what Slimstat does. The developer should change the code to avoid appending their stuff to Slimstat’s report pages (and any pages not directly related to their plugin, for the matter).