Thanks for that Tobias, found out what I needed to know! Great plugin by the way!
Hey Tobias,
Thanks I will take a look!
Josh
Amazing, thanks very much for your help guys! Topic solved!
I had the same problem and found the fix, put this line of code in theme-functions.php page in the theme editor
function fix_ie8() {if (strpos($_SERVER['HTTP_USER_AGENT'],"MSIE 8")) {header("X-UA-Compatible: IE=7");}
add_action('send_headers','fix_ie8');