Support » Themes and Templates » HTML5blank-stable theme problems

  • So I decided to create my new site with the html5blank theme so I can have a blank template to work from and just copy paste my parts of HTML that I want to be my header/nav bar/footer so on….Everything is coming out great in terms of how it looks except the fact that when I click on a different page in my site for example “Contact” it will not show my header image, since this is a custom image and a blank theme I have no clue on how to fix this, the site recognizes my image on only my About page which is my static front page. Here is the code snippet for where my images are being placed:
    HEADER.PHP FILE

    <div id=”header”>
    <img id=”kevs-face” src=”wp-content/themes/html5blank-stable/Images/KevinMcReadySiteFace.png”/>
    <img id=”site-header” src=”wp-content/themes/html5blank-stable/Images/KevinMcReadySiteHeader.png”/>

    <nav id=”cssmenu” role=”navigation”>
    <?php html5blank_nav(); ?>

    </nav>
    </div>

    If anyone has had this problem or knows a simple fix to have my custom header appear again at the top of my non front page please let me know, been trying to fix this for a while now and would be much appreciated.

  • The topic ‘HTML5blank-stable theme problems’ is closed to new replies.