WPIntell

Source evidence

Grayscale map

Locatoraid Store Locator · support · 2021-06-01T15:01:00+00:00

mixedsentiment
mediumseverity
0.85relevance
9replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

4 / 29 rows with source links

13.8% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

25 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
WebePc Gianluca Molina resolved
is it possible to make the map grayscale except pointers like in the example you show in the plugin WordPress page? Thanks 🙂 Hello, I’m sorry for not replying sooner. You can try some helper sites that let you style the maps. For example with this one: https://mapstyle.withgoogle.com/ Choose the “silver” theme, click Finish, then click Copy JSON. Then paste this code into Locatoraid, Configuration, Google Maps, Custom Map Style. For example, this code worked for me: [ { "elementType": "geometry", "stylers": [ { "color": "#f5f5f5" } ] }, { "elementType": "labels.icon", "stylers": [ { "visibility": "off" } ] }, { "elementType": "labels.text.fill", "stylers": [ { "color": "#616161" } ] }, { "elementType": "labels.text.stroke", "stylers": [ { "color": "#f5f5f5" } ] }, { "featureType": "administrative.land_parcel", "elementType": "labels.text.fill", "stylers": [ { "color": "#bdbdbd" } ] }, { "featureType": "poi", "elementType": "geometry", "stylers": [ { "color": "#eeeeee" } ] }, { "featureType": "poi", "elementType": "labels.text.fill", "stylers": [ { "color": "#757575" } ] }, { "featureType": "poi.park", "elementType": "geometry", "stylers": [ { "color": "#e5e5e5" } ] }, { "featureType": "poi.park", "elementType": "labels.text.fill", "stylers": [ { "color": "#9e9e9e" } ] }, { "featureType": "road", "elementType": "geometry", "stylers": [ { "color": "#ffffff" } ] }, { "featureType": "road.arterial", "elementType": "labels.text.fill", "stylers": [ { "color": "#757575" } ] }, { "featureType": "road.highway", "elementType": "geometry", "stylers": [ { "color": "#dadada" } ] }, { "featureType": "road.highway", "elementType": "labels.text.fill", "stylers": [ { "color": "#616161" } ] }, { "featureType": "road.local", "elementType": "labels.text.fill", "stylers": [ { "color": "#9e9e9e" } ] }, { "featureType": "transit.line", "elementType": "geometry", "stylers": [ { "color": "#e5e5e5" } ] }, { "featureType": "transit.station", "elementType": "geometry", "stylers": [ { "color": "#eeeeee" } ] }, { "featureType": "water", "elementType": "geometry", "stylers": [ { "color": "#c9c9c9" } ] }, { "featureType": "water", "elementType": "labels.text.fill", "stylers": [ { "color": "#9e9e9e" } ] } ] Thanks! into Locatoraid, Configuration, Google Maps, Custom Map Style. there is no “custom map style” option Hello, don’t you have the settings form as in the following screenshot? https://ibb.co/yQWrKL8 No, look: https://i.postimg.cc/7YYY17Wm/immagine-2021-06-10-145516.png hmm, did you click the save button? As all the inputs below the API field appears after the API key is saved to the database. Yes I also tried to click on save but nothing hmm, it’s quite strange. Is it possible for me to get a temporary WP admin access to that site and FTP access to wp-content/plugins directory? I’ll try to figure it out. If it’s acceptable for you, please send this info through https://www.plainware.com/support/ Grazie! Yes, no problem 🙂

Comments

9 shown
plainware 2021-06-08T22:38:00+00:00

Hello, I’m sorry for not replying sooner. You can try some helper sites that let you style the maps. For example with this one: https://mapstyle.withgoogle.com/ Choose the “silver” theme, click Finish, then click Copy JSON. Then paste this code into Locatoraid, Configuration, Google Maps, Custom Map Style. For example, this code worked for me: [ { "elementType": "geometry", "stylers": [ { "color": "#f5f5f5" } ] }, { "elementType": "labels.icon", "stylers": [ { "visibility": "off" } ] }, { "elementType": "labels.text.fill", "stylers": [ { "color": "#616161" } ] }, { "elementType": "labels.text.stroke", "stylers": [ { "color": "#f5f5f5" } ] }, { "featureType": "administrative.land_parcel", "elementType": "labels.text.fill", "stylers": [ { "color": "#bdbdbd" } ] }, { "featureType": "poi", "elementType": "geometry", "stylers": [ { "color": "#eeeeee" } ] }, { "featureType": "poi", "elementType": "labels.text.fill", "stylers": [ { "color": "#757575" } ] }, { "featureType": "poi.park", "elementType": "geometry", "stylers": [ { "color": "#e5e5e5" } ] }, { "featureType": "poi.park", "elementType": "labels.text.fill", "stylers": [ { "color": "#9e9e9e" } ] }, { "featureType": "road", "elementType": "geometry", "stylers": [ { "color": "#ffffff" } ] }, { "featureType": "road.arterial", "elementType": "labels.text.fill", "stylers": [ { "color": "#757575" } ] }, { "featureType": "road.highway", "elementType": "geometry", "stylers": [ { "color": "#dadada" } ] }, { "featureType": "road.highway", "elementType": "labels.text.fill", "stylers": [ { "color": "#616161" } ] }, { "featureType": "road.local", "elementType": "labels.text.fill", "stylers": [ { "color": "#9e9e9e" } ] }, { "featureType": "transit.line", "elementType": "geometry", "stylers": [ { "color": "#e5e5e5" } ] }, { "featureType": "transit.station", "elementType": "geometry", "stylers": [ { "color": "#eeeeee" } ] }, { "featureType": "water", "elementType": "geometry", "stylers": [ { "color": "#c9c9c9" } ] }, { "featureType": "water", "elementType": "labels.text.fill", "stylers": [ { "color": "#9e9e9e" } ] } ]

WebePc Gianluca Molina 2021-06-08T22:40:00+00:00

Thanks!

WebePc Gianluca Molina 2021-06-09T10:02:00+00:00

into Locatoraid, Configuration, Google Maps, Custom Map Style. there is no “custom map style” option

plainware 2021-06-10T12:50:00+00:00

Hello, don’t you have the settings form as in the following screenshot? https://ibb.co/yQWrKL8

WebePc Gianluca Molina 2021-06-10T12:55:00+00:00

No, look: https://i.postimg.cc/7YYY17Wm/immagine-2021-06-10-145516.png

plainware 2021-06-10T13:14:00+00:00

hmm, did you click the save button? As all the inputs below the API field appears after the API key is saved to the database.

WebePc Gianluca Molina 2021-06-10T13:15:00+00:00

Yes I also tried to click on save but nothing

plainware 2021-06-10T14:12:00+00:00

hmm, it’s quite strange. Is it possible for me to get a temporary WP admin access to that site and FTP access to wp-content/plugins directory? I’ll try to figure it out. If it’s acceptable for you, please send this info through https://www.plainware.com/support/ Grazie!

WebePc Gianluca Molina 2021-06-10T14:13:00+00:00

Yes, no problem 🙂