Site is very simple: 3 post types each represent a post to a different social media platform. Each post type has a custom role associated with it.
As admin I can see a view displaying that will not display to a user. I have set up permissions I don't get what I'm missing. Hope someone could take a look
Hello,
The problem you mentioned above is abnormal, please check these:
1) setup the permission to each post type for different user roles:
Dashboard-> Toolset-> Access Control-> Post Types
2) In case it is a compatibility problem, please deactivate all other plugins, and switch to wordpress default theme 2020, deactivate all custom PHP/JS code snippets, and test again
3) If the problem still persists, please provide database dump file(ZIP file) of your website, also point out the problem page URL and view URL, I need to test and debug it in my localhost, thanks
https://toolset.com/faq/provide-supporters-copy-site/
Thanks for the details, I am downloading the files, will update here if find anything.
I can see the problem with your duplicator package, the problem is you have disabled access to the "Admin dashboard" page, so it won't be able to render any other content template for user role "FB admin".
Please try these:
1) Dashboard-> Toolset-> Access control-> Posts Groups
find section "Admin Dash", in column "Read", enable option for user role "FB admin"
2) Edit page "Dashboard":
hidden link
Use access shortcode to display different content template for different user role:
For example:
[toolset_access role="FB Admin" operator="allow"]
[wpv-post-body view_template="facebook-admin-dashboard"]
[/toolset_access]
More help:
https://toolset.com/course-lesson/access-control-texts-inside-page-content/
My issue is resolved now. Thank you!