Notes on the Blue Fade Theme
The Blue Fade theme was created by Bert Hixson of Web Considerations, LLC. You may use it for any purpose or make any changes you like; just be sure to leave the Web Considerations link in the footer.
This theme is "widgetized" so you can add custom widgets to the sidebar.
To install the theme:
1. Download the Blue Fade theme.
2. Unzip the bluefade.zip to the themes directory of your blog i.e. wp-content\themes.
3. Upload the wp-content\themes\bluefade directory to the server the WordPress blog is installed on.
4. Log into your blog admin console and activate the theme. It is called Blue Fade 2.0 (at this release).
The Blue Fade theme includes a "header.png" file located in the fireworks directory that you can edit to include your own blog name with the custom styling that is used on the "blue fade" logo. I used Fireworks to create the file but any graphics editor that can read png files should work.
1. To edit the file, open in your graphics editor.
2. The file is \wp-content\themes\bluefade\fireworks\header.png.
3. Change the "blue fade" text in both the name and shadow of the text to the name you want i.e. your blog name.
4. The header.png is sliced into two files: back-ground.jpg and logo.jpg.
5. Export the files to the images directory of the bluefade directory in your themes and upload the images again.
6. By default, the alt description of the logo is set to alt="WordPress Theme Design - Blue Fade - Web Considerations". You can change this in the header.php. You need to have an alt description for valid XHTML.
7. The coding in the header.php already uses the proper file location and logo file name.
Since you can change the words "blue fade" in the PNG to any name you want, you may want to remove your blog name (and/or description) from the very top of the page and change it to something like your page/post titles. To do so, look for <div id="top"><?php bloginfo('name'); ?> - <?php bloginfo('description'); ?></div> in the header.php and change it something you want. For example, if you want to change it to the title of your specific pages and posts remove <?php bloginfo('name'); ?> - <?php bloginfo('description'); ?> and add <?php the_title(); ?>.
The theme includes all the standard features in the sidebar.php i.e. Search, Pages, Archives, Category, Blogroll and Meta. If you have added any of those specific features in your Widget management, just delete the appropriate areas out of the sidebar.php OR remove them from your Widgets management tool.
The overall look of the theme looks better when the pages and posts are several paragraphs long or the are several posts per category. However, the theme still functions and looks just fine for shorter lengths. The only small thing is that if the length is shorter, the sidebar items will extend past the content. No biggie really.
The style.css file, of course, contains all the styling for the layout and WordPress sections of the design. I did my best to lable the specific sections or elements. If it not labeled, don't fret... it's in there. The style.css is sectioned pretty good though; at least in my head. :)
On one last note, when I tested this theme, it validated on the XHMTL and CSS perfectly. However, I have noticed on some sites, one (1) error will occur concerning a closing </ul> tag. If this happens to you, remove the <ul class="menulist"> line above the "...( function_exists('dynamic_sidebar')..." and the </ul> line below the ...?php endif; ... line located in the SIDEBAR.PHP.
Release Changes 2.1.0
- Modified the sidebar.php to move the Category section above the Archive secction.
- Modified the index.php and changed the "continue_read" styling from a SPAN element to a DIV.
- Modified the index.php and changed the "tag" styling from a SPAM element to a DIV.
- The changes in items 2 and 3 were to correct a XHTML validation error when, as an admin, you set the default home page of your post to "Your Latest Posts". If it was set to a specific page it would validate fine before the fix but now will validate fine with either option.
- Modifed the 404.php to better display the "Not Found" message.
Release Changes 2.1.1
- Modified the comments.php to pass XHTML validation when there are two or more comments. (Changed avatar element from ID to class)
- Modifed the comments.php to correctly connect to login page when admin options are set to "Must be registerd and logged in to comment".
- Modifed the functions.php to better style the sidebar when widgets are added.
- Removed the XFN link from sidebar.
Release Changes 2.2
- Modified comments.php to include new "threaded comments" as a part of WordPress 2.7.
- Created this new HTML file for version release changes and notes.
Release Changes 3.0
- Modified header.php so that the reply link moved the reply form to the proper comment.
- Modified the style.css to better style the input and text areas.
- Renamed the blue-fade folder to bluefade so that the theme preview displayed the screenshot properly. (Issue surfaced in WordPress 2.71.
- If you are replacing any previous version, you can delete the blue-fade folder from your server and replace it with this version. Be sure to copy over any plugins that you have installed.
