Today we have a zesty orange colored free WordPress theme, hence the name Orange Zest. It has a widget-ready sidebar.
Search Our Archives
Categories
- bbPress (3)
- Free Theme Releases (79)
- Ported Themes (61)
- Site News (23)
- Theme Lab Showcase (3)
- WordPress Community (30)
- WordPress News (9)
- WordPress Plugins (24)
- WordPress Theme Reviews (3)
- WordPress Tips (8)
- WordPress Tutorials (32)
Blogroll
Top Downloads
- Transmission (15,125 hits)
- Tomodachi (8,604 hits)
- WP Multiflex 5 (8,081 hits)
- Colourise (7,887 hits)
- ClearPixels (5,561 hits)
Recent Comments
- Pangeran: AH… So far, I never find such theme that using any encrypted code. Beside, most of theme is from...
- Peter: Well, people don’t just use it for “protecting” links in templates. It’s ethical to...
- glu: love the theme. looking to use it for a big tech news site. however i need to remove the category thumbnails and...
- Pangeran: Ah, I see. So using an encrypted code such as VGhlbWUgYnkgPGEgaHJlZj1cIiNcIj 5DZW5lYjwvYT4gYW5kIDxhIGhyZ...
- Peter: Ah, from what I know, base64 encoding changes normal readable text into a string of characters which are not...
Tag Cloud
125x125 Anto Ben Swift black blue bright brown Ceneb clean colorful dark DemusDesign elegant featured post FreeCSS glossy gray green growldesign Hive Designs khaki left sidebar light minimalistic Nuvio one column orange pink purple Rambling Soul red right sidebar silver simple Six Shooter Media sleek Solucija Styleshout SymiSun tan Templatefusion three columns two columns white yellow
About The Author
Welcome to Theme Lab. My name is Leland, and I run the place. I write all the tutorials and code all the themes you see here on the site.
For more information about me, feel free to read the about page. If you want to drop me a message, feel free to contact me.
Interested in advertising on Theme Lab? We have advertising available at very reasonable rates. Head on over to the advertising page for further details.
Please read our Privacy Policy and Terms of Service in regards to theme usage.
© 2008 - Theme Lab - Powered by WordPress










Now your talking man.
Looks amazing. Love the colors. Nice clean and simple!!
thanks a lot for this theme. It works fine, it looks nice, it improves the readablility of the blog.
Also, the templates are very well structured and it makes it easy to adapt even for a real real dummy.
Thanks a lot for sharing this great work.
This theme is amazing. Only problem is I can’t add pictures to posts as it doesn’t resize around images well.
Any ideas?
Thanks again for a great theme.
-Theron
@conreyt: Hmm…do you have a link to where this is happening? I’m not quite sure what you mean. Thanks.
I have been hunting for an orange Grey theme for a while. I even tried to edit K2, but that was over my head. Not to mention the problems it created with my widgets. So far I am very impressed with Orange Zest.
I have noted a couple of problems with the display of photos in this theme as well. In the main page, if a photo is taller than the text, the end of post Grey bar will display just after the text ends, not the photo. See http://www.timbrown.net/ for an example. Also, I have page for my bikes that was a total pain to get the photos to display above the text instead of beside it. None of the alignment selections seemed to fix it. I ended up putting the text and images into tables as a workaround.
Also, any chance widget collapser might work with this theme in the future? Thanks.
@Tim Brown: About the issues with image alignment, I think the problem may lie with Orange Zest’s stylesheet. Try to find the following:
#left_side img { float: left; padding: 0 10px 5px 0 }and comment out the float: left; like this:
#left_side img { /* float: left; */ padding: 0 10px 5px 0 }Can you clarify what you mean by widget collapser? Thanks for your comment.
I made the change above:
#left_side img { /* float: left; */ padding: 0 10px 5px 0 }
And the image in the post still overlaps the bottom post border.
Sidebar Widget collapser is a plug-in that adds a [-] or [+] beside each sidebar widget allowing them to be collapsed or expanded.
http://freepressblog.org/wordpress-plugins-2/sidebar-widget-collapser/
I think the problem may be variable names in the theme and what the plug-in expects to see.
Thanks for your help.
@Tim: Okay, this must be some other “float” in the stylesheet causing this. I’ll test some images out on the demo server to see if I can figure it out.
I’ve never heard about the Sidebar Widget Collapser but I’ll certainly look into it.
Found the float that was causing the problem. It was right below the first one you recommended commenting out.
.when { /* float:left; */ color:#999; padding:14px; font-size:11px; }
Thanks.
Tim,
Did commenting out that line correct the issue?
Leland,
My behaviour was the same as Tims..
-Thanks
@Tim: Thanks for the update, glad you got it working.
@conreyt: It looks like it should correct the issue. Could you try commenting out those 2 floats in the stylesheet and see if you notice an improvement?
@Leland: all fixed.