-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
51 lines (36 loc) · 1.54 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
=== ACF: Image Hotspots Field ===
Contributors: rockwell15, eridesign
Tags: image mapping, hot spots, image coordinates
Requires at least: 3.5
Tested up to: 4.7
Stable tag: 0.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Advanced Custom Fields add-on to allow the capturing of coordinates on an image, based on user clicks.
== Description ==
How to Use:
* Install plugin
* Create a custom field of this type & link it to an image field
* Go to the admin section you made the field for & add an image to the linked field
* The image will then load in the image mapping field, click to capture the coordinates, relative to the image
* Coordinates are stored as comma separated strings
TODO:
* Square mapping
* Polygon mapping
= Compatibility =
This ACF field type is compatible with:
* ACF 5
== Installation ==
1. Copy the `acf-relative_coordinates` folder into your `wp-content/plugins` folder
2. Activate the Image Hotspots plugin via the plugins admin page
3. Create a new field via ACF and select the Image Hotspots type
4. Please refer to the description for more info regarding the field type settings
== Screenshots ==
1. This shows the setup in the ACF settings for a hotspot field
2. This shows the setup in the ACF generated admin fields
3.
4. This shows the final product of what the hotspot field can produce
5. This illustrates that the linked image can be a sibling to the hotspot field itself, or any of it's repeater parents
== Changelog ==
= 1.0.0 =
* Initial Release.