Home›Topic Tag: Controlling access to front-end content
Topic Tag: Controlling access to front-end content
Access plugin allows you to limit front-end read access to specific pages, posts or custom types and define who will be able to access that content. It also provides the functionality to set access control for specific blocks inside page content, in order to place texts that are visible to or hidden from certain user types.
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 - 376 through 390 (of 436 total)
Problem:
Redirection to template layout is not working
Solution:
I simply assign the layout to display with "My Account" page and now when I try to access My Account page without login it displays the login form as expected.
As per the example images, I want admin and some other user roles, to be able to view the entire content. I do not want front-end visitors to see the crossed-out "Acquisition Details" field groups.
Solution:
I suggest you try with Access shortcode [toolset_access] to setup limitation according to user's role, for example:
[toolset_access role="Administrator" operator="allow"] Only admin users are able to view the content...[/toolset_access]
[toolset_access role="Administrator" operator="deny"]Display some thing else for non-admin users[/toolset_access]
Problem:
A Toolset Form should be visible to guest users.
Solution:
When you have Access enabled, Forms will only be visible to guest users if you explicitly give such permission, by visiting Toolset > Access Control > Toolset Forms.