Theme Features
![]() | Very Nice design
This theme is very beautiful, green and white colors are used, together with grass and dew point gives a freshness and finesse. |
| Funy RSS and Twitter icons
RSS and Twitter, these icons are very well included in the design. For manage this icons, exist on admin side > Appearance , a special link My Theme Options. | |
![]() | Special settings "My Theme Options"
These settings allow you to make various changes to RSS and Twitter. You can set your twitter account to be displayed on the blog, if you insert in twitter field a twitter account. By default, twitter account is hidden. You can change : sidebar position and number of menu items from header's menu. You can create your personal menu. |
![]() | Sidebar & Widgets
Sidebar is very simple. Sidebar is configurable and widgets from sidebar is displayed in Unordered List with silver dashed border (bottom). All widgets were adapted from design. |




Hi
I am using this theme and it is very nice, but has a few strange features in it:
1. The menu items are not ordered according to my settings. The horizontal menu shows arbitrary alternatives, and in arbitrary order, which makes adding new pages difficult. You never know where they end up. The drop down menu also makes everything appear in arbitrary order.
2. Adding a second menu item (page) with sub pages yields that the sub pages aren’t showing at all. So I can only have one level-2 menu group, all the rest need to be on level 1. Otherwise they are not showing at all.
3. I would like to be able to tell WP which menues I want to show in the horizontal menu bar and be able to change it over time as well. OR, I would like to be able to switch horizontal menu bar off alltogether, as it shows a confusing list of menues right now. And showing less than 4 items isn’t allowed.
4. The twitter icon doesn’t show in my installation, but to me that not a problem.
This happens in Explorer 8 and Chrome 6.
Otherwise a very nice theme, thank you!
Regards
/Kristina
Hi, about menus :
in Appearance > Menus (admin side)
you can create personal menu. Save it and put it in box “Theme Locations” > field “menu in header”
check update, I put on wordpres.org version 0.6, should be validated and will be available soon.
Thanks to all for comments
ask for html and xml .
First off, I have to say that I really love this template.
However, it seems that the parent/child relationship of the tabs is not enforced.
Not sure if this is what @Kristina was alluding to in the comment above, but it would be nice to have sub-navigation enforced. I am using version 0.7
Thanks,
-Ted
Love this theme, but how can I move the site name? I would like to place the title of website header in the middle of the page. How do I do this? Thanks
Also how would I alter the size of the font on post titles? Thanks again
I must say it is not possible to change the font size of post title or change site title position
Ahhh ok thanks for the reply, I will have to re think themes then
Hi
Thank you for your explanation, the menus are showing beautifully now.
Just don’t know how to get rid of that Home menu… It is not typical for this theme, many others do show a default Home page, although I don’t want it…
Kind regards
/Kristina
ok, we’ll think about it:D
I also have the same menu problems as Kristina. I have a duplicate “Home” menu that can’t seem to be removed and shows a 404 error. Any help would be appreciated. Thanks
I do not understand about “404 error”. But, about the home, working on this.
good thing!thank for shiring~
I LOVE this theme, can you provide me guidance on how I can easily add my logo to the header? I would like to keep the site name etc in place, but simply add my logo, so that it shows on each page in the header. Thank you soooooo much.
taiwan 33041 taoyuan.
Hi, I would like to be able to change the text on the Search button since I want to use different language. Is there a way to do it?
I LOVE this theme,good
Hi! nice theme…
I did some changes to the header.php and the style.css files under the themes folder in order to add a logo on top of the page but unfortunately it wont load, it just shows my alternate text… Any idea why its not loading…?? If necessary I can provide further details of what exactly I did change in those files…
Hoping to get a reply real soon… Thanks in advance!!
provides more details on the changes made !
to the header.php, under blog info section:
<a href="/">
and to the style.css, under blog info:
/* blog info*/div#blog-info { float:right; height: 89px; width: 248px; margin: 0px 0px 0px 0px; }
div#blog-info a img { border-width: 0px 0px 0px 0px; }
I started a new topic about this in a forum, you might wanna check it out here…
Oops!! looks like there was a problem with my reply…
but you can follow the link bellow for more clear details…
http://forum.mythem.es/viewtopic.php?p=954#p954
<a href="<?php echo home_url(); ?>/">
<img src="resource/images/my-logo.png" alt="my-alternate-text"/>
</a>
this code will be changed with this :
<a href="<?php echo home_url(); ?>/">
<img src="<?php echo get_template_directory_uri(); ?>/resource/images/my-logo.png" alt="my-alternate-text"/>
</a>
your logo is not displayed because, the src of image is incorect. You will be add to src path, the function get_template_directory_uri(), this function return root path of theme directory.
Thanks.. It worked…!!
Hi, love this theme, but I’m trying to add a Google Buzz icon next to the RSS and Twitter icons …I have the image but I don’t know how to add it…
I don’t know anything about php …I know I should also edit the *.css and that part’s maybe ok…. but header.php is a sticking point.
What’s the easy way? Thanks guys
I am designing a website with your theme and on safari and firefox the side bar shows transparent background? I have widgets activated in the sidebar and if the page is a long page, after the widgets its transparent. How do I make it white background? IE: http://greenleafpc.com/wp/
Is there a way to RTL the theme, mainly the posts?
Thanks
we’re a little busy, but in a few days we will fix all bugs in all themes. Thank you for your messages
Hey,
Great Theme looks very good. Just wondering how to remove the RSS feed icon from the Theme?
Thanks and keep up the good work.
John
header.php
14<div id="header"> 15 16 <div id="social"> 17 <a href="<?php bloginfo('rss2_url'); ?>" title="RSS feed"><img src="resource/images/rss-hover.png" width="1" height="1" alt=""/></a> 18 <?php 19 if(function_exists('my_social_twitter')){ 20 if(strlen(my_social_twitter()) > 0){ 21 ?> ...you do remove line 17, from header.php :
17 <a href="<?php bloginfo('rss2_url'); ?>" title="RSS feed"><img src="resource/images/rss-hover.png" width="1" height="1" alt=""/></a>I am using your template, I have facing trouble as Kristina. I have two Home pages, one I have created and one by default.
I want my home with a static page and not called home.
Please tell me how I could get rid from the default home.
Best regards,
Ezequiel
functions.php :
62 if($this -> rootitemcount == 0){ 63 if ( is_home() ) { 64 $output .= '<li></li>'; 65 } 66 67 $output .= '<liApple-tab-span" style="white-space:pre"> 68 69 if(is_home()){ $output .= 'current_page_item'; } 70 71 $output .= ' home_page_item">'; 72 $output .= ' <a href="'.home_url().'/" title="Home">Home</a>'; 73 $output .= '</li>'; 74 75 if ( is_home() ) { 76 $output .= '<li></li>'; 77 } 78 }you do remove lines 62 – 78 , from functions.php :
Hi,
Is it possible to change the menu style to a more traditional style? I have a lot of subpages to put on my site but because of the way that they currently display browsing the menus is a bit funny.
Thanks
John
Hi, I love this theme but I cannot get more than one widget to show in the sidebar. Can you advise me how to do that or are there some further instructions on using the menus? I’ve tried to forum link but it isn’t working.
any help appreciated.
I love your theam its easy and grate looking
today i fixed the top menu to remove the home
keep the good work
I’m training to be an engineer http://olasahakyfyfa.de.tl little young virgin bbs PS: She has to be fakin it because his dick is too small to be eliciting those moans and groans………..again, he is a lazy and selfish fuck. Reminds me of someone.