Access plugin lets you control what sections different user roles can reach in the WordPress admin and on the front-end. You can create your own custom roles and choose exactly what administration capabilities they have on the site.
When you ask for help or report issues, make sure to tell us the roles that you want to create and the desired capabilities of these roles.
Viewing 15 topics - 151 through 165 (of 225 total)
Problem: I have a custom select field. When admins edit a post in wp-admin, they can change the field selection successfully. When Users with a custom role edit the same post, the custom field resets and nothing is selected.
Solution: In this case, it appears that HTML in the field content (value) is the main problem. Replace HTML in the field content with a basic number, then resave the posts if needed.
Solution:
Post relationships are available only for posts. To connect users and posts using relationships you need to create a "profile" post that is tied to a user and use this profile in post relationships. This is described in the linked documentation.