Has anyone tried this plugin on bootstrap?

Hi guys,

Has anyone tried this plugin,
http://leandrovieira.com/projects/jquery/lightbox/#example

Under bootstrap?

I tried all possibilities to make it run under bootstrap but it won’t work.
Here is my page.

Thanks in advanced.

Hi there,

It does work, you just have forgotten to include the lightbox plugin in your page.

Currently at the top of your page you have:

<script type="text/javascript" src="http://code.jquery.com/jquery.js"></script>
<script type="text/javascript" src=""></script>
<script type="text/javascript" src=""></script>

Change this to:

<script type="text/javascript" src="http://code.jquery.com/jquery.js"></script>
<script type="text/javascript" src="./path/to/lightbox/plugin.js"></script>

and all will be well.

Wow! That’s fishy I already included it.
Okay thanks I’ll check that.

@Dave

I will never ever forget you dude for helping me this.
I swear I already included those files, I merely forgot to echo them.
GOD Bless you dude.

It’s working now dude.
I’m moving slowly but surely.

Hey, no problem.
Glad it’s working :slight_smile:

Just out of interest, is there any particular reason that you are using that plugin and not, for example, one of the more well-known ones, such as Lightbox2 or [URL=“http://www.jacklmoore.com/colorbox/”]ColorBox?

No I’m not aware of ColorBox and LightBox2.
Anyway thanks for sharing that information also david.