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
Prev Previous Post   Next Post Next
  #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!
 

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 09:23 PM.

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