StudioPress Community Forums
  StudioPress Community Forums > Forums > General Discussion
For help and support, access to your downloads, or to manage your account please log into My StudioPress.

These forums have been set to read-only so you can browse the existing topics for any questions you may have.

For general discussion on WordPress, CSS and design (NOT for support) visit the new Community Forums.
 
 
Thread Tools Display Modes
  #1  
Old 02-24-2011, 02:44 AM
acro acro is offline
Registered User
Genesis Member
 
Join Date: Sep 2009
Posts: 28
Exclamation Theme Options Uneditable After Upgrade to WP 3.1 (for Non-Genesis Themes)

Hello - after upgrading to WP 3.1 the Theme options do not update when changed!

I can view all options and their settings as usual but when altering any of the Magazine Theme Options under Appearance, hitting submit renders no changes whatsoever.

Please help.

Last edited by CharlesClarkson; 02-27-2012 at 11:54 PM. Reason: Added " (for Non-Genesis Themes)" to title.
  #2  
Old 02-24-2011, 05:35 AM
CharlesClarkson's Avatar
CharlesClarkson CharlesClarkson is offline
Community Moderator
 
Join Date: Feb 2009
Location: Stephenville, TX, USA
Posts: 11,356
Question

Have you disabled all plugins to rule out a plugin conflict?

Examine message 22 for the fix. Send your thanks to turkeybucket for the solution.
__________________
Charles "Rubeus Hagrid" Clarkson
StudioPress on Facebook

I'm not really a smart person. I just play one on the Internet.

Please use the HTML or PHP tags for pasting code.
Please make your links click-able: this_is_annoying.com
http://this_is_not_annoying.com.

Last edited by CharlesClarkson; 04-24-2011 at 05:22 PM.
  #3  
Old 02-24-2011, 05:47 AM
mbeduya mbeduya is offline
Registered User
Genesis Member
 
Join Date: May 2010
Location: Manila
Posts: 8
Default Frozen Magazine Theme Options after WP3.1 and W3 Total Cache

Hi, The Magazine Theme Options refuses to accept a reset that I needed to do to put a new post in the Homepage Main placeholder. I am not sure though if this was a WP3.1 or a W3 Total Cache issue. I am not knowledgeable in programming though I am OK at problem-solving. Incidentally, the Theme accepted the post but in another, low rank placeholder. My website: http://synthesistblog.com/. Would really appreciate any help, even options to look at. Thanks.

Moderator Note: This post was merged into this thread.

Last edited by CharlesClarkson; 02-24-2011 at 07:53 AM. Reason: Made link clickable. Please preview your posts. Merged threads.
  #4  
Old 02-24-2011, 06:11 AM
acro acro is offline
Registered User
Genesis Member
 
Join Date: Sep 2009
Posts: 28
Default

Quote:
Originally Posted by CharlesClarkson View Post
Have you disabled all plugins to rule out a plugin conflict?
hi Charles - I just did and the test is negative. In fact, I can e.g. enable other themes and tweak their settings. The problem is with Magazine 1.0 and its settings panel.

Everything worked fine until WP 3.05 and when I tried to alter the Tabber content order it did not work, thus making me realize that none of the Magazine 1.0 settings can now be altered, they are retaining their current status.
  #5  
Old 02-24-2011, 07:09 AM
turkeybucket turkeybucket is offline
Registered User
Pro Plus Member
 
Join Date: May 2009
Posts: 4
Default Theme Options not updating

I'm having the same problem with the Executive theme -- the Theme Options won't save now that I've upgraded to 3.1.

I've deactivated all plugins, so I know there isn't a plugin conflict.
  #6  
Old 02-24-2011, 07:14 AM
acro acro is offline
Registered User
Genesis Member
 
Join Date: Sep 2009
Posts: 28
Default

Turkeybucket, sorry to hear that. At least I know now I am not doing something wrong :-)

Have you renamed the administrator account by any chance? I'm trying to figure if it's some odd permissions issue.
  #7  
Old 02-24-2011, 07:23 AM
turkeybucket turkeybucket is offline
Registered User
Pro Plus Member
 
Join Date: May 2009
Posts: 4
Default

I haven't changed anything with my administrator account.
  #8  
Old 02-24-2011, 08:43 AM
acro acro is offline
Registered User
Genesis Member
 
Join Date: Sep 2009
Posts: 28
Default

Any idea / directions from the programmers of the theme? This is the first time I'm having any issues with the WP upgrade and it's frustrating. My site depends on updating the Tabber order periodically to display various content categories.

Thanks.
  #9  
Old 02-24-2011, 08:58 AM
acro acro is offline
Registered User
Genesis Member
 
Join Date: Sep 2009
Posts: 28
Default

A quick note to the moderators: I opened this thread in the Classic Theme section, because my installation is exactly that - *NOT* related to Genesis and Child Themes. Someone apparently moved it.
  #10  
Old 02-24-2011, 09:54 AM
CharlesClarkson's Avatar
CharlesClarkson CharlesClarkson is offline
Community Moderator
 
Join Date: Feb 2009
Location: Stephenville, TX, USA
Posts: 11,356
Question

Quote:
Originally Posted by acro View Post
Someone apparently moved it.
It's still in the Classic Theme Support forums. Look at the top of this page.
__________________
Charles "Rubeus Hagrid" Clarkson
StudioPress on Facebook

I'm not really a smart person. I just play one on the Internet.

Please use the HTML or PHP tags for pasting code.
Please make your links click-able: this_is_annoying.com
http://this_is_not_annoying.com.
  #11  
Old 02-24-2011, 10:11 AM
turkeybucket turkeybucket is offline
Registered User
Pro Plus Member
 
Join Date: May 2009
Posts: 4
Default

Fixed it.

In the Theme Options file,

change:
'mods_'.get_current_theme();
to:
'theme_mods_'.get_current_theme();
  #12  
Old 02-24-2011, 10:19 AM
CharlesClarkson's Avatar
CharlesClarkson CharlesClarkson is offline
Community Moderator
 
Join Date: Feb 2009
Location: Stephenville, TX, USA
Posts: 11,356
Lightbulb

Quote:
Originally Posted by turkeybucket View Post
Fixed it.

In the Theme Options file,

change:
PHP Code:
 'mods_'.get_current_theme(); 
to:
PHP Code:
 'theme_mods_'.get_current_theme(); 
Dude. You're awesome!

Can anyone confirm this fix?
__________________
Charles "Rubeus Hagrid" Clarkson
StudioPress on Facebook

I'm not really a smart person. I just play one on the Internet.

Please use the HTML or PHP tags for pasting code.
Please make your links click-able: this_is_annoying.com
http://this_is_not_annoying.com.
  #13  
Old 02-24-2011, 10:47 AM
GaryJ's Avatar
GaryJ GaryJ is offline
Community Leader
 
Join Date: Jun 2010
Location: Basingstoke, UK
Posts: 2,855
Default

Seems to be related to http://wpdevel.wordpress.com/2010/10...w-store-their/ and http://core.trac.wordpress.org/changeset/15736 (Note: Nacin's link has a trailing . )
__________________
@garyj | About | Smidge and Smudge | Genesis Changelog
I am a volunteer on these forums. I do not work for StudioPress and do not get paid to answer threads.
If you feel I've helped you, please help me and Like me on FB and / or leave a comment like so many others have.
  #14  
Old 02-24-2011, 11:10 AM
acro acro is offline
Registered User
Genesis Member
 
Join Date: Sep 2009
Posts: 28
Default

I made the change listed above in the theme-options.php file using the Editor and I am still unable to change the settings.
  #15  
Old 02-24-2011, 11:50 AM
acro acro is offline
Registered User
Genesis Member
 
Join Date: Sep 2009
Posts: 28
Default

Any ideas? It's really frustrating.
  #16  
Old 02-24-2011, 01:24 PM
Andrebeccawrites Andrebeccawrites is offline
Registered User
GenesisConnect
Genesis Member
Pro Plus Member
 
Join Date: Aug 2009
Posts: 19
Default

I am having the same exact issue today with my church press theme.....would love a solution!

I tried the above change as well with no results.
  #17  
Old 02-24-2011, 04:28 PM
lwest lwest is offline
Registered User
Pro Plus Member
 
Join Date: Jun 2009
Posts: 3
Default

Same issue with Lifestyle 4.0. Tried the fix above, but didn't work
  #18  
Old 02-24-2011, 04:55 PM
vegasb2k vegasb2k is offline
Registered User
Pro Plus Member
 
Join Date: Nov 2008
Location: Las Vegas
Posts: 58
Default

I just installed a fresh Church 4.0 today and noticed the same issue. In the Theme Options, nothing registers. I turn eNews 'off', enter thumbnail dimension sizes, click save settings, and all the option go back to blank and no changes happen.

__________________
Greg Schueler
Las Vegas
*****What if the Hokey Pokey really is what it's all about???*****
  #19  
Old 02-24-2011, 05:19 PM
Aboundz Aboundz is offline
Registered User
Pro Plus Member
 
Join Date: Feb 2009
Location: Australia
Posts: 39
Default

I just tried too and nothing...now I wish I hadn't upgraded.

I have quite a few of the mentioned themes operating and the change to the php hasn't fixed for me either.

Any help would be appreciated!
  #20  
Old 02-24-2011, 05:51 PM
mbeduya mbeduya is offline
Registered User
Genesis Member
 
Join Date: May 2010
Location: Manila
Posts: 8
Default

Quote:
Originally Posted by CharlesClarkson View Post
Have you disabled all plugins to rule out a plugin conflict?
Hi Charles,
Thanks. Before I emailed, I only deactivated W3 Total Cache to eliminate one of two possible sources. The same freezing persisted. Now, I will deactivate the top three ones I activated latest to test your suggestion.
  #21  
Old 02-24-2011, 06:39 PM
mbeduya mbeduya is offline
Registered User
Genesis Member
 
Join Date: May 2010
Location: Manila
Posts: 8
Default

Hi Charles,
I have deactivated plug-ins as you suggested. And the freezing of the Magazine Theme Options persists. Please provide more troubleshoot options. Thanks.
  #22  
Old 02-24-2011, 06:40 PM
turkeybucket turkeybucket is offline
Registered User
Pro Plus Member
 
Join Date: May 2009
Posts: 4
Default Potential Fix

Try changing this line in the Theme Options file from

PHP Code:
$settings 'theme_mods_'.get_current_theme(); // do not change! 
to

PHP Code:
$settings 'theme_mods_church'// do not change! 
Be sure to use a lowercase version of your actual theme name.

Last edited by CharlesClarkson; 04-08-2011 at 11:06 AM. Reason: Missing Semicolon. Props Fermat.
  #23  
Old 02-24-2011, 06:52 PM
CharlesClarkson's Avatar
CharlesClarkson CharlesClarkson is offline
Community Moderator
 
Join Date: Feb 2009
Location: Stephenville, TX, USA
Posts: 11,356
Lightbulb

Quote:
Originally Posted by mbeduya View Post
Please provide more troubleshoot options.
I will gladly provide them as they become available. So far, I have no more options. Have you tried turkeybucket's fix(es)?
__________________
Charles "Rubeus Hagrid" Clarkson
StudioPress on Facebook

I'm not really a smart person. I just play one on the Internet.

Please use the HTML or PHP tags for pasting code.
Please make your links click-able: this_is_annoying.com
http://this_is_not_annoying.com.
  #24  
Old 02-25-2011, 01:13 AM
acro acro is offline
Registered User
Genesis Member
 
Join Date: Sep 2009
Posts: 28
Default

Quote:
Originally Posted by turkeybucket View Post
Try changing this line in the Theme Options file from

PHP Code:
$settings 'theme_mods_'.get_current_theme(); // do not change! 
to

PHP Code:
$settings 'theme_mods_church' // do not change! 
Be sure to use a lowercase version of your actual theme name.
I can now confirm that this *IS* the solution.

E.g. for my Magazine 1.0 theme I used the name of the theme folder, "magazine_10" and the line

PHP Code:
$settings 'mods_'.get_current_theme(); // do not change! 
was changed to

PHP Code:
$settings 'theme_mods_magazine_10'// do not change! 
Many thanks to turkeybucket!!
  #25  
Old 02-25-2011, 01:30 AM
Aboundz Aboundz is offline
Registered User
Pro Plus Member
 
Join Date: Feb 2009
Location: Australia
Posts: 39
Thumbs up

I confirm a perfect fix too! Thank you!
  #26  
Old 02-25-2011, 03:25 AM
mbeduya mbeduya is offline
Registered User
Genesis Member
 
Join Date: May 2010
Location: Manila
Posts: 8
Default

Hi Charles,
It worked. As you suggested, I did try turkeybucket's suggestion as implemented by Acro for Magazine_10. Thanks a lot for quick help.
  #27  
Old 02-25-2011, 11:42 AM
CharlesClarkson's Avatar
CharlesClarkson CharlesClarkson is offline
Community Moderator
 
Join Date: Feb 2009
Location: Stephenville, TX, USA
Posts: 11,356
Thumbs up

I'm leaving this thread open in case anyone has a problem after applying the fix in message 22.
__________________
Charles "Rubeus Hagrid" Clarkson
StudioPress on Facebook

I'm not really a smart person. I just play one on the Internet.

Please use the HTML or PHP tags for pasting code.
Please make your links click-able: this_is_annoying.com
http://this_is_not_annoying.com.
  #28  
Old 02-25-2011, 04:08 PM
vegasb2k vegasb2k is offline
Registered User
Pro Plus Member
 
Join Date: Nov 2008
Location: Las Vegas
Posts: 58
Default

In my Church theme I switched:

Code:
$settings = 'mods_'.get_current_theme(); // do not change!
into:

Code:
$settings = 'theme_mods_church_40'; // do not change!
And can say that all is well again!

(Just be sure to keep the " ; " at the end or errors pop up. )

THANK YOU ALL!!
__________________
Greg Schueler
Las Vegas
*****What if the Hokey Pokey really is what it's all about???*****
  #29  
Old 02-27-2011, 03:39 PM
simo80 simo80 is offline
Registered User
Genesis Member
 
Join Date: Nov 2009
Posts: 44
Default

Quote:
Originally Posted by turkeybucket View Post
Try changing this line in the Theme Options file from

PHP Code:
$settings 'theme_mods_'.get_current_theme(); // do not change! 
to

PHP Code:
$settings 'theme_mods_church' // do not change! 
Be sure to use a lowercase version of your actual theme name.
I file in the "theme options" I only have this string:
Code:
$settings = 'mods_'.get_current_theme(); // do not change!
If I try to change with this:
Code:
$settings = 'theme_mods_church' // do not change!
I get the blank page.
How can I fix this?
__________________
Free Sample 4 You
  #30  
Old 02-27-2011, 03:45 PM
simo80 simo80 is offline
Registered User
Genesis Member
 
Join Date: Nov 2009
Posts: 44
Default

Quote:
Originally Posted by acro View Post
I can now confirm that this *IS* the solution.

E.g. for my Magazine 1.0 theme I used the name of the theme folder, "magazine_10" and the line

PHP Code:
$settings 'mods_'.get_current_theme(); // do not change! 
was changed to

PHP Code:
$settings 'theme_mods_magazine_10'// do not change! 
Many thanks to turkeybucket!!
Quote:
Originally Posted by vegasb2k View Post
In my Church theme I switched:

Code:
$settings = 'mods_'.get_current_theme(); // do not change!
into:

Code:
$settings = 'theme_mods_church_40'; // do not change!
And can say that all is well again!

(Just be sure to keep the " ; " at the end or errors pop up. )

THANK YOU ALL!!
With neither of them works. My theme is Lifestyle theme 4.0
__________________
Free Sample 4 You
  #31  
Old 02-27-2011, 08:01 PM
CharlesClarkson's Avatar
CharlesClarkson CharlesClarkson is offline
Community Moderator
 
Join Date: Feb 2009
Location: Stephenville, TX, USA
Posts: 11,356
Lightbulb

Quote:
Originally Posted by simo80 View Post
With neither of them works. My theme is Lifestyle theme 4.0
Both of those examples require editing. Show us the changes you made.
__________________
Charles "Rubeus Hagrid" Clarkson
StudioPress on Facebook

I'm not really a smart person. I just play one on the Internet.

Please use the HTML or PHP tags for pasting code.
Please make your links click-able: this_is_annoying.com
http://this_is_not_annoying.com.
  #32  
Old 02-27-2011, 09:04 PM
Segoweb Segoweb is offline
Registered User
Genesis Member
 
Join Date: Jan 2010
Posts: 4
Default

Very thanks
  #33  
Old 02-27-2011, 10:04 PM
vegasb2k vegasb2k is offline
Registered User
Pro Plus Member
 
Join Date: Nov 2008
Location: Las Vegas
Posts: 58
Default

Quote:
Originally Posted by simo80 View Post
I file in the "theme options" I only have this string:
Code:
$settings = 'mods_'.get_current_theme(); // do not change!
If I try to change with this:
Code:
$settings = 'theme_mods_church' // do not change!
I get the blank page.
How can I fix this?
Quote:
Originally Posted by simo80 View Post
With neither of them works. My theme is Lifestyle theme 4.0
If your theme is Lifestyle, you would not use the name Church as the name of your theme.

Try
Code:
$settings = 'theme_mods_lifestyle'; // do not change!
or

Code:
$settings = 'theme_mods_lifestyle_40'; // do not change!
You need to put the actual name of your theme folder.
__________________
Greg Schueler
Las Vegas
*****What if the Hokey Pokey really is what it's all about???*****
  #34  
Old 02-28-2011, 01:39 AM
simo80 simo80 is offline
Registered User
Genesis Member
 
Join Date: Nov 2009
Posts: 44
Default

Thank you very much for your reply. I tried to put that code, but does not solve the problem.
__________________
Free Sample 4 You
  #35  
Old 02-28-2011, 11:41 AM
CharlesClarkson's Avatar
CharlesClarkson CharlesClarkson is offline
Community Moderator
 
Join Date: Feb 2009
Location: Stephenville, TX, USA
Posts: 11,356
Question

Quote:
Originally Posted by simo80 View Post
I tried to put that code, but does not solve the problem.
What is the url to your theme style sheet? If you do not know it, what is the url to your web site?
__________________
Charles "Rubeus Hagrid" Clarkson
StudioPress on Facebook

I'm not really a smart person. I just play one on the Internet.

Please use the HTML or PHP tags for pasting code.
Please make your links click-able: this_is_annoying.com
http://this_is_not_annoying.com.

Last edited by CharlesClarkson; 02-28-2011 at 04:31 PM.
  #36  
Old 02-28-2011, 12:57 PM
simo80 simo80 is offline
Registered User
Genesis Member
 
Join Date: Nov 2009
Posts: 44
Default

My site is: www.dimmicosacerchi.it

Thanks. :)
__________________
Free Sample 4 You
  #37  
Old 02-28-2011, 01:33 PM
GaryJ's Avatar
GaryJ GaryJ is offline
Community Leader
 
Join Date: Jun 2010
Location: Basingstoke, UK
Posts: 2,855
Default

Your theme folder name is:

nuovo-tema

although your theme name is:

Lifestyle
__________________
@garyj | About | Smidge and Smudge | Genesis Changelog
I am a volunteer on these forums. I do not work for StudioPress and do not get paid to answer threads.
If you feel I've helped you, please help me and Like me on FB and / or leave a comment like so many others have.
  #38  
Old 02-28-2011, 04:10 PM
simo80 simo80 is offline
Registered User
Genesis Member
 
Join Date: Nov 2009
Posts: 44
Default

Thanks you very very much!!!
__________________
Free Sample 4 You
  #39  
Old 02-28-2011, 05:23 PM
JTDataworks JTDataworks is offline
Registered User
Pro Plus Member
 
Join Date: Jun 2009
Posts: 124
Default

This fixed worked for me in the news theme. THANKS!!!
  #40  
Old 03-01-2011, 05:59 PM
Aboundz Aboundz is offline
Registered User
Pro Plus Member
 
Join Date: Feb 2009
Location: Australia
Posts: 39
Default

I am in the process of changing Lifestyle 4.0 too...and in other themes, yes, code has worked a treat.

...just edited message...it worked! lifestyle_40 is what I needed...not lifestyle_4.0

Last edited by Aboundz; 03-01-2011 at 06:06 PM. Reason: it worked!
  #41  
Old 03-02-2011, 10:47 AM
wanderer wanderer is offline
Registered User
Genesis Member
 
Join Date: Sep 2009
Location: buenos aires
Posts: 120
Default

HI I am having the same problem changing it as suggested didn't work.

$settings = 'theme_mods_lifestyle_40'; // do not change!

http://wander-argentina.com/
  #42  
Old 03-02-2011, 10:53 AM
wanderer wanderer is offline
Registered User
Genesis Member
 
Join Date: Sep 2009
Location: buenos aires
Posts: 120
Default

Nevermind, it didn't work when I did it in the wordpress editor but it did work when i did it on the file and uploaded via ftp
  #43  
Old 03-02-2011, 10:57 AM
wanderer wanderer is offline
Registered User
Genesis Member
 
Join Date: Sep 2009
Location: buenos aires
Posts: 120
Default

ah but now the limit title thing is gone in the lower categories so the page looks messy
  #44  
Old 03-02-2011, 11:59 AM
bodibuddie bodibuddie is offline
Registered User
Genesis Member
Pro Plus Member
 
Join Date: Jun 2009
Location: Santa Cruz
Posts: 30
Default

^ To simo80, you need to change that code to be theme specific. I have Allure 2.0 so the code I needed to put was this - $settings ='theme_mods_allure_20';

Yours would probably be - $settings ='theme_mods_lifestyle_40';

It took me a couple of tries to get it right, but once I did, it worked just fine.

Oops, I see you got it solved, never mind.
  #45  
Old 03-06-2011, 07:52 AM
violet's Avatar
violet violet is offline
Community Leader
 
Join Date: Oct 2008
Posts: 2,247
Default

You'll have to change the code depending on your theme. If your theme is Lifestyle 4.0 then code referencing the Church or Magazine theme isn't going to work.

Try
Code:
$settings = 'theme_mods_lifestyle_40'; // do not change!
__________________
wpfab.com
WordPress Specialist •Genesis Developer • StudioPress Theme Customizer

Please don't PM or email me with support questions.
  #46  
Old 03-10-2011, 05:48 AM
valerika valerika is offline
Registered User
Genesis Member
 
Join Date: Oct 2009
Posts: 16
Default

Yes this is the solution. It works for me too under magazine theme 1.0

Quote:
E.g. for my Magazine 1.0 theme I used the name of the theme folder, "magazine_10" and the line

PHP Code:
$settings 'mods_'.get_current_theme(); // do not change! 
was changed to

PHP Code:
$settings 'theme_mods_magazine_10'// do not change! 
Many thanks to turkeybucket!!
Many thanks to turkeybucket!!
  #47  
Old 03-12-2011, 02:24 PM
bucketreviews bucketreviews is offline
Registered User
Genesis Member
 
Join Date: Nov 2009
Posts: 14
Default

Still having trouble here with Lifestyle...

$settings = 'theme_mods_lifestyle_40'; // do not change!

This matches my folder name correctly, but it's still not letting me change anything.

URL is www.bucketreviews.com
  #48  
Old 03-12-2011, 04:52 PM
vorarahil vorarahil is offline
Registered User
Pro Plus Member
 
Join Date: Apr 2010
Posts: 5
Default

I'm using agentpress_1.02 - the standalone theme and tried updating like this:

$settings = 'theme_mods_agentpress_1.02';

but it's not working..

my site is www.beautyandherbags.com/blog
  #49  
Old 03-13-2011, 07:09 PM
bucketreviews bucketreviews is offline
Registered User
Genesis Member
 
Join Date: Nov 2009
Posts: 14
Default

Been trying all afternoon and can't figure it out. I'm sure my theme folder name is 'lifestyle_40' ... Any help would be much appreciated!
  #50  
Old 03-14-2011, 05:21 PM
bucketreviews bucketreviews is offline
Registered User
Genesis Member
 
Join Date: Nov 2009
Posts: 14
Default

For those that are still having trouble... I figured out a fix, at least for me. Delete your theme on your server altogether, make the change via your computer, then re-install via WordPress.
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Agent Theme 3 - Theme Options Not Saving Information Changed hometourjay General Discussion 2 02-24-2011 06:35 AM
Theme Test Drive WP Plugin & Saving Theme Options JoLynn Braley General Discussion 4 01-13-2010 01:28 PM
theme options not working in child theme bornfamous General Discussion 3 01-08-2010 01:07 AM
Disable theme Options - Use theme on a normal blog fabineves General Discussion 5 05-03-2009 02:58 PM
Transfer Old Rev1 theme to Studio Press Theme and upgrade WP colin General Discussion 1 05-03-2009 07:07 AM


All times are GMT -5. The time now is 03:31 AM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.