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
- Removing container from wp_nav_menu not working
- Make A WordPress Page Accessible To Admins Only, Redirect Other User Roles
- How do I fix this error: Warning: invalid argument supplied for foreach()?
- Exclude one item from wp_list_pages( $args );
- \WP_User Object | What’s the Difference Between {caps} and {allcaps}?
- Shold I manually add ‘cap’ to admin role ?
- Why is wp-login redirecting to the home page when I use this function?
- Extend WordPress REST API to show slugs for menu items
- Output menu navigation in php file
- Custom Post type menu highlighted in the archive/post
- wp_nav_menu and fallback
- Hide everything on site for visitors except specific page IDs
- Counting top level items in a custom menu walker
- how do I add “home” menu item conditionally to custom menus?
- How to add div to top menu item
- Missing Menus Structure
- CSS for Created Menu “Active Selected” not working, everything else is!
- Menu in left side don’t appears with dropdown
- Submenu items not showing anymore on the navigation
- Can’t create a SubMenu
- Having trouble adding CSS class through menu to link
- How to restrict an admin page, if the user is not superadmin?
- Mobile screen does not display Primary navbar…just a three line icon [closed]
- How to pass menu slug as a variable to wp_nav_menu?
- New Menu Item Type Meta Box
- Using Different wp_nav_menu theme_location based on page id (or a parent id)
- Display Menu Navigation Label
- Updated WordPress, now Navigation is Messed Up
- wp_nav_menu removing containing UL with ‘items_wrap’ => ‘%3$s’ not working
- How to show only current item children using wp_nav_menu?
- Copied site has wrong menu URL behaviour
- WPML CMS Nav and Custom Nav_Walker Undefined Property Notices [closed]
- Is it possible to seperate wordpress menu by different div?
- How to add odd and even classes to all nav links through walker?
- Primery Menu Configuration problem
- how to display wordpress navbar with top menu outside wordpress system
- Menus not showing in the admin menu, after save
- Add Protocol to Custom Menus
- Is there a way of retrieving the core WP capabilities?
- Change menu item order
- Menu System: Custom Links
- Formatting WordPress Menus (without bullets, inline with text)
- Front-end ajax problem all users and guests getting a 302 redirect when accessing wp-admin/admin-ajax.php
- Add acf custom fields so sub item in menus
- change breakpoint widths for divi theme tablet view