Bootstrap Modals Plugin WordPress, Download, Install

This plugin adds Bootstrap Modal functionality to WordPress. All you need to do is add the Modal HTML mark up code.

Bootstrap Modals Download Now

Download Now

(If the link does not work)↓

Originals Link WordPress.org

https://wordpress.org/plugins/bootstrap-modals/

How to Install Bootstrap Modals Plugin, Manually

This section describes how to install the plugin:

  1. Upload the bootstrap-modals folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

Here is a simple HTML Modal MarkUp

<!-- Button trigger modal --> <a class="btn btn-primary btn-lg" href="#myModal1" data-toggle="modal">Launch demo modal</a>  <!-- Modal --> <div id="myModal1" class="modal fade" tabindex="-1">     <div class="modal-dialog">         <div class="modal-content">             <div class="modal-header">                 <button class="close" type="button" data-dismiss="modal">×</button>                     <h4 class="modal-title">My Title in a Modal Window</h4>             </div>             <div class="modal-body">This is the body of a modal...</div>             <div class="modal-footer">This is the footer of a modal...</div>             </div><!-- /.modal-content -->     </div><!-- /.modal-dialog --> </div><!-- /.modal -->

Video

Plugin Not Working?

If any errors or problems with the plug-in then write comments.

Add a Comment

Your email address will not be published. Required fields are marked *