-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathREADME.txt
52 lines (38 loc) · 2.17 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
=== WP Bootstrap Widgets ===
Contributors: inxilpro, jgrossi
Tags: bootstrap, widget, widgets, page builder, responsive, cms, layout, alert, button, embed, image, panel, well, navbar
Requires at least: 4.0
Tested up to: 4.5.2
Stable tag: 0.3.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Configurable widgets for common Bootstrap components, including: alerts, buttons, responsive embeds, images, panels and wells.
== Description ==
WP Bootstrap Widgets provides configurable widgets for common [Twitter Bootstrap (version 3)](https://getbootstrap.com/) components. If your theme is based on Bootstrap, these widgets will automatically look great! Works particularly well with the [SiteOrigin Page Builder](https://wordpress.org/plugins/siteorigin-panels/) as you can drop your widgets into your multi-column layouts with ease.
Included widgets:
- [Alerts](https://getbootstrap.com/components/#alerts)
- [Button](https://getbootstrap.com/css/#buttons)
- [Image](https://getbootstrap.com/css/#images)
- [Navigation Bar](https://getbootstrap.com/components/#navbar)
- [Responsive Embed](https://getbootstrap.com/components/#responsive-embed)
- [Panels](https://getbootstrap.com/components/#panels)
- [Wells](https://getbootstrap.com/components/#wells)
All widgets are configurable (choose from `primary`, `success`, `info`, etc).
== Installation ==
1. Upload the plugin files to the `/wp-content/plugins/wp-bootstrap-widgets` directory, or install the plugin through the WordPress plugins screen directly.
2. Activate the plugin through the 'Plugins' screen in WordPress.
3. Go to **Appearance > Widgets** to add to your site's sidebar, or if you're using the SiteOrigin Page Builder, choose the Page Builder on any page and choose from the "Bootstrap Widgets" section.
== Changelog ==
= 0.3.2 =
* Fix Bootstrap JS issues
= 0.3.0 =
* Add caption to Image component
= 0.2.2 =
* Add optional title to Responsive Embed component.
= 0.2 =
* Add navbar widget support, with brand name, logo and color.
* Better organization of assets files.
* Add CSS file for the front end layer.
* Add width and height attributes for image widget.
= 0.1 =
Initial release