Problem: When I use a toolset_access shortcode to restrict specific content, the contents are formatted incorrectly. Additional paragraph tags and line breaks are added unnecessarily, breaking the markup structure and font formatting.
Solution: Use the raw attribute on the toolset_access shortcode to prevent additional markup and formatting elements from being added to the contents.
Problem:
The user would like to display the labels of checkboxes field inside a table block.
Solution:
The table bock does not allow to have a single block inside of its cells. The user was adding the checkboxes field using the Inline field, which does not offer, currently, more settings for display format. As a workaround, use a shortcode to display the field instead. Check this screenshot http://prntscr.com/12e0r4d
Problem: I have an edit post Form in an unassigned Content Template. When I try to display a link to edit the post in my single post template, no link is displayed.
Solution: Check the post author to confirm it is set appropriately, and confirm the Form permissions settings per User Role in Toolset > Access Control, in the Toolset Forms tab.