
(Click here for english description)
Download
Última versão: 0.13
Change Log
0.13 – 30/07/2010
- Adicionada informação de licenciamento.
- Actualizado o readme.txt
0.12 – 13/07/2010
- Actualizado o jQuery Lightbox para a versão 1.4.5.
- Resolvido um pequeno bug de compatibilidade com o WordPress 3.0.
0.11 – 09/07/2010
- Actualizado o jQuery Lightbox para a versão 1.4.3.
0.10 – 29/06/2010
- Actualizado o jQuery Lightbox para a versão 1.4.2.
- Actualizado o jQuery para a versão 1.4.2.
0.9 – 16/06/2009
- Desactivado o “override” do jQuery no WordPress 2.8.
0.8 – 15/06/2009
- Removida a mensagem de aviso de upgrade ao Internet Explorer 6.0.
0.7 – 04/05/2009
- Actualizado o jQuery Lightbox para a versão 1.3.7.
0.6 – 20/04/2009
- Actualizado o jQuery Lightbox para a versão 1.3.6.
- Actualizado o jQuery para a versão 1.3.2.
- Adicionado suporte para as galerias nativas do WordPress.
0.5 – 06/01/2009
- Actualizado o jQuery Lightbox para a versão 1.3.5.
0.4 – 24/08/2008
- Adicionado suporte para o WordPress 2.6.
0.3 – 25/05/2008
- Adicionado suporte para o WordPress 2.5.
0.2 – 17/01/2008
- Actualizado o jQuery para a versão 1.2.2.
- Adicionadas instruções de instalação.
0.1 – 10/01/2008
- Primeira release!
Acerca
Tal como o nome indica, é apenas a versão para o WordPress do jQuery Lightbox Plugin escrito por balupton, funcionando na perfeição com o WordPress 2.2 ou versão superior, e totalmente compatível com o K2!
Instrucções
Basta fazer o download do plugin, descompactar os ficheiros para a pasta wp-content\plugins e activar o plugin nas opções do WordPress.
Depois, sempre que queira utilizar o efeito Lightbox, basta colocar um link para a imagem, e colocar o atributo rel=”lightbox” na mesma para que o efeito seja activado ao clicar no link. Pode também utilizar rel=”lightbox-album” substituindo album por uma qualquer palavra para agrupar algumas imagens num álbum.
Exemplo
Clique na imagem em baixo!
Exemplo de código HTML:
<a href="image.png" title="Image Title" rel="lightbox"><img src="image_thumbnail.png" alt="Image Title" /></a>
Agradecimentos
Versão original do jQuery Lightbox Plugin desenvolvida por Balupton.


I’m using this with the Nextgen Gallery plugin and it works great. However, I can’t figure out how to remove the “download” link while still keeping the title/description. How can I do this?
Hi.
I am using Yur plugin and I have got one question.
Is it possible to remove Untitled link below the picture ?
Or is it possible to change Untilted to uploaded filename ?
Thanks in advance for info.
Just set a “title” tag with a value on the link tag! Example:
a href=”…..” title=”My Title” ……
Your response was ok but I wanted to delete possibility to download.
So I deleted from jquerry.lightbox.js
‘+(this.download_link ? ‘‘ : ”)+’
and from jquerry.lightbox.min.js
‘+(this.download_link?’‘:”)+’
Now I am good.
i am using wordpress 2.8.4 and want to use lightbox for a gallery. i uploaded 11 photos to my page but don’t see how i can add rel=”lightbox-album” album to the page
The page is here:
http://com-int.net/gallery/
I put the following into the wordpress page (in HTML mode) :
These are a few samples of past projects. Click on the individual photos to see a larger picture
rel=”lightbox-album” [gallery]
What am I doing wrong?
For what I can see from the code, the “href” of the links is empty, so that’s the problem… my advice is try disabling some plugins and test it again; it may be some sort of incompatibility!
Hey Pedro,
Any chance of disable the plugin for the homepage? Seems to be a conflict between Jquery and other plugin that I use only for the homepage… any ideas?
Thanks in advance
I don’t have a way of disabling it, but there may be some sort of pluging manager plugin on the wordpress repository that allows to acomplish what you need… but this is only speculation!
I guess the best solution would be to run your galery in jQuery noConflict mode…. something like that, it’s pretty simple:
instead of
$(document).ready(function()
you would need to work like this
var $rm = jQuery.noConflict();
$rm(document).ready(function()
the rm in this example is the variable i used in my theme for the jquery slider, so i can use the lightbox as well… in my case rm only stands for “royalmedia” (the name of my theme) so you can change this to what ever you like.
I Hope i could help you!
BEST!
Oi Pedro!
Em primeiro lugar deixe-me cumprimentar-te pelo excelente plugin. No entanto há um problema com ele que gostaria que você me ajudasse, se pudesse.
Num artigo recente nosso em http://pararir.com/ferias-politicas-portuguesas/ constato que no Firefox quando clicamos na imagem é feito o seu resize para o tamanho correcto… Quando o faço noutro meu computador que tem o IE7 é feito resize mas apenas no tamanho original do post… Não muito útil…
Haverá maneira de corrigir esta situação?
Cumprimentos
On my site: http://iwblogger.com the jQuery Lightbox just stopped working all of the sudden. Can Anyone tell me why? I’m stumped! Thanks.
thanks for pulign. I added my site and it is working. good share
finally! A Lightbox plugin that works for my website. THANK YOU VERY MUCH!!!
Could I get directions on how to do the lightbox? I don’t understanding the linking part.
Love the plugin, but have an issue with the navigation links and even clicking to close the modal div causing a new window to be opened to the JQuery page for this plugin. It’s sporadic, and doesn’t occur in all browsers.
http://www.chrissykim.com/portfolio/weddings
voce tem mesmo de me ajudar queria fazer isso num wordpress neste aqui
http://joanaimagination.wordpress.com/
mas para testar costumo usar o meu blogue http://hackerssemlimites.blogspot.com/
e nem no blogue que é mais facil consegui tem de me ajudar
será que poderia deixar ai um cósigo com duas imagens para eu ver como se repete e o código nao á maneira de ser um script ou html individual ??? sem ter que por mais nada?
o tipo um código onde eu apenas copie e duplique para mais que uma imagem e seja só mudar o link da imagem para abrir outra seria possivel por isso ai???
tank for your help
Hi Pedro
I’m trying yourplugin that works great! But.. When I surf a post gallery it opens a new page that goes to http://plugins.jquery.com/project/jquerylightbox_bal?
Why? It’s very annoying! A credit is ok, but this way is strange, I think I have an error! how can I do?
Same error as Franc3s : open this new page when using IE7 or IE8 with vista, not with firefox. how can i fix it ?
Please send me a link so I can test and see what’s the problem!
Any idea why the page pops up? I have this problem too in IE7/8 and old versions of Safari.
Hi, I am starting my own blog, and I love this plugin. Exactely what I needed. But now I was trying to link an imagem to a page (basic HTML) and it doesn’t work. Can I configure the plugin to work with HTML pages?
Yes and no! If you’re using a simples HTML file, you shouldn’t use the plugin “per say”, but only the lightbox.js file that comes with it; just check here for more info:
http://www.balupton.com/sandbox/jquery_lightbox_bal/demo/
I downded it to my wordpress but it is not working in IE
What should I do>?
What version of IE are you using? It should work fine on at least IE8…
May I know if we can change the animation? The images are changing in dropping down pattern.
Hi Pedro,
Thanks for your plug-in, it works great
!
As a photographer, I don’t really want people to download my image easily, so I was wondering a way to take away the download link ?!
Could you tell me which file of the plug in I’m suppose to edit, and which line I should take away ?
Thanks in advance !
Hi Pedro,
Thanks for the plugin. I receive this error when I try my site on IE:
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET CLR 1.1.4322; MS-RTC LM
Timestamp: Wed, 2 Jun 2010 12:10:52 UTC
Message: ‘$.Lightbox’ is null or not an object
Line: 11
Char: 7793
Code: 0
URI: http://www.tirendaz.com/tr/wp-content/plugins/jquery-lightbox-balupton-edition/js/jquery.lightbox.min.js
Any idea why?
Hi, I’m having a problem with the latest version of JQuery Lightbox and Dynamic Content Gallery..
Dynamic Content Gallery only displays the first image in the gallery, whereas the other does not display anything..
If I disable JQuery Lightbox, DCG backs to work.. How can I fix
problem?
Thanks a lot..
For those who do not speak/read Portuguese here is an English translation
Simply download the plugin, unzip the files to the folder wp-content \ plugins and activate the plugin in the options of WordPress.
Then, whenever you want to use the Lightbox effect, simply place a link to the image, and put the rel = “lightbox” in the same order that the effect is activated by clicking the link. You can also use rel = “lightbox-album” album by substituting one word for any group some pictures in an album.
Thanks for the translation, Paul, but if you check, you’ll see that I’ve added the English translation already; just follow the link on top of this page where it read’s “(Click here for english description)”
Hi Pedro,
I am using your jQuery Lightbox plugin and Coda-Slider 2.0 on a website. They both work fine together in Firefox, Chrome, Safari and IE 8. I am having problems with IE7. When the jQuery Lightbox plugin is active the coda-slider goes wacky just in IE7, but works fine when the jQuery Lightbox plugin is deactivated.
From reading different forums/comments (like Fabian’s on your site), I am wondering if I need to add jQuery.noConflict(); (override the $-function) to the code, but I do not know how. How and where would I add it and how would I customize it for my site? Or is there another problem with IE7?
Your help would be greatly appreciated!! I would like to use your cool plugin on my site.
Thanks!
Laurie