Bootstrap Modals free WordPress plugin
Description
Bootstrap Modals free WordPress plugin
This plugin adds Bootstrap v3 Modal functionality to WordPress.
It adds just the Bootstrap Javascript Plugin for Modals and associated CSS.
This does not bring in any other Bootstrap javascript or CSS functionality.
There is sample HTML mark up code in the readme.txt for a selector and modal target element.
Options to override the default CSS modal styling and also use a shortcode.
Option to disable Bootstrap JS/CSS files in case of conflict.
Usage
Use either the Bootstrap API markup or Javascript to trigger the modal windows, this can be found here: http://getbootstrap.com/javascript/#modals
There is also further usage information here: http://coolestguidesontheplanet.com/bootstrap/modal.php
Mark up needs to be directly applied to post/page or widget area or via a shortcode.
Options to override the default CSS styling.
Here is a simple HTML Modal MarkUp
Launch demo modal
You can change the modal size by adding an extra CSS class to the .modal-dialog div;
modal-lg
or
modal-sm
for large and small respectively.
Since version 1.0.2 extra CSS is included to set the close button to a state similar to Bootstrap install, to override the default CSS for the close button use a CSS selector .modal-dialog .close { } in your CSS styles.