• Not sure if this is a wordpress issue, but suddenly the logo image for my header is displaying only on the homepage. On other pages there is either a question mark or nothing depending on browser. The site is located at Setsail.com. Not sure why this is suddenly happening, the only addition I have made to the header.php is a div class for owner login graphic… Any ideas welcome!! Thanks very much…
    My header php is as follows:

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="https://www.w3.org/1999/xhtml" <?php language_attributes(); ?>
    <head profile="https://gmpg.org/xfn/11">
    <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
    
    <title><?php bloginfo('name'); ?> <?php if ( is_single() ) { ?> ? Blog Archive <?php } ?> <?php wp_title(); ?></title>
    
    <meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> <!-- leave this for stats -->
    <link rel="Shortcut Icon" href="<?php echo get_settings('home'); ?>/wp-content/themes/theme422/images/favicon.ico" type="image/x-icon" />
    <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
    <link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" />
    <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
    <?php wp_head(); ?>
    	<script language="JavaScript" type="text/javascript"><!--
    if  ((navigator.appName == "Microsoft Internet Explorer") && (navigator.userAgent.indexOf ("Opera") == -1))  {
    	document.write ('<link href="<?php bloginfo('stylesheet_directory'); ?>/style_ie.css" rel="stylesheet" type="text/css" media="screen" />');
    };
    //--></script>
    <!--[if IE 6]>
    <script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/js/DD_belatedPNG_0.0.8a-min.js"></script>
    <script type="text/javascript">
      DD_belatedPNG.fix('.col a img');
    </script>
    <![endif]-->
      <style type="text/css">
    body {
    background:#B8DFFA url(<?php bloginfo('template_directory'); ?>/masthead/rotate_images.php) top right repeat-x;
    }
    </style>
    
    <?php
    if (is_front_page())
    {?>
    
    <base target="_blank" />
    
    <?php } else { ?>
    
    <?php } ?>
    
    <!-- Start of Woopra Code -->
    <script type="text/javascript">
    function woopraReady(tracker) {
        tracker.setDomain('setsail.com');
        tracker.setIdleTimeout(300000);
        tracker.track();
        return false;
    }
    (function() {
        var wsc = document.createElement('script');
        wsc.src = document.location.protocol+'//static.woopra.com/js/woopra.js';
        wsc.type = 'text/javascript';
        wsc.async = true;
        var ssc = document.getElementsByTagName('script')[0];
        ssc.parentNode.insertBefore(wsc, ssc);
    })();
    </script>
    <!-- End of Woopra Code -->
    
    </head>
    
    <body <?php body_class(); ?>>
    <a name="top"></a>
    <div class="main">
    	<div class="head">
    		<div class="col">
    			<div style="margin-top:37px; margin-left:13px;">
    			<a href="<?php echo get_settings('home'); ?>/"><img src="/images/SetSail.png" border="0" /></a>
    			</div>
    
    		</div>
    		<div class="tagline">
    			<h2 id="site-description"><?php bloginfo( 'description' ); ?></h2>
    		</div>
    		<div class="t_search">
    			<div class="col text">
    				Search on site
    			</div>
    			<div class="col">
    				<?php include (TEMPLATEPATH . "/searchform.php"); ?>
    			</div>
    
    			<div class="owner login">
    			<a href="https://setsail.com/forums"><img src="/wp-content/uploads/2012/07/SETSAIL_6.png" border="0"/></a>
    	</div>
    		</div>
    		</div>
    
    	<div class="navigation-menu">
    		<nav id="access" role="navigation">
    			<?php wp_nav_menu( array( 'theme_location' => 'primary' ) ); ?>
    		</nav><!-- #access -->
    		<div class="spacer"><br class="clear" /></div>
    	</div>

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Header logo appears in homepage but not others’ is closed to new replies.