Linux 软件免费装
Banner图

Store Locator for WordPress with Google Maps – LotsOfLocales

开发者 viadat
更新时间 2023年12月30日 08:14
PHP版本: 3.3 及以上
WordPress版本: 6.4

标签

google maps maps business locations store locator geocoding

下载

3.98.8.1 3.98.9 3.0 3.0.1 3.0.2 3.10.1 3.10.2 3.15 3.20 3.20.1 3.25 3.30 3.35 3.40 3.45 3.45.1 3.5 3.5.1 3.50 3.60 3.65 3.70 3.75.1 3.80 3.95 3.98.1 3.98.2 3.98.3 3.98.4 3.10 3.98.5 3.98.6 3.55 3.98.7 3.98.8

详情介绍:

Overview Power your site with this WordPress-integrated map making & location management system possessing some of the best free mapping tools to create Google Maps-based store locators on your website. Manage and display a few or thousands of your important stores, points of interest, or product locations anywhere on Earth using Google Maps. Its strength is best seen in its flexibility to allow you to easily manage any number of locations from your WordPress admin interface and the several addons featuring top-level features that are available to further boost its capabilities. Also referred to as an address map, address location map, locator map, store finder, dealer locator (locater), shop finder, and zip code or zipcode search. Important Links All Downloads | Addons & Themes | New Features & Updates Blog | Documentation New in Version 4 New in Version 3 New in Version 2 Target Users Great Built-In Functionality & Features Upgrades If you need additional features, enhance your store locator with addons & themes. Upgrade Here Addons Platform The Addons Platform provides you with a growing number of Generation 2 (G2; comes with the Addons Platform) addons & themes to save you time, provide you highly-advanced features, and impress your clients. Below is a list of the G2 addons available (view documentation for more details on each): All addons available previous to Store Locator 2.0 are now called "G1" (Generation 1) addons, and can still be used, with or without the Addons Platform installed (if you purchased an addon prior to Store Locator 2.0, re-download it via the emailed link of your purchase and install a slighty updated version that allows it to work with 2.0). Special Thanks to Translators (Email new translations to info {at} viadat {dot} com)

安装:

Main Plugin
  1. Upload the store-locator folder to the /wp-content/plugins/ directory
  2. 通过 WordPress 的“插件”菜单激活插件
  3. Sign up for a Google Maps API Key for your domain (not required in Maps V3, unless needed for high usage sites). Instructions here
  4. Add your locations through the 'Locations' page in the Store Locator admin area
  5. Place the shortcode [STORE-LOCATOR] in the body of a Page or a Post to display your store locator
Addons
  1. Unzip & Upload the entire addon folder to the /wp-content/uploads/sl-uploads/addons directory
  2. Activate the addon by submitting the activation key (which you receive after purchasing it) to the "Activation Keys" section of your pull-out admin dashboard (If you have the Addons Platform installed, you submit activation keys on the 'Addons' > 'Settings' page)
Themes
  1. Unzip & Upload the entire theme folder to the /wp-content/uploads/sl-uploads/themes directory
  2. Select theme from the theme dropdown menu under the "Design" section on the "MapDesigner" Page
Icons
  1. There are some default icons in the /wp-content/plugins/store-locator/icons directory
  2. Add your own custom icons in to /wp-content/uploads/sl-uploads/custom-icons
Custom Images
  1. You can create your own custom 'search_button.{...}png' images and place them under /wp-content/uploads/sl-uploads/images/
  2. The store locator will give priority to the 'search_button.{...}png' images in the /wp-content/uploads/sl-uploads/images/ folder over the default 'search_button.{...}png' images in the main store-locator/ folder, allowing for store locator plugin updates without worrying about losing your custom button images
Custom CSS (Stylesheet)
  1. You can modify the default 'store-locator.css' and place it under /wp-content/uploads/sl-uploads/custom-css/
  2. The store locator will give priority to the 'store-locator.css' in the /wp-content/uploads/sl-uploads/custom-css/ folder over the default 'store-locator.css' in the main store-locator/ folder. This allows you to update the main store locator plugin without worrying about losing your custom styling.

屏幕截图:

  • News & Upgrades: See the Latest News and Available Addons for Your Store Locator
  • Manage Locations: Easily Manage a Few or Many Locations, Sortable by Name, City, etc.
  • Add Locations: Once You Add a Location, it is Automatically Given Coordinates
  • MapDesigner: Choose the Important Options For the Look & Feel of Your Map
  • Addons Platform: Increase Your Store Locator's Capabilities With Numerous Addons & Themes that are Included
  • Quickly Upload Many Locations From a Spreadsheet to Save Time (Addon: CSV/XML Importer/Exporter)
  • Bulk Update More than just the Tags Field (Addon: Multiple-Field Updater)
  • Examples of the Store Locator's Basic and Upgraded User Interfaces

常见问题:

My Store Locator seems to all of a sudden not display locations / My addon isn't validating -- just a spinning image in the pull-out Dashboard

Make sure to check https://docs.viadat.com for the most updated information

  • Are you 'hardening' / blocking your 'wp-content' directory with a security plugin, php.ini, robots.txt or .htaccess (sometimes wp-content/.htaccess)? Blocking wp-content functionality completely will disrupt proper Store Locator & addon operation.
  • For Store Locator not displaying locations: when on your Store Locator page, turn on Firefox Firebug or Google Chrome Developer Tools, and view Console > All. Oftentimes you may see 'Multiple instances of Google API' error, which is caused by another plugin or your theme including it a 2nd time, or you will see a number of other JavaScript errors that your website is outputing (usually from other plugins) that can affect the map's display -- resolving these usually fixes most problems.

Can I display {certain information} in search results?

  • Yes, the Advanced Theme Manager addon, which comes with a complimentary theme, called 'SL Starter'. Copy 'sl-starter' folder from your 'advanced-theme-manager' folder into 'wp-content/uploads/sl-uploads/themes/', select SL Starter under 'Design' section in MapDesigner, and modify its templates under Store Locator > Addons > Settings > Advanced Theme Manager as needed

I'm getting 'failed to geocode' error messages -- why?

Bought the CSV Importer ...

  • Nearly all your questions have been answered here. If you follow these instructions & answers exactly, you should be fine

I'm using an updated Store Locator, but still no luck geocoding when adding a location

Is this plugin USA-only? / Does it support locations in multiple countries?

This plugin in not USA-only, and yes, it supports locations all over the world -- as long as the Google Maps API properly supports it:

Can I display the Store Locator in a page template instead of using shortcode in a Page or a Post?

  • Yes, in your page template, instead of do_shortcode("[STORE-LOCATOR]") add the code:if (function_exists("sl_template")) {print sl_template("[STORE-LOCATOR]");}
  • Additionally, for versions prior to Store Locator v3.0, you would also need to add the following to your theme's functions.php file:if (!function_exists("show_sl_scripts")){ function show_sl_scripts(){}}

I'm seeing a 'Google Maps is disabled', or other Google Maps error messages on my website when viewing my Store Locator

  • Are you using Store Locator v1.9.7 or earlier? You must update immediately

If I need to rename my folder from the older 'wordpress-store-locator-location-finder' to 'store-locator', will I lose my locations?

  • No. You won't lose them. And make sure to re-select your home & end map markers in MapDesigner after renaming

How can I have more than one Store Locator map on my website?

I would like to show different icons for different locations -- can that be done?

Do I need a Google Account to use this store locator?

Since Store Locator v2.x, which uses Google Maps API v3, it is not required like it was in Google Maps API v2. However, high-usage sites may still need an API key to monitor usage. Thus, if needed:

  1. To sign up for a Google Account, visit: https://www.google.com/accounts/
  2. To sign up for a Google Maps API Key, visit: https://developers.google.com/maps/documentation/javascript/tutorial#api_key

How Do I use a Translation?

  1. Place .po & .mo translation files into the /wp-content/uploads/sl-uploads/languages folder, and then change the WPLANG constant to the corresponding language abbreviation in the wp-config.php file in the root wordpress directory
  2. Example - using French (pre-WP 4.0): make sure lol-fr_FR.po & lol-fr_FR.mo are in the /wp-content/uploads/sl-uploads/languages folder, then make sure to update the code in wp-config.php to read define('WPLANG', 'fr_FR'), and Voila, Il sera en francais (It will be in French).
  3. Example - using French (WP 4.0+): go to General > Settings > "Site Language" option to choose French language (may need to first install language pack)

Which countries is this compatible with?

This plugin is compatible with all countries that have Google Map domains. This includes:

  • Algeria
  • American Samoa
  • Angola
  • Argentina
  • Australia
  • Austria
  • Bangladesh
  • Bahrain
  • Belgium
  • Belize
  • Benin
  • Bolivia
  • Botswana
  • Brazil
  • Bulgaria
  • Burundi
  • Canada
  • Central African Republic
  • Chile
  • China
  • Congo
  • Cyprus
  • Czech Republic
  • Djibouti
  • Dem. Republic of Congo
  • Denmark
  • Ecuador
  • Ethiopia
  • Finland
  • France
  • Gabon
  • Gambia
  • Germany
  • Ghana
  • Greece
  • Guatemala
  • Guyana
  • Hong Kong
  • Hungary
  • India
  • Indonesia
  • Israel
  • Italy
  • Japan
  • Kenya
  • Lesotho
  • Liechtenstein
  • Macedonia
  • Madagascar
  • Malawi
  • Malaysia
  • Mauritius
  • Mexico
  • Mozambique
  • Namibia
  • Netherlands
  • New Zealand
  • Nigeria
  • Norway
  • Paraguay
  • Peru
  • Philippines
  • Poland
  • Portugal
  • Reunion
  • Romania
  • Russia
  • Rwanda
  • Sao Tome & Principe
  • Senegal
  • Seychelles
  • Sierra Leone
  • Singapore
  • South Africa
  • South Korea
  • Spain
  • Sri Lanka
  • Sweden
  • Switzerland
  • Taiwan
  • Tanzania
  • Thailand
  • Togo
  • Turkey
  • Uganda
  • Ukraine
  • United Arab Emirates
  • United Kingdom
  • United States
  • Uruguay
  • Venezuela
  • Zambia
  • Zimbabwe

更新日志:

3.98.9 3.98.8.x 3.98.7 3.98.6 3.98.5 3.98.4 3.98.3 3.98.x 3.97.x 3.96 3.95 3.94 3.93.x 3.92 3.91.x 3.90.x 3.89.x 3.88 3.87 3.86.x 3.85.x 3.84 3.83 3.82.x 3.81 3.80 3.79 3.78 3.77 3.76 3.75.x 3.74.x 3.73 3.72 3.71 3.70 3.69 3.68.x 3.66 3.65 3.64 3.63 3.62 3.61 3.60 3.59 3.58 3.57 3.56.x 3.55 3.54 3.53 3.52 3.51 3.50 3.49 3.48.1 3.47.x 3.46.x 3.45.x 3.44 3.43 3.42 3.41 3.39 3.38.x 3.37 3.36.1 3.35 3.34 3.33.x 3.32.1 3.31 3.30 3.29.x 3.28 3.27 3.26.x 3.25 3.24 3.23.1 3.22.x 3.21 3.20.x 3.19.x 3.18.x 3.17 3.16 3.15 3.14 3.13 3.12 3.11 3.10.x 3.9 3.8 3.7.x 3.6 3.5.x 3.4.x 3.3 3.2.x 3.1.x 3.0.x 2.22 2.15.x 2.0