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 11-06-2012, 06:32 PM
tman47 tman47 is offline
Registered User
Pro Plus Member
 
Join Date: Oct 2009
Posts: 21
Default Classic Themes Admin Save Settings Fix for Wordpress 3.4.x

This is a fix for StudioPress Classic Themes (not Genesis Child Themes) where by the Theme Options Admin Settings do not save after you upgraded Wordpress.

It is easy and worked for me with both the Education 10 and Streamline 30 themes

In the theme-options.php file (under Appearance/editor in your WP admin area) simple replace the:

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

With:

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

The important part is to use the name of the folder the theme is in on your server - in this case it is "streamline_30" other themes might be "lifestyle_40" or "education_10" and so on

The fix below noted elsewhere in this forum does not work on the latest version of wordpress

$settings = 'theme_mods_'.get_current_theme(); // do not change!

Hope this helps a few and prevents them from having to scrap an established design and theme already installed a long time ago!

Cheers!
  #2  
Old 11-07-2012, 07:25 AM
andrea_r's Avatar
andrea_r andrea_r is offline
Forum Manager
 
Join Date: Nov 2009
Location: Eastern Canada
Posts: 36,279
Default

Thanks!
__________________
*****
These forums were CLOSED to new posts on November 19th, 2012. New forums are here: http://www.studiopress.com/forums/ and you will need to SIGN UP AGAIN.

If you need assitance with setting up your theme, go to http://my.studiopress.com/ and read the SETUP links or the TUTORIALS link on the side tab.

If you need Account Assistance, file a help desk ticket at the same location.
 

Tags
classic theme save settings fix, classic themes, wordpress problem, wordpress upgrade

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
Does not save settings tomniekamp General Discussion 2 03-29-2010 03:33 AM
HELP SETTINGS DON'T SAVE IN 2.7 jayjohnsoncreative General Discussion 12 12-29-2008 07:47 PM


All times are GMT -5. The time now is 01:34 AM.

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