Viewing 4 replies - 1 through 4 (of 4 total)
  • I don’t see a header in your HTML source code.
    Did you upload a header image in your admin?
    Did you make change to the header.php of your child theme?

    Can you provide a few more details and tell us exactly what you did.

    Thread Starter nic12345

    (@nic12345)

    Sorry for the delay in replying, I uploaded the header image through the appearance settings, through the Dashboard. The header image displays, but my uploaded image does not.

    Here is a copy of my header.php file from my child theme if that helps in any way ??

    `<?php
    /**
    * The Header for our theme.
    *
    * Displays all of the <head> section and everything up till <div id=”main”>
    *
    * @package WordPress
    * @subpackage Twenty_Twelve
    * @since Twenty Twelve 1.0
    */
    ?><!DOCTYPE html>
    <!–[if IE 7]>
    <html class=”ie ie7″ <?php language_attributes(); ?>>
    <![endif]–>
    <!–[if IE 8]>
    <html class=”ie ie8″ <?php language_attributes(); ?>>
    <![endif]–>
    <!–[if !(IE 7) | !(IE 8) ]><!–>
    <html <?php language_attributes(); ?>>
    <!–<![endif]–>
    <head>
    <meta charset=”<?php bloginfo( ‘charset’ ); ?>” />
    <meta name=”viewport” content=”width=device-width” />
    <title><?php wp_title( ‘|’, true, ‘right’ ); ?></title>
    <link rel=”profile” href=”https://gmpg.org/xfn/11&#8243; />
    <link rel=”pingback” href=”<?php bloginfo( ‘pingback_url’ ); ?>” />
    <?php // Loads HTML5 JavaScript file to add support for HTML5 elements in older IE versions. ?>
    <!–[if lt IE 9]>
    <script src=”<?php echo get_template_directory_uri(); ?>/js/html5.js” type=”text/javascript”></script>
    <![endif]–>
    <?php wp_head(); ?>
    </head>

    <body <?php body_class(); ?>>
    <div id=”page” class=”hfeed site”>
    <header id=”masthead” class=”site-header” role=”banner”>
    <hgroup>
    <h1 class=”site-title”><a href=”<?php echo esc_url( home_url( ‘/’ ) ); ?>” title=”<?php echo esc_attr( get_bloginfo( ‘name’, ‘display’ ) ); ?>” rel=”home”><?php bloginfo( ‘name’ ); ?></a></h1>
    <h2 class=”site-description”><?php bloginfo( ‘description’ ); ?></h2>
    </hgroup>

    <nav id=”site-navigation” class=”main-navigation” role=”navigation”>
    <h3 class=”menu-toggle”><?php _e( ‘Menu’, ‘twentytwelve’ ); ?></h3>
    <a class=”assistive-text” href=”#content” title=”<?php esc_attr_e( ‘Skip to content’, ‘twentytwelve’ ); ?>”><?php _e( ‘Skip to content’, ‘twentytwelve’ ); ?></a>
    <?php wp_nav_menu( array( ‘theme_location’ => ‘primary’, ‘menu_class’ => ‘nav-menu’ ) ); ?>
    </nav><!– #site-navigation –>
    </header><!– #masthead –>

    <div id=”main” class=”wrapper”> `

    Any help at all would be appreciated. thanks.

    Thread Starter nic12345

    (@nic12345)

    I worked out a solution! ??
    So my question is resolved.

    So what was the answer, as I am having the same issues.
    I have emptied the cache…put up twenty12 theme.
    Actually, when I logged in, the images for screenshots of themes and every other image was already showing a no-image icon.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Header Image Not Displaying on Blog’ is closed to new replies.