Your theme does not support customization
July 21, 2008If you’re using the Freshy 2.0.6 theme + Customize Plugin + Wordpress 2.6 then you’re stuck with the blank page when you click the “Freshy Theme Options” or you get the “Your theme does not support customization” when you click “Customize Theme“; Here’s a simple fix that you can use until an official patch/fix is provided by Jide himself: You need to edit a few lines on 3 php file.
File: functions.php
Location : Inside your Freshy2 theme folder
Line 473, Change
$path = ABSPATH.$theme_info->template_dir.’/';
to
$path = ABSPATH.’wp-content’.$theme_info->template_dir.’/';
File: nice_theme.php
Location: inside your Customize plugin folder
Line 24, Change
Change $this->path = ABSPATH.$this->theme_info->template_dir.’/';
to
$this->path = ABSPATH.’wp-content’.$this->theme_info->template_dir.’/';
You’d be surprise that with the 2 changes you did above, it’ll fix your WP 2.6 in no time! However, you’ll notice that the “add media” buttons is missing. To fix that problem :
File: nice_forms.php
Location: Inside your Customize plugin
Comment or remove line 92. It’s the line that has something to do with scriptaculous.js.
/* print ‘<script type=”text/javascript” src=”‘.$this->url.’js/scriptaculous.js?load=effects,dragdrop”></script>’; */
NOTE: if you will be copy/pasting the codes, i advise that you DOUBLE check the “single quotes” . In most cases the ‘ turns to ` for some weird reasons and it’ll cause the fix not to work. That’s all and have fun with your WP 2.6 and Freshy 2!
Credits to http://offthenetsports.com/ for initially posting the fix at jide.fr page. I just made it more readable & easy to read ![]()









Thanks fpr the fix, now i can update my wordpress
Markus | July 22, 2008Thanks fpr the fix, now i can update my wordpress
Good!!! Thanks for your help :wink:
rubick | July 22, 2008Good!!!
Thanks for your help
Thanks a lot ! I got really lost without images and
Ramides | July 22, 2008Thanks a lot !
I got really lost without images and crushed my layout last night because of the bugs
Thanks a lot for the summary, i tried yesterday to
Chris | July 23, 2008Thanks a lot for the summary, i tried yesterday to uppdate to freshy2 without sucess, i give it another try on the weekend… hehe
I like your Archive page, would you mind sharing your archive.php with me
never mind about the Archives, i found the plugin. By the
Chris | July 23, 2008never mind about the Archives, i found the plugin.
By the way i think it is line 473 (474) which needs to be changed in the nice_forms.php
thank you so much for advising us about the copy/paste
fransoa | July 23, 2008thank you so much for advising us about the copy/paste trouble !
doesent work for me. I edited the file with dreamweaver
Deyan | July 25, 2008doesent work for me. I edited the file with dreamweaver sucessufully but after I replaced them Wordpress was not functional anymore. Can you share the edited files here?
error i receve Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in
Deyan | July 26, 2008error i receve Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /home/a5640030/public_html/wordpress/wp-content/plugins/customize/nice_theme.php on line 26
hi deyan, be sure u copy pasted line 24 correctly.
nestle poell | July 26, 2008hi deyan, be sure u copy pasted line 24 correctly. You might have pasted the code with invalid “single quote” character.
it must be:
$this->path = ABSPATH.'wp-content'.$this->theme_info->template_dir.'/';Hi Is there a way to create a menu bar link
Sandy | July 26, 2008Hi
Is there a way to create a menu bar link to my site?
Not the Blog but the site the blog is connected to?
hi sandy, what do u mean link... like a custom
nestle poell | July 26, 2008hi sandy, what do u mean link… like a custom link on the menu bar? yup you can…
Design -> Freshy Theme Options -> Custom menus
hey its line 473 in the functions.php, not 437 ;) thx sn
sn | July 27, 2008hey its line 473 in the functions.php, not 437
thx
sn
I try to apply your patch near the letter but
Manu | July 27, 2008I try to apply your patch near the letter but it does not work. Here is the message appears: “Your theme does not support customization. Nevertheless, you can create a template css yourself to provide a form with customization options.”
hey sn, thanks for pointing that out... ;) ive edited
nestle poell | July 27, 2008hey sn, thanks for pointing that out…
ive edited the post..
indeed its line 473, not 437 of functions.php
Hola nestle poell , Hi When I do that my Link fails
Sandy | July 27, 2008Hola nestle poell ,
Hi
When I do that my Link fails and I get a “404″ page.
Here’s what happens when I try to create a menu item link that leaves the blog to my website:
http://mysite.com/blog/www.mysite.com
Thank you so much!
Is its possible to post an image or a down loadable .txt file of the needed code to make Freshy2 work with WordPress 2.6?
I am not getting the needed Quotes correct.
I Love Freshy!
Thanks for the help. You da best!
punkerdoo | July 28, 2008Thanks for the help. You da best!
If you want to download patch files: http://geemp.free.fr/wordpress/?p=10
Manu | July 28, 2008If you want to download patch files:
http://geemp.free.fr/wordpress/?p=10
Thanks Manu ! Being able to download the files removes any
Sands | July 30, 2008Thanks Manu !
Being able to download the files removes any possibility for incorrect use of quotes !
MANY MANY MANY THANKS $this->path = ABSPATH.'wp-content'.$this->theme_info->template_dir.'/'; is the good way kisses
redb | July 30, 2008MANY MANY MANY THANKS
$this->path = ABSPATH.’wp-content’.$this->theme_info->template_dir.’/'; is the good way
kisses
Coud i create a link from myheader ? Or better a
redb | July 30, 2008Coud i create a link from myheader ?
Or better a map in my header pictures ? (i would have a zone where i can redirect the user)
Many thanks again
Thanks! That did the trick... and it also fixed a
John F. | July 31, 2008Thanks! That did the trick… and it also fixed a problem I was having with my widgets, where I couldn’t move them around to rearrange. So, a double bonus!
Next question, though, and open to the group… suddenly I’m having a problem with the textbox widget. I can’t paste anything into it except very short lines, or it disappears completely. Falls out of the sidebar as if it were never there.
[...] From Nestle’s page: [...]
Fix for Freshy2 theme, Customize plugin for Wordpress 2.6 | PaulSpoerry.com | August 1, 2008[...] From Nestle’s page: [...]
[...] From Nestle’s page: [...]
Fix for Freshy2 theme, Customize plugin for Wordpress 2.6 | Student Tech News | August 2, 2008[...] From Nestle’s page: [...]
I made all the changes recommended but it didn't work...
Patricia Haddad | August 3, 2008I made all the changes recommended but it didn’t work…
Thanks for the changes buddy. Will be helpful for me.!
Broadband | August 12, 2008Thanks for the changes buddy. Will be helpful for me.!
Thank you so much for publishing this fix. I
Deb | August 14, 2008Thank you so much for publishing this fix. I really appreciate your expertise. I sure was lost without it!