
The plugin has been updated according to http://ocean90.wphelper.de/en/3127/fix-freshy-theme-wordpress. I did not test it, please tell me if everything goes fine.
Download v1.0.5Provides css based customization for themes. This plugin lets users customize their theme easily, and themers provide customization options just by adding some special comments in css. Freshy 2 is the first theme to provide support for customize.
For users :
Easily customize your theme by changing images, colors, elements sizes, fonts or anything the theme provides customization options for.
Download the plugin, place the customize folder in your wordpress plugins folder, and then activate the plugin. A new tab will appear when you go to "Presentation", named "Customize Theme", providing options for your theme if it is compatible.

For themers :
You made a great looking, neat and sweet theme ? Would not you like to let users change some colors, backgrounds, sidebar width or make layout whether liquid or fixed ? Grr making that stupid form, saving those database entries, hey i'm just a css coder man ! Cool, this is exactly for you, then, just see :
This code :
a {
/*:Navigation color*/
color:#ff6600;
}
Gives a customize form with :

Some explanations : You must create a separate css named "custom_template.css" in your theme folder. Write this little css snippet in it. You just saw that comment in the css, above the color property ? That's the only thing you need : add a comment beginning with ":" and then add the name you would like to give to the property. Here i chose "Navigation color", but it could have been anything else.
With this only comment, and if the Customize plugin is installed and activated, then the user will be able to change this value in the Customize panel, with a cool color selector.
Another example ?
body {
/*:Header image*/
background-image:url(images/headers/bubbles.jpg);
}
Adds to the form :

It's magic ! A list of images to choose from is provided to the user. In fact, those are all the images located in the "images/header" directory. When the user hovers an image, a zoom preview appears. It is also possible to upload an image. This example also shows that css shortcuts, eg. "background:..." are NOT allowed, since we need single property-value pairs. Use "background-image", "background-color"...
Yet another ?
#title_image {
/*:Header height*/
padding-top:200px;
}
Adds to the form :

Sliders are provided for all length values. User can also choose between px, em or %, which is great for example to switch between liquid or fixed layout.
But hey, wait a minute ! What if i do this :
a {
/*:Navigation color*/
color:#ff6600;
}
.sidebar h2 {
/*:Navigation color*/
border-left-color:#ff6600;
/*:Navigation color*/
color:#ff6600;
}
No worries, all of this will be handled by the plugin, you can even mix classes, mix properties, names, whatever, only one field will be output. It will work ok since you did add the special comment before the property-value pair.
Note that any property will work, providing a specific input widget or a simple input as a fallback.
Besides this, you can provide additionnal sub-themes with your theme. They can be some preset to choose from, or completely different css to provide additional properties or a different layout. Just add some css files with names beginning with "custom_" and use the same rules as for custom_template.css. These stylesheets will appear as a select box in the Customize panel :

Users can also save their own settings. In fact they have to, that's the way settings are applied :

If for some reasons the user can't write files, values are stored as variables. Note that i did not test this extensively so let me know if you succeeded or failed.
Changelog :
Extension ne s'installe pas !!!
Sun, 02/07/2010 - 19:58 — AnonymousJ'ai le même problème, voici le message d'erreur qui s'affiche lorsque je souhaite installer cette extension :
Cette extension ne dispose pas d’un en-tête valide.
Une solution ?
Customize 1.0.5 "The plugin does not have a valid header" error
Sat, 01/23/2010 - 04:46 — AnonymousFirst, I want to say that the Freshy Theme is FANTASTIC. The Customize plugin has been wonderful. The update version is now working well with WP 2.9.
However Customize 1.0.5 produces a "The plugin does not have a valid header" after attempting to Activate it.
Any assistance would be appreciated.
Again, a great big thanks for an outstanding theme and plugin!
Mark
How else can you change the
Tue, 01/19/2010 - 11:34 — AnonymousHow else can you change the header? I have no clue how do to do it because I am a complete noob, sorry! Any help with how to put my own header in there would be much appreciated!
Thanks
i get the same error with 2.9
Fri, 01/15/2010 - 10:30 — Anonymousi get the same error with 2.9 and 2.9.1
Error with wp_get_current_user (and fix)
Fri, 01/15/2010 - 07:22 — AnonymousI was getting the error:
"Call to undefined function wp_get_current_user"
I was able to fix this by editing nice_theme.php, insert
"include_once(ABSPATH . 'wp-includes/pluggable.php');"
before
"include_once(ABSPATH.'/wp-admin/admin-functions.php');"
Customize Plug-in 1.0.5 Has Error
Thu, 01/14/2010 - 17:31 — AnonymousSeems the latest version 1.0.5 released on 1-8-2010 returns "No Valid Header" when trying to activate in WP 2.9.1
An update for WP 2.9??
Mon, 01/04/2010 - 16:03 — AnonymousMy customize plugin doesn't seem to be working for Wordpress 2.9. Any fixes coming??
Freshy options and customize don't work with wp2.9
Sun, 01/03/2010 - 14:06 — AnonymousI think that Freshy 2 options and customize 1.0.4 don't work with wp2.9.
best regards
customize
Thu, 12/31/2009 - 23:38 — Anonymousi've got it installed
on wordpress 2.9
with the freshy2
but it doesn't give me any of these options...
it says the theme cannot be changed
Customize plugin plus compatible!
Wed, 12/23/2009 - 11:39 — AnonymousSalut et merci pour ce magnifique thèmes!
Malheureusement Customize plugin n'est plus compatible avec la dernière mise à jour de wordpress 2.9 et donc le thèmes n'est plus modifiable.
Merci a+
Wordpress 2.9
Mon, 12/21/2009 - 16:25 — AnonymousAn Update for Wordpress 2.9 would be quite nice
Not compatible with Wordpress 2.9
Sun, 12/20/2009 - 07:26 — AnonymousI've updated my Wordpress to 2.9, the "Customize" just cannot use at all, it can only display the default theme, all customization were gone. Please Help...
meget godt
Thu, 12/10/2009 - 02:45 — Anonymousl?rt en masse
[...] Customize 1.0.4 [...]
Sat, 04/25/2009 - 18:39 — jide.fr » Freshy 2.1 and Customize 1.0.4 released ! (not verified)[...] Customize 1.0.4 [...]
[...] Customize 1.0.4 [...]
Sat, 04/25/2009 - 18:38 — jide.fr » Freshy 2.1 et Customize 1.0.4 ! (not verified)[...] Customize 1.0.4 [...]
PLEASE! PLEASE! PLEASE! Get
Fri, 04/03/2009 - 18:58 — David (not verified)PLEASE! PLEASE! PLEASE! Get the customize plugin working for 2.7. It's the best WP plugin I've ever used. I'll be waiting anxiously
I'm using your template in
Tue, 03/17/2009 - 03:16 — Steve (not verified)I'm using your template in our WPMU2.7 and I love it. We used the freshy 1.0 and it was great too.
I hope you will have the time to update the customize plugin too, we're quite dead now without it...
Thanks for your great work!
Does anyone know of a plugin
Mon, 03/16/2009 - 11:56 — Bob (not verified)Does anyone know of a plugin to help combat the "missing kitchen sink" bug.
I have tried: Dean's FCKEditor For Wordpress & WP Super Edit.
"WP Super Edit" seems to not work at all and "Dean's FCKEditor For Wordpress" seems to be a rather buggy.
looking very forward to the
Sat, 03/14/2009 - 02:59 — Bob (not verified)looking very forward to the next release Jide. Thanks a mil for the fantastic theme.
That would be great! I'm
Tue, 03/10/2009 - 13:20 — iolanda (not verified)That would be great! I'm currently trying to "reload" my blog and I think Freshy theme is really cool, but my WP MU is 2.7 version and I cannot use customize plugin :(
I'll wait for good news! Thanks in advance. Nice work!
@everyone : i am truely sorry
Tue, 02/24/2009 - 18:56 — Jide (not verified)@everyone : i am truely sorry for the bugs that remain unfixed. I have worked on a new version of Freshy 2 that fixes most bugs and is compatible with wp 2.7 and it is almost ready, but i am running out of time at the moment. I'll do my best to release it soon.
I have the same problem. I
Tue, 02/24/2009 - 17:18 — Bob (not verified)I have the same problem. I really really LOVE this theme and have spent loads of time tweeking it. But if the kitchen sink button is not there then it may have to go bye bye. :-(
Please can we get this one fixed. WP 2.7.
And the Sidebar issue (in ie.) if possible.
I am running 2.7.1 and the
Mon, 02/16/2009 - 20:38 — Jeff (not verified)I am running 2.7.1 and the Kitchen Sink has disappeared for me also. When I switched to another theme, it came right back.
Can this be fixed?
Hi, is there a way to make
Mon, 02/09/2009 - 10:01 — Mike (not verified)Hi, is there a way to make the "BLOG TITLE" non-italic? I would like the title as bold and non-italic just like the original freshy 1.0 theme. thanks!
Hello. And Bye. :)
Sun, 02/01/2009 - 20:45 — kookimebux (not verified)Hello. And Bye. :)
love this theme but really
Sat, 01/24/2009 - 16:26 — christian (not verified)love this theme but really need to have the custom plugin upgraded - pretty pleeeease with sugar on top...
Your theme does not support
Thu, 01/22/2009 - 18:04 — Kr5is (not verified)Your theme does not support customization. Has anyone found a work around for this error with the plugin? I am using Freshy2, and have permissions to the directories set, but I still get this error. Any ideas?
Whats new in 1.0.3 version?
Tue, 01/20/2009 - 10:05 — Darco (not verified)Whats new in 1.0.3 version? WP offers me to upgrade to that version, but I don't see changes log here...
[...] [Customize Plugin]
Fri, 01/16/2009 - 10:45 — Studio X » Freshy 2:FREE Premium WordPress Theme With Custom (not verified)[...] [Customize Plugin] [...]
Ok, if youre having this
Thu, 12/25/2008 - 14:04 — mike (not verified)Ok, if youre having this error: cannot write file, css stored as option.
Then try to make your content and plugins folder writable (777).
Also in that customize screen use the 'save file as:" option on top and save your custom template with another new name, that solved it for me..
Good plugin
Fri, 12/19/2008 - 08:51 — New Generation Softwares (not verified)Good plugin
customize dosen'twork on
Mon, 12/15/2008 - 11:30 — Shakeyes (not verified)customize dosen'twork on wordpress 2.7 or more.
It need an upgrade or this wonderful theme, is going to end his life!
same thing for freshy 2, maybe it's time to upgrade to freshy 2.7 :-)
can anyone help the author to fix the problems?
[...] I tried Googling and
Fri, 11/28/2008 - 14:25 — WordPress Add Media Buttons Missing | geekTips (not verified)[...] I tried Googling and found no possible clues of any sort about the problem, I found some sites that was saying that the problem was possibly caused by Customize WordPress plugin. Customize this plugin usually used to customize the WordPress theme layout from the back-end. [...]
I noticed that every time I
Mon, 11/24/2008 - 20:32 — m (not verified)I noticed that every time I download and reinstall v1.0.3, the installed version says that it's v1.0.2. I've waited a couple weeksto mention it just in case my host needed to clear its cache, but nothing changed. Maybe this has something to do with the problem. It runns on one of my sites but not the other, and both are completely updated the same way.
These are the
Fri, 11/21/2008 - 15:05 — Oliver (not verified)These are the errors
Warning: main(/home/smstdpri/public_html/wp-content/themes/freshy2/my_sidebar.php) [function.main]: failed to open stream: No such file or directory in /home/smstdpri/public_html/wp-content/themes/freshy2/sidebar.php on line 15
Warning: main(/home/smstdpri/public_html/wp-content/themes/freshy2/my_sidebar.php) [function.main]: failed to open stream: No such file or directory in /home/smstdpri/public_html/wp-content/themes/freshy2/sidebar.php on line 15
Warning: main() [function.include]: Failed opening '/home/smstdpri/public_html/wp-content/themes/freshy2/my_sidebar.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/smstdpri/public_html/wp-content/themes/freshy2/sidebar.php on line 15
I am running wp 2.6.3, and
Sat, 11/01/2008 - 16:26 — mssbee (not verified)I am running wp 2.6.3, and the kitchen sink button is gone. It seems to be replaced by a style drop down list that doesn't always open when selected. Has anyone found out how to get the kitchen sink feature back?
Hi Jide, I love your
Tue, 10/28/2008 - 21:05 — Lupita (not verified)Hi Jide,
I love your theme, but I got the same problem with the others, ".../wp-includes/capabilities.php on line 447" [it works in regular wordpress but not in MU]
Please help!
L.
For those of you trying to
Tue, 10/28/2008 - 20:17 — Soccer Dad (not verified)For those of you trying to get Customize to work with WordPress MU, it appears the plugin is getting loaded too early, so the pluggable code has not been included yet. A hack to fix it is to include this line in customize.php above the existing includes:
require_once(ABSPATH . 'wp-includes/pluggable.php');
This should allow you to activate and use the plugin. So far it seems to be working just fine with v2.6.3 of MU
This probably isn't the best way to solve the problem - more likely the init sections need to be delayed a bit beyond the current constant definition check in use
Hi, I've been using your 3
Tue, 10/28/2008 - 02:45 — Dan Thornton (not verified)Hi,
I've been using your 3 column layout on my main blog, and the 2 column version at www.140char.com. I've had the issue with not being able to upload images etc, but had been working around it by using the HTML view to insert images.
However, over the last 48 hours or so, 140char.com is running incredibly slowly when I try to do anything via the admin dashboard - and the only difference between the plugins on 140char and www.thewayoftheweb.net (which is running fine) appears to be the Customize plugin....had anyone else had a similar issue, or is this likely to be a database problem?
J'ai la même erreur :-(
Wed, 10/22/2008 - 13:53 — shibi (not verified)J'ai la même erreur :-( wp_get_current_user() in …/wp-includes/capabilities.php on line 447 …
Comment faire ? :-(
Hi. I am having problems
Sun, 10/05/2008 - 21:37 — Eric (not verified)Hi.
I am having problems with your "Customize" plugin in Wordpress 2.6.*. It prevents me from moving widgets in the Design->Widgets view. I would appreciate a fix. Thanks!
Hi, i´ve this problem when i
Mon, 09/29/2008 - 15:45 — DreaM (not verified)Hi, i´ve this problem when i acitve customize plugin: Fatal error: Unknown function: wp_get_current_user() in …/wp-includes/capabilities.php on line 447 ... Can somebody help me please ?
In php, I disable
Thu, 09/25/2008 - 14:20 — Chris L-dog (not verified)In php, I disable allow_url_fopen because we have people who create poor php code which renders us susceptible to malicious activity. Can this be written to not use these functions?
This is a great theme! I'm
Thu, 09/25/2008 - 04:48 — Michael Graves (not verified)This is a great theme! I'm just about completed adapting it to my needs. However, I need to know how to alter the styles so that links in the text of posts/pages are indicated either with a color or underline?
hello friend excellent your
Mon, 09/22/2008 - 02:43 — kmendez (not verified)hello friend excellent your page, I like very much the issues that have to wordpress, I would like to know if I can put them on my blog wordpress or maybe change to which I am, I got the freshy but I want the freshy 2, my blog is http:// / myfreeride.wordpress.com, if I can help you with that of what would be grateful, my email is kmendez_14@hotmail.com thank your page escelente
Thank you so much for this
Sat, 09/20/2008 - 05:34 — rocks-hd (not verified)Thank you so much for this theme!
Thank you so much for this
Sun, 09/14/2008 - 20:36 — Ted (not verified)Thank you so much for this theme!
Just wanted to let you know, if anyone is having problems with customizing the themes, upgrade to the newest customize plugin. It was difficult to install however- I don't have plugin uploader, so I had to do it manually, and the blank files held me back a lot. I had to manually copy the file structures. But it's all good now, thanks again!
Hi, I was using your freshy
Wed, 09/10/2008 - 09:29 — arvinoids (not verified)Hi, I was using your freshy theme for the longest time, but then when I upgraded to wp 2.6.2, I am not able to see anymore the special buttong (on tinymce) for advanced formatting. You know, the one you click to get the Paragraph styles/Indents, etc. buttons. But then when I use other themes, they come up ok. I have reuploaded the freshy theme over and over, but with the same results. How do I fix this?
Where is this fabled
Sun, 09/07/2008 - 23:44 — Chosen One (not verified)Where is this fabled "wordpress plugins" folder so I can even TRY to work with it?
Wwere is this fabled
Sun, 09/07/2008 - 23:44 — Chosen One (not verified)Wwere is this fabled wordpress plugins folder so I can eve try to work with it?
Post new comment