https://github.com/ewels/bootstrap-feature-widgets
A simple widget which makes markup for a feature using Twitter Bootstrap styles
https://github.com/ewels/bootstrap-feature-widgets
Last synced: 2 months ago
JSON representation
A simple widget which makes markup for a feature using Twitter Bootstrap styles
- Host: GitHub
- URL: https://github.com/ewels/bootstrap-feature-widgets
- Owner: ewels
- Created: 2014-03-24T22:28:16.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-03-25T08:12:53.000Z (about 11 years ago)
- Last Synced: 2025-01-31T21:15:37.961Z (4 months ago)
- Language: PHP
- Size: 277 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Bootstrap Feature Widgets
=========================A WordPress plugin which creates a Widget to display a featurette with a super-sized glyphicon, a title, content or latest posts and a link. The output requires [Twitter Bootstrap](http://www.getbootstrap.com) to display properly.
The plugin assumes that you're already using Bootstrap, so you need to load the Bootstrap CSS separately.
* [Download Twitter Bootstrap](http://getbootstrap.com/)
* [Bootstrap WordPress Theme](http://320press.com/wpbs/)
* [Bootstrap CDN](http://www.bootstrapcdn.com/) _(hotlink CSS and javascript files)_You can download this plugin from the WordPress repository: [Bootstrap Feature Widgets](http://wordpress.org/plugins/bootstrap-feature-widgets/)
Installation
------------**The easy way:**
1. Go to the Plugins Menu in WordPress
1. Search for "Bootstrap Feature Widgets"
1. Click 'Install'
1. Activate the plugin**Manual Installation**
1. Download the plugin file from this page and unzip the contents
1. Upload the `bootstrap-feature-widgets` folder to the `/wp-content/plugins/` directory
1. Activate the `Bootstrap Feature Widgets` plugin through the 'Plugins' menu in WordPress**Once Activated**
1. Make sure that your theme is loading the [Twitter Bootstrap](http://www.getbootstrap.com) CSS
1. Make sure that your theme supports widgets. See the [WordPress Codex](http://codex.wordpress.org/Widgetizing_Themes)
1. Drag and drop a Bootstrap Feature Widget into a widget areaFrequently Asked Questions
--------------------------**I can't find where to make the features?**
Make sure that your theme supports widgets. See the [WordPress Codex](http://codex.wordpress.org/Widgetizing_Themes)
**The features work, but there's no icon**
Is your theme loading the Bootstrap 3 CSS and Glyphicon font? See the [Bootstrap Documentation](http://getbootstrap.com/components/#glyphicons-how-to-use) for more information.
Changelog
---------* __1.0__
* Initial release