I have not looked at this plugins code, but what you will need to do is locate the part of the code that applies to show only this menu to the admin (normally it looks something like:)
if ( current_user_can( 'manage_options' ) {
// some code stuff in here
}
form there you should change the manage_options
text to upload_files
which is a defined capability for author role and above (or you could create a new capability which only applies to author role). Creating a new capability is probably the best option in my opinion as then you could target specifc trusted authors to have permissions to the menu by assigning that new capability to username.
This should do as you require but be warned any update to the plugin by the plugin author will override this so for each time the plugin is updated you will have to re-apply this slight modification.
Related Posts:
- if role is logged in then do something
- Allow users with Editor role to edit menus (without a plugin)
- Make nav-menus.php available for editor
- if role is logged in then do something
- Select subscriber as author of post in admin panel?
- How to let contributors to create a new revision(draft) editing their published posts
- Disallowing Users of a Custom Role from Deleting or Adding Administrators?
- How to assign specific users the capability to edit specific pages / posts / custom post types
- Link to Author archive from Navigation Menus in dashboard?
- How to get all capabilities of an existing user role
- Hide specific admin users’ posts
- how to add custom user capabilities using add_user_meta or something else?
- Allow users to publish child pages of the pages they have access to edit
- Hide menu items for visitors and filter based on role
- What is the difference between “create_users” and “add_users” capabilities?
- Prevent author role from editing all posts in custom post type?
- Capability for allowing user to post own comments without moderation
- Let new user role to ‘edit_others_posts’ of other user role, not of its own type
- How can I have different groups of editors only allowed to edit certain parent+subpages?
- How to Add Author Editing Capability to Existing Post by Admin
- Custom post type capabilities require “create_posts” to access the edit posts list page
- Hide Menu items base on capability
- Remove wordpress author’s capability to moderate comments on their own posts
- How do I hide one menu item link for logged in and logged out users [closed]
- Hide menu item based on user’s custom capability
- How do I apply a class to custom menu items based on user roles
- How to restrict CPT post’s fronted view only for specific user roles?
- How do you set up a WordPress blog with multiple authors to allow something like StackExchange’s “community wiki” feature?
- Restrict control in nav-menu for specific role
- Where are $current_user->allcaps set?
- Filter Menu Items by Custom User Role in a page
- Create a User Role with permissions to only upload files to the media library?
- Make pages visible to only logged in members
- Menu page with minimum capability as ‘Subscriber’ doesn’t allow ‘Admin’ to access it?
- Select other roles as custom post authors
- Can I Create a Second Admin Level User Role?
- Redirect admin 403 “Cheatin uh?” admin pages
- Adding plugin editing capability for Author
- How to link current logged-in user to their author page via URL (Beginner)
- cannot get global $menu value in form request
- Hiding specific navigation menus from specific roles in admin panel
- Restrict user to edit only edit a certain menu
- How to give custom roles the capability to edit one Menu instead of every Menu
- Remove dashboard links from wordpress
- Roles see different top menu (nav menu)
- Check what capabilitie(s) an action requires
- How can I remove “Add new” button on custom post type
- Add a menu item to the logged in users author page?
- Users are required to login to my site. How define user.member boolean, its permissions, and conditionally display/handle behavior based on it
- Hide menu theme location for certain capabilities?
- Author capabilities: Deleting comments on their own published posts
- Hide page link in main menu from anonymous users
- Show different menus for login / logout user [closed]
- Want to add post to user dashboard
- Problems with the navigation menu
- each user having category with their name and can add sub categories post in that category
- Setting up menus before making a template live
- Custom menus not showing
- Control Category of each user can post
- Adding an additional menu in WordPress
- Adding Sub Menu In a theme which Do not have Menu Options
- ID of parent Menu
- wordpress superfish dropdown menu
- Add custom ID to wp_nav_menu list items
- Drop down menus css in custom menus
- Creating a custom menu
- How to set up suhosin.ini for unlimited menus
- Pick out specific menu item from code
- Show All Children of WordPress Menu
- Navigation list not correctly styled on pages with custom template (missing .current-menu-item)
- List WordPress Custom Menu’s active parent level’s children as separate menu
- Is there a limit to number of pages displayed for selection in custom menu?
- menu doesn’t show in different languages
- Make title bar collapse when scrolling
- Somehow lost my MENU from my home page- help!
- How to completely remove the top section with the menu?
- Unable to edit Navigation bar
- Convert HTML code to WordPress menu
- Read-Only custom post type
- Editor user only allow to post on certain categories
- Menu Underline shows without Hover after adding subitems
- how to show a custom taxonomy as dropdown in wordpress?
- Display Username as parent menu item
- My html data comes after the nav menu renders?
- How to modify menu text in callback function of ‘walker_nav_menu_start_el’ hook
- How to let the role “editor” to control the menu?
- How to view menu and submenus in URL
- How can I stop wp_nav_menu from returning extraneous root links?
- Add class to current category menu item
- Adding ‘Original’ URL for Custom links
- Problem to asign class to with wp_nav_menu()
- Permalinks linking to similar named site
- How to add posts with thumbnails to my dropdown menu?
- menu_class showing up on DIV instead of UL
- WordPress wp get nav menu items does not deliver external link
- deleted menu still present [closed]
- How do I show a different secondary navigation menu for each section of my website?
- Site with all content on the front page
- Adding Pages to Menus – No Page Hierarchy in Backend [duplicate]
- Permission to change post Author