Untheme two-column by Lloyd Armbrust


This theme was designed as a starting place for new blog designs.


In the past, before I start a new project, I would spent about 20 min cleaning Kubrick, the WordPress default template, of everything that I never use in blog design. After putting together over 30 different blogs/websites in this manner, this wasted time has really added up–which gave birth to the Untheme.

The Untheme series will have many different layouts to match the basic styles that currently exist in modern web design, but they will all be very general, and will include everything necessary for a stable WordPress blog design.

As I imagine is the case with the majority of WP themes out there, most of the PHP, XHTML, and CSS for this theme was found and adapted from the Kubrick 1.5 theme found at: http://binarybonsai.com/kubrick/

Everything (CSS, XHTML, and “design”) is released under GPL: http://www.opensource.org/licenses/gpl-license.php

This means that you can do anything you want with this theme–including printing its code on a t-shirt and lighting it on fire! (But please, send photos if you do this.)

Download here: Untheme two-column (1477) (44.4kb)

39 Responses to “Untheme two-column”

  1. eckert Says:

    i will, if i knew where it was.

  2. Lloyd Armbrust Says:

    Happy? This was a placeholder. But now its a real boy!

  3. firas Says:

    hello…nice templete but it would be perfect and i will use it if the top gray pannel has an image (so i can put a logo)

    but still i love the clean look.

    can u tell me how to add an image background on the top gray?

  4. Lloyd Armbrust Says:

    Yeah, open /wp-content/themes/untheme/style.css, and replace all the #header code with the following:

    #header {
    background: #fff url(‘http://pathtoyour.com/image.jpg’) !important;
    margin: 0;
    padding: 10px;
    height: 310px;
    width: 940px;
    }

  5. Jo de Jong Says:

    It’s upgrade time. :( Is ‘Untheme’ WP 2.7 compatible? It’s not on the WP list of compatible themes.

    Thanks.

  6. Jane W. Says:

    Hi,

    Thank you for this great theme….
    I am just wondering… is there any way that I can change background colors on both the header (gray) and the area right below (dark gray) to the colors I like?

    thank you!

  7. Lloyd Armbrust Says:

    @Jo de Jong — It should work in 2.7, are you having problems? Let me know.

    @Jane Thanks! Yes, it’s really easy. Just edit /wp-content/themes/untheme/style.css, and replace all the #header code with the following:

    #header {
    background-color: black;
    margin: 0;
    padding: 10px;
    height: 310px;
    width: 940px;
    }

    Note that where I put “black” you can put a number of colors or use the hexadecimal HTML color code to choose from 16.7 million colors (ie, #000066 equals dark blue, #cc0000 equals blood red, etc).

  8. Jane W. Says:

    Hi,

    thanks for the help!
    how about the background….I want use a pattern(pic) as my background instead of just light gray color, is that possible?

    and one more thing, there is a “Log In” on the bottom of the page along with “Tutorials & About us”.
    Am I able to remove the “Log In” only?

    Thank you!

  9. Jane W. Says:

    Hi,

    It’s me again.
    I found where to make the changes!
    Thanks again for the great theme, I really like it!

  10. Jane W. Says:

    Hi,

    I saw you provided a solution for adding an image to the top gray panel.
    I did it, too. And it worked, looked great!
    Just wondering, can I also add a link to the image? so when people click on the image/logo, it will take them back to home.

    thanks!

  11. Marie Daniels Says:

    I am using this url that I have to test create a blog page but I cannot figure out how to have the header image show. I have copied and pasted the code into the stylesheet:

    #header {
    background: #fff url(‘http://entreewest.com/wp-content/uploads/2009/03/blog-hdr-940.jpg’);
    margin: 0;
    padding: 10px;
    height: 80px;
    width: 940px;
    }

    I have not changed anything in the header .php. The text still shows. No header image. Have I uploaded improperly? I am stumped for the solution.
    Will my header move the nav bar down automatically?

  12. Marie Daniels Says:

    Anyone have any suggestions for me? I am trying to use an image as the background on the page rather than a color. How do I insert a gradient image for my background?

    All help would be greatly appreciated! Thanks in advance!

    Marie

  13. BobJ Says:

    Love this theme. So clean. I’m a css/wp newbie but was wondering if there was a way of making the background of the sidebar go all the way down to the footer in long pages.

    Hope this makes sense
    cheers

  14. Lloyd Armbrust Says:

    @Jane Yeah, in the header put:

    <a href="/" id="homelink" >&nbsp;<a/>

    and then in the css put:

    #homelink a {width: 500px; height: 100px; display: block}
    You might have to adjust the width and height, but that should work.

    @BobJ yeah, just put some background css in style.css for #sidebar.

  15. Lloyd Armbrust Says:

    @Marie It looks like your blog is working just fine. Let me know if you have any more questions or need any more help.

  16. Bokeh123 Says:

    I’m using this theme for my blog and would like to have an active link color for the top nav. Can’t get the CSS to work. Here’s what I’ve added to the style sheet:

    #nav a:active {
    line-height: 30px;
    vertical-align: middle;
    color: #f9a807;
    text-decoration: none !important;
    }

    Any help would be greatly appreciate!

  17. Jared Says:

    Hi Lloyd,

    Like a few others, I too am having trouble loading a header image. I’ve changed the dimensions to match the image I’m using (can be found at http://thechristopherbarnes.com/purple.jpg) but it just won’t seem to show for me. I’d like to replace the header with an image and remove the text altogether once the image is visible. Here is the code that I’m using:

    #headerimg .description {
    font-size: 1.2em;
    text-align: left;
    }

    #header {
    background: #fff url(’http://www.thechristopherbarnes.com/purple.jpg’) !important;
    margin: 0;
    padding: 0px;
    height: 147px;
    width: 940px;

    }

  18. Elisa Says:

    Does this theme enable threaded comments? Or is there some sort of rewriting that should occur in the php?

  19. Lauren Says:

    looking good

  20. Matt Says:

    Is there plans for an update compatible with the most recent WordPress?

  21. Steve Cooke Says:

    Hi
    I’m new to WordPress but I’ve been using untheme for a short time and everything been going fine… until… I made a few alts to the blog pages, mostly adding Amazon widget html. I’ve just come to look at the home page and the side bar has been displaced to the bottom of the page. I have no idea what I’ve done to cause this. The sidebar seems fine in all other pages on the site. Any ideas how to correct this problem.

    Web site: http://www.flyingpodcast.co.uk

    Cheers
    Steve

  22. Steve Cooke Says:

    Hi
    I have resolved the above problem.
    Cheers

    Steve

  23. Jess Says:

    I am loving the simplicity of this template and I have been able to edit the majority of things, but there are a couple of things I just cannot figure out.

    I really want the main body to be at a fixed position, not centered but to left a bit.

    I am also using a .png with a transparency as my header image, and my goal is to have a patterned background, have pattern show through part of the header image, but for some reason the header div takes on a background color I guess from the #page, and I can’t get the header div to be without a background so there is no transparency. This makes my plan of having a main background image for the body show through parts of my header image impossible.

    Man I hope you understand this because I reread that and it sounds a little messy, I just don’t know how else to explain it =/

    Thanks so much!

  24. Max Harvey Says:

    Hi

    Thanks for this amazing template!

    Is there any way to make the gap between the left hand edge of the nav bar and the first nav item smaller?

    Thanks.

  25. Mike Says:

    Hi,

    Is there a way of changing where the menu (both navbar and footer) starts? I have changed the left margin for the main content from about 45px to 20px. I would like to change the left margin for the menus so that they are aligned with the main content, but I can’t work out what to change?

    Cheers,

    Mike

  26. Donovan Pierce Says:

    Hey there!

    My bar has been using untheme for about a year now.

    I just upgraded (oops) to 2.9.1 and my site stopped working. I have this issue: fatal error: call to undefined function wp_css_dropdownmenu

    I have the default template up now, just so people can see my calendar. It is a business!

    Any clues as what I need to do to get this fixed?

    Have you heard of this before?

    Fatal error: Call to undefined function wp_css_dropdownmenu() in /home/content/k/i/a/klausinski/html/wp-content/themes/untheme-two-column/header.php on line 71

    And then, in my header php at line 71 I see:

    any advice is greatly appreciated!

    best,

    Donovan

  27. Donovan Pierce Says:

    oops. That last one cut off my message. what i see is:

  28. Lisa Says:

    I love your theme! I’ve used it to transfer an old strictly html site to the world of wordpress. So far, everything is working great. However, I do have one question. I love your theme and don’t want to switch. But, I would like the option to add a third column (most likely a left sidebar). Is that possible with this theme? How much would I have to change to accomplish this and is it even worth it? Would I be better off to find a different theme that already comes with three columns? (Please keep in mind that I really like everything else about your theme and don’t really want to leave it). Thanks!

  29. eckert Says:

    It should be a simple CSS change. If you are not already using the Firebug plugin for Firefox, download it and it will greatly help you figure out what fixes you need.

  30. tom Says:

    Hello,
    Thank you for sharing this great theme.
    I too cannot manage to get the navigation menu to s tick closer to the left edge of the site… Anybody?

  31. Bari Says:

    Hi there,
    i’m in the process of trying to edit the theme to match my colours etc, i have noticed a strage this when i mouse over items in the nav bar, everything moves on the page! link – http://tinyurl.com/y8ehy8m
    also, i created a page called “home” rather than “about” as this will be the landing page, but in the navbar home appears twice could you offer some advice to fix this
    cheers

  32. Bari Says:

    great theme by the way!

  33. Lindsay Oberst Says:

    I love your theme and its simplicity, however, several of my readers told me they cannot properly view my site on Internet Explore. I use Firefox and don’t encounter the same viewing problems. Is there a way to fix these issues?

    Thanks.

  34. Max Harvey Says:

    Hi, I have been using your theme for a very long time now and i’m absolutely loving it. It is easy to customise, looks good and loads fast.

    I have though, one bug which i’m looking to fix. When viewing sites using untheme in IE6, the sidebar shifts down and right and messes up the layout.

    Is there a fix for this particular bug?

    Many thanks.

  35. Jon Seager Says:

    Thanks for the great theme. I am finding it easy to make the changes I want to make with just one exception. I would like to get beyond the 6 tab barrier for pages that seems to be present. Any ideas on where I might change this? I have only 2 more tabs I would like to appear.

    Thanks,
    Jon

  36. eckert Says:

    as far as the sidebar shift, that’s because IE6 is terrible and reads the padding incorrectly. try changing the padding or width on the narrowcolumn div and see if that helps.

    if you need more navs, try decreasing the amount of padding between each one or font size.

  37. Hajer Says:

    Bonjour,
    Je voulais savoir si on peut faire deux colonne de texte dans la page et pas dans le sidebar.
    Merci.

  38. Meg V Says:

    hi there,
    i’m trying to change the post title color, and i can’t for the life of my figure it out.

    great layout!

  39. Pryce Jones Says:

    I’ve been trying to figure out where to put the code for a Facebook like button on my posts. I’m doing it by hand for each post but would rather set things up so I don’t have to add it by hand each time. I’ve tried putting it in the Single.php file but it doesn’t seem to work. Am I working with the wrong file?

    Thanks,
    Pryce

Leave a Reply


It’s Called Web Design is sponsored by Seeing Interactive and powered by WordPress
Entries (RSS) and Comments (RSS).
54 queries. 0.530 seconds.