Problem: I would like to create a list or calendar display showing 3 different post types, all sorted by a custom date field.
Solution: There is no built-in calendar display yet for Views, but you can create a list style display using Views. Choose all 3 post types in the Content Selection panel of the View editor, and choose an unordered list loop style. Use the Ordering Settings panel to order by a custom date field, and Use the Loop builder to insert content into each post shown in the results.
Problem:
The user is filtering a view using a relationship field and a URL param. After filtering using AJAX, the view loses the filter because the URL parameter is not preserved.
Solution:
To fix this, we need to add a hidden field that will keep the value of the URL param. This needs custom code such as:
Problem: I would like to display an iamge stored in a Types User Field, but the Views shortcodes wpv-user and wpv-post-author don't seem to be working correctly.
Solution: Use the Types Field API types_render_usermeta or the Types Field shortcode to display an image from a Types User Custom Field.
Problem: I would like to create several designs and choose one for each post or page.
Solution: Create multiple Content Templates and choose a template for each post or page. You can optionally choose a single template as the default setting for an entire post type.