Just installed DOJO theme at Questions4RealEstate. (In a few days, this blog with have some pertinent posts, right now there are only a couple test posts.) To replace text title with image Opener header.php Find this code <div id=”header”> <?php if ( is_home() ) { /* use an h1 on the homepage */ ?> <h1 id=”blogname”><a href=”<?php bloginfo(’url’); ?>”><?php bloginfo(’name’); ?></a></h1> <?php [...]
Continue reading...12. September 2008
I suppose I could have made this as one image intead of two. Well, hell.
Continue reading...12. September 2008
The bg-portrait images must be numbered consectutively. If not, you will get blank spaces in the image rotation.
Continue reading...12. September 2008
Placing valign=”center” in the image tag of the “A conversation” header image caused FireFox to center the main content column, and pushed the sidebar below the main content. Don’t do it. <img border=”0″ valign=”center” src=”http://www.nelanews.info/blog/wp-content/uploads/2008/09/a-conversation-01.png”> So, I pushed the image down from the top of the container with some extra blank space at the top, [...]
Continue reading...12. September 2008
The final bg-portrait image size must be 319 pixels in width by 221 pixels in height. (Measuring the sides of the transparent background image) If any other size, the image will be cropped, or you will see funny artifacts:
Continue reading...12. September 2008
I changed the form on the “Contact Us’ page to a Wufoo form http://wufoo.com/ I think Wufoo offers more options than the Contact II plugin I was using, and I like the layout options better. After setting up all your options at Wufoo, you simply paste the Wufoo code into the HTML view of a page, [...]
Continue reading...12. September 2008
When I replace the bg-portrait images with mine that use a transparent background … they will be .png images rather than .jpg images (Standard JPG does not support transparency)… So I will need to change this line in the header.php file <link rel=”stylesheet” href=”<?php bloginfo(’stylesheet_url’); ?>” type=”text/css” media=”screen” /> <style type=”text/css”> #portrait-bg { background:url(<?php bloginfo(’template_directory’); ?>/images/bg-portrait<?php echo (rand()%10); ?>.jpg); [...]
Continue reading...12. September 2008
I don’t like the funny spacing produced by justified text, so I changed this /************************************* +Entry *************************************/ .entry { margin-bottom:0; text-align:justify; to this: /************************************* +Entry *************************************/ .entry { margin-bottom:0; text-align:left;
Continue reading...11. September 2008
Use BORDER=0 to remove anchor outline border from header image…. <span class=”btitle”><a href=”<?php echo get_settings(’home’); ?>/”><img border=0 src=”http://www.clutteredshelf.com/wordpress2/wp-content/uploads/2008/08/clutter01.png”></a></span>
Continue reading...11. September 2008
Well, look at that. I’m also running Amazing Grace experiments on http://www.clutteredshelf.com and I thought I’d try simply replacing the portrait images, bg-portrait0.jpg through bg-portrait9.jpg with my own images… and I wondered why the border styling disappeared. News flash! The border was not created by CSS styling, it is part of the image. As is [...]
Continue reading...
28. September 2008
0 Comments