Access provides a set of hooks that allows integration with third-party plugins, in order to use its role management interface and functions.
Access also offers built-in integration with CRED and WooCommerce plugins.
When you ask for help or report issues, make sure to tell us which plugin you are trying to integrate.
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:
I'd like to restrict User #7 to be able to read Gravity Form #15 and view its entries, but not know about or be able to access any other Gravity Form.
Solution:
If it is, I suggest you try these:
1) Setup the Gravity Form #15, when user submit the form to create the post, add a custom field "gravity-form-id" to the new post, the field value is number 15.
2) Then create a page, in the page content, you can get current user's ID with shortcode [wpv-current-user info="id"], use it in wpv-conditional shortcode to check if current user's ID is 7 then display the Gravity Form #15 shortcode + a post view:
filter by custom field "gravity-form-id" value is number 15