While helping a friend with his WordPress site, I ran into an issue with Studiopress’ Lifestyle theme – I couldn’t update the “theme options”. I did find the fix after almost an hour of searching the Google.
In the “Tools” folder in the “Theme’s” folder change:
PHP Code:
$settings = ‘theme_mods_’.get_current_theme(); // do not change!
to
$settings = ‘theme_mods_lifestyle_40′; // do not change!