(Clique aqui para descrição em português)
Download
Latest version available here!
About
As the name shows, this is just WordPress’s version of the jQuery Lightbox Plugin written by balupton, working perfectly with WordPress 2.2 or up, and fully compatible with K2!
Instructions
Just download the plugin, unzip the files to the wp-content\plugins folder and activate the plugin in WordPress options.
Then, every time you want to use the Lightbox effect, just place a link to the image, and add the rel=”lightbox” attribute to it, in order to activate the effect when the link is clicked. You can also use rel=”lightbox-album” replacing album by a any keyword to group some pictures on an album!
Sample
Click the image bellow!
HTML code sample:
<a href="image.png" title="Image Title" rel="lightbox"><img src="image_thumbnail.png" alt="Image Title" /></a>
Regards
Original version of jQuery Lightbox Plugin developed by Balupton.
Get Support
Please go here and create a support ticket: http://getsatisfaction.com/balupton/products/balupton_jquery_lightbox
Donations
A lot of time and effort goes into the design, development, documentation, maintenance and support of my various open source contributions!
If you find any of them useful, please consider making a donation to keep the coffee brewing.

Pingback: jQuery Wordpress Eklentileri | sordum.com
Answers to a few things people have been looking for:
A. How do you remove the text in the upper-right corner
B. How do you make the bottom text always show instead of just on hover
C. How do you remove the download link
Step 1. (for A, B, and C). Open the jquery-lightbox.php file and at line 25 change jquery.lightbox.min.js to jquery.lightbox.js then on line 26 change jquery.lightbox.plugin.min.js to jquery.lightbox.plugin.js
Step 2 (for A). Go to lines 634 and 635 and change the word from true to null.
Step 3 (for B). Go to lines 636 and 637 and change ‘auto’ to true. Unlike step 2 there are single quote marks on each side of the word auto. Make sure you remove them as well or it won’t work.
Step 4. (for C). Go to line 632 and change the word true to null.
I want to offer my sincerest thanks to you Pedro and all who have contributed to this project. It really is the perfect enhancement to NextGen Gallery.
Sorry. I forgot something. The file you are editing for steps 2,3,4 is jquery.lightbox.js
Great info, Michael! Thank you!!!
Thank you, thank you, thank you! I’ve searched high and low trying to figure out how to have the info auto show all the time. It never dawned on me to try true without the quotes! Thanks again!
Perhaps if you included the lines of code. The lines 634 and 635 are comments in my version of the plugin.
Basically you want to change show_helper_text to null and show_linkback to null.
Isn’t it jquery.lightbox.js ?
You’re right! I’ve fixed the filename on Michael’s comment!
Can i ask for a favor to please give me more specific html code sample for an album so that i will just insert the image url instead. I am a newbie in html so i can’t create well. Your html code sample above is for only one picture and I don’t know how to add more to make it as an album.
Thanks
Hey! Great plugin. Suggestions/problems and questions:
1) Pictures in my older posts contain images in [caption] blocks, automatically created by the WordPress editor. Now I added the rel=”lightbox”:
[caption ...... caption="caption string"][/caption]
Is it possible to let the plugin automaticcaly extract the “caption string” either from the caption or from the img tag and put it as title of the download link or as a caption below the image?
2) I don’t like the “Untitled” default. Perhaps one should just omit the whole title string in this case? If there is no title available, but the download link should be existing, then the link should have a name as e.g. “download”. In essence, there is no need to put the word “Untitled” anywhere.
3) After changing the .js content — how to minimize it again to .min.js? Which tool do I have to use for this?
4) What is the meaning of the options `show_info` and `show_extended_info`?
5) I would like to be able to completely deactivate the bar at the bottom of the image, which dynamically changes in dependence of mouse movement. Therefore, I tried to use the following options:
download_link: false,
show_helper_text: false,
show_linkback: false,
show_info: false,
show_extended_info: false,
but the bar is still appearing. Could you add an option to deactivate it?
6) I played around with the `speed` option and decreased it from 400 to 10, because I would like to have a faster “popping up” effect. But my feeling is that it did not change the effect speed; it is as “slow” as before.
This is what came to my mind after playing around with the plugins for some minutes.. sorry if I missed something!
All the best,
Jan-Philip Gehrcke
Pingback: jQuery Lightbox | jQuery Wisdom
Pingback: Io & jquery? Amore a prima vista! - InforMania
I have tried to install this plugin to my car pictures blog but i couldnt find a way to use it.. I hope some one can translate it for turkish otherwise i wouldnt use it
I have jquery loading as part of my custom theme/template, and I don’t need lightbox to load a second instance or jquery. How can I make it so this plugin doesn’t load jquery?
Greetings Brian, that should only happen if you’re using an earlier version than WordPress 2.8; please check the your WP version and if the problem continues, add a support ticket at http://getsatisfaction.com/balupton/products/balupton_jquery_lightbox please!
Great plugin. Thanks!
Pingback: d a n i e l k . o r g » Blog Archive » WordPress
Pingback: jQuery Lightbox Plugins
Hello all,
I tried to change some text translations in jquery.lightbox.js in this manner:
text: {
// For translating
image: ‘תמונה’,
of: ‘מ’,
close: ‘סגור X’,
closeInfo: ‘ניתן ללחוץ גם מחוץ לתמונה ע”מ לסגןר’,
download: ‘הורדה’,
help: {
close: ‘לחצ/י על מנת לסגור’,
interact: ‘עבור על התמונה לתגובה’
},
about: {
text: ‘מתוך גלריית התמונות של האתר הרשמי של בני יהודה ת”א’,
title: ‘לחצו כאן לכניסה מהירה לגלרייה’,
link: ‘http://bneiyehuda.com/temp/?page_id=279′
BTW The translation is in hebrew. it didn’t change the text.
How can I fix it?
I am a bit confused on how to create an album so that when i click an image your plugin show all in an album. any help is appreciated
thanks
Nice plugin thanks
What about a changel log so we can see if it’s worth updating ?
Thanks
Sol
Lol! I just deleted it yesterday!!! I’m going to use the WordPress Plugin Changelog only from now on…
Hi Pedro thanks for your reply – that link just leads straight to the plugin page and no changelog ?
You’re right, I just fixed it, it should appear fine now!
Pingback: App Zone! - Games, apps, musics!
Having a problem with the plugin under IE the line:
$(“.lightbox”).lightbox();
in the script generates an “Microsoft JScript runtime error: Object doesn’t support this property or method” error when using it.
\jm
Greetings Jim, what version of Internet Explorer are you using? What other WordPress plugins you have activated?
After pressing the actiate button at WP’s plugin panel i receive this error message:
Parse error: syntax error, unexpected T_STATIC, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or ‘}’ in /homepages/4/d295663139/htdocs/wp-content/plugins/jquery-lightbox-balupton-edition/jquery-lightbox.php on line 13
What is this?
What browser and version are you using?
I am also getting this error.
I’m using Google Chrome and WordPress Version 3.0
I can confirm that there is no issue with Chrome (I’m using it as I wright this!), so probably will be some incompatibility with another plugin… can you provide me with a test link on your site?
Hi Pedro.
Thanks for the quick response.
I’m afraid I can’t provide a test link right now.
I managed to find a workaround using an alternative jQuery lightbox from Jeffrey Way. I’ll keep an eye here for a patch.
Thank you
Pingback: Breaking News: exhausted cat tests Lightbox plugin » petetomlinson.com
I got a parse error when I upgraded from 0.14 to 0.15. I deleted the word “static” in front of the functions in the lightbox.php file as a temporary fix. Is there something special about static functions that I am missing?
None what so ever… what version of WordPress are you using? And the PHP engine on the server, can you tell me the version please?
Pingback: Plugins jQuery para Wordpress | Blog AlmacenPlantillasWeb
Hi, thanks a lot for the plugin, it’s so great
btw, I’m having a problem with download link.
I’m using WordPress 2.9.2 and I’ve correctly installed the plugin.
I can perfectly see all images, but I don’t find the download link on them.
I’ve changed in jquery-lightbox.php all paths with new one without “.min.”, I’ve removed the upper-right information with:
show_helper_text: null,
show_linkback: null,
in jquery.lightbox.js (just to try if paths correctly work).
And I’ve download_link: true,
but when I go on my WP blog, I load an image or a NEXTgen gallery, I cannot see any download link, why?
I’ve the last version of jquery lightbox plugin…
I link you my blog, so you can see what I mean,
http://www.goldminefactory.com/blog/category/goldmine/foto_video/
Thanks a lot!
anyone have same problem?
I’m trying again and again I cannot figure out this problem, I’ve correctly configured the script with download_link true but no download link appear
anyone have already resolved this issue?
Thanks again
Fabio, just add a “title” tag to each of the “a” element surronding the “image”, and you’ll the download link will show up!
Pingback: 10 Lightbox Resim Solutions for WordPress – Plugins | Turkey Host Online
Hello,
I receive an error in IE8 when I click on a thumb.
Line 67
Char 177
Error Member not found
…
WordPress 3.0.1
jQuery 1.4.2
jQuery Lightbox 0.15
In other browsers it works fine. Any help would be appreciated.
Thanks.
Can you provide test link for it?
I’ve rebuilt my entire website around NextGen Gallery and this plugin, and I’m LOVING the way it looks! I have only one question:
Is there a way to modify the code so that image captions ALWAYS show and not just on mouseover? It would be nice if you navigate to a photo and the caption shows up immediately.
It appears Andre asked the same question in January of 2009 but didn’t receive a response.
http://www.pedrolamas.pt/projectos/jquery-lightbox-en/comment-page-1/#comment-420
Thanks, and keep up the good work!
Pingback: WordPress için jQuery Galeri Eklentileri
Pingback: 30 Best jQuery Plugins and Tutorials to Supercharge WordPress | 2010 World Top Template Forum
Pingback: 10 Ultimate jQuery Wordpress Plugins | jQuery4u
Pingback: 35 Stylish And Modern WordPress Plugins Using jQuery UI « DownGraf – Your Graphic World
woow… this plugin is really cool. i’d like to use this on my blog too. thanks to the author. many-many thanks.
Hello. Thank you for this wonderful plugin. I have been looking for a reliable way to show images in a Lightbox, without having to show every single image from my site this way. And, this seems to work perfectly so far.
Quick question for you… I would like to put a banner advertisement in with the pop-up / lightbox window. I have not yet tried it, but was wondering where you would recommend doing this? Should it go in the white area where the Title / Alt Text goes – or would you recommend doing this somewhere in the right-hand-corner where you have the credits link right now?
Thank you.
Pingback: PSVD澄智視覺設計 » 30有效的jQuery插件燈箱
Hai,
Is it possible to get this lightbox when you make a textlink in WordPress? I need to link from a text and then show some pictures in a lightbox.
Thank you
Pingback: 25 Most Popular Free WordPress Image Gallery Plugins | Ejaz Ahmad
just wanna make some correction, just to save time.. while editing the jquery.lightbox.js i was a bit lost on the given line numbers..i am using adobe dreamweaver cs and the numbers on the steps 632 – 637 were actually 832 – 837.. i hope this will save trouble…
hi pedro,
i installed this plugin and it is good except that when i click my image there are two images showing up. i need to close the first image before seeing the 2nd one with the caption. i am using Google Chrome and Firefox and i downloaded the 0.16 version to my 3.0.4 wordpress. is there anything i done wrong? i followed the instruction on this site . by the way here is the url http://pubtrax.stii.dost.gov.ph/moltrap/?p=43
thanks
Pingback: 20 Awesome jQuery Lightbox Plugins to make Eye Catchy Websites
Pingback: The Power of WordPress and jQuery: 25+ Useful Plugins & Tutorials | Joko Susamto
Pingback: 15 Plugins jQuery para o WordPress Blogs « Agência Impacto
Pingback: 20 Awesome jQuery Lightbox Plugins | Timesneed.com
Tá fixe, é pena não fazer o ajuste da posição quando fazemos scroll.
Pingback: Açıklamalı 400 Wordpress Eklentisi | DersBilgisayar.com
Pingback: 75 Best WordPress Plugins
Pingback: 75 Best WordPress Plugins | Tutoriali.com.hr
Pingback: 25 Most Downloaded Free WordPress Image Gallery Plugins
Pingback: WordPress and Jquery Plugins | www.eqloud.com
I am using AJAX for loading the lightbox images. Images loaded with the AJAX are opening directly and without any effect. Can anyone please provide me the solution,?
Pingback: New Wordpress photo gallery tool – use Picasa ! | Garbage Collector 2.0
FIrstly thanks for this plugin, it’s just what I need. Normal prototype and scriptaculous lightbox plugins somehow conflict with some other JS on my site, and I don’t have time to track that down. I’m already using jquery so this one plays nicely.
After some adjustment of the settings, everything is brilliant. Except for one small thing:
The initial position of the lightbox window is quite low down on the screen (the bottom edge of the lightbox is touching the bottom edge of the browser window). Once I click next or previous the whole thing slides into the middle and works normally.
This happens in Safari, Firefox and Chrome on OS X. It doesn’t happen in IE7 Win7.
Any ideas what might be causing this? Thanks!
Not really, and that is a problem because I don’t have a Mac where I can test the scripts…
Ah well, thanks for reading
If I find out anything I’ll let you know!
Oh wait …
I normally only use Windows to test Internet Explorer, but I just downloaded Firefox 5 in Win 7 to test this, and I get the same behaviour. I can email you the link if that helps?
Hi! I’m trying to mix the plugin “simple fields” for wordpress with your lightbox plugin.
I’m able to get the image url from the custom type, but I can’t handle with the title. What I want to do is use some text written by the custom type as the lightbox image title.
How can I do that?
Regards!
Thanks for the plugin! This really helps make it a lot easier to implement lightbox on my wordpress websites.