Plugin info

Total downloads: 4,239
Active installs: 0
Total reviews: 0
Average rating: 0
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 1/16/2015 (4002 days ago)
Added to WordPress: 1/16/2015 (10 years old)
Minimum WordPress version: 4.0
Tested up to WordPress version: 4.1.42
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 4002 days ago

20/100

Is Meta Box Locationpicker abandoned?

Possibly abandoned (last update 4002 days ago).

Compatibility

Requires WordPress: 4.0
Tested up to: 4.1.42
Requires PHP: f

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

No similar plugins found yet.

Description

This Meta Box field will let you create a Meta Box field in the admin to let the user pick a specific point in an image. Useful when you need a specific point on a map.

To use this plugin, you need to have the Meta Box plugin installed.

Usage:

When creating a new field, 3 Meta Box fields need to be added to the Meta Box. The following is an example of the usage:

array(     'name' => 'Place on map',     'id' => 'map_placement',     'type' => 'locationpicker',     'image' => get_template_directory_uri() . '/assets/img/admin/worldmap_admin.png' ), array(     'name' => '',     'id' => 'map_placement_top',     'type' => 'hidden' ), array(     'name' => '',     'id' => 'map_placement_left',     'type' => 'hidden' ) 

Values saved in the ‘map_placement_top’ and ‘map_placement_left’ fields, are percentages from the top and left side of the image. To show a point on an image on your site, you can use these percentages to place the point. The ID’s can be changed, but take note that the second and third ID needs to be the first ID with “_top” and “_left” appended.

Collaboration

This plugin has been built in collaboration with de Internet Jongens

Installation

  1. Upload meta-box-locationpicker to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Follow the instructions in the description above

Frequently Asked Questions

No FAQ available

Review feed

No reviews available

Screenshots

No screenshots available

Changelog

1.1

  • Changes in readme.txt

1.0

  • Initial version