Access is a WordPress plugin that lets you add custom roles and control their privileges.
Access User Guides include detailed documentation for controlling what actions different roles and users can do on content and what WordPress admin screens users can access.
When you ask for help or report issues, make sure to tell us the versions of the Toolset plugins that you have installed and activated.
Viewing 15 topics - 451 through 465 (of 910 total)
Problem: I am trying to update Toolset Access but I get two errors:
PHP Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 262144 bytes) in /home/xxx/public_html/wp-includes/class-wp-user.php on line 739
PHP Warning: array_key_exists(): The first argument should be either a string or an integer in /home/xxx/public_html/wp-content/plugins/types-access/application/controllers/permissions_post_types.php on line 447
Solution: In this particular case, it appears that there is a conflict with the site's theme. Activating a default theme during the update prevented the error, and then switching back to the custom theme was possible without errors.
Problem: Is it possible to limit a View's results to a certain distance based on the current User's role, established by purchasing a site registration package?
Solution: You can create 3 different Views with the different distance filters applied. You can use a shortcode attribute to set the distance center point, based on the User's profile address information. When a User buys a specific package, you can adjust his or her User role with Forms Commerce. Then based on the User's role, you can display one of those 3 Views with conditionals.