Is it possible to set up the main image as a slideshow?
]]>Mostly CSS issues. When activated the admin panel shifted all over the place and what was supposed to be the footer ended up over the editing area, then had a large blank screen next to the original admin links that were supposed to be disabled. Good idea. Just seems to need updated to work with 3.2.1 or higher.
]]>I was looking for the Hide Admin Panels plugin and it’s no longer in development. So it’s refreshing to be using this one. Some suggestions and features:
When in debugging mode, I’m getting this error/notice:
Notice: Undefined index: wp_simplify_nonce in /var/www/wp-content/plugins/wp-simplify/wp-simplify.php on line 81
I’ve fixed this in my local version of the plugin, but could this be updated in the next release:
starting at line 81:
if (isset($_REQUEST['wp_simplify_nonce'])) {
if(wp_verify_nonce($_REQUEST['wp_simplify_nonce'], "wp_simplify_update")) {
update_option('wp_simplify', $_REQUEST[wp_simplify]);
}
}
Just wrap the wp_verify_nonce
in an isset if statement. Does the trick!
Thanks…
]]>This looks great and functions well but the glaring problem is that NONE of the submenus work on the Admin. If my client needs to add Categories under Posts/News, no can do. If they need to add a Location in Events Manager, no can do. None of the submenus for any of the main tabs are accessible so once this can be added in, I would give it a very enthusiastic two thumbs up but until then…it just doesn’t work.
]]>