Add respond.js to IE less than 9
<?php
// Add Sidebar to Profile Page
function add_footer_scripts() {
<!--[if lt IE 9]><script type='text/javascript' src='//cdnjs.cloudflare.com/ajax/libs/respond.js/1.4.2/respond.js'></script><![endif]--><?php
} add_filter('wp_footer', 'add_footer_scripts', 999);
?>