Modal shows only 1 sec and closed. I want to keep it until customer close it.
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#myModal">Open Modal</button>
<div class="modal fade" id="myModal" role="dialog">
<div class="modal-dialog">
<!-- Modal content-->
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal">×</button>
<h4 class="modal-title">Modal Header</h4>
</div>
<div class="modal-body">
<p>Some text in the modal.</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
I am using Enfold 4.0.4 and lightbox settings are open.
You can visit the link and click on the any image and click on Open Modal button. after fix it I want to call Modal from Jquery when clicked on Click for pricing.
Thank you
Is there any way to use enfold custom popup or modal?. When customer click on button I want to show custom developed form with submit button?
Hi,
Please refer to this post – https://kriesi.at/support/topic/lightbox-for-mailchimp-form/#post-582439 :)
Cheers!
Yigit