Yaayyy, i’ve got the solution, havent got a clue what it does or its side effects but it has solved both the problems, add the following to functions.php
add_action('init', 'do_output_buffer');
function do_output_buffer() {
ob_start();
}
found over at stack overflow