Topic: lightbox not showing control as example
handro1234cc free asked 5 years ago
*_Expected behavior_*
open control same as example with slideshow *_Actual behavior_*
navigate to image url
Resources (screenshots, code snippets etc.)https://mdbootstrap.com/snippets/jquery/handro/531166
Bartłomiej Malanowski staff answered 5 years ago
As I can see, everything is fine. Only the lightbox UI is not loading, because the path to its file is incorrect. On your snippet, please replace your Javascript section with the following code
$(document).ready(function () {
$(function () {
$("#mdb-lightbox-ui").load("https://mdbootstrap.com/wp-content/themes/mdbootstrap4/mdb-addons/mdb-lightbox-ui.html");
});
});
Closed
This topic is closed.
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Closed
- ForumUser: Free
- Premium support: No
- Technology: MDB jQuery
- MDB Version: 4.7.5
- Device: laptop
- Browser: google chrome
- OS: windows 10
- Provided sample code: No
- Provided link: Yes