Problem: I have imported a site using FG Drupal to WordPress. Now when I try to display a custom field using a Types field shortcode, I see a fatal error:
Fatal error: Uncaught Error: Call to a member function get_value_filtered() on null in /path/to/site/wp-content/plugins/types/application/models/field/type/checkbox/view/frontend.php:33
Solution: Resave the field group containing this custom field, clear the Views cache, clear the Kinsta cache.
Problem: I have created a View that includes a container block in the loop. That container block background image is set using dynamic sources. When I display the View on the front-end of the site, the same image is shown in the background of all the results in the View.
Solution: Update to the latest version of Toolset plugins to get the fix for this issue.