Hi,
Something is wrong with JA Events ii / Eventbooking Registrants Mass Email button / Joomla collapseModal; jQuery and bootstrap are fine, but the modal keeps hidden. I got it working with custom css:
.view-registrants .modal-open .modal-backdrop {
z-index: 1049 !important;
}
.view-registrants .modal {
top: 10%;
right: 10%;
bottom: 10%;
left: 10%;
background-color: white;
z-index: 1050;
border: 1px solid #999;
border: 1px solid rgba(0, 0, 0, 0.3);
*border: 1px solid #999;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
outline: none;
-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
-webkit-background-clip: padding-box;
-moz-background-clip: padding-box;
background-clip: padding-box;
}
.view-registrants .modal-body {
max-height: 75vh;
height: 75vh;
}
#collapseModal.hide.fade.in {
display: block !important;
}
Perhaps there is a better solution...
Thanks