Title: [Plugin: Adminimize] WP3  Navigation Menu &#8211; Screen Options
Last modified: August 19, 2016

---

# [Plugin: Adminimize] WP3 Navigation Menu – Screen Options

 *  Resolved [joo-joo](https://wordpress.org/support/users/joo-joo/)
 * (@joo-joo)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/plugin-adminimize-wp3-navigation-menu-screen-options/)
 * Hello,
    it is really superb plugin! A small piece of functionality I am missing,
   nevertheless… Is there any easy way how to implement individual configuration
   for items under new WP “nav-menus.php” “Screen Options” ?
 * I would like to disable for some users items like “Link Relationship (XFN), Description,
   CSS Classes” and for CMS pure website probably “add-post, add-category and add-
   post_tag” items, too.
 * Looking forward for future versions 🙂
    With best regards, Joo
 * For everybody:
    Maybe there is some quick hack for “mytheme/function.php” there.
   Unfortunately, I was able to google out only some solutions for dashboard MetaBoxes,
   no links related to WP Menus. Thanks a lot for your help.
 * [http://wordpress.org/extend/plugins/adminimize/](http://wordpress.org/extend/plugins/adminimize/)

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

 *  Plugin Contributor [Frank Bueltge](https://wordpress.org/support/users/bueltge/)
 * (@bueltge)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/plugin-adminimize-wp3-navigation-menu-screen-options/#post-1903924)
 * in the next version i have include this
 *  Thread Starter [joo-joo](https://wordpress.org/support/users/joo-joo/)
 * (@joo-joo)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/plugin-adminimize-wp3-navigation-menu-screen-options/#post-1903928)
 * Hello Frank,
    I am afraid the new “WP Nav Menu options” in 1.7.13 section is 
   not working… I have tried it both for the Admin and Editor roles – the fields
   are still displayed (no cache plugin activated), at least on my test site. Maybe
   important notice: Firebug shows me the IDs of relevant items as “add-page-hide”,“
   add-posts-hide”, “add-category-hide” etc. (it seems, the “hide” suffix is the
   problem)
 * As far the latest posts in your forum – “Can’t load menu and submenu” issue: 
   yes, the user has to Deactivate/Activate plugin when upgrading. I have seen this
   message not only today, but in older versions of the plugin, too.
 * Unfortunately there is probably some glitch in “Import .SEQ file” with options”.
   Not sure how many people use it – but in my case importing of .SEQ leads to “
   all options are unchecked” result. It is a pitty, because it is really a VERY
   useful function! Especially in case of Deactivate/Activating of plugin as I mentioned.
   I have noticed this behaviour at first for 1.7.12 version (probably the first
   attempt, a couple of days ago).
 * Sorry for not very good news…
    With best regards, Joo
 *  Plugin Contributor [Frank Bueltge](https://wordpress.org/support/users/bueltge/)
 * (@bueltge)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/plugin-adminimize-wp3-navigation-menu-screen-options/#post-1903929)
 * please see on this thread [http://wordpress.org/support/topic/534252](http://wordpress.org/support/topic/534252)
   
   and now you can use 1.7.14 and please give me a feedback after testing. THANKS
 *  Thread Starter [joo-joo](https://wordpress.org/support/users/joo-joo/)
 * (@joo-joo)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/plugin-adminimize-wp3-navigation-menu-screen-options/#post-1903930)
 * Frank,
    the 1.7.14 version has the same behaviour as the 1.7.13 (WP Menu Options,
   import of SEQ data file)
 * Good luck, Joo
 *  Plugin Contributor [Frank Bueltge](https://wordpress.org/support/users/bueltge/)
 * (@bueltge)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/plugin-adminimize-wp3-navigation-menu-screen-options/#post-1903931)
 * [@joo-joo](https://wordpress.org/support/users/joo-joo/): i will see for this
   problems. the import/export function i will check. But for the menu settings:
   this is confused. works so fine on my sites, all.
 *  Plugin Contributor [Frank Bueltge](https://wordpress.org/support/users/bueltge/)
 * (@bueltge)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/plugin-adminimize-wp3-navigation-menu-screen-options/#post-1903932)
 * [@joo-joo](https://wordpress.org/support/users/joo-joo/): i have tested and debugged
   the export/import functions, works on all tests very fine. PLease can you send
   me an example and it is important, that the plugin can save the file in wp-content–
   please check the rights?
 *  Thread Starter [joo-joo](https://wordpress.org/support/users/joo-joo/)
 * (@joo-joo)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/plugin-adminimize-wp3-navigation-menu-screen-options/#post-1903940)
 * Hello Frank,
    sorry for the late reply.
 * 1] Import SEQ problem:
    Yes, the problem was really the “wp-content” folder permissions!
   To my surprise the import requires “775”, nevertheless a standard “production”
   settings of this folder is “755”… I am afraid I am not the only person surprised
   by this a bit (maybe some error message would be helpful for people like me 🙂
 * 2] WP Nav Menu Options
    Sorry, not working. As I mentioned a few days ago: there
   are the DIFFERENT IDs for the elements under the “Screen Options” for “WP Nav
   Menu” page. So I have changed the options in your file “wp_nav_menu_options.php”
   like this temporarily: #add-post —> #add-post-hide #add-category —> #add-category-
   hide …… The result: it seems for the roles < Admin it is a partial success: the
   checkboxes are really gone. BUT – the labels are still visible. The reason is
   obvious – relevant elements are coded in this way:
 *     ```
       <label for="add-post-hide">
       <input class="hide-postbox-tog" name="add-post-hide" type="checkbox" id="add-post-hide" value="add-post" />Posts</label>
       ```
   
 * It seems in case of “hiding of WP Nav Menu Options” is situation for your plugin
   more complicated – the <label> elements do not have their own IDs…
 * Cheers, Joo
 *  Thread Starter [joo-joo](https://wordpress.org/support/users/joo-joo/)
 * (@joo-joo)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/plugin-adminimize-wp3-navigation-menu-screen-options/#post-1903941)
 * Frank,
    one more remark – “Your own post options” seems not to be working for“
   WP Nav Menu Options” section, too (the “Post”, “Page” sections are OK – Adm.1.7.14
   + WP3.0.1)
 *  Thread Starter [joo-joo](https://wordpress.org/support/users/joo-joo/)
 * (@joo-joo)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/plugin-adminimize-wp3-navigation-menu-screen-options/#post-1903942)
 * Hello Frank,
    I am sorry, but there is probably some more serious problem in 
   1.7.14.
 * I was so focused on “WP Menu” problem I did not notice that all the disabled 
   options for the Editor role are still fully accessible! And it is not related
   to WP3.1 only – my test site is still based on WP3.0.1 What is worse, it is not
   quite repeatable behaviour – on another test site was everything OK. On the problematic
   site did not help neither the “Delete Options” (the button on plugin’s admin 
   screen) nor re-activating of the plugin.
 * Unfortunately, I had to back to version 1.7.12 for now – this version is OK everywhere(
   yes, from time to time returns a message: “Can’t load menu and submenu” message
   + some minor warning “…on line 801” or so under the asmin page).
 * I am sorry I do not have a better news for you, but I hope it will help you to
   track down the issue…
    It seems there is a few other people experiencing something
   like this (another posts).
 * Good luck, Joo
 *  Plugin Contributor [Frank Bueltge](https://wordpress.org/support/users/bueltge/)
 * (@bueltge)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/plugin-adminimize-wp3-navigation-menu-screen-options/#post-1903943)
 * [@joo-joo](https://wordpress.org/support/users/joo-joo/): thanks for reply.
    
   1. yes, i see this also and will add hints for rights on the folder, but maybe
   i will use the folder wp-content/uploads – maybe this is easier to have rights
   for write file.
 * 2. i have seen for this and all add* was create dynamicly and maybe i have found
   an soltution for this.

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

The topic ‘[Plugin: Adminimize] WP3 Navigation Menu – Screen Options’ is closed 
to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/adminimize_000000.svg)
 * [Adminimize](https://wordpress.org/plugins/adminimize/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/adminimize/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/adminimize/)
 * [Active Topics](https://wordpress.org/support/plugin/adminimize/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/adminimize/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/adminimize/reviews/)

 * 10 replies
 * 2 participants
 * Last reply from: [Frank Bueltge](https://wordpress.org/support/users/bueltge/)
 * Last activity: [15 years, 3 months ago](https://wordpress.org/support/topic/plugin-adminimize-wp3-navigation-menu-screen-options/#post-1903943)
 * Status: resolved