=== Advanced Custom Fields: Bootstrap Button === Contributors: teakor Tags: acf, advanced, custom, field, fields, form, repeater, content, button, bootstrap Requires at least: 4.5.0 Tested up to: 4.9.1 Stable tag: 1.0.2 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Add a field to create a Bootstrap Button for the popular Advanced Custom Fields plugin, with internal or external link. == Description == Add a field to create a Bootstrap Button for the popular Advanced Custom Fields plugin, with internal or external link. = Configuration Options: = 1. Button text. 2. Tag HTML (a, button, input, submit). 3. Button Style (Default, Primary, Success, Information, Warning, Danger, Link). 4. Button Size (Default, Large, Small, Extra Small). 5. Active or disabled button status. 6. Alternative CSS class. 7. Internal or external link. The points between 1 and 6 can be configured with default values and set so that they are not visible on the page or in the post where this custom field is added. For more information on points between 2 and 5, please refer to the [Bootstrap documentation](https://getbootstrap.com/docs/3.3/css/#buttons). = Use = To display the button in the Front End, put the following code in your theme. `echo acf_bbutton_render(get_field('my-bbutton'));` = Note = It is recommended to let this plugin enqueue the latest version stable of [Bootstraap 3.3](https://getbootstrap.com/docs/3.3/). = Compatibility = This ACF field type is compatible with: * ACF 4 = Features Next Release = * Add ACF 5 compatibility == Installation == 1. Copy the `acf-bootstrap-button` folder into your `wp-content/plugins` folder 2. Activate the Advanced Custom Fields: Bootstrap Button plugin via the plugins admin page 3. Create a new field via ACF and select the Button type 4. Please refer to the description for more info regarding the field type settings == Screenshots == 1. Configuration Options 2. Example settings in the post 3. Link Picker 4. Example with a tag other than "a" == Changelog == = 1.0.2 = * Changed some variable names to make them more similar to Bootstrap values * Added language basic file, for any translations = 1.0.1 = * Fix Bug Insert Link. * Various Fix. * Added the text of the button in "Allow Advanced Options". * When setting a Tag other than "a", the link settings are hidden. * Added function for creating the button in the front end. = 1.0.0 = * Initial Release. == Upgrade Notice == = 1.0.2 = * Changed some variable names to make them more similar to Bootstrap values. * Added language basic file, for any translations. = 1.0.1 = * Fix Bug Insert Link. * Various Fix. * Added the text of the button in "Allow Advanced Options". * When setting a Tag other than "a", the link settings are hidden. * Added function for creating the button in the front end. = 1.0.0 = * Initial Release.