This thread is resolved. Here is a description of the problem and solution.
Problem:
The issue here is that the user's map was not displaying any markers.
Solution:
For this user the issue was that they added their map marker shortcode outside of the view loop so there wasn't any information being provided to the map for it to display.
This support ticket is created 6 years, 2 months ago. There's a good chance that you are reading advice that it now obsolete.
This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.
Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.
I am trying to:
Display a series of markers (based on custom filed "address" in custom post type entries) on a map in a View. No marker is displaying.
Link to a page where the issue can be seen: hidden link
I expected to see:
All the markers corresponding to my entries, which are displaying below the map in the search results.
Instead, I got:
Nothing on the map. However, I don't think it's a problem with the API. I checked it in the Toolset settings and it says "Google API seems to be configured properly." Moreover the field address is displaying correctly (on maps) on my single pages. See here for example: hidden link
That's awesome. I misunderstood where the code for the markers was supposed to go.
It's working now and I managed to configure the popups too. My only question is why are not all the markers displaying at once on the map (there's only 6 visible when I load the page while I have 31 entries). The funny thing is that if you make a search by country (say Guatemala, for which a marker doesn't appear at first even if I zoom in), then the marker shows up on the map...
The reason why there are only 6 markers is because you only add the country's name as an address. So all the posts with the same country name will use the same marker.
Right now your map only displays the markers for the items that are currently on the page being viewed.
It took me a little while to understand what you meant but I played with the map for a while and managed to create a separate view that now displays all my markers independently from the search.