Skip to content

glhd/wp-bootstrap-widgets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a3577fb · Sep 23, 2016

History

81 Commits
Sep 23, 2016
Jun 30, 2016
Jun 17, 2016
Aug 17, 2016
Jun 17, 2016
Jun 17, 2016
Sep 23, 2016
Jun 29, 2016
Sep 23, 2016

Repository files navigation

=== 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