• Resolved joeathomas

    (@joeathomas)


    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 —
    Joe

    P.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)
  • Plugin Author MWDelaney

    (@foolsrun)

    Thank you for reporting this! I’ve fixed this in our GitHub repository here. I hope to get a new version with this and a few other fixes out soon.

Viewing 1 replies (of 1 total)
  • The topic ‘Modal Size Not Working’ is closed to new replies.