Replies: 0
I am not sure what is causing this problem as everything used to work fine.
I generate a map for a place post that incorporates data fields contained in the post.
The map generates fine and the map icon displays in the correct position but the icon name no longer translates.
[leaflet-map zoom=[types field='map-zoom-level' output='raw'][/types] lat=[types field='map-latitude' output='raw'][/types] lng=[types field='map-longitude' output='raw'][/types] zoomcontrol="1" scrollwheel="0" dragging=true height="500"]
[leaflet-marker lat=[types field='map-latitude' output='raw'][/types] lng=[types field='map-longitude' output='raw'][/types]][wpv-post-title][/leaflet-marker]
If I click the icon then [wpv-post-title] is displayed instead of the post name.
It seems that as soon as I make a change to the leaflet marker code (or create a new marker) the short code is not executed.
Thanks
Tony