Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • Forum: Plugins
    In reply to: Calendar plugin (Kiernan)
    Thread Starter agiledesign

    (@agiledesign)

    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 …

    Thread Starter agiledesign

    (@agiledesign)

    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 …

    Thread Starter agiledesign

    (@agiledesign)

    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 …

    Thread Starter agiledesign

    (@agiledesign)

    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

    Thread Starter agiledesign

    (@agiledesign)

    (sheepishly) Sorry – didn’t know.
    Averill

    Thread Starter agiledesign

    (@agiledesign)

    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" "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() ) { ?> &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)