Title: [Plugin: Rollover Themes List] Saving Theme Options
Last modified: August 19, 2016

---

# [Plugin: Rollover Themes List] Saving Theme Options

 *  [masonjames](https://wordpress.org/support/users/masonjames/)
 * (@masonjames)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/plugin-rollover-themes-list-saving-theme-options/)
 * Hiya!
 * Absolutely love this plugin. Had to remove all mu-plugins for a test install 
   and immediately realized this was one I didn’t like living without 😀
 * One thing I’ve noticed is that when changing theme options and saving – this 
   plugin redirects me back to the themes.php page rather than the sub-page created
   by the theme.
 * It’s a minor annoyance, but I’d love to hear if there’s a solution.
 * Thanks! 😀
 * [http://wordpress.org/extend/plugins/rollover-themes-list/](http://wordpress.org/extend/plugins/rollover-themes-list/)

Viewing 5 replies - 1 through 5 (of 5 total)

 *  Plugin Author [David Sader](https://wordpress.org/support/users/dsader/)
 * (@dsader)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/plugin-rollover-themes-list-saving-theme-options/#post-1788881)
 * Very near the top of the plugin’s code (version 3.0.1) you should find
    `define('
   DS_THEMES_DISABLE_ORIGINAL_MENU', 'TRUE' );`
 * That’ll cause the ds_unset_themes_submenu function to run which both hides the
   original Themes menu (so you don’t have 2) and add a redirect for any request
   of the original /themes.php
 * So here’s what happens under twentyten in my install when I save a custom header.
 * When I go to “Appearance->Header” (which if the above is “TRUE” becomes /wp-admin/
   widgets.php?page=custom-header instead of /wp-admin/themes.php?page=custom-header)
   and save the page returns to /wp-admin/widgets.php?page=custom-header.
 * What theme do you have causing a bjork? Maybe it needs a tweak in how it adds
   itself to the appearance menu or how its form action submits.
 * Search the offending theme’s functions.php for “themes.php” and see what you 
   uncover.
 * For example, change something like this
 * `<form name="custom-colors" id="custom-colors" action="themes.php" method="post"
   >`
 * to this
    `<form name="custom-colors" id="custom-colors" action="" method="post"
   >`
 *  Plugin Author [David Sader](https://wordpress.org/support/users/dsader/)
 * (@dsader)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/plugin-rollover-themes-list-saving-theme-options/#post-1788885)
 * I’ve just updated this plugin to 3.0.1.2, minor tweaks. Just to make sure that
   what is in the repository is identical to what I have installed.
 *  Thread Starter [masonjames](https://wordpress.org/support/users/masonjames/)
 * (@masonjames)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/plugin-rollover-themes-list-saving-theme-options/#post-1788892)
 * Rock on sir. Rock on.
 * I’ve grabbed up the new version and installed.
 * This particular theme comes from WPMU DEV and has the following entries in the
   option-functions.php file:
    `header("Location: themes.php?page=functions.php&
   saved=true");` and `header("Location: themes.php?page=functions.php&reset=true");`
 * So my question now is: Is there anything wrong with doing things this way AND
   can I just change the references from themes.php to widgets.php everywhere in
   the files and be alright?
 * Also, this is a BuddyPress-enabled theme though I don’t know if that makes a 
   difference either.
 * Thanks again! 😀
 *  Plugin Author [David Sader](https://wordpress.org/support/users/dsader/)
 * (@dsader)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/plugin-rollover-themes-list-saving-theme-options/#post-1788894)
 * > just change the references from themes.php to widgets.php everywhere in the
   > files
 * Should work. But editing a theme’s files makes it a pain to go backwards, update
   theme, or remove plugin though.
 *  Thread Starter [masonjames](https://wordpress.org/support/users/masonjames/)
 * (@masonjames)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/plugin-rollover-themes-list-saving-theme-options/#post-1788897)
 * Cool. Will test out. Probably not worth changing as Theme Options are not something
   that have to be changed all that often once things are set up the way you wan
   them.
 * Appreciate all the feedback. Thanks again and again!

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘[Plugin: Rollover Themes List] Saving Theme Options’ is closed to new
replies.

 * ![](https://s.w.org/plugins/geopattern-icon/rollover-themes-list.svg)
 * [Rollover Themes List](https://wordpress.org/plugins/rollover-themes-list/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/rollover-themes-list/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/rollover-themes-list/)
 * [Active Topics](https://wordpress.org/support/plugin/rollover-themes-list/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/rollover-themes-list/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/rollover-themes-list/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [masonjames](https://wordpress.org/support/users/masonjames/)
 * Last activity: [15 years, 6 months ago](https://wordpress.org/support/topic/plugin-rollover-themes-list-saving-theme-options/#post-1788897)
 * Status: not resolved