Problem: I am using a 3rd-party plugin to create graphics and charts, and the plugin provides a shortcode system for displaying these charts. I have unique shortcodes for each post, and I would like to know how best to store and display these unique shortcodes for each post.
Solution: The best way to handle this is to create a custom WYSIWYG field for this post type and insert the custom shortcode for each post in the WYSIWYG field. Display the WYSIWYG field by placing a Single Field block in the Content Template for this post type. Select the WYSIWYG field as the dynamic source for this block.
Problem:
The user has a map inside an archive template that gets removed whenever a filter is changed.
Solution:
The Map Block was set within the Search Block of the archive template. And the archive template was configured to display filter options that produce results. When a filter is changed, the whole Search section gets updated and the Map within it is removed.