Problem: On my Map View, I would like to display different marker icons depending on whether or not the post has a specific term from a custom taxonomy.
Solution: Use map marker shortcodes and conditional shortcodes with the has_term function to display different markers based on the has_term function.
Problem:
The user would like to disable the title that appears when we hover on a map marker.
Solution:
If we don't set a title for the marker, it will take the post's title by default. There is no way from the user interface to disable this feature. But we can remove the title using custom Javascript code, such as:
Problem: When I display a post with my Content Template applied, the post contents are not displayed. The page appears empty except for the main site header and footer and an "edit post link" I added to the Content Template.
Solution: Anything you want to display in the main post area should be added to the Content Template, since the post contents and other fields are not automatically displayed here. You can use a Single Field block to display the post contents with the dynamic sources feature.