Skip to content

alisaracoglu/Bootstrap-for-WordPress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Bootstrap for WordPress

Bootstrap v3.3.7

You can safely use the Bootstrap classes within WordPress.

Usage

Enqueue

Firstly, enqueue the files to script. For more details -> wp_enqueue_style / wp_enqueue_script

Usage in Html

Create a parent element with the class="bs-for-wp". You can safely use the bootstrap classes within this element.

<div class='bs-for-wp'>
  <!-- write your code in this area  -->
</div>

How It Was Made

All of the less file in Bootstrap's source code has been recompiled into the "bs-for-wp" class. In addition, "! Important" has been added to all selectors in the "bs-for-wp" class to avoid conflicts. Values that already have "! Important" are left untouched.

Warning

  • The "container" class in bootstrap may not be compatible with WordPress theme templates because it contains exact width values via the full screen width. You can use the "container-fluid" class instead.
  • There are no studies on bootstrap js. In case of conflicts about javascript, a prefix can be added to the functions.

About

Bootstrap for WordPress

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published