Support Team
posted this
19 October 2015
Hi,
I've tested bootstrap modal on my side side before suggest anything. And this feature works ok on my side. Just do not open it in Themler. Themler Preview has its own peculiarities (layers with selection frames, etc.). If you need to see how it works simply make Live preview.
And other their examples open modal. But position:fixed in overlay .modal-backdrop is making it not possible to click anywhere. Dont know why it is so.
So, if overlay layer (.modal-backdrop) overlaps the whole page including modal window it's no good it needs to checked separately.
The only issue I see is the color of this layer.
You can fix this issue manually by adding the following code to the Themler Settings >> Additional CSS:
.modal-backdrop.in
{
opacity: 0.5!important;
}
Thank you,
Olivia
Hi,
I've tested bootstrap modal on my side side before suggest anything. And this feature works ok on my side. Just do not open it in Themler. Themler Preview has its own peculiarities (layers with selection frames, etc.). If you need to see how it works simply make Live preview.
> And other their examples open modal. But position:fixed in overlay .modal-backdrop is making it not possible to click anywhere. Dont know why it is so.
So, if overlay layer (`.modal-backdrop`) overlaps the whole page including modal window it's no good it needs to checked separately.
The only issue I see is the color of this layer.
You can fix this issue manually by adding the following code to the Themler Settings >> Additional CSS:
<pre>
.modal-backdrop.in
{
opacity: 0.5!important;
}
</pre>
Thank you,
Olivia