plainware
Forum Replies Created
-
Forum: Plugins
In reply to: [Locatoraid Store Locator] Grayscale mapHello,
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" } ] } ]
Forum: Plugins
In reply to: [Locatoraid Store Locator] Map doesn’t worksHello,
I’m sorry for not replying sooner. Most probably, it was an issue with the API key. At the moment our plugin works with Google Maps only, and thus their Maps API Key is required.To export all the stores you can get the Pro version, true.
Forum: Plugins
In reply to: [Locatoraid Store Locator] Purchased developer and can’t download itHello,
I’m sorry for not replying sooner. I’ve just sent the latest version to your email. Please contact us through https://www.locatoraid.com/ -> Support if you get any issues. Thank you!Forum: Plugins
In reply to: [PlainInventory - Inventory Management Plugin] Search in contactsHello,
thanks for your feedback. Yes, it was a bug, it’s now resolved in the latest version 3.0.4.Forum: Plugins
In reply to: [PlainInventory - Inventory Management Plugin] Call to undefined methodHello,
thank you for your feedback! It’s fixed in version 3.0.2Forum: Plugins
In reply to: [Locatoraid Store Locator] Sharing locations on multisite installationThe auto update for the Pro plugin sometimes couldn’t work if your site can’t connect to ours (firewalls, network connections aren’t allowed, etc). You can download the Pro version from our site with your license code. Alternatively, please drop me a line through https://www.plainware.com/support/ and I’ll reply with the latest version attached.
If your WordPress is newer than 5.4, you can update the plugin within the WordPress admin by uploading the new version through Plugins, Add New, Upload. It’ll tell that there’s an older version installed and ask if you wish to overwrite it. For older WordPress versions you can manually upload the plugin through FTP.
Forum: Plugins
In reply to: [Locatoraid Store Locator] Sharing locations on multisite installationSveiki,
sorry for not replying sooner. This note was referring to the old generation version (2.x) and this feature hadn’t been moved to the current gen (3.x). Anyway, I’ve made a quick fix and it’s now also available with the latest version update of 3.9.0.The Pro version is required. It adds a new option to the form where the license code is entered. Go to Network Admin of you WordPress network, then Plugins, click License & Options next to Locatoraid Pro. There’ll be the “Common Database For All Sites” option, set it to “Yes”. It will switch Locatoraid installations of all the sites to make use of the database of the first site.
I hope it’ll work for you, please let me know if you get any issues.
Forum: Plugins
In reply to: [Locatoraid Store Locator] store details does not display properlyHello,
if you try to reset the template to defaults, does it work?Forum: Plugins
In reply to: [Locatoraid Store Locator] Problem uploading Custom pointer iconHello,
sorry it was a bug, it’s now resolved in version 3.8.8. Thank you for your feedback!Forum: Plugins
In reply to: [Locatoraid Store Locator] Map Marker Icon not working (custom icon)Hello,
sorry it was a bug, it’s now resolved in version 3.8.8. Thank you for your feedback!Forum: Plugins
In reply to: [Locatoraid Store Locator] Map Marker Icon not working (custom icon)Hi,
I’m sorry so far I’ve not been able to replicate this issue with my WordPress setup. Could you provide a bit more information, like which WP version are you using, perhaps other plugins that might affect the WP Media Library behavior. I don’t know, may I ask you to record a screencast with this problem, and give me the list of currently installed plugins.Forum: Plugins
In reply to: [Locatoraid Store Locator] Location result displaying other statesDoes it work with the same shortcode parameters? It might have a parameter to bias toward Australian matches.
Forum: Plugins
In reply to: [Locatoraid Store Locator] Problem uploading Custom pointer iconHi,
how do you upload the custom icon? We’ve got a setting in Locatoraid, Configuration, Google Maps, Map Icon, which makes use of the standard WP’s Media manager. Which doesn’t have the “insert into post” link in my setup. Or am I missing something?Forum: Plugins
In reply to: [Locatoraid Store Locator] Location result displaying other statesHello,
when you type “NSW”, it finds the coordinates of the center of New South Wales, then finds your locations that are close to this geographical point, and these matches can be in other states too. As it is a free form search entry field, we can’t know which kind of entity (state, country,city) the person who makes the search has in mind, we simply pass this string to Google Maps and get the geo coordinates in return. Then we use the coordinates to find the nearest locations, regardless of their state, city or other address parts.Hi Leo,
thank you for your feedback. I’ll try to figure it out, but it seems like the issue is with the “google.maps.InfoWindow” module that we are using. I’ve tried a demo of _another_ store locator plugin and it bounces just in the way like in your screen cast. Also I was able to replicate the issue in Chrome, but in Firefox no such effect exists. Anyway, I’ll try to look into the problem.