ਵੇਰਵਾ
This plugin has been closed as of 17 ਦਸੰਬਰ 2024 and is not available for download. ਕਾਰਨ: ਸੁਰੱਖਿਆ ਦੇ ਮਸਲੇ।
ਸਮੀਖਿਆਵਾਂ
27 ਜਨਵਰੀ 2017
Ive added over 1500 locations and even for a dummy like me, it is so easy. Thanks WordPress
5 ਜਨਵਰੀ 2017
This is a great plugin to use if you have multiple locations for your business. Very easy to setup and works great. Interface is ok as well. No problems yet. Thanks guys.
20 ਅਕਤੂਬਰ 2016
Great plugin that is quick and easy to get working. It needed some styling tweaks which for a web developer was easy. I added a custom page type so that each store has it’s own page, great for SEO.
I also added code to cluster pins that were too close together to see on Google maps as follows:
jQuery( document ).ready(function() {
setTimeout( function() {
if (jQuery(‘#map_td’).length>0) {
jQuery.getScript(“https://developers.google.com/maps/documentation/javascript/examples/markerclusterer/markerclusterer.js”,
function(){
var markerCluster = new MarkerClusterer(sl_map, sl_marker_array,
{
imagePath: ‘https://developers.google.com/maps/documentation/javascript/examples/markerclusterer/m’,
gridSize:4
}
);
});
}
}, 1500);
});
I used a custom javascript plugin to add this code to the page.
7 ਅਕਤੂਬਰ 2016
I have used it on a number of sites — very easy to use!
3 ਸਤੰਬਰ 2016
Worked great right outta the box. Added custom CSS via FTP, easy! Love it.
3 ਸਤੰਬਰ 2016
Keep up the good work!
ਯੋਗਦਾਨੀ ਤੇ ਵਿਕਾਸਕਾਰ
“Store Locator for WordPress with Google Maps – LotsOfLocales” is open source software. The following people have contributed to this plugin.
ਯੋਗਦਾਨੀ“Store Locator for WordPress with Google Maps – LotsOfLocales” ਦਾ ਆਪਣੀ ਭਾਸ਼ਾ ਵਿੱਚ ਅਨੁਵਾਦ ਕਰੋ।
ਵਿਕਾਸ ਕਾਰਜ ਵਿੱਚ ਰੁਚੀ ਰੱਖਦੇ ਹੋ?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.