jide.fr

Web development & design, Drupal, Wordpress
  • French
  • English
  • rss
  • Accueil
  • Blog
  • Downloads
  • Contact

Freshy theme (Wordpress)

Freshy 1.0 theme for Wordpress

This is Freshy 1.0. It is here for historical reasons, but Freshy 2.0 is out, be sure to check it out ! Freshy 1 updated with more languages : total 15 languages !

screenshot

Download the freshy theme

There is a dotclear version made by Franck Paul here : Freshy theme for dotclear

A few things you should know if you have problems :

  • First of all, don’t forget that there are options for the theme. In the admin area go to presentation / freshy options.
  • If the sidebar goes wrong in Internet Explorer, it may be because you have broken html code. Check it with a validator (http://validator.w3.org). Also, take care about self-closing divs : <div class="someclass"/>
  • To modify parts of the css, use !important statement. Since options add custom style code inside the html, if you don’t do that, your rules will be overwritten by the embeded style. Ex :
    #title {
    height:1000px !important;
    }

Here is the freshy template for wordpress, a modded version of the template I use for my site.
It is ready to be used in combination with yammyamm.

Features :

  • color theme switcher
  • advanced customization : colors, header image…
  • widget compatible
  • choose the sidebar menu behaviour : show subpages on pages and blog cats in the blog or always show pages and blog cats
  • when you select a page in the top menu and then a subpage, the top menu is still selected
  • for the links in the sidebar - when using widgets, an alternative links widget has been added to be compatible with freshy
  • customize the top menu : labels, links, contact menu…
  • gravatar support implemented (with skippy’s gravatars plugin)
  • better integration with YammYamm (especially concerning the top menu links).
  • internationalisation : New : Spanish, Hungarian, Turkish, English, French, Polish, German, Croatian, simplified Chinese and Hebrew (it is a special version : check here) send me your translations (use poedit)

The CSS, XHTML and design is released under GPL.

Please leave the “design by jidé” logo in the footer or mention it somewhere in the site ;)

I must say i am surprised by the success of the theme, it’s great !

New ! Thanks to the options, customize the template !

screenshot admin 1

You can also try the nice Jimisola modded version here

Tags
wordpress, theme, template, freshy, css, html, xhtml, open source
Flux rss des commentaires
Flux rss des commentaires
Trackback
Trackback

882 réponses

jide.fr » Template Freshy for Wordpress available for download

[...] Download the Freshy template for wordpress [...]

jide.fr » Template Freshy for Wordpress available for download | 19 06 2006
[…] Download the Freshy template for wordpress […]
Pawel Krefta

Big thx for this great theme :) Nice job man

Pawel Krefta | 23 06 2006
Big thx for this great theme :) Nice job man :)
Matthew

Hi, my names is Matt and i was wondering if

Matthew | 24 06 2006
Hi, my names is Matt and i was wondering if you could help me add new links to the banner, as i am somewhat of a noob at web design Thanks, Matt games-gadgets.com
Jide

Hi Matthew ! Do you want to add links to

Jide | 24 06 2006
Hi Matthew ! Do you want to add links to the top menu ? To add links to pages, just create pages in your wordpress admin and it will display in the menu. If you want to add your own links, edit the header.php file, go to line 77 : < ?php wp_list_pages('sort_column=menu_order&depth=1&title_li='); ?> And add your link like this : < ?php wp_list_pages('sort_column=menu_order&depth=1&title_li='); ?>
<li class=”page_item”>
<a href=”the url you want” title=”The name of the link” rel=”nofollow”>
The name of the link
</a>
</li>
Maria Constantino

I love it. Beautiful. Does this theme support Wordpress Widgets?

Maria Constantino | 24 06 2006
I love it. Beautiful. Does this theme support Wordpress Widgets?
Maria Constantino

... well, I guess I answerered my own question by

Maria Constantino | 24 06 2006
… well, I guess I answerered my own question by installing the theme. :) Well, any plans of supporting Widgets in the near future? Looks great, but I’m addicted to Widgets (since I’m non-techie)… Oh well, I thought I’d found the perfect theme finally, but alas the search goes on. Thanks for the contribution to Wordpress.
jide.fr » Template Freshy updated !

[...] Template Freshy [...]

jide.fr » Template Freshy updated ! | 25 06 2006
[…] Template Freshy […]
Jide

Hi Maria ! Check the update ;) Hope you'll enjoy

Jide | 25 06 2006
Hi Maria ! Check the update ;) Hope you’ll enjoy !
Rashad

HI. Nice Theme. i installed it but my existing pages

Rashad | 25 06 2006
HI. Nice Theme. i installed it but my existing pages wont show in top menu. any help? Thanks
KoKaIn

The theme moves every time I put the adress of

KoKaIn | 27 06 2006
The theme moves every time I put the adress of a specific issue: example : http://img72.imageshack.us/img72/8824/wpmal8dm.jpg the index is fine site: http://www.desmanes.com/manuales-ogame/ but http://www.desmanes.com/manuales-ogame/manuales-ogame/ here’s a caption where it gets a little unsqueared : http://img72.imageshack.us/img72/8824/wpmal8dm.jpg Why does it looks unsqueared? how can i resolve this error, i’m modifying the theme as i please but i’ve already installed the one that comes on the official site and the error continues what can it be? the css? I would appreciate your help a lot please. Thank you
Jide

Hi KoKaIn ! The code you put in your post seems

Jide | 27 06 2006
Hi KoKaIn !
The code you put in your post seems to be broken :
<p>Si es la primera vez que visitas este sitio y aun no sabes que es ogame, como se juega, o si ya estas jugando y no tienes ninguna idea de que hacer te recomiendo mirar a la derecha en categorias y pasarte por lo basico. Si quieres ver donde cosneguir colonias de mas de 300 campos mira en amateur. Si quieres ver las tablas de combates entre naves y defensas, si quieres saber como pillar a una flota q se aloja cada noche con su fleet de luna a escombros pasate en Ogamer pro.</p>
<p><a id="more-8"></a></p>
<p align="right"><em><font size="1">Este sitio no tiene ningun lucro mas que el de compartir conocimiento. </font></em></p>
<div align=”right” /> <— THIS SHOULD NOT BE HERE
<p align=”right”><em><font size=”1″>atte KoKaIn</font></em></p>
Try to edit your post and remove this.
Matthew

I tried to do this my self, but i just

Matthew | 27 06 2006
I tried to do this my self, but i just broke my whole site. i want to remove the header area, with the picture. what’s the easiest way to do this?
Jide

Hi Matthew. Easy ;) Edit the style.css file in the theme

Jide | 27 06 2006
Hi Matthew.
Easy ;) Edit the style.css file in the theme template, and add these few lines :
#title,
#title_image {
	display:none !important;
}
.menu {
	border:0px none !important;
}
Matthew

Awesome Theme! GREAT Job! Matthew

Matthew | 27 06 2006
Awesome Theme! GREAT Job! Matthew
Uthfull

I have your template on my website... but the thing

Uthfull | 27 06 2006
I have your template on my website… but the thing is when I type into the search box the text can’t be seen. Further, I would also like to show time of the post along with the date inside the post.
Uthfull

I got your mail... replaced the style.css file but now

Uthfull | 27 06 2006
I got your mail… replaced the style.css file but now the top banner image, blog name and description have vanished!!
Matthew

hmm... i just want to delete the picture part, the

Matthew | 27 06 2006
hmm… i just want to delete the picture part, the part where you can change the picture in the options. Is thre anyway to do that, without deleting my cool banner. I’m going to try to do it myslef again, hopefully not with results as bad as last time
Jide

Hi again Matthew ! Do this in style.css instead : #title_image { display:none

Jide | 27 06 2006
Hi again Matthew !
Do this in style.css instead :
#title_image {
	display:none !important;
}
Matthew

thank you once again:P I need to learn css and

Matthew | 27 06 2006
thank you once again:P I need to learn css and php… i only know basic html!
Matthew

You should make a forum, so idiots like me can

Matthew | 28 06 2006
You should make a forum, so idiots like me can get help:P
VladDrac

Hi! Great Job eh? the question is: how i do change the

VladDrac | 28 06 2006
Hi! Great Job eh? the question is: how i do change the header title? i want to put an image up the header img, like this page…. (you delete the title of blog and replace with a title in jpg.) sorry my bad english… regards from chile!!!
VladDrac

Another question.... how make a random img header??. not a fixed img,

VladDrac | 28 06 2006
Another question…. how make a random img header??. not a fixed img, a variable img in random format.
Matthew

i know how to do that:D okay, the way i

Matthew | 28 06 2006
i know how to do that:D okay, the way i did it was change the name of my blog to nothing(make it empty). then, u need to name the image you want as your header “header.gif” then upload it into your “wordpressdirectory/wp-content/themes/freshy(there may be some #s here)/images/” I don’t know how to make it randomized though, you would have to change the link the the header.php(i think) to a image on another site, that does random sigs, but i don’t know of any. Or you can set up yout own, there is instructions on this site http://www.upl.cs.wisc.edu/~m_turner/sigit/
evasee

Hi Jide, I choose your theme to use in my

evasee | 29 06 2006
Hi Jide, I choose your theme to use in my blog but only need one thing: Latest comments…any idea? Any pluggin? Thank you so much for everything…byebye!
VladDrac

Matthew: thanks a lot!

VladDrac | 29 06 2006
Matthew: thanks a lot!
Jide

Ok Matthew and VladDrac you are such enthousiastics that i

Jide | 29 06 2006
Ok Matthew and VladDrac you are such enthousiastics that i will tell you how to have a random image ;) :
First, create some images, named “myimage.jpg” (the name could be anything), and create alternative images named “myimage1.jpg”, “myimage2.jpg”, “myimage3.jpg” etc. and put them in the “images” directory of the theme.
Then, in the top of the header.php file of the template, put these lines :
<?php
function header_graphic($image_name='',$image_number=1) {
  $num=rand(1,$image_number);
  $image_parts=explode(".", $image_name);
  echo get_bloginfo('stylesheet_directory').'/'.$image_parts[0].$num.'.'.$image_parts[1];
};
?>
Then, just before the “</head>” tag, still in header.php, if you want a random image for the picture behind the title add this : (replace the red number with the number of images you created, here we have 5 images).
<style type="text/css">
#title_image {
  background-image:url(<?php header_graphic('images/myimage.jpg',5); ?>) !important;
}
</style>
If instead you want a random title image at the top of the site :
<style type="text/css">
#title {
  background-image:url(<?php header_graphic('images/myotherimage.gif',3); ?>) !important;
}
</style>
Et voilà ! enjoy ;)
Maria Constantino

Widget support! Yes! You rock. Keep up the terrific work.

Maria Constantino | 29 06 2006
Widget support! Yes! You rock. Keep up the terrific work. Like I mentioned before, lovely theme. Now, I’m going to play and tinker…
Jide

Hi Maria ! glad you appreciate ;) I have to tell

Jide | 29 06 2006
Hi Maria ! glad you appreciate ;)
I have to tell you that the blog roll code is a little buggy with the widgets, it is not my fault, but widget’s ! but it does not break anything and shows quite well, so don’t worry ;) i’ll look forward to this some day. happy theming !
Kenny

Great template. May i inquire of where the code is

Kenny | 29 06 2006
Great template. May i inquire of where the code is located to adjust the “mailto” from the “CONTACT” button?
Jide

Hi Kenny ! This has been fixed in the last version,

Jide | 29 06 2006
Hi Kenny !
This has been fixed in the last version, so if you have an old one, just get the one here ;)
Matthew

To Kenny: It's in header.php, close to the bottom <a href="mailto:(INSERTEMAILHERE)" rel="nofollow">

Matthew | 29 06 2006
To Kenny: It’s in header.php, close to the bottom
<a href="mailto:(INSERTEMAILHERE)" rel="nofollow">
Kenny

Thanks Jide and Matthew. I also have a question regarding

Kenny | 29 06 2006
Thanks Jide and Matthew. I also have a question regarding the use of additional pages in the layout. I know this is possible using the “Add Page” feature within the Word Press Admin however each page is added with the “Comment” type fields as well. Can you give some direction on how to add a page for content such as an “about” page? or even a “downloads” page similar to what you have on this site? thanks
Matthew

When u are "writing the site" go over to the

Matthew | 29 06 2006
When u are “writing the site” go over to the right, and one of the option boxes is called “Discussion”, in that box, uncheck the “allow comments” box. Thats it:P
Kenny

Thanks Matthew. I have actually tried that in the past

Kenny | 29 06 2006
Thanks Matthew. I have actually tried that in the past and it still leaves the “Comments are Closed” verbage in the page. I am looking for more of a blank template page that i can have complete control over without the added Word Press jargin. Any ideas Jide?
Matthew

Hmmm... thats weird it doesn't do that for me(http://www.games-gadgets.com/blog/about/) What version

Matthew | 29 06 2006
Hmmm… thats weird it doesn’t do that for me(http://www.games-gadgets.com/blog/about/) What version of Wordpress are u runnin?
Kenny

Jide - I wish to have a seperate link for

Kenny | 29 06 2006
Jide - I wish to have a seperate link for a “Home” page and “Blog” similar to what you have here on this site. Can you direct me as to how this is accomplished using Word Press? thanks
Derek

Jide, Awesome template, and the update is even better. I

Derek | 29 06 2006
Jide, Awesome template, and the update is even better. I was getting a php error related to the funtions.php file (lines 197, 198 and another). That error has gone away now that I uploaded the updated theme, but I am still getting a 404 error in the Preview box. It says: Unable to connect Firefox can’t establish a connection to the server at localhost. It looks as though it is trying to connect to the local machine? In any case, I am able to make changes to the header and color scheme. Thanks again! Derek
VladDrac

yeahhhhhhhhhh

VladDrac | 29 06 2006
yeahhhhhhhhhh
VladDrac

another question... how i make a module to show a "random

VladDrac | 29 06 2006
another question… how i make a module to show a “random image” like this web?? well.. i have a “photopress” plugin.. i know ala of these but the template freshy is not accomodate to format. i explain me? :S regards from chile!
Jaypee

i'd like to enable gravatars in this theme. where do

Jaypee | 29 06 2006
i’d like to enable gravatars in this theme. where do i insert the code? i’ve been trying it and i can’t seem to figure out where to put it. thanks! :)
Maria Constantino

Hello again. I've had a day now to tinker (being

Maria Constantino | 29 06 2006
Hello again. I’ve had a day now to tinker (being a non-techie tinkerer) and I still like what I see enough to dump my old theme in favour of this. I believe you’re correct when you previously stated that problems (bugs) with the original Widgets plugin causes issues with the template. When I installed the theme with Widgets activated, I noticed slight image shifting of elements here and there… It seems that someone out there fixed the original (current) release of Widgets. The new version addresses valid css and html code and ‘labeled’, accessible searchform. The plugin is called “Valid Widgets” (replace original widgets.php with fixed file). It was released recently and can be found on http://wangenweb.com/plugins/valid-widgets/ I don’t know if anyone else has experienced strange image/element shifting issues (even with new clean install)… but that fixed Widgets version made my ’shifting’ issues go away. Rock on.
VladDrac

WELL another question is.... how include a php code like <code></code> in

VladDrac | 29 06 2006
WELL another question is…. how include a php code like <code></code> in a sidebar widget??… i want to put a random image in the sidebar, but the text widget don’t show the variable. regards.
Maria Constantino

I added a "Links" to the top menu nav and

Maria Constantino | 29 06 2006
I added a “Links” to the top menu nav and assigned it with your provided “links” page template (links.php). Weird stuff happens at the bottom near the footer as well as the left side. Borders/elements shift. Doesn’t line up. Done with new clean install of WordPress 2.02, no Widgets activated at all. Also, I was wondering if you have plans of including a fixed links.php and archives.php page templates in the near future. Most themes out there come with these 2 basic page templates. I think it was asked before by a previous poster… I guess he implied…the ability to add more page links at the top… with a provided template page that a person could modify/control. Anyway, again thanks and we all appreciate your efforts (and the time it takes away from… well, life and work). :) OK, I’ll go away now.
Uthfull

Even I get a 404 while previewing the theme in

Uthfull | 30 06 2006
Even I get a 404 while previewing the theme in the admin panel. And I dunno why, the Contact thing still doesn’t work for me. Although you had set it to fetch the email address of the author, it still does nothing. I manually edited it finally.
Jide

Hi all ! I must say you are giving me a

Jide | 30 06 2006
Hi all ! I must say you are giving me a lot of work ;) More seriously, i will acknowledge all of your remarks and enhance the template according to your feedback. I am currently on holidays (yeahhhh ;) ) but i’ll have a look as soon as possible. Thanks to all, and especially Matthew, VladDrac, Maria, Uthfull and Kenny for being so concerned ! Ah and Derek i’ll look for this problem about localhost, i maybe made a mistake, thanks ! Stay tuned !
Maria Constantino

I just realized (after some research) that there are already

Maria Constantino | 30 06 2006
I just realized (after some research) that there are already plugins out there that would allow me to easily do what I wanted to do (add archives page, links page… and to be able to access these pages via top menu) by using either one of these plugins 9which allows you to easily add PHP code with very little effort and tech know-how) to posts and pages: http://www.navidazimi.com/projects/wp-exec http://www.soeren-weber.net/post/2005/08/18/50 … ah, being a newbie is an adventure. (Fun though). Have a swell vacation. NOW, I’ll go away. :)
VladDrac

i can't put on the sidebar a random image block... how

VladDrac | 30 06 2006
i can’t put on the sidebar a random image block… how can i do these??? regardsss
VladDrac

another: how can put a gravatars variable in the comments?

VladDrac | 30 06 2006
another: how can put a gravatars variable in the comments?
Jake

Hey, thank you for making this web template. By

Jake | 30 06 2006
Hey, thank you for making this web template. By far the best template I have seen yet, keep up the good work.
Jeroen

Wonderfull template. I did make a few customized page templates. -A guestbook

Jeroen | 1 07 2006
Wonderfull template. I did make a few customized page templates. -A guestbook page that displays newest comments first. -A tagcloud page (using a plugin) (because I didn’t think using room for categories in the sidebar is ugly) -Links page -An archives page And I customized some other pages as well. If you’d like I can zip up the changes and mail them to you.
Jide

Hi Jeroen ! Yes i'd really like to see that and

Jide | 1 07 2006
Hi Jeroen ! Yes i’d really like to see that and add these to the template ! It would be a great collective enhancement. I’m waiting for your email ! You rock, thanks ;)
Jide

VladDrac, for the random image block, put these lines in

Jide | 1 07 2006
VladDrac, for the random image block, put these lines in your sidebar, and be sure to have the photopress plugin installed. Look at the plugin documentation for more customization.
<?php if(function_exists('pp_random_image_bare')) : ?>
  <h2><?php _e('Random image',TEMPLATE_DOMAIN); ?></h2>
  <?php
    pp_random_image_bare();
  ?>
<?php endif; ?>
Jide

I cleaned up the comments a little with these <code>

Jide | 1 07 2006
I cleaned up the comments a little with these <code> problems. In fact, if you use *real* tags they are interpreted as html and not printed out ! You should use html entities instead. I’ll look for something that could fix that.
Quang Anh Do

@Derek and Uthful: In order to preview your theme in

Quang Anh Do | 1 07 2006
@Derek and Uthful: In order to preview your theme in the Options page, you’d have to change the URL manually in functions.php, which is located under freshy’s folder. Just change it from localhost/wordpress to your correct URL and you’re all set. By the way, freshy will throw a lot of error if you don’t rename the folder name to freshy instead of freshy-10. This should be fixed soon, as every download from themes.wordpress.net has freshy-10 as the folder name.
Jide

Thanks Quang Anh Do ! I just corrected the dumb error

Jide | 1 07 2006
Thanks Quang Anh Do !
I just corrected the dumb error with the preview… I must have been tired when testing this on my localhost… It should work fine now, thanks.
VladDrac

well... i put these lines on sidebar.php but don't show the

VladDrac | 2 07 2006
well… i put these lines on sidebar.php but don’t show the block :( i can put on a widget?
Jeroen

Jide, I've sent you an email with my customisations. Something I didn't

Jeroen | 2 07 2006
Jide, I’ve sent you an email with my customisations. Something I didn’t mention in my e-mail, I also timestamp user comments on my template: [username] @ xx:xx : [usercomment]
Jide

Jeroen, thank you so much, i answered your email. VladDrac, are

Jide | 2 07 2006
Jeroen, thank you so much, i answered your email. VladDrac, are you sure you have the photopress plugin installed ?
Winning Attitude

Hi, The theme is awesome! One of the best out there.

Winning Attitude | 2 07 2006
Hi, The theme is awesome! One of the best out there. I have a question about an error message on functions.php. Would it be ok to ask you about it and if so, how should I ask, here or email. Thank you, Matthew The Winning Attitude
Winning Attitude

I found the answer to my question a few posts

Winning Attitude | 2 07 2006
I found the answer to my question a few posts above.. Thanks, Matthew
VladDrac

jide: yeahhhh! in another theme.. put these lines in the sidebar.php and

VladDrac | 3 07 2006
jide: yeahhhh! in another theme.. put these lines in the sidebar.php and work prefect! i want to work in your theme. :( explainme!! (i novice in php customization)
Richard

Hi and thanks for the fantastic theme. All looks

Richard | 3 07 2006
Hi and thanks for the fantastic theme. All looks great except for the contact email address. How, please, can I get mine in there? It’s not pulling it automatically (and I re-downloaded today) and I’m not sure which file to edit. Many thanks.
Kenny

Richard - It's in header.php. close to the bottom.

Kenny | 3 07 2006
Richard - It’s in header.php. close to the bottom.
Jide

Hi all ! You are right, the email address is

Jide | 3 07 2006
Hi all ! You are right, the email address is not filled automatically. I’ll put an extra option for that. (the reason is that the function i use should be inside the loop). Richard, i got it ! When you add these lines, they are only shown if you don’t use the widgets. At the bottom of the sidebar.php, do like this :
  <?php endif; ?>
(PUT THE CODE HERE)
  </div>
</div>
It should show even if you are using the widgets.
Razi Shaban

Hello The template is amazing, but i have just set up

Razi Shaban | 3 07 2006
Hello The template is amazing, but i have just set up my wordpress and do not know how to install the template, and there is no readme… please help.
Jide

Hi Razi ! Just unzip the file and put the

Jide | 3 07 2006
Hi Razi ! Just unzip the file and put the freshy folder in wp-content/themes, then go to your admin panel then presentation then themes and choose the freshy theme. A new tab appears with freshy options where you can customize the theme if you want. Enjoy !
VladDrac

IT WORKS!!!

VladDrac | 4 07 2006
IT WORKS!!!
VladDrac

well... another questions is... the freshy theme support gravatars?? if answer is

VladDrac | 4 07 2006
well… another questions is… the freshy theme support gravatars?? if answer is yes…. how can do gravatars visible in the comments?
neoian

how do i remove the text at the top of

neoian | 4 07 2006
how do i remove the text at the top of my website and just edit the header.gif and have that link to the hompage of my site? just like you have it here.
Adam

Hi I keep getting errors like : Warning: opendir(../wp-content/themes/freshy/images/menu): failed

Adam | 4 07 2006
Hi I keep getting errors like : Warning: opendir(../wp-content/themes/freshy/images/menu): failed to open dir: No such file or directory in /home/browni/public_html/wp-content/themes/freshy-10/functions.php on line 196 Warning: readdir(): supplied argument is not a valid Directory resource in /home/browni/public_html/wp-content/themes/freshy-10/functions.php on line 197 Warning: closedir(): supplied argument is not a valid Directory resource in /home/browni/public_html/wp-content/themes/freshy-10/functions.php on line 203 Warning: opendir(../wp-content/themes/freshy/images/headers): failed to open dir: No such file or directory in /home/browni/public_html/wp-content/themes/freshy-10/functions.php on line 196 Warning: readdir(): supplied argument is not a valid Directory resource in /home/browni/public_html/wp-content/themes/freshy-10/functions.php on line 197 Warning: closedir(): supplied argument is not a valid Directory resource in /home/browni/public_html/wp-content/themes/freshy-10/functions.php on line 203 But the menus and headers folder is on my server - its has write access. Any ideas? Adam
Richard

Hi Jide - Thanks for the speedy reply. Unfortunately,

Richard | 4 07 2006
Hi Jide - Thanks for the speedy reply. Unfortunately, my simple mind won’t tell me what the code is you have in mind when you say “(PUT THE CODE HERE)”. What is that code you have in mind please? Thanks again for the fantastic template. Richard P.S. I reckon you could do with a tip jar or Amazon wish list link on your site. You certainly deserve some credit for this theme!
Flemme

Hi Jide. I too want to thank you for a

Flemme | 4 07 2006
Hi Jide. I too want to thank you for a very stylish theme. I interested in how the ‘navigation’ in the sidebar works. At your site your ‘navigation’ shows the categories of your blog, while being at the other pages it shows the content of the entire site. How can i do the same at my site?
Flemme

... without using YammYamm :)

Flemme | 4 07 2006
… without using YammYamm :)
neoian

I have a request. Could you put it so somewhere

neoian | 5 07 2006
I have a request. Could you put it so somewhere in each post on the main page it has the author’s name. We have many different posters on our website, and this would be wonderful.
VladDrac

GRAVATARS SUPPORT?

VladDrac | 5 07 2006
GRAVATARS SUPPORT?
Maria Constantino

How does one change the dark grey background? Is that

Maria Constantino | 8 07 2006
How does one change the dark grey background? Is that a colour value or an image file? If it’s an image file, what is the name of the image? Where in the CSS file does one make the change? It would be nice to be able to change the colour of the background to something other than grey. Thank you. Waiting with anticipation for the next release of freshy.
neoian

Um... Could you make it so the images are not

neoian | 9 07 2006
Um… Could you make it so the images are not so close to the text. Whenever I insert an image into my post the text bumps right up against it. Could you make a tittle bit of a boarder around the pictures or saomething so that they don’t bump up against it?
bulltrader

hey, do you have a paypal donation link? your theme is

bulltrader | 10 07 2006
hey, do you have a paypal donation link? your theme is one of the most awesome ones ive ever used, and i want to donate some money to u so u keep on deigning new themes!
Quang Anh Do

Hi Jide, It's me again. I'd like to ask you one

Quang Anh Do | 11 07 2006
Hi Jide, It’s me again. I’d like to ask you one question: How can I fix the problem with tag? Whenever I use it, it just affect all the theme. :( Moreover, when I use a ', it automatically change to \'.
sokari

I have installed the Freshly theme #10 and had a

sokari | 11 07 2006
I have installed the Freshly theme #10 and had a number of errors. The one that concerns me most is this one under “CHOOSE A HEADER IMAGE” as I particuarly want to upload my own header image. Warning: opendir(../wp-content/themes/freshy/images/headers): failed to open dir: No such file or directory in /home/africanw/public_html/wp-content/themes/freshy-10/functions.php on line 196 Warning: readdir(): supplied argument is not a valid Directory resource in /home/africanw/public_html/wp-content/themes/freshy-10/functions.php on line 197 Warning: closedir(): supplied argument is not a valid Directory resource in /home/africanw/public_html/wp-content/themes/freshy-10/functions.php on line 203 would appreciate your advice on this - thanks
Rushan

GREAT theme. I love it! One of the best I

Rushan | 11 07 2006
GREAT theme. I love it! One of the best I have seen. Sharp, clean and not tacky. One question/problem. It works great in Firefox, however in IE the sidebar moves right down to the bottom of the page below all the posts. Any idea why this would be and how can I fix it?
Maria Constantino

To Sokari, I'm guessing the problem might be that you downloaded

Maria Constantino | 11 07 2006
To Sokari, I’m guessing the problem might be that you downloaded version from themes.wordpress.net? The download from themes.wordpress.net could be old. It names freshy-10 as the folder name. This version throws a lot of errors. If this is the problem (old version), you should download the version found on this jide site. The new zip file has folder name called “freshy”… (not freshy-10). It’s basically version 1.0 with fixes and widget support. I’m guessing jide is working on version 2.0 (but that could be a while).
Dave

Jide, Glad to see the theme updated. However, I've done a

Dave | 12 07 2006
Jide, Glad to see the theme updated. However, I’ve done a lot of editing on the original theme and don’t feel like re-doing everything. What would the easiest way to upgrade the the newest version be? The main feature I’m interested in is the “Customize the Template” in the Options. Thanks for the awesome theme. Dave
Baby Tupi

Hello Jide, this is a great theme :) i really love

Baby Tupi | 12 07 2006
Hello Jide, this is a great theme :) i really love it :D I just implemented a nice plugin for comments. I suggest it to you but it doesn’t work properly because of the page comments.pht i should put some cod but i don’t know what :( can u help me please? plugin page: http://www.mikesmullin.com/2006/06/05/ajax-comments-20/ at comment number 324 she explane why is not working . Thanks a lot if you can help ;)
Koray

Thank you for composing theme Freshy, it's very pretty. I am

Koray | 12 07 2006
Thank you for composing theme Freshy, it’s very pretty. I am not sure if you’re aware of this, but if there are comments on a post or page, markup doesn’t validate as XHTML 1.1. In my case, I get a document type does not allow element “p” here; missing one of “button”, “map”, “object”, “ins”, “del”, “noscript” start-tag. message, and naturally, the more comments there are, the more errors you get. (This page we’re on gives a different kind of error, though.) Also, the menu bar is having some issues when viewed with IE7. I thought I should let you know, now that you’re planning on enhancements.
Ron

How do I change the color of the active page?

Ron | 12 07 2006
How do I change the color of the active page? For instance, i am on home, it has a green background black text… Thank you in advnace
Maria Constantino

Hello, There was an update to Wordpress Sidebar Widgets plugin recently

Maria Constantino | 13 07 2006
Hello, There was an update to Wordpress Sidebar Widgets plugin recently today… Bug fix addressed - for details, read http://webgazette.co.uk/2006/07/09/widgets-plugin-update-problems/ … so you might want to test new versions of freshy against that. I don’t know if WordPress people have posted the fix yet on their site. I downloaded from Automatic today and activated it. It says Version 1.0.20060711 I don’t know what the old version was (didn’t check before I updated), so I don’t know if what I downloaded is indeed the new version.
Jonasson

Thanks! What a great WordPress theme you created Jide! I

Jonasson | 13 07 2006
Thanks! What a great WordPress theme you created Jide! I downloaded the new version (v1.0) yesterday and I’m in love with it! Really great stuff! I also took the liberty to translate the .php files to Swedish, since I run a blog in that language. I’m looking forward to your next release. Keep up the good work!! :-D
Kendal

Jide, your design is awesome! IE doesn't like to display

Kendal | 14 07 2006
Jide, your design is awesome! IE doesn’t like to display it properly though, so my IE users suffer :(
Guillermo

Hello Jide, I want to create the translation to the

Guillermo | 17 07 2006
Hello Jide, I want to create the translation to the Spanish (es_ES.mo and es_ES.po). When it has it, that I must make to change the language in the theme? Where I have to him to say that it takes the files es_ES.mo and es_ES.po? Thanks, I hope that you understand to me, my English is very bad.
Jide

Hi Guillermo ! First of all, thank you for translating the

Jide | 17 07 2006
Hi Guillermo ! First of all, thank you for translating the theme in spanish. To have the theme working in your language, you must edit the file “wp-config.php” which is in the root of your wordpress site. then modify the line : define (’WPLANG’, ‘’); to : define (’WPLANG’, ‘es_ES’); And it should be ok ! Let me know when you have made the translation and thank you again ! Julien. PS: dont worry for your english it is very understandable ;)
Jide

Hi all ! I'll look forward to the IE compatibility

Jide | 17 07 2006
Hi all ! I’ll look forward to the IE compatibility problem, but i must say that i tested it in IE and did not have any problem, I’ll test again and let you know ! Thanks for your feedback !
Jide

Kendal, could you send me an url where IE does

Jide | 17 07 2006
Kendal, could you send me an url where IE does not show the template correctly ? thanks.
Carly

First of all, I'd like to say that this is

Carly | 17 07 2006
First of all, I’d like to say that this is a beautiful theme & one of the best I’ve ever come across. I tried to edit the menu bar so it doesn’t show all of my pages… so I added them in with the link that you provided… but now when I click on the pages, the menu bar does not turn blue like it used to. I tried looking in the stylesheet to see if there was something there but I really can’t figure it out. Hopefully you can help!
catatan seorang arhiez » ganti theme lagi.. (duh…)

[...] kali ini pake theme buatan Jide, namanya Freshy… dan

catatan seorang arhiez » ganti theme lagi.. (duh…) | 18 07 2006
[…] kali ini pake theme buatan Jide, namanya Freshy… dan seperti namanya, uraian warna pada theme ini memang segar untuk dipandang… designnya mantap abis, mendukung widget dan punya option sendiri… silakan berkunjung ke situsnya aja buat dapetin informasi lbh. lanjut..btw, sebetulnya posting ini udah ditulis 2 hari yg. lalu, tapi entah kenapa lupa disubmit… […]
I.A.M.

Love the theme, and I've finally got somethng I'm happy

I.A.M. | 18 07 2006
Love the theme, and I’ve finally got somethng I’m happy with that’s light on the palate yet spiffy to look at! Huzzah!! :-D I have the same problem mentioned by Quang Anh Do on the 11th:
…when I use a ‘, it automatically change[s] to \’.
Oddly, it only shows after posting when you edit text afterwords. Quite odd. I have had this problem with the last theme I had so this may be something to wait for 2.1 or 2.0.4?
Guillermo

Hello Jide, I am Guillermo, again. I have including in

Guillermo | 19 07 2006
Hello Jide, I am Guillermo, again. I have including in the file es_ES.mo, the translation of functions.php but it does not work to me. You can help me. Please.
roj

Nice work... I'll be waiting for the next version=) Thank

roj | 19 07 2006
Nice work… I’ll be waiting for the next version=) Thank you. We are using in our blog right now. Keep up the good work.
Prash

Hiya Jide, Can we add a flash files instead

Prash | 20 07 2006
Hiya Jide, Can we add a flash files instead of an image in the header? I tried it, but does not show….Kindly let me know if a flash swf file can be added. regards, Prash.
WM

I have a problem in using Ajax comment 2.0. http://www.mikesmullin.com/2006/06/05/ajax-comments-20/ the comment

WM | 20 07 2006
I have a problem in using Ajax comment 2.0. http://www.mikesmullin.com/2006/06/05/ajax-comments-20/ the comment can’t be display in realtime. how to moderate it?
WM

Problem Solvedï¼the theme use dl and default use li to

WM | 20 07 2006
Problem Solvedï¼the theme use dl and default use li to handle comments. I modified the ajax php , it works.
roj

Hello Jide, I love your theme.I wonder how make my

roj | 20 07 2006
Hello Jide, I love your theme.I wonder how make my menu a drop down menu? Thanks in advance.
WM

after i use the sidebar widget,i can't pass the markup

WM | 20 07 2006
after i use the sidebar widget,i can’t pass the markup validator because it lacks the ul tag, how to solve this problem? http://ccca.nctu.edu.tw/~chchang/
Jide

Hi WM ! Do you use blogroll ? there is

Jide | 21 07 2006
Hi WM ! Do you use blogroll ? there is a bug with the old version of the widgets for blogroll (not my fault :p) try the last version or the xhtml compatible version (look in comments maria talks about it). good luck !
jide.fr » Freshy theme and YammYamm plugin bug corrections

[...] Go to the Freshy template page. Go to the

jide.fr » Freshy theme and YammYamm plugin bug corrections | 22 07 2006
[…] Go to the Freshy template page. Go to the YammYamm plugin page. […]
Jonasson

Hello again! I have a problem with your excellent theme

Jonasson | 22 07 2006
Hello again! I have a problem with your excellent theme Freshy. When I click “Previous entries” at the bottom of the blog, the earlier entries show up, but the sidebar is messed up. The entire sidebar is displayed below all the posts on that page, and the footer is displayed where the sidebar should be. Looks really weird! At first I thought it was a widget problem, so I removed them all. The problem didn’t go away. Also, it appears both in Firefox and in IE6. Got any fix for me? Thanks, and keep it up! ;)
Baby Tupi

Hey WM did you solve the problem with ajax? How

Baby Tupi | 22 07 2006
Hey WM did you solve the problem with ajax? How did you do? Can you help me please? Jide your there is great! i LOOOVE it! I’m just trying the new release :P
mutkan

hi, i don't see sidebar widgets in IE, but i

mutkan | 23 07 2006
hi, i don’t see sidebar widgets in IE, but i can see in firefox. pls help me
mutkan

sorry, sidebar exists in IE but in the right down

mutkan | 23 07 2006
sorry, sidebar exists in IE but in the right down :(
mutkan

someone help meee....

mutkan | 23 07 2006
someone help meee….
Jew 2.0 » The Most Visually Inoffensive Wordpress Templates

[...] Freshy — light, graphically heavy, top navigation [...]

Jew 2.0 » The Most Visually Inoffensive Wordpress Templates | 24 07 2006
[…] Freshy — light, graphically heavy, top navigation […]
Jenkin

I too am interested in creating a "home page" feel

Jenkin | 24 07 2006
I too am interested in creating a “home page” feel like you’ve done with your site. I’d like the front page to be static while the updated content (blog, etc) can be handled in the other areas via the header nav. Any chance we can get a tutorial on how to do this?
VladDrac

GRAVATARS ENABLED?

VladDrac | 24 07 2006
GRAVATARS ENABLED?
Jide

Hi Vlad ! Don't get angry ;) What is the

Jide | 24 07 2006
Hi Vlad ! Don’t get angry ;) What is the plugin for gravatar support ? Tell me and i’ll integrate it :)
Jide

mutkan, i'll look for your problem, but i feel like

Jide | 24 07 2006
mutkan, i’ll look for your problem, but i feel like it is because of something you added as videos on your sidebar, but i’ll see if i find a workaround.
Kenny

Hi Jide, Once the yammyamm plugin is install into a

Kenny | 25 07 2006
Hi Jide, Once the yammyamm plugin is install into a site where the blog is not the home page (ie.. http://site.com/blog) the nav bar on the site becomes a bit out of whack. Prior to activating the yammyamm plugin the bar had two links, home (which was the blog) and about. After activation of the plugin the links change to Home and Blog and about disappears although it still exists in the wordpress admin. When clicking on either Home or Blog both seem to redirect you to the same place. Do you have a work around for this? A way to make the Blog button link to the wordpress site and the Home button link to a static Home page. Your help is much appreciated.
mutkan

when i drop the video in the sidebar, the problem

mutkan | 25 07 2006
when i drop the video in the sidebar, the problem is going on. :(
mutkan

i tried kubrick theme, there were no problems in IE.

mutkan | 25 07 2006
i tried kubrick theme, there were no problems in IE. :(
mlackea

Hi, great theme Jide ! Thanx for great post ! I wanna

mlackea | 25 07 2006
Hi, great theme Jide ! Thanx for great post ! I wanna ask u something: how to fix the main menu problem ? (The problem is in fact that it doesnt shows the same in all browsers. I am using Opera and the menu is going up and down… Thank u again for your great job! Keep working ! :)
Jide

Kenny : Did you read carefully the YammYamm instructions ?

Jide | 25 07 2006
Kenny : Did you read carefully the YammYamm instructions ? First of all, in the admin, you have to create languages and assign categories and pages to each language. Only posts and pages in these will show up, so if “about” is in root, it won’t display in the menu… Then, if you log in into your admin account, there are options for YammYamm : you can set the homepage as being the language blog root category or as the language root page. Try this and let me know ;)
Kenny

Thanks Jide. I will give your suggestions a shot. Have

Kenny | 25 07 2006
Thanks Jide. I will give your suggestions a shot. Have you designed yammyamm to work better with a wordpress site installed in root or possibly a /wordpress category off of root? thanks
Jide

Hi again Kenny ! YammYamm does not care about this.

Jide | 26 07 2006
Hi again Kenny ! YammYamm does not care about this. You really have to read the instructions ;)
mutkan

i found the problem, i dropped the calendar in

mutkan | 26 07 2006
i found the problem, i dropped the calendar in the sidebar. i have two question.:) in the sidebar (BAGLANTILAR), i saw the (.) , how can i remove it? and i can’t add the random image block. i’ve tried to add the code every page, but i couldn’t. thank you..
John

I'm thinking about using this template for my site but

John | 27 07 2006
I’m thinking about using this template for my site but it comes out somewhat strange looking at 800×600. Any ideas what needs to be fixed to make it come out correct. Thanks John. p.s. I appreciate all your hard work.
‫תבנית בעברית: Freshy - ×“×‘×¨×™× ×§×˜× ×™× - [משונה.נת]â€

[...] התבנית Freshy נוצרה על ידי jidé. ×ª×¨×’×•× ×”×ª×‘× ×™×ª והת×מתה

‫תבנית בעברית: Freshy - ×“×‘×¨×™× ×§×˜× ×™× - [משונה.נת]†| 28 07 2006
[…] התבנית Freshy נוצרה על ידי jidé. ×ª×¨×’×•× ×”×ª×‘× ×™×ª והת×מתה לעברית בוצעו בידי שרון גפן במסגרת מרתון ×ª×¨×’×•× ×”×ª×‘× ×™×•×ª של הפרדוקס. […]
Sharon

Hi, Just dropping you a line to let you know I've

Sharon | 28 07 2006
Hi, Just dropping you a line to let you know I’ve localized Freshy into Hebrew. The loc work required a complete flipping of the entire CSS, so I don’t think PO/MO files for Hebrew will be of much help here… :-) Download ZIP is here: http://www.meshune.net/wordpress/freshy-10-he.zip Thank you for creating such a beautiful theme! Sharon
Jennifer

Hi Jide, Thank you for the lovely theme! I have, I

Jennifer | 29 07 2006
Hi Jide, Thank you for the lovely theme! I have, I hope, a simple question. On the contact button, I would like to replace the mailto link with a link to the contact form on my website, but I don’t know php or anything other than very basic HTML. Is there an easy way to do this? I know the code is in the Header section, but I don’t want to mess anything up. Thanks in advance!
Jeroen

Just a note. I am still running version 1.0 of

Jeroen | 30 07 2006
Just a note. I am still running version 1.0 of the template. But I just upgraded to Wordpress 2.0.4 after testing it on a local machine. It all seems to work like a charm. I think I clicked through most pages and everything looks to be working fine.
Michael

Great theme, Jide! :) Just wondering … Is there any way

Michael | 30 07 2006
Great theme, Jide! :) Just wondering … Is there any way to move the sidebar to the left without “broking” the theme?
Carly

Hey Jide, the update is awesome! One thing, though...

Carly | 30 07 2006
Hey Jide, the update is awesome! One thing, though… I tried to add my own links to the top menu instead of having it list the pages with the code you provided earlier for Matthew. Once I did that, however, the top menu does not remain selected… I am not sure how to fix this… help?
jide.fr » Big update of the Freshy template

[...] Go to the Freshy template page [...]

jide.fr » Big update of the Freshy template | 30 07 2006
[…] Go to the Freshy template page […]
yanis

hi all, Can anybody teach me how to add cotegories

yanis | 31 07 2006
hi all, Can anybody teach me how to add cotegories in the top menu? I am not a techie, so please “step-by-step”. Sure I am not the only one who would love this. Thanx a lot in advance,
Kenny

Hi Jide - What's the easiest way to create a

Kenny | 1 08 2006
Hi Jide - What’s the easiest way to create a static home page with your template? I know the yammyamm plugin seems to give this functionality however I wish to use the template without the plugin. I would like to have, Home, Blog.. etc.. The static home page would load when hitting example.com and the blog when hitting example.com/blog. Thanks
Jim symes

Thanks for the great theme. Bear with me, I'm a

Jim symes | 1 08 2006
Thanks for the great theme. Bear with me, I’m a newbie. Having problems rewording the content tag so that it reads “Read More> not “Read the rest of the entry”. This is the coding I have (inside index.php file) but it does’nt change a thing. Thanks for any help! ‘.__(’Read more »’,TEMPLATE_DOMAIN).'’); ?>
Jide

Hi Jim ! Huh, strange... it should work. Try to

Jide | 1 08 2006
Hi Jim ! Huh, strange… it should work. Try to delete the cache folder of your wordpress site to clean cached files and let me know.
Don

Hi Jide, nice theme. But I have a problem. I'm using

Don | 1 08 2006
Hi Jide, nice theme. But I have a problem. I’m using the wp-extremevideo Plugin from Ross Gerbasi. But it doesn’t work with your theme. Posting the vids destroys the whole themelayout (testsite: http://www.soistdenken.de/?p=49). But it all happens only with the Firefox (newest version) - but works fine with the IE?! Any suggestions?
Jide

Yes the plugin does not produce clean code. It should

Jide | 1 08 2006
Yes the plugin does not produce clean code. It should be : <p><object data="http://www.youtube.com/v/49IDp76kjPw" style="width: 401px; height: 130px" type="application/x-shockwave-flash" > <param value="http://www.youtube.com/v/49IDp76kjPw" name="movie" /></object></p> instead of : <p><object data="http://www.youtube.com/v/49IDp76kjPw" style="width: 401px; height: 130px" type="application/x-shockwave-flash" /></p> <param value="http://www.youtube.com/v/49IDp76kjPw" name="movie" />
Linkblog for Tuesday, 01 August, 2006 » Chandrasekhar Vallabhaneni

[...] codefetch Sourcecode search engine for searching the

Linkblog for Tuesday, 01 August, 2006 » Chandrasekhar Vallabhaneni | 1 08 2006
[…] codefetch Sourcecode search engine for searching the source code of programming books. TechnoBlue Released at JohnTP’s Home TechnoBlue Wordpress theme Famous Blogs Matt’s collection of Famous Blogs Torn Version 1.0 (Wordpress Theme) Sleek wordpress theme CeprixConception | SpotMilk SpotMilk, Admin Theme for WordPress jide.fr » Template freshy (Wordpress) Template freshy theme for Wordpress Perfecting Your WordPress Title Tags » Interweb W… Optimize your Wordpress Titles for better SEO with these tips WordPress-to-WordPress Import WordPress-to-WordPress Import Plugin WordPress Themes Fernando_Graphicos WordPress Themes BloxPress Bloxpress is an theme that acts as a plugin between your favourite theme and the Bloxpress system. Bloxpress enables you and your visitors to modify your website live by simply using drag and drop. It can be extended very easily and offers an powerful yet Headzoo - aLinks aLinks is a free WordPress plugin that takes a set of phrases you commonly use and turns them into links whenever you include them in a post, but really it’s much more than that! 8 Invaluable Wordpress Plugins! pingmag’s 8 Invaluable Wordpress Plugins! AjaxWp AjaxWp - An AJAX enhancement for WordPress blogs […]
Uthfull

Yipee!! Thanks for the update. Will let you know if

Uthfull | 1 08 2006
Yipee!! Thanks for the update. Will let you know if I find any bugs or if there;s another feature that I want ;) !
Jim

Not sure how to delete the cache. The wordpress forums

Jim | 1 08 2006
Not sure how to delete the cache. The wordpress forums say the cache is located in the wp-content file but I don’t have it there. When I try with any other template I see the change immediately. Is the issue TEMPLATE_DOMAIN? I’m not sure what this bit of coding means, but the wordpress default template does not have this coding. Thanks!
Jennifer

Thank you for the update (and for putting in the

Jennifer | 2 08 2006
Thank you for the update (and for putting in the link field for the contact info :-) ) I installed the la