Customize plugin (Wordpress)

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 :

1.0.5 01/08/2010
Compatible with Wordpress 2.9
1.0.4 04/25/2009
Compatible with Wordpress 2.7
1.0.2 08/03/2008
Compatible with Wordpress 2.6
1.0.1 02/03/2008
Corrected floats in sizes fields

Sympa le theme Freshy, bon

Sympa le theme Freshy, bon theme, malheureusement c'est dommage que le pluggin Customize ne fonctionne pas avec la versions 2.9.1 de worpress (dernière verison) Si quelqu'un à une solution, ça serait vachement sympa ! traffic ultimatum review and the instant money code review

La meme chose ! quelqu'un a

La meme chose ! quelqu'un a une soluce ... ???

This plugin is amazing

This plugin is pretty amazing.

I tried it quickly, and it worked on my wordpress, v2.9.1

I spent most of yesterday converting my primary theme to work with it, and will report back on my progress with that, but thank you very much for the plugin.

Marche pas

Bonjour,

l'installation de l'extension customize 1.0.5. se fait parfaitement mais quand on veut l'activer on a le message suivant : Cette extension ne dispose pas d’un en-tête valide. ??

KEZACO ??

Help !!!

Merci par avance ...

Ca marche nickel ! avec

Ca marche nickel ! avec wordpress 2.9.1 et 1 and 1 problème réglé !

Bonjour, Sympa le theme

Bonjour,
Sympa le theme Freshy, bon theme, malheureusement c'est dommage que le pluggin Customize ne fonctionne pas avec la versions 2.9.1 de worpress (dernière verison)
Si quelqu'un à une solution, ça serait vachement sympa !
J'ai une erreur 500 j'ulisise 1 & 1...
Merci d'avance !

This article the work of the

This article the work of the author's health. I have always followed this style of writing was sequel. I already saw the youtube video site

Thank you to the article author.

plugin does not have valid header

I uploaded the customize plugin and when its done uploading is says it was a success, but when I go to activate it, it says plugin does not have a valid header. What does this mean? how can I activate this plugin? Please help

No valid header :-(

Hey dude,

i get the same error on WP 2.9.1 ... :-(

Extension ne s'installe pas !!!

J'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

First, 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

How 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

i get the same error with 2.9 and 2.9.1

Error with wp_get_current_user (and fix)

I 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

Seems 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??

My 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

I think that Freshy 2 options and customize 1.0.4 don't work with wp2.9.
best regards

customize

i'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!

Salut 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

An Update for Wordpress 2.9 would be quite nice

Not compatible with Wordpress 2.9

I'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

l?rt en masse

[...] Customize 1.0.4 [...]

[...] Customize 1.0.4 [...]

[...] Customize 1.0.4 [...]

[...] Customize 1.0.4 [...]

PLEASE! PLEASE! PLEASE! Get

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

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

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

looking very forward to the next release Jide. Thanks a mil for the fantastic theme.

That would be great! I'm

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

@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

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

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

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. :)

Hello. And Bye. :)

love this theme but really

love this theme but really need to have the custom plugin upgraded - pretty pleeeease with sugar on top...

Your theme does not support

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?

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]

[...] [Customize Plugin] [...]

Ok, if youre having this

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

Good plugin

customize dosen'twork on

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

[...] 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

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

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

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

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

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

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?

Post new comment

  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.

More information about formatting options