WordPress Header Not Showing on Sub Pages

My guess is your Head navigation is not called in header.php

check you file page.php and see the lines following <?php get_header(); ?>

if the lines below introduce header navigation either move them into header or copy them into same location in your single.php file