However, I have problem with using the Checkboxes field from ACF. It does not work when I import this into Toolset.
Solution:
The ACF checkboxes field is not compatible with Toolset Checkboxes field, Toolset Checkboxes field stores value in a serialized array, which is different from ACF checkboxes field, so it could not add the ACF Checkboxes Field to Types Control.
To avoid complications, you might consider to create a Checkboxes Field with Types plugin, and edit each post, setup the Checkboxes Field value manually.
I'm trying to use cred-delete-relationship shortcode to unlink event and gallery posts in a many-many relationship. I have the shortcode set up inside a view as the docs say to do:
Regular "Administrator" users can see and use the link just fine, but my custom "Gallery Manager" user cannot. I've given the Gallery Manager role the "manage_options" which I've read was necessary.
Solution:
In order to delete the relationship with shortcode [cred-delete-relationship]:
Acceptance criteria:
- when you visit the post in the frontend as admin: you should see a list of post related entities AND a button to delete the relationship between each of them.
- when you visit the post in the frontend as a user that HAS NO permissions to edit one of the post types: you should see a list of post related entities and NO button.