lightbox error

Hello guys | bacho i have got lightbox error. when i export project . lightbox doesnt work for some reason. i created it from tutorial official tutorial . but for some reason it doesn't work. please help me and tell me what to do.

Right click JavaScript menu in the lower right of the app and select include order...

Make sure the lightbox JS is before any of "your" custom scripts.

This is very likely a script order issue, save the changes and export again.

Sorry if this doesn't come out right, posted from phone.

Saj

<script src="assets/js/jquery.min.js"></script>

<script src="assets/bootstrap/js/bootstrap.min.js"></script>

<script src="https://cdnjs.cloudflare.com/ajax/libs/lightbox2/2.9.0/js/lightbox-plus-jquery.min.js"></script>

isn't it the ritht order? // bacho

If those are the only scripts then yes.

Right now I can't do much more than this, until Monday. Sorry.

Saj

no problem. thank's for reply anyway ! bacho

I noticed that you need to also make sure that the Link has the URL point to the image, it can't be just a #.

Without seeing your specific code I can't tell what you might have setup that makes it fail.

My test worked after I update the HREF URL to be the image name.

Saj