I am developing a new theme from scratch. Came across an issue where the black admin bar (runs along the top of a site for Administrators) was not displaying. Turned out that I had wp_head() called from within my header.php file, but did not have wp_footer() called from within my footer.php file. Details and some other possibilities found here: