Title: agiledesign's Replies | WordPress.org

---

# agiledesign

  [  ](https://wordpress.org/support/users/agiledesign/)

 *   [Profile](https://wordpress.org/support/users/agiledesign/)
 *   [Topics Started](https://wordpress.org/support/users/agiledesign/topics/)
 *   [Replies Created](https://wordpress.org/support/users/agiledesign/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/agiledesign/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/agiledesign/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/agiledesign/engagements/)
 *   [Favorites](https://wordpress.org/support/users/agiledesign/favorites/)

 Search replies:

## Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Calendar plugin (Kiernan)](https://wordpress.org/support/topic/calendar-plugin-kiernan/)
 *  Thread Starter [agiledesign](https://wordpress.org/support/users/agiledesign/)
 * (@agiledesign)
 * [17 years, 1 month ago](https://wordpress.org/support/topic/calendar-plugin-kiernan/#post-1040402)
 * Anyone?
    I realize I misspelled Kieran’s name in my title. Is that why the good
   man hasn’t been back to me? I also realize it was Friday, and today is Monday,
   and there’s no money crossing hands, but I can hope …
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [WPAU – Could not find the requested page …](https://wordpress.org/support/topic/wpau-could-not-find-the-requested-page-1/)
 *  Thread Starter [agiledesign](https://wordpress.org/support/users/agiledesign/)
 * (@agiledesign)
 * [17 years, 4 months ago](https://wordpress.org/support/topic/wpau-could-not-find-the-requested-page-1/#post-946034)
 * Now a triple posting, can’t help but reply to my own posts. The issue appears
   to be fixed (though something ugly may still crop up). I disabled the old Category
   Visibility plugin and voila! everything appears now.
 * Now for checking out the new category plugin I saw the other day …
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [WPAU – Could not find the requested page …](https://wordpress.org/support/topic/wpau-could-not-find-the-requested-page-1/)
 *  Thread Starter [agiledesign](https://wordpress.org/support/users/agiledesign/)
 * (@agiledesign)
 * [17 years, 4 months ago](https://wordpress.org/support/topic/wpau-could-not-find-the-requested-page-1/#post-946002)
 * Sorry about the double posting. When I clicked “Post” the first time I got an
   error that said “Could not find Subject,” so I thought it didn’t work. Now I’ve
   gone and compounded the issue by responding to my second post. Talk about clutter.
   
   Apologies go on and on …
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Assigning different header images to certain pages (not randomly)](https://wordpress.org/support/topic/assigning-different-header-images-to-certain-pages-not-randomly/)
 *  Thread Starter [agiledesign](https://wordpress.org/support/users/agiledesign/)
 * (@agiledesign)
 * [17 years, 9 months ago](https://wordpress.org/support/topic/assigning-different-header-images-to-certain-pages-not-randomly/#post-829564)
 * This does help. It doesn’t work perfectly on my site YET, but I think it will
   start me on the road to getting it right. At least I “get it” to the extent that
   I see the logic and can follow the little bit of code, and now the Conditional
   Tags page makes more sense.
 * Thanks for your help!
 * Averill
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Assigning different header images to certain pages (not randomly)](https://wordpress.org/support/topic/assigning-different-header-images-to-certain-pages-not-randomly/)
 *  Thread Starter [agiledesign](https://wordpress.org/support/users/agiledesign/)
 * (@agiledesign)
 * [17 years, 9 months ago](https://wordpress.org/support/topic/assigning-different-header-images-to-certain-pages-not-randomly/#post-829521)
 * (sheepishly) Sorry – didn’t know.
    Averill
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Assigning different header images to certain pages (not randomly)](https://wordpress.org/support/topic/assigning-different-header-images-to-certain-pages-not-randomly/)
 *  Thread Starter [agiledesign](https://wordpress.org/support/users/agiledesign/)
 * (@agiledesign)
 * [17 years, 9 months ago](https://wordpress.org/support/topic/assigning-different-header-images-to-certain-pages-not-randomly/#post-829498)
 * I am NOT PHP experienced! I do all right with CSS but am lost with anything beyond
   simple php statements. In my CSS there’s an ID for an agil-header background 
   image, but I definitely need help making it work!
 * Here’s the header code (hardly changed from the original kubrick):
 *     ```
       <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
   
       <html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>
   
       <head profile="http://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() ) { ?> &raquo; Blog Archive <?php } ?> <?php wp_title(); ?></title>
   
       <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'); ?>" />
   
       <link rel="shortcut icon" href="favicon.ico">
   
       <style type="text/css" media="screen">
   
       <?php
   
       // Checks to see whether it needs a sidebar or not
   
       if ( !empty($withcomments) && !is_single() ) {
   
       ?>
   
       	#page { background: url("<?php bloginfo('stylesheet_directory'); ?>/images/kubrickbg-<?php bloginfo('text_direction'); ?>.jpg") repeat-y top; border: none; }
   
       <?php } else { // No sidebar ?>
   
       	#page { background: url("<?php bloginfo('stylesheet_directory'); ?>/images/kubrickbgwide.jpg") repeat-y top; border: none; }
   
       <?php } ?>
   
       </style>
   
       <!--<?php wp_head(); ?>-->
   
       </head>
   
       <body>
   
       <div id="page">
   
       <div id="header">
   
       	<div id="headerimg">
   
       		<!--<h1><a>/"><?php bloginfo('name'); ?></a></h1>-->
   
       		<!--<div class="description"><?php bloginfo('description'); ?></div>-->
   
       	</div>
   
       </div>
   
       <hr />
       ```
   
 * and the css up to the header image:
 *     ```
       body {
   
       	font-size: 62.5%; /* Resets 1em to 10px */
   
       	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
   
       	background-color: #fde5c2;
   
          	color: #333;
   
        	text-align: center;
   
       	}
   
       #page {
   
       	background-color: #fde5c2 ;
   
       	text-align: left;
   
       	}
   
       #header {
   
       	background: url('../mtview/images/mvdtheader.jpg') no-repeat;
   
       	}
   
       #agil-header {
   
              background: url('../mtview/images/agilheader.jpg') no-repeat;
   
               }
   
       #headerimg 	{
   
       	height: 200px;
   
       	/*width: 760px;*/
   
       	}
       ```
   
 * Many thanks for your help. If we need to go off-forum for this, please let me
   know.
 * Averill

Viewing 6 replies - 1 through 6 (of 6 total)