Nonzero Widget Released

nonzero green

I just released the “wigetized” version of Nonzero theme, this is an improvement from the earlier version not just in terms of widgets, but also in the index page user/small meta and uses only one WP loop (for what is worth mentioning). Go ahead and grab it, if the color scheme is not something you dig, look for blue, green and red versions on this site shortly.

Some useful links: Test Run | Download

Leave a Comments | Trackback | RSS 2.0

  1. 1. Weblog Tools Collection » Blog Archive » WordPress Theme Releases for 1/17 | January 17, 2007 #

    [...] Nonzero Green is a three column, widget ready theme based on design by NodeThirtyThree Design [...]

  1. 2. Maria | January 17, 2007 #

    Oh, that’s quite nice! I’ve been looking for a new 3-column theme to play around with, but I’d really like a RED one – to be specific, #CA1717 colour. That’s a lovely shade of red. Hehe.

  1. 3. LifeDev » LifeDev 2.0 | January 18, 2007 #

    [...] I’ve been wanting to do an update on LifeDev’s template design for a while now.  While I really liked the old design for nostalgia purposes, I’ve been wanting to try a sleeker, more modern look. So when I first saw the nonzero-green theme a while back, and last night found out that a port had been made for Wordpress, I jumped at the chance to use it. [...]

  1. 4. Richard | January 29, 2007 #

    Hi there and thanks for this great theme. May I throw out a few CSS questions please? First up, how would I go about replacing the existing coloured page-spanning banner with an image which spans the entire page (say a 2000px superheader, ala the K2 superheader approach)? As part of that, how would I remove the default title and subtitle text, so that a logo on my banner takes precedence (and that logo must remain in a fixed place)? FInally, and this is more a comment, I’ve noticed that Sidebar Modules work with the green version of the theme but not the red. Do you know why?

    Thanks again. If you can help me with these things – and I get them working – please flick me a paypal request for, say, US$15.

  1. 5. hso | January 29, 2007 #

    @ Richard

    The Red version is NOT widget ready, hence the release of the green :-)

    1) As for the background, use a 1 to 10px high 2000px wide image and call it say bg.gif.

    Then add this line of code to your css:

    background:url(images/bg.gif) top repeat-y #fff;

    2) Adding a logo that floats is tricky, the code exists in your stylesheet (see below), just adjust the width and height to position it, and add a logo image called logo2.gif into your images folder within the CSS folder:

    .logo { LEFT: 510px !important; LEFT: 515px; BACKGROUND-IMAGE: url(images/logo2.gif); WIDTH: 270px; BACKGROUND-REPEAT: no-repeat; POSITION: absolute; TOP:0px; HEIGHT: 200px }

    To delete the blog name and description, open header.php and delete the ?php bloginfo(‘name’); ? and ?php bloginfo(‘description’); ? within < and >

     

  1. 6. Richard | January 29, 2007 #

    Many thanks. Fantastic. I’ve got the background image appearing properly. I can’t, however, get a logo to show. I’ve followed your instructions but nothing appears. I also can’t remove the blog name and description because the header.php file doesn’t contain the text you mention. It only appears to contain a hyperlinked “Home”; nothing more. Strange. Am I doing something wrong?

    In case it helps, I noticed that the line of code you gave me above differs from the line in the nonzero green folder. In the green.css file, the line is: “.logog { LEFT: 355px; BACKGROUND-IMAGE: url(‘images/logo2.gif’); WIDTH: 147px; BACKGROUND-REPEAT: no-repeat; POSITION: absolute; TOP: 40px; HEIGHT: 178px }”.

    Might that explain my problems? Particularly the “logog” rather than “logo” bit? I’ve tried both, by the way, but neither seems to work.

    Would really appreciate your help with this because if I can get this working your theme will be perfect.

    Thanks again
    Richard

  1. 7. Richard | January 30, 2007 #

    Hi there again

    I’ve just noticed one other thing with this theme that I’d like to run by you please. When one uses something like an email to blog plugin or “Blog This!” bookmarklet or the like which allows one to put an external link in a post title, the post title with this theme plays up. For example, instead of a title called “Google” with an external link to Google appearing only as “Google” (and linking to Google), one gets “Google”>Google”, the first Google pointing to a WP permalink on the site and the second pointing to Google. Do you know whether it’s possible to fix this please?

    Many thanks
    Richard

  1. 8. hso | February 1, 2007 #

    @ Richard

    The first issue is due to the logog issue, either change the code in the template to logog or change the style in CSS to logo, make sure they match, then add the image of the correct name, type and size!

    The second issue with the links using some plugin, it is a plugin issue and I am not familiar with it, so try contacting the plugin author.

  1. 9. Cat | February 3, 2007 #

    Are you still planning to release nonzero in red?

  1. 10. headsetop | February 3, 2007 #

    @ Cat

    Sure, how about you give me a day or two?

  1. 11. Cat | February 4, 2007 #

    I just downloaded the new Red from the theme viewer. stopping back by to say thank you. :)

  1. 12. gkg | March 19, 2007 #

    hi. i want to translate somehow Nonzero (black) into my language (Lithuanian). but i am not sure which files to edit. i want want to change all these “Posted by, filled in, archives, categories…, etc.”..

  1. 13. headsetop | March 21, 2007 #

    @ gkg

    Unfortunatly, you will have to edit most all of them, with the exception of style.css that is.

  1. 14. cj williams | April 25, 2007 #

    Hello hso ~ I think I misled you with my earlier question – about completly removing “Comments” & “Leave a comment” from my site ~
    I have tried your suggestion (open single.php, look for 3 lines: div class=”commentform” + ?php comments_templateo;? + /div
    and remove them

    but it hasn’t worked.

    Maybe this is because I am still, I think (!), using Tree V1 ?

    If so, can you please advise me how to remove “Comments” completely from my site – they (porn etc posing as “comments”) are now swamping the site !!

    thanks ~ CJ

  1. 15. headsetop | April 25, 2007 #

    @ cj williams

    There are many ways to control that from within your WP Admin. Login and go to WP Admin > Options > Discussion

    there you can set “Comment author must have a previously approved comment” to prevent spammers from getting through. Also, you really need to use a anti-spam plugin like SpamKarma2 or Akismet. Also, you can add spam words to catch potential spammers posting comments.

    As for completely removing comments in Tree V1, open index.php and look for this line between < and >

    ?php comments_template(); ?

    and delete it.

  1. 16. cj williams | April 26, 2007 #

    thanks hso ~ much appreciated ~ CJ

  1. 17. Ghaus | September 14, 2007 #

    Hello,
    I have recently installed this theme, but it is not showing properly in my Blog. Any idea ? I have Wordpress 2.2.1
    My website http://www.pakistanuncut.com/ is not loading the small icons and the header image properly. Please help !

  1. 18. hso | September 16, 2007 #

    @ Ghaus

    The bug seems to be due in part to the number of categories per post although it works fine on my test site with multiple categories. Try reducing the number of category in a new post and see if it works, that might give me some clue to help debug it.

  1. 19. Daves Blog » Blog Archive » Die besten 3-Column Wordpress Themes | November 3, 2007 #

    [...] Zwei Sidebars (Position frei wählbar), 100% Breite, der Content ist fluid, die Sidebars fixed. Die neuen Versionen des Themes sind Widget Ready, das Theme gibt es auf der Seite in unterschiedlichen Ausführungen. Download Download (Widget Ready Version) Live-Demo [...]

  1. 20. Missy | November 9, 2007 #

    I really like this theme, but am frustrated by the lack of an “edit” link on the posts and the previous/next links are not showing up.

    When I tried to edit the theme to add an edit link, it displays a plain white screen when I attempt to view posts. I saw the previous/next links in the source files but they are not appearing.

    Has anyone else experienced the same issue, or is it just my server?

  1. 21. hso | November 10, 2007 #

    It’s not your server, the theme does not have both the edit and previous/next links. However, it’s rather easy to add them. To add the edit link in single posts, open single.php and look for this:
     

    <li class="comments"><?php comments_popup_link('Comment now »', '1 Comment »', '% Comments »', 'commentslink'); ?></li>
    </ul>

    Add this to the end of the code before the </ul>
     

    <li> <?php edit_post_link(' Edit it!', '', ''); ?> ></li>

    To add the previous/next, open index.php and find this:

    <?php endwhile; ?>

    Add this line right below it:

    <p><?php next_posts_link('« Previous Entries /') ?> <a href="<?php echo get_settings('home'); ?>" title="return home">Home</a> <?php previous_posts_link('/ Next Entries »') ?></p>

  1. 22. Theme Release - Blog Tipper - Come here for great tips | June 27, 2008 #

    [...] Nonzero Green is a three column theme.  [...]

  1. 23. goldentigercasino | July 20, 2008 #

    goldentigercasino…

    idiot,parameter film:Prokofiev incommensurate …

Have Your Say »

(Required- use your name, not keywords)

(Required- will not be published)

(Optional)

Use SimpleCode while pasting codes.