Announcement: Orange V2 (and Tree V2)

Update: (11:12 PM EST)

Orange V2 released: Test Run | Download

Orange V3: Test Run | Download
orange
Tree V2: Test Run | Download
tree

I am working on new versions version 2 for Orange (and tree) with all the bug fix and required JavaScript. So please bear with me for a few more hours, I will release it after testing it on my site first. Thanks.

Leave a Comments | Trackback | RSS 2.0

  1. 1. Cherie | November 17, 2006 #

    Hi,
    I just installed Wordpress and your oranve v2 theme. However I keep getting header error messages; Warning: Cannot modify header information - headers already sent by (output started at /home/artsfish/public_html/blog/wp-content/themes/orange/themetoolkit.php:1) in /home/artsfish/public_html/blog/wp-includes/pluggable-functions.php on line 269

    I did carefully follow the installation instructions, any idea what might be the problem?
    Otherwise I love the look and simplicity of the theme.

    Thanks

  1. 2. hso | November 18, 2006 #

    @ Cherie

    I don’t believe this, the idea for this V2 release was because the earlier version has that header bug! Anyway, follow the link and try the fix:
    http://www.headsetoptions.org/2006/08/22/tree-themetoolkitphp-fix/

  1. 3. Cherie | November 19, 2006 #

    Hi,

    Thanks for your response…. yep, sorry to be the bearer of bad tidings, I can clearly visualize the palm striking the forehead.

    Soo…guess I will provoke a repeat, sorry!

    I used the fix file, but I’m still getting the header error when making changes in Wordpress. I can send you detailed error messages if you like.

    Thanks

  1. 4. hso | November 19, 2006 #

    @ Cherie

    Yes, please send me the detailed error using my contact page. Thanks and sorry for the mess, this is the first complaint from over 1000 downloads, I thought I fixed it, but apparently not completely.

  1. 5. forrestRain | November 22, 2006 #

    Hi All,

    Could someone tell me which/where is the download link for Tree V2?

    Thanks a lot

  1. 6. hso | November 22, 2006 #

    @ ForrestRain

    Actually, there is no download link for Tree V2 because I never got to completing it. Sorry, I will get to it later next week.

  1. 7. KOF | November 22, 2006 #

    COOL template i really like it.

    regards,
    http://www.pakdir.net

  1. 8. forrestRain | December 3, 2006 #

    I see.

    Thanks HSO

    Best regards

    forrestRain

  1. 9. Arnold | December 9, 2006 #

    Hi all,

    Very happy to use Orange V2. After some minor complications ist working :-]
    Small problem stil with pictures at the pages items. Sidebarmenu stays in front of the picture. Any solutions?

    Keep up the good work!

    Best regards from the Netherlands.

  1. 10. hso | December 9, 2006 #

    @ Arnold

    You have images that are over 800px wide while the page is only about 725px! That is the problem, there is nothing you can do but reduce the image size and link it to a larger image that pops up or something.

  1. 11. Kev | December 19, 2006 #

    Tree v2 is the best theme ever!
    but sadly it is not compatible with the latest wordpress.

    would very much like to have that theme.

  1. 12. hso | December 19, 2006 #

    @ Kev

    I hear ya, is it the Widget that is killing it? I will get to it, soon.

  1. 13. Klaus | January 5, 2007 #

    Hi, I’m also using the latest version of orange V2, but after saving a post I get:

    Warning: Cannot modify header information - headers already sent by (output started at /homepages/43/d21476129/htdocs/wordpress-pola2/wp-content/themes/orange-v2a/themetoolkit.php:1) in /homepages/43/d21476129/htdocs/wordpress-pola2/wp-includes/pluggable-functions.php on line 269

    That’s a serious problem, pls help asap!

  1. 14. hso | January 5, 2007 #

    @ Klaus

    Sorry about that! Look for a new release of both Orange and Tree with widgets and completely re-hacked files wih no themetoolkit.php file within a week or less!

  1. 15. Cherie | February 21, 2007 #

    Hi again,
    Any eta for the reworked release? I’m still having the same difficulties but I would really like to use Orange. Thanks

  1. 16. hso | February 21, 2007 #

    @ Cherie

    We released Orange V3 on Jan 9th!

    You can get it for here.

  1. 17. Ufuk Eskici | August 21, 2007 #

    Hi everybody,

    Is everything OK with “tree v2″ ?

    Are there any errors now?

  1. 18. Ufuk Eskici | August 21, 2007 #

    I realized that “flickr” part is missing :(

    @hso

    Why didn’t you keep it in v2?

  1. 19. hso | August 21, 2007 #

    @ Ufuk Eskici

    If you need to add Flickr to your sidebar and want to do it without using sidebar widgets, copy and paste this code into your sidebar where you want the flickr images to appear and change “art” in tag=art to your very own unique flick tag.

    <h2>My Flicks</h2>
    <!--Hoverbox Flickr by Nathan Smith http://www.sonspring.com–&gt;
    <div id=”flickr”>
    <script type=”text/javascript” xsrc=”http://www.flickr.com/badge_code_v2.gne?count=4 &display=random&size=s&layout=y&source=all_tag &tag=3k2reduxScreenshot” mce_src=”http://www.flickr.com/badge_code_v2.gne?count=4 &display=random&size=s&layout=y&source=all_tag &tag=3k2reduxScreenshot”></script>
    </div>

    Remove all breaks before all & signs.

  1. 20. Ufuk Eskici | August 22, 2007 #

    There is a small difference between

    http://themes.wordpress.net/columns/2-columns/1358/tree-v2/

    and

    the tree V2 theme on this page.

    Dates of the posts are placed on different places.

    I’m confused. Why did you do that?

  1. 21. hso | August 22, 2007 #

    @ Ufuk Eskici

    I updated the theme and moved the dates. If you need to move the dates to above the post title, open index.php and look for this:

    <div class="post" id="post-<?php the_ID(); ?>">

    Copy and paste the following line below it:

    <p class="fecha"><?php the_time('l, F jS, Y') ?></p>

    Then scroll below and find this:

    <div class="meta"><p>Posted by <?php the_author() ?> on <?php the_time('F jS, Y') ?>

    Change that to:

    <div class="meta"><p>Posted by <?php the_author() ?>

    Repeat the same for single.php file too.

  1. 22. Ufuk Eskici | August 22, 2007 #

    2. question:

    Which is the latest version with no errors?

  1. 23. Ufuk Eskici | August 23, 2007 #

    Does it work under wordpress 2.2.2 ? this is so important…

  1. 24. hso | August 23, 2007 #

    @ Ufuk Eskici

    You should be able to use the above download with version 2.2.2 along with Sidebar Widgets plugin.

  1. 25. RuneH | February 20, 2008 #

    Hi,

    First - I love this theme.
    I got a problem tho..

    Theres No “previous entries” or “next page” link .. ?

    How do I add this, or is there a fix for it. Thx.

    I’m using Wordpress Version 2.3.3.

    Works with other templates.

    Thx alot - Hope someone still checkin this site :)

  1. 26. hso | February 21, 2008 #

    @ RuneH

    The theme does not have the code. Here’s what you do. Open index.php (or Main Index Template in WP Admin) and look for this:

    <?php endwhile; ?>

    add this code below it:

    <p><?php posts_nav_link(); ?></p>

  1. 27. RuneH | February 24, 2008 #

    @ hso

    Thanks alot. :-)
    That was quick.

    Thanks.

  1. 28. sundancemoods | February 29, 2008 #

    THANK YOU!! :)

  1. 29. fresh | April 6, 2008 #

    I’ve installed this theme on wp 2.5, and created a post. I can find the post if I look through archives, but the default wp page says “Sorry, no posts matched your criteria, please try and search again.”

    what have I done wrong?

  1. 30. hso | April 6, 2008 #

    @ fresh

    Does it happen only with one of the two themes above or across the board?

  1. 31. Brad | April 28, 2008 #

    I love the TREE template. Thanks so much for it. Can you tell me how to change the background color though? I would like an off white but don’t know where to place the code in my wordpress. Confusing. Thanks ahead of time.

  1. 32. hso | April 28, 2008 #

    @ Brad

    Thanks. The style can be changed from the style.css file. Open it and look for this:

    body {
    margin: 0 auto;
    background-color: #fff;
    }

    Change the #fff to whatever color you like using hex color codes.

  1. 33. Brad | April 28, 2008 #

    @hso

    Is that found on the wordpress edit themes area or my Host uploaded? I went to the style.css area in wordpress and only found this:
    /*
    Theme Name: Tree
    Theme URI: http://www.headsetoptions.org/
    Description: A simple template with a few customizable settings.
    Version:
    Author: headsetoptions
    Author URI: http://www.headsetoptions.org/
    */

    @import “css/tree.css”;

    Thanks for the quick response. Awesome.

  1. 34. Brad | April 28, 2008 #

    Nevermind, I’m an idiot. I found out where it was. Do I have to change all the colors on the page? I changed the color but it didn’t change the banner or the body and sidebar. Sorry for all the trouble. Thanks again.

  1. 35. hso | April 29, 2008 #

    It appears like you are using the older version of Tree, the new one has a style.css with all the styling. Also, you might have to look for either

    background-color: #fff;

    or

    background: #fff;

    for each area of the site (sidebar, footer) and change them as needed.

  1. 36. kmunoz | May 22, 2008 #

    Just wondering how I can activate my sidebar widgets. Everytime I try to I get this: Plugin could not be activated because it triggered a fatal error. What do I do?

Have Your Say »

(Required- use your name, not keywords)

(Required- will not be published)

(Optional)

Use SimpleCode while pasting codes.