Layouts plugin provides a drag-and-drop editor that is used from the WordPress administration. Using this editor, you can create layouts, assign them to specific content and design entire pages.
When you ask for help or report issues, make sure to tell us the design that you want to achieve and the layouts that you have created so far.
Problem: I have used Access to hide posts from Guest users, but I would can still see post information in search results. I would like to hide this information from Guest users.
Solution: A WordPress Archive is used to display search results. That archive is built in the legacy shortcode version, so you can use Access Control shortcodes in the archive's contents to suppress any visible information. The syntax is as follows:
[toolset_access role="Guest" operator="deny"]
Guests will never see anything inside this shortcode.
[/toolset_access]
If the archive is built using the Blocks Editor, you may use conditional blocks to achieve the same effect.
Toolset Blocks plugin is advanced version of Toolset Views plugin, so if you have activated Toolset Blocks plugin, you can not activate Toolset Views plugin.