I've set up two sites cloned one from the other and in one I activated the Better Analytics plugin. http://ripleycountyhealth.com http://rchealth.staging.wpengine.com - above site plus plugin activated The staging site will not display the large background graphics on the Microsoft Edge or IE browsers. Any help would be greatly appreciated.
The problem is in /wp-content/plugins/better-analytics/js/loader.php SCRIPT14: A security problem occurred. - loader.php (5,85)
It's a not super easy to test on this end since it's been about 15 years since I had a Windows machine... But if you open up the better-analytics/js/ba.js file and add this to the very beginning of it: if (!window.location.origin) { window.location.origin = window.location.protocol + "//" + window.location.hostname + (window.location.port ? ':' + window.location.port: ''); } Code (JavaScript): Does that fix it?
No, the security error is still there and the background slider still isn't working...it was at {5,85} so now it has moved down 3 lines to {8,85} Brian