Topic: LightBox Is Not Working
priyanka.140413116021 pro asked 7 years ago
lura123 premium answered 4 years ago
Encontraron la solución?
Krzysztof Wilk staff commented 4 years ago
Hi!
What technology do you use? Is it Angular, jQuery, React, Vue?
Best Regards
lura123 premium commented 4 years ago
Estoy usando jQuery
Krzysztof Wilk staff commented 4 years ago
What exactly doesn't work in lightbox?
Patrick Sagayaraj free answered 6 years ago
Dear Solution Providers,
Sub: Lightbox not working
I am also facing the same issue when I using MDB PRO Version.
Please provide the exact solution for the same.
Thanks in advance,
Regards,
Patrick Sagayaraj
neo pro answered 7 years ago
Piotr Bender free answered 7 years ago
Hello,In response to your issue, I wanted to let you know about just released MDBootstrap Angular kit, that may be a sufficient solution to this or any other issues you have had with Angular integration so far.The kit can be found at the following link:https://mdbootstrap.com/angular/It contains all the components you could find in MDB jQuery version.We encourage you to try it out and report any bugs or issues at contact@mdbootstrap.com with [Angular] prefix or create a thread on this forum.Have a great day!
Kamil Paciepnik free answered 7 years ago
teawebsite pro answered 7 years ago
Kamil Paciepnik free answered 7 years ago
buret.hadrien pro answered 7 years ago
Kamil Paciepnik free answered 7 years ago
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.6.0/css/font-awesome.min.css');
@import url('assets/css/bootstrap.min.css');
@import url('assets/css/mdb.min.css');
@import url('assets/css/style.css');
Be sure to check that the path is correct.
4. To the footer.php file, paste this code (over <body>
):
<!-- SCRIPTS -->
<!-- JQuery -->
<script type="text/javascript" src="/assets//js/jquery-3.1.1.min.js"></script>
<!-- Bootstrap tooltips -->
<script type="text/javascript" src="/assets/js/tether.min.js"></script>
<!-- Bootstrap core JavaScript -->
<script type="text/javascript" src="/assets/js/bootstrap.min.js"></script>
<!-- MDB core JavaScript -->
<script type="text/javascript" src="/assets/js/mdb.js"></script>
<script>
// MDB Lightbox Init
$(function () {
$("#mdb-lightbox-ui").load("/assets/mdb-addons/mdb-lightbox-ui.html");
});
</script>
Be sure to check that the path is correct.
If you follow the instructions above, the lightbox will work.
Regards
teawebsite pro answered 7 years ago
Kamil Paciepnik free answered 7 years ago
teawebsite pro answered 7 years ago
Kamil Paciepnik free answered 7 years ago
teawebsite pro answered 7 years ago
fruffel pro answered 7 years ago
fruffel pro answered 7 years ago
teawebsite pro answered 7 years ago
Kamil Paciepnik free answered 7 years ago
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- ForumUser: Pro
- Premium support: No
- Technology: General Bootstrap questions
- MDB Version: -
- Device: -
- Browser: -
- OS: -
- Provided sample code: No
- Provided link: No