Home›Topic Tag: Controlling access to admin function
Topic Tag: Controlling access to admin function
Access plugin allows you to control administration capabilities in a WordPress site. You can create your own custom roles, set their permissions and choose exactly what sections different user roles can reach in the WordPress admin.
When you ask for help or report issues, make sure to tell us on which content and user types you are trying to apply access control.
Viewing 15 topics - 136 through 150 (of 173 total)
Problem: I'm trying to use Layouts, WPBakery Page Builder, and the Newspaper theme together but I'm not able to get my page templates to appear as expected.
Solution: Toolset Layouts and WPBakery should not be used together, so it's best to deactivate the Layouts plugin. The Newspaper theme doesn't work out-of-the-box with Content Templates, but you can follow the steps in our Theme Support for Content Templates document to help fix that problem.
Add this function name in Toolset > Settings > Frontend Content > Theme support for Content Templates:
Problem: I would like to hide the The7 menu item in the wp-admin area based on User capabilities.
Solution: I'm not sure if the7 offers the ability to control the display of this menu with capabilities. That's something you would need to find out from their support team. If so, you can add that capability here and manage it with Access. If not, then you'll probably need some custom code to remove the menu page. Something like this will hide the menu from everyone except Administrators:
Problem:
How to limit posts so that only their author can see them?
Solution:
The solution is effectively the same for hiding all of the content of a post as for hiding part of the content of a post, which is described in the linked documentation.