I never meant to change the plugin itself, just its position into the code.
I’ve kind of fixed the problem. I have inserted this code in my index.php file.
<?php if (strpos($_SERVER['HTTP_USER_AGENT'],"MSIE 8")) {
header("X-UA-Compatible: IE=7");} ?>