Introducing Fastway 2.0 - Wordpress Theme

Enter the Fastway 2.0

As you may have noticed by looking at several of my themes, not to mention the current design on this site, I like whitespace. I like the way whitespace allows focus on text and images, and Fastway 2.0 is another great example of that. It has enough color to add flavor, but retains a very clean look.

Fastway 2.0 is an upgraded version of my Fastway theme, and is a huge improvement over the previous version. Among those improvements are a more sleek and refined layout, and error-free XHTML and CSS code.

Fastway 2.0 Theme for Wordpress

What Happened to the Checkerboard?

One thing you’ll notice that’s gone in this version, is the checkerboard background at the top above the header. I noticed that a large portion of people using the first version were interested in removing that, and so I decided to leave it out of version 2.0. However, if you like the checkerboard background, there is one little option in this theme that you may like. I have a red/dark red checkerboard background pre-installed for the header for those who would like to use it. If you would like to make this change, here’s how!

Open the style.css file(stylesheet), and scroll down to to the header section. You’ll see this code:

#header{
background: #BB0000 /*url(images/header_bg.jpg)*/;

Now, all you have to do is remove the / and the * off of each end of the image code like this:

#header{
background: #BB0000 url(images/header_bg.jpg);

Now, save your changes and take a look at your blog. Here’s what you should see…

Fastway 2.0  with Checkerboard Header

Fastway 2.0 comes with an XHTML Sitemap

With Fastway 2.0, you also get a styled-to-match XHTML sitemap as a standard feature. Follow these instructions to set it up.

Page Template
Log into your Wordpress admin, and click on the write tab. Here we’ll write a new page, rather than a post. Simply name the page “Sitemap”, then over to the right side of the screen there is a drop-down menu for “Page Template”. In this drop down, choose “Sitemap”. Save the page, and you’re good to go!

Fastway 2.0 is widget ready and Wordpress 2.3 compatible.

Preview and Download now!

These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • del.icio.us
  • Bumpzee
  • Reddit
  • StumbleUpon

23 Comments ⇓

  1. comment author photo

    Hi, I have a new project going on at http://big12talk.com. I love your fastway theme but for some reason I can’t get something to work. The widget titles on the right side for some reason aren’t styled like the ones on the left are. Any help would be appreciated!

    Thanks
    - Jake

  2. comment author photo

    “error-free XHTML” … now there’s a concept I need to work on. When I finished my latest Zoomstart theme I checked it and the error list was about a mile and a half long.

    Nice work as always Anthony!

  3. comment author photo

    Jake,
    I emailed you a replacement file that should fix the issue. I originally had the line that adds the widget capability above the opening of the main unorderd list rather than below. Sorry about the trouble.

    Shane,
    Thanks. Yeah, getting rid of XHTML errors can be a real pain, but usually, if you go through and fix the first few, the rest disappear.

  4. comment author photo

    This is one of the nicest WordPress themes I’ve run across. As soon as I saw it on your website, I knew I wanted to use it. Thanks for some great work!!!

  5. comment author photo

    You’re welcome, Ken. I’m glad you like it , and hope you get some good use out of it.

  6. comment author photo

    Nice theme i used it on my blog.
    Keep inovative and creative :D

  7. comment author photo

    But how to make the total post on categories shows not in the same line with category name

  8. comment author photo

    Sorry Plugie, I’m not sure what you mean.

  9. comment author photo

    Hey, I wanna make a translation for this so great theme. I don’t so like changing every English expression to my language in the code, so my question:is there any opportunity to include a pot file, or should I rather start doing the mentioned way? Thanks!

  10. comment author photo

    John, I’m afraid I’m not familiar with a pot file…sorry.

  11. comment author photo

    Anthony ,

    There is 10 px wide blank space above the header by viewing Fastway 2.0 in the latest Firefox. IE6 and IE7 weren’t affected. Is there any easy fix for that?

    Thanks a lot.

  12. comment author photo

    Mikhail,

    That space is actually there on purpose. To do away with it, all you have to do is open the stylesheet and adjust the wrapper margin.

    Change this:

    #wrapper{
    margin: 10px auto 10px auto;

    to:

    #wrapper{
    margin: 0 auto;
  13. comment author photo

    Anthony,

    you are the best,

    :)

  14. comment author photo

    Anthony,

    Neither Tags Cloud Widget nor simple code for tags cloud works in that theme. They just listed alphabetically like categories, for instant. By switching in default theme, the cloud appears as it must be. I guess there is something in CSS preventing tags cloud from being working as intended. Is there any way to fix that?

  15. comment author photo

    Gee-whiz, I’m really not sure. I’ll look into this when I can. When you have support questions, Mikhail, I would appreciate you leaving a link to your website.

  16. comment author photo

    Sure. Yeah, I removed “display: block;” in Left Sidebar CSS section.

    Thanks for your great theme, Anthony

    :)

  17. comment author photo

    Great! Glad you got it working, and thanks for teaching me how to do it :-)

  18. comment author photo

    Can you give the size of the header image? I’d like to insert a custom header into your theme. Thanks for the theme, it is very simple and easy to use.

    http://www.weirdthingsthathappened.com

  19. comment author photo

    Debbie,
    Actually, Fastway doesn’t have a header image by default. The red space at the top is actually just filled in with the color(#BB0000). An image can be added, but it will require both HTML and CSS changes.

  20. comment author photo

    Thanks for that info and all the other good stuff on this site. If I were to add a custom header image, do you have a recommended size?

  21. comment author photo

    I’m trying to get the author byline to show up on posts on the home page. It shows up when I click through to a post but not on the home page. I’m guessing this is the way wordpress has set it up. Was wondering if you know a work around.
    http://www.360prblog.com

    Also thinking of upgrading to 2.5. Does fastway 2.0 work well with wordpress 2.5?

    Thanks for a great theme!

    Ian

  22. comment author photo

    Thanks Ian. In the theme files, index.php is the page that’s pulled up when you are on the front page of your blog. When you click the post title, the same information comes up on a different template that includes the comment form. This template is the single.php file. In both of those files, you’ll find the “post info” underneath the post title. You can copy the “post info” code from the single.php file into the index.php file, and you’ll have the same results on both pages. If you aren’t familiar with the code, it’s pretty easy to identify it when you see it. Definitely take a look and see if you see it. Hope that helps you.

    As for WP 2.5, I have looked the theme over on 2.5, and haven’t found anything that wasn’t working right.

  23. comment author photo

    Anthony -

    Love the Fastway theme. I am looking forward to seeing Fastway 2.0 as a download again in the future… In the meantime - I am wondering how I “replace the entire” header image with a custom header.

    I LOVE everything else about the layout and setup of the design - just hoping to switch out the red banner and checkerboard (leaving the nav bar underneath).

    Any help would be greatly appreciated.

    Rory

Discussion Area ~ Leave a Comment