Modal Size Not Working
-
Just a note to say the modal size attribute is not applying the size class in the proper place in the HTML, so it’s not working.
A quick fix is to open plugins/bootstrap-3-shortcodes/bootstrap-shortcodes.php, and change Line 1861 from:
<div class="modal-dialog">
to:
<div class="modal-dialog modal-' . $atts['size'] . '">
Thanks —
JoeP.S. Plugin authors, thank you for this great plugin! Will Also, will you please push out an update with this?
https://www.ads-software.com/plugins/bootstrap-3-shortcodes/
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Modal Size Not Working’ is closed to new replies.