BROKEN
https://www.ads-software.com/plugins/hs-custom-admin-themes/
]]>After I installed the plugin, the entire layout of the administration area was broken.
https://www.ads-software.com/plugins/hs-custom-admin-themes/
]]>Hello,
The plugin when active is making is giving the left side navigation severe spacing issues. When I first activated the plugin this wasn’t an issue. After a weeks time it began to give the issues. I do not know what to do. Can you log in to take a look?
https://www.ads-software.com/plugins/hs-custom-admin-themes/
]]>Theme is created but does not show up under users profile section. There’s no way to apply the theme.
https://www.ads-software.com/plugins/hs-custom-admin-themes/
]]>I have WP_DEBUG enabled and when activating the plugin I get this output:
Undefined index: mode in /wp-content/plugins/hs-custom-admin-themes/hs-custom-admin-themes.php on line 167
Notice: Undefined index: mode in /wp-content/plugins/hs-custom-admin-themes/hs-custom-admin-themes.php on line 173
Notice: Undefined index: mode in /wp-content/plugins/hs-custom-admin-themes/hs-custom-admin-themes.php on line 176
You should wrap those lines of code with a simple conditional statement, something like this:
if ( ! empty( $_GET['mode'] ) ) {
// put the offending code here
}
Also, in options-page-wrapper.php, line 214. The variable $selecttheme is not defined, causing a notice too.
https://www.ads-software.com/plugins/hs-custom-admin-themes/
]]>