Linux 软件免费装

Plugin Name

开发者 marcopetersdij
更新时间 2015年1月16日 23:53
PHP版本: 4.0 及以上
WordPress版本: 4.1
版权: GPLv2 or later
版权网址: 版权信息

标签

meta location picker map metabox meta box box locationpicker mappicker

下载

1.0 1.1

详情介绍:

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

安装:

  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

更新日志:

1.1 1.0