WordPress.org

Plugin Directory

Store Locator for WordPress with Google Maps – LotsOfLocales

store-locator

外掛說明

這個外掛已於 2024 年 12 月 17 日關閉,且不提供下載。 原因: 安全性問題

使用者評論

2017 年 1 月 27 日
Ive added over 1500 locations and even for a dummy like me, it is so easy. Thanks WordPress
2016 年 10 月 20 日
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.
2016 年 10 月 7 日
I have used it on a number of sites — very easy to use!
2016 年 9 月 3 日
Worked great right outta the box. Added custom CSS via FTP, easy! Love it.
閱讀全部 60 則使用者評論

參與者及開發者

以下人員參與了開源軟體〈Store Locator for WordPress with Google Maps – LotsOfLocales〉的開發相關工作。

參與者