I installed the free version and it worked great.
There were 5 pins on the map that showed the store locations. But, they have disappeared.
How do I get them back?
Hope to hear soon.
Thank you.
]]>We use the Events Calendar on our writing resources site to list upcoming creative writing competitions: https://newwriters.org.uk/writing-competitions-list/.
I wondered if there’s an uncomplicated way for us to pin our own competition to the top of the listings. It’s already featured and sticky in the month view, but can I make it appear at the top even in other months?
Many thanks,
David
Bill
]]>Would you consider officially adding OverlappingMarkerSpiderfier (demo)? It separates (spiderfies) the markers that are overlapping. I modified WPSL 2.2.235 like below to get it working:
After line 129 ( map = new google.maps.Map();
), add:
oms = new OverlappingMarkerSpiderfier(map, {
markersWontMove: true,
markersWontHide: true,
basicFormatEvents: true,
keepSpiderfied: true,
ignoreMapClick: true
});
Add oms
as a parameter to all location markers. For example, line 141 becomes:
addMarker( latLng, mapData[index].id, mapData[index], false, infoWindow, oms );
Since we’re only adding oms
to location markers and the starter marker also uses it, we make oms optional on line 1831 like so:
function addMarker( latLng, storeId, infoWindowData, draggable, infoWindow, oms = null ) {
Change the click listener of the marker on Line 1869 like so:
google.maps.event.addListener( marker, "spider_click",( function( currentMap ) {
And after that chunk of listener above, add:
if(oms){
oms.addMarker(marker); // adds the marker to the spiderfier _and_ the map
}
Let me know your thoughts. Thank you!
]]>is it possible to have form fields filled with parameters through URL?
I’m using OpenUserMap with users that land on map through a URL. I want users land on a prefilled form so they can add only the address and pin on the map.
Is it possible yet?
Thanks a lot for your work. The plugin has always worked well, one time it might have done the same think but I’m not sure.
Maybe since the last update, the map is stuck on one post but it’s not the last one posted. There is three new posts since.
I have the automatic selection checked in the settings. I tried to uncheck and recheck but same.
Thanks in advance for any help!
]]>1. XML feed: Feed configuration will start shortly.
2. Remote feed setup: Product feed not yet configured on Pinterest.
Any solution would be appreciated.
]]>