-
Notifications
You must be signed in to change notification settings - Fork 12
/
readme.txt
52 lines (37 loc) · 1.21 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
52
=== Advanced Custom Fields: Section Styles Field ===
Contributors: ractoon
Tags: css acf
Requires at least: 4.6
Tested up to: 4.6.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Adds a field to configure styles including padding, border, margin, and backgrounds.
== Description ==
An ACF PRO field to configure styles for a section including:
* Padding
* Border
* Margin
* Background (Images and Colors)
= Compatibility =
This ACF field type is compatible with:
* ACF 5
== Installation ==
1. Copy the `acf-section_styles` folder into your `wp-content/plugins` folder
2. Activate the acf-section_styles plugin via the plugins admin page
3. Create a new field via ACF and select the Section Styles type
4. Please refer to the description for more info regarding the field type settings
== Changelog ==
= 1.2.2 =
* Background image undefined fix
= 1.2.1 =
* Background style additional options
= 1.2.0 =
* Background position settings fields
= 1.1.0 =
* Background image applies background color in preview (visible on transparent background images)
= 1.0.1 =
* Code cleanup
* Border default changed to "none"
* Returned margin, border, and padding fix for empty values
= 1.0.0 =
* Initial Release.