Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/miya0001/content-bootstrap
Apply twitter bootstrap css only under the content area only.
https://github.com/miya0001/content-bootstrap
Last synced: 24 days ago
JSON representation
Apply twitter bootstrap css only under the content area only.
- Host: GitHub
- URL: https://github.com/miya0001/content-bootstrap
- Owner: miya0001
- Created: 2013-01-19T12:20:21.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2015-04-26T07:54:58.000Z (over 9 years ago)
- Last Synced: 2024-10-16T01:51:37.229Z (2 months ago)
- Language: HTML
- Homepage:
- Size: 1.38 MB
- Stars: 1
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: readme.txt
Awesome Lists containing this project
README
=== Content Bootstrap ===
Contributors: miyauchi
Tags: widget
Requires at least: 3.8
Tested up to: 4.2
Stable tag: 1.0.2Apply twitter bootstrap css under the content area only.
== Description ==
Apply twitter bootstrap css under the content area only.
[This plugin is maintained on GitHub.](https://github.com/miya0001/content-bootstrap)
= Some features =
* Applies twitter bootstrap css to the content.
* Add style button to Visual Editor.
* Allows you to use bootstrap css with almost all themes.
* You can select bootstrap2 or bootstrap3.= How to use Bootstrap3 =
`
define( 'content_bootstrap_enable_version_3', true );
`or
`
add_filter( 'content_bootstrap_enable_version_3', '__return_true' );
`= Translators =
* Japanese(ja) - [Takayuki Miyauchi](http://firegoby.jp/)
= Contributors =
* [Takayuki Miyauchi](http://firegoby.jp/)
== Installation ==
* A plugin installation screen is displayed on the WordPress admin panel.
* It installs it in `wp-content/plugins`.
* The plugin is made effective.== Screenshots ==
1. Styles selector on the visual editor
2. Alerts
3. Well Box
4. Fluid grid system
5. Labels and Badges== Changelog ==
= 1.0.2 =
* Tested at WordPress 4.2.
= 0.8.0 =
* Fix couldn't attach editor-style.css.
= 0.5.0 =
* wp-more and wp-nextpage class args renamed.= 0.4.0 =
* Twitter Bootstrap updated to 2.3.2= 0.3.0 =
* Icons added.
* responsive design supported= 0.1.0 =
* The first release.