[WordPress] 外掛分享: Meta Box Locationpicker

首頁外掛目錄 › Meta Box Locationpicker
全新外掛
安裝啟用
尚無評分
4104 天前
最後更新
問題解決
WordPress 4.0+ v1.1 上架:2015-01-15

內容簡介

這個 Meta Box 欄位將讓您在管理員介面中創建一個 Meta Box 欄位,以讓使用者在圖像上選擇特定的位置。當您需要在地圖上選擇特定點時,這將非常有用。

要使用此外掛程式,您需要已安裝 Meta Box 外掛程式。

使用方式:

在創建新欄位時,Meta Box 需要新增 3 個欄位。以下是使用範例:

array( 'name' => '地圖上的位置', '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' )

在 'map_placement_top' 和 'map_placement_left' 欄位中儲存的數值是圖像頂部和左側的百分比。要在您的網站上顯示圖像上的點,您可以使用這些百分比來定位點的位置。 ID 可以更改,但請注意,第二個和第三個 ID 需要在第一個 ID 後附加 '_top' 和 '_left'。

合作夥伴

此外掛程式是與 de Internet Jongens 合作建立的。

外掛標籤

開發者團隊

⬇ 下載最新版 (v1.1) 或搜尋安裝

① 下載 ZIP → 後台「外掛 › 安裝外掛 › 上傳外掛」
② 後台搜尋「Meta Box Locationpicker」→ 直接安裝(推薦)
📦 歷史版本下載

原文外掛簡介

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

延伸相關外掛

文章
Filter
Apply Filters
Mastodon