• I have the Studiopress Lifestyle Theme and when I updated to WP 3.1 I lost the ability to make any changes in the theme options.

    I have already tried:

    Turning off all the Plugins, renaming the plugin folder, and uninstalling all the plugins.

    Installing the default theme and reinstalling the lifestyle theme

    Installing another Studiopress theme, it has the same problem.

    Deleting cache

    I am running out of options here…. It is obviously a problem with the update, but I don’t know what else to try. Please help

    The site is https://www.TwoDayGetaway.com

Viewing 5 replies - 16 through 20 (of 20 total)
  • Thanks for the fix doriggidy. The theme-options.php file can also be found inside your theme’s ‘Tool’ folder.

    yep…np

    I tried the above fix but found it did not work.

    Two things are needed for the fix, these are the following:

    1. Check theme name in stylesheet.css, make sure the folder that houses the theme files has this name. (After renaming you will have to ‘reactivate’ the theme in WordPress)
    2. As above, go into tools folder and edit theme-options.php, search for $settings = ‘mods_’.get_current_theme(); and change to $settings = ‘theme_mods_’.get_current_theme();

    Good luck ??

    I don’t know whether you have solved the issue or not but the solution is so simple and it’s simply described here in the previous posts..

    change:

    $settings = ‘mods_’.get_current_theme();

    to:

    $settings = ‘theme_mods_’.get_current_theme();

    But the main things to remember is that php language support single only ‘ not the sign written in the answer.
    I think now you got the answer.

Viewing 5 replies - 16 through 20 (of 20 total)
  • The topic ‘Studiopress Lifestyle Theme Options Not Working After 3.1 Update!!’ is closed to new replies.