Problem:
The user would like to build a theme template and include the Types field on it.
Solution:
Toolset does not act or allow to modify theme's templates. Toolset acts only on the return of the the_content() function.
We can create a Toolset Content Template for your custom post types or for specific posts. But the resulting HTML will only replace the_content() function from the theme's template.
Relevant Documentation:
For more information on how to customize Toolset based website using PHP, check the articles on this documentation page.
Problem: I have a View with a post relationship Query Filter set by a shortcode attribute. After updating, the Query Filter is not working as expected.
Solution: Remove the wpv-control-post-relationship filter shortcode from the View's Custom Search editor panel.
Problem:
The user would like to change the author of a post and set a subscriber user as the author.
Solution:
If you are using the classic editor for your custom post type, make sure that the author option is activated in the screen options. Check this screenshot http://prntscr.com/wzv3yg
If it is using the Blocks editor, it seems that there is a bug, in WordPress or Gutenberg that prevented it from appearing. We can reproduce this without Toolset Types.