Цей плагін не перевірявся з останніми 3-ма основними випусками WordPress. Можливо, він більше не може розроблятися або підтримуватися, і він може мати проблеми сумісності при використанні з більш новими версіями WordPress.

WP Job Manager Client-Side Geocoder

Опис

WP Job Manager Client-Side Geocoder plugin bypass the geocoder function ( server side ) provided by WP Job Manager plugin and instead uses client-side geocoding system.
By doing so the plugin should overcome the OVER_QUERY_LIMIT issue which you might have been experiencing.

Features

  • Client-side geocoding system will try to overcome the OVER_QUERY_LIMIT issue which prevents address from being geocoded.
  • New “Geocode” button added under the location field in the “New Job” ( and “New Resume” for those who use the Resume Manager add-on ) page in the back-end. A click on the button will geocode the address entered.
  • When creating/updating job ( or resume ) from the front-end the location will be automatically geocoded once the form is submitted. No “geocode” button added to the front-end forms.

Встановлення

Automatic installation

Automatic installation is the easiest option as WordPress handles the file transfers itself and you don’t even need to leave your web browser. To do an automatic install, log in to your WordPress admin panel, navigate to the Plugins menu and click Add New.

In the search field type “WP Job Manager Client-side Geocoder” and click Search Plugins. Once you’ve found the plugin you can view details about it such as the the point release, rating and description. Most importantly of course, you can install it by clicking Install Now.

Manual installation

The manual installation method involves downloading the plugin and uploading it to your webserver via your favourite FTP application.

  • Download the plugin file to your computer and unzip it
  • Using an FTP program, or your hosting control panel, upload the unzipped plugin folder to your WordPress installation’s wp-content/plugins/ directory.
  • Activate the plugin from the Plugins menu within the WordPress admin.

No additional set-up is required. Just activate and enjoy.

Часті питання

Installation Instructions

Automatic installation

Automatic installation is the easiest option as WordPress handles the file transfers itself and you don’t even need to leave your web browser. To do an automatic install, log in to your WordPress admin panel, navigate to the Plugins menu and click Add New.

In the search field type “WP Job Manager Client-side Geocoder” and click Search Plugins. Once you’ve found the plugin you can view details about it such as the the point release, rating and description. Most importantly of course, you can install it by clicking Install Now.

Manual installation

The manual installation method involves downloading the plugin and uploading it to your webserver via your favourite FTP application.

  • Download the plugin file to your computer and unzip it
  • Using an FTP program, or your hosting control panel, upload the unzipped plugin folder to your WordPress installation’s wp-content/plugins/ directory.
  • Activate the plugin from the Plugins menu within the WordPress admin.

No additional set-up is required. Just activate and enjoy.

Відгуки

17.09.2018
Great plugin to auto-populate geocoding fields for GEO my WP map add-on for WP Job Manager plugin
Прочитати всі 2 відгуки

Учасники та розробники

“WP Job Manager Client-Side Geocoder” — проект з відкритим вихідним кодом. В розвиток плагіну внесли свій вклад наступні учасники:

Учасники

Перекладіть “WP Job Manager Client-Side Geocoder” на вашу мову.

Цікавитесь розробкою?

Перегляньте код, перегляньте сховище SVN або підпишіться на журнал розробки за допомогою RSS.

Журнал змін

1.1

  • New: Region code input box added to WP Job Manager Settings page, allows to set the default country that will be used when geocoding an address.
  • Fix: Region code does not pass to the geocoder which results in wrong geocoding in some cases.
  • Fix: Disable WP Job Manager geocoder when address already geocoded by the client side plugin, to prevent multiple geocoding when adding/updating job/resume.
  • Combine multiple JS files into a single file and minify it.
  • Code cleanup.

1.0.1

  • Add street name and street number fields
  • sanitize location input fields when updating location

1.0.0

  • Initial release