Lightbox 2 WordPress Plugin
2142 giorni faWordPress plugin used to overlay images on the current page into neat Javascript-powered overlay popups.
16-12-2008 – Version 2 is out! Now from settings you can choose background-color, overlay opacity, resize speed and automatically add the lightbox effect to your post’s images.
This plugin includes the new Lightbox JS v2.0.4 javascript written by Lokesh Dhakar and and was then transformed into a WordPress Plugin by me. Use a title attribute if you want to show a caption. Click on the images below for an example.
- 29-07-2007 – See also the new Slimbox WordPress Plugin, a 7kb clone of the popular Lightbox JS
- I added the digg it button, please DIGG ME!
Upgrade
- De-activate the plugin.
- Delete the old version `lightbox-2-wordpress-plugin` directory.
Installation
- Unzip the `lightbox-2-wordpress-plugin.zip` file.
- Upload lightbox-2-wordpress-plugin folder to the /wp-content/plugins/ directory.
- Activate the plugin through the ‘Plugins’ menu in WordPress, go to Setting->Lightbox.
- Add a rel=”lightbox” attribute to any link tag to activate the lightbox, or rel=”lightbox[roadtrip]“ for an image set.
- Optional: Use a
titleattribute if you want to show a caption.
Single example:
<a href=”img1.jpg” rel=”lightbox” title=”my caption”>thumbnail1</a>
Image set example:
<a href=”img1.jpg” rel=”lightbox[roadtrip]“>thumbnail1</a>
<a href=”img2.jpg” rel=”lightbox[roadtrip]“>thumbnail2</a>
<a href=”img3.jpg” rel=”lightbox[roadtrip]“>thumbnail3</a>
Tnx to my sister for the photos! Link me in your site!
Changelog
Version 2.0.2 (19-12-2008)
Some fixes
Version 2.0 (16-12-2008)
Background-color, overlay opacity, resize speed, auto-lightbox from settings.
Version 1.8.2 (09-06-2008)
Some fixes
Version 1.8 (14-03-2008)
Update Lightbox Js to version 2.04
- v2.04 – 03/09/08
- NEW – Upgraded Prototype from v1.4 to v1.6.0.2
- NEW – Moved label text into configuration for easier localization
- UPDATED – Code cleaned up. Respect for the global namespace and native javascript objects.
- FIXED – Caption displays as “null” when viewing an uncaptioned image after viewing a captioned image.
- FIXED – Clicking ‘close’ button shifts layout as link focus’ dotted line appears.
Version 1.7 (12-06-2007)
Update Lightbox Js to version 2.03.3
- v2.03.3 – 5/21/07 – Support for horizontally scrolling pages. Added updateImageList method for ajax’y pages.
Fixed xhtml validation
Version 1.6 (05-05-2007)
Update Lightbox Js to version 2.03.2
- v2.03.2 – 4/30/07 – Fixed animated gif support in IE/Opera.
- v2.03.1 – 4/18/07 – Fixed embed hiding. Overlay opacity var added to config. Image sets w/Imagemaps fix. Clearfix removed.
- v2.03 – 4/10/07 – Improved keyboard navigation. Animation off toggle. HidesFlash movies under overlay. Imagemap support. Valid CSS.
Fixed close and loading vars (Tnx to Anton Zhuchkov)
Changed “get_settings(‘home’)” in “get_option(‘siteurl’)”
(Tnx to Luca Dentella)
Version 1.5 (06-05-2006)
Fixed close and loading vars.(see here if u have problem with close button)
Version 1.4
Fixed path’s problem
Update Lightbox Js to version 2.0.2
Centering in IE6 (any DOCTYPE) fixed.
Smoothed out resize transition.
Fixed layout issues caused by multiline captions.
Added keyboard navigation: N for next, P for previous and X for close.
Version 0.3
Single Images and Image Set
My plugin on wordpress page suddenly stopped working. I wrote several email to them but nothing…

If you appreciate this plugin or my support, please donate to me so I can but a cup of coffee. Thank you!

Thanks to the donors:
- Per T Sovik
- Hoa Hua
- Spencer Harris
- Jan Herrmann
- Niels Emmer
- Sahar Alarayedh
The link of your styles are wrong, don’t edit them.
[...] Le second truc que je voulais mettre c’est ce plugin pour wordpress que je viens d’installer. Il permet de faire un tres bel effet sur l’affichage des photos sur le blog. Pour le tester il suffit de cliquer sur l’image en haut de ce post. … heu et si rien ne se passe pour vous ne pas hesiter à laisser un commentaire. Moi j’ai reussi mes tests sur ie et firefox. [...]
Ravin:
Any thoughts on why I can’t get this to work: http://www.parushni.com/blog/2005/10/14/112929348840251586/
Ravin:
Thanks for getting back to me.
yeah, I know, that’s why I had commented out the part in your .php file that loaded prototype.js, so it wouldn’t be loaded twice… and only the style would load it… but anyway.
But I’ve changed it now to the default style, which has no .js or anything, but now the images will load, but if I’m in Firefox, the little arrow and X graphics dont show up. In IE, the image placeholders show and work as the images should, but in FF 1.5.0.1… nothing… to get out of the screen I have to hit refresh.
Any help is most appreciated.
Ravin:
ah… I understand now… since my blog is not in the base directory… it’s in http://www.parushni.com/blog not, http://www.parushni.com I’m having problems.
I’m not too sure how to fix this since I’m a pretty much new to all this stuff… but I look forward to your new plugin.
Peppe:
Go to general options and check WordPress address and Blog address are http://www.parushni.com/blog
Danny Foo:
Need a lil help wit the plugin. I seem to be having the same problem as ravin but I\’ve checked my options and both URLs are pointing to the correct path.
Solution please?
http://www.dannyfoo.com/blog/2006/04/wedding-website-of-susan-and-jason/
Cheers.
Danny Foo:
Weird. I\’m also unsure why the problem is occuring but changing the path did the job. Thanks.
Now I\’m going to see if I can tweak the caption to be on top.
Cheers.
It seems don’t work properly in my blog. But I don’t know what I’ve done wrong. Is there something wrong with my theme?
If possible continue to write on forum, i open a wordpress plugin category. Sorry for my english ![]()
Bye
To Doggie: you have already prototype.js and scriptaculous.js styles in your code.
I opened the duplicate files to see the code, and they’re absolute the same. Then I reduced the duplicate files, but it also doesn’t work.:(
I update the plugin to version 1.4.
Koka:
ah great now it works! thanks a lot!
uhh, shame above me. i deleted the very important function wp_head from the header.php – although the other plugins still worked, lightbox couldn’t – thank you very much for help, Peppe!
there is a problem i found.
For the same img (or a img link),
this pulgin works perfect on my index page. but when i open into a single entry page, and chick the same img link, yes, the pulgin works, but the loading img would disappear.
want the solution plz..
You have already some js styles. Look your code: prototype.js.php for k2.
i found out, it is the problem that i have another element within the page has the id name “loading” which is the same as the loading img’s id.
Rebecca:
I love this.
I can get most of it to work but the close/next and loading images are not working. Any assistance would be appreciated!
I tested your blog and all works fine, but you have twice prototype.js, scriptaculous.js and lightbox.js in your header!
Les KH:
Installed your lighbox plugin on a WordPress 2.0.1 install, and it mostly works.
The one problem I have is that the overlay doesn’t line up with the image, and thus I can’t see the bottom info or the close button. Is this because the blog stylesheet is interfering with the lightbox one? You can see an example of my problem at http://bitlink.ca/blog/2006/03/13/testing-lightbox/
Can anyone help me solve this?
Hint to others: I found the paths wrong. I had to create the lightbox directory beneath the plugins directory, unpack the archive there, then make an images directory beneath that and move all the gifs there.
Thanks! Les…
Les KH:
Responding to my own post:
I solved the alignment problems by changing the blogs css for img which had 10px margins and padding. And I have Prev and Next buttons, but still no Close button. Permissions and paths all look right. Any thoughts?
Pike:
First: I love the plugin!
The strange thing is though that every time I write something new or edit something else on my weblog, the HTML of the lightbox pictures changes. It totally screwed up. It changes everything around in the HTML like this:
You’ve got any idea what that is?
What changes?
Rusty:
You can see here: Lightbox Test Post that I almost have the lightbox plugin working – everything works fine, except the “close” button does not show up. any idea why?
Ok, i fix your problem, please download the new version and say me if it works fine.
No image in http://www.inkling.nl/images/kat.jpg, i don’t understand, http://www.inkling.nl/?p=49 works.
Pike:
No, its the fact that the HTML-changes and then it doesn’t work. The picture is there now, but when I change something in another posting, then the html-on the posting with the lightbox used changes.
hi peppe,
first, thanks a lot for the plugin!
i had some problems with the lightbox.js because my wordpress installation was in a subdirectory, so the path-vars in line 63 / 64 were not correct and i had to adjust them manually for the images to be loaded. maybe there is a easy possibility to fix this, but i have no clue of js
greetings from vienna!
Rusty:
Thanks for the speedy follow-up, Peppe! The fix did not work for me, but i did get it working. In lines 62 and 63 of lightbox.js I changed the relative links to absolute links to the image files and all works correctly now. FYI: My blog does not sit in my main directory so that is why the fix is needed. I also edited line 13 of lightbox2.php to use the correct path for my installation. This sounds like a similar fix as Janocjapun used above.
Like everybody else says, thanks a million for the great plugin!
Thank for the plugin !! It works great after changing the path in lighbox2.php
Adam:
The plugin doen’t seem to be working on any of the sites I’m finding it used on, including this page. I’ve checked in IE, FireFox and Opera. On all three the browser goes to the image itself on the server. JavaScript is enabled on all three of my browsers.
darren:
beautifully done… thank you for your work.
PAX:
nice work. but it does not work in wordpress with a wysiwyg editor on. the rel=”lightbox” gets deleted with a wysiwyg editor which makes it a bit unhandy.
First of all: thanks a lot for this nice work!
I modified the lightbox2.php a little bit. Now you don’t have to enter the rel=”lightbox[roadtrip]” by your own, instead the plugin adds this tag:
function lightbox_create($content){
global $post;
$pictureset = $post->ID;
return preg_replace(‘//i’, ‘‘, $content);
}
add_filter(‘the_content’, ‘lightbox_create’, 2);
Have fun and stay well
Oops, the code in the preg_replace() function messed up a little bit! Here is just the piece of code you have to change in there:
Instead of rel=”lightbox[roadtrip]” type rel=”lightbox['.$pictureset.']“
Great work, but the css file couldnt pass the W3C CSS Validation.
Jan:
Hi,
This plugin looks amazing when workng, however I am having the same problem that Christian h ad. I’ve installed the plugin and activated it and when I added the ref=”lightbox” attribute, then it doesn’t work. What happens is it just opens a new page with my image in it. Any suggestions. http://www.rat-tail.com
Yes,
file not found on your server, check where you put the files!
See your view-source and test the links
http://www.rat-tail.com/wp-content/plugins/lightbox/lightbox.js
Jan, i found your problem, you have created a folder lightox and another folder lightbox inside.
In fact the link http://www.rat-tail.com/wp-content/plugins/lightbox/lightbox/lightbox.css
works. Move the files up.
i’m not sure how to create an ‘image set’, do i just put a reference to a folder in the rel=”lightbox[foldername]” ?
eduo:
rat-tail: it’s REL, not REF:
rel=”lightbox”
Duncan: rel=”lightbox[setName]” for each photo. All the links with the same setName will be shown as a set.
eduo:
how exactly do I give links a “setName?”
eduo:
Rusty: You just assign a name. The instructions are there in the original lightbox page, in this page and coupled with my comment should be enough. All photos with setname “eduo” will be grouped as a set. All photos with setname “rusty” will be grouped in the same set. Here is an example:
http://www.eduo.info/2006/05/29/de-gps-por-la-peninsula/
If you click on the “Madrid, Toledo or Avila” links you’ll see the three are part of a set called ‘tere’. I made up the set name. You can see it viewing by source and searching for “toledo”. That is one set.You use whatever name you want and all the photos in the same set (with the same set name) will be grouped with next and prev buttons.
In the same page there are other links to lightbox’d images that are not part of the set. For example the links called “utilizar” and “capturar”.
Junwei:
I\’ve changed the relative image links in the lightbox.js to absolute links (http://quake9.com/images/loading.gif) and also for the closelabel.gif but they still jsut won\’t show up!
The blog installation resides at http://quake9.com/gryffik/online/
the lightbox.js resides at http://quake9.com/gryffik/online/wp%2Dcontent/plugins/lightbox/lightbox.js
Please help me!
Plz put a test image on your site.
Junwei:
There is one at this post
I test the link, it works fine!
Doh – how dumb am I. That makes perfect sense! I did not put two and two together to figure out that “roadtrip” was a set name!
Thanks, eduo. An unrelated question re: your site: why do you append “html” to the end of your images (like this: ../gallery/i/MyLife/Misc-200605/DSCF0765.JPG.html)? What does the “html” do?
eduo:
Rusty:
I use a gallery software for which I made a hack. The hack needs to call the gallery page where the image is to be able to find the image. If you replace /i/ in the URL with /v/ you can see how the page would normally look. (‘i’ for ‘image’, ‘v’ for ‘view page’)
Ahh, gotcha, eduo – that makes sense. Thanks again for the help.
After install the lightbox worked, only I didn’t see Close button.
Fixed that with fixing paths in lightbox.js line 62 and 63 for:
var FileLoadingimage
var FileBottomNavCloseImage
Kind regards,
Milan’che
[...] I am testing lightbox JS 2.0 and I just got it working. Lightbox is awesome and looks oh so pretty! Also, thanks to Peppe for the easy WordPress integration, the plugin is here. The CSS and JS code insertion is just automated and everything is condensed into one package, which is very convienent. [...]
Shadal:
I’ve installed v1.4 and it works great but no close bar at the bottom of the image.
Can’t find a download for v1.5
hi! just installed the plugin – works aswesome but with one problem –
in IE on Windows XP the image is not shown. the lightbox appears and all but NO image at all. also the title and the control buttons appear. interesting, what?
on Firefox, Safari and also IE on Mac it works fine.
but just not on IE.
Does anyone have got a hint for me?
thanks in advance,
you may take a look at my site (there are the lightboxes used) http://www.georghanisch.at
thanks, guys!
Georg
[...] DLAA Lighbox 2, read usage instruction and enjoy!, [...]
Alvin:
Hi,
First, thankx for the plugin. I am trying to get a border around the images that I am posting and I notice that in this example, you managed to get the borders for your images.
I have edited my style.css to include the borders but my images do not seem to have it when there is a link on that image. See http://alvinfoo.blogdns.org/?m=20060602.
I would like to know how you did your.
cheers
Alvin
[...] Um dos achados interessantes foi o plugin chamado “Lightbox2” que permite a ampliação de imagens com um efeito legal. Confiram na imagem abaixo: [...]
Hi There,
First of all, thank you for your plugin ! It seems very good !
Whenever, I have a problem with the effect ! It was working perfectly but now if all over ! In fact, the close X is not appearing !
I have downloaded the lastest version and also include the correct code
@Oo Bubu
I believe that is a problem with GIF type. I faced the same problem when I redesigned closelabel.gif in Adobe Photoshop. It didn’t show up. But when I later redesigned it again in Corel Photo-paint, it worked.
Kind regards,
Milan’che
Hi Milan’che,
It seems that even with the given gif in the package, it is not working !
I really do not know what to do !
I have uninstall all th plugin and directories and reinstall ! Nothing happens !
Please advice
Best regards
Oo Bubu
Ok, I checked your blog theme and it seems to me that your lihtbox is working.. I can see the close button!?!
Checked the site with Firefox and IE and both working. Could it be browser cache problem? Try cleaning up your browser cache files.
Hi Milan’che,
Since you have visited the link, it is working !
I do not think that was a cahce problem because I have clean it several times ! I had also checked with IE, FFox and Opera !
Very strange ! But it is now working !
Thanks for your help
Oo
[...] Outros plugins possuem recurso semelhante, por
Ciao Peppe, complimenti per il plugin, vorrei utilizzarlo per la galleria del mio sito, solo che ho un problema.
L’header
Ciao, complimenti per il sito, ho visto che ti sei ispirato al mio menu (global-nav).
Mi manderesti una pagina dove fare dei test.
Si, mi
Hi Milan’che, since i’ve updated WordPress from 2.0.3 to 2.0.4, your plugin doesn’t work any longer.
Will there be a fix/update to work with 2.0.4?
Would be great, as i like your plugin a lot!
Greetings from Germany,
Nightfalcon
Sorry, i meant Peppe, was confused because Milan’che answered on some questions here!
Mike:
I use:
- 1.5 Version of your Lightbox-Plug In
- ImageMaster (places the rel=”lightbox” statement for sure)
- WP 2.0.4
but Lightbox came up with his nice effect !-((
Mike:
i doesn’t work !
Why are your js in media/js/?
I think ImageMaster go in conflict with my plugin. Try to deactivate it.
Hi Peppe, i found out, that i deleted in header.php of my theme, which caused the non-working of your and one other plugin.
It was unneccessary in my eyes, because i use a personalheader.
Now i found a page where it says, the line is neccessary to make the ohter plugin work, which was in effect that your plugin works fine again!
Tobi:
Hi Peppe,
im using a modified version of the blix-theme. if i try to include the plugin in wordpress the close-picture and all the other pictures are not shown. what can i do to correct this mistake.
Hi, tobi, see in my forum for your problem.
[...] Sun Young and Kyoung Tae met with Yong Eun, Sang Mi and Mi Young at sillim on 5th of August. We had a pastime long after we’ve seen, specially Mi Young and the others met at a chance. If you click this photo, you can see the process which lightbox js 2.0 works. [...]
Bernard:
Does it also work with PDF files?
[...] Ja, eftersom at er helt ny med WordPress så skal der leges og prøves forskellige ting af. Jeg har lige lagt en plugin ind. LightBox 2 er navnet og den håndterer visning af billeder på en supersmart måde. Istedet for de gammeldags popup vinduer så viser LightBox 2 billeder i en layover, som ligger sig henover siden. Det ser cool ud, og fungerer nemt og hurtigt. [...]
Ken:
nice plugin,voted.and thank you!
&楼上的 image browser生成的代码和lightbox有点不兼容呢 哈哈
a little conflict between image browser and lightbox:tag “title”
[...] Sun Young and Kyoung Tae met with Yong Eun, Sang Mi and Mi Young at sillim on 5th of August. We had a pastime long after we’ve seen, specially Mi Young and the others met at a chance. If you click this photo, you can see the process which lightbox js 2.0 works. [...]
Ciao Peppe!
Grazie per il bel plugin!!!
Purtroppo per somma ignoranza non riesco a farlo funzionare ;__;
Lo uppo, lo attivo…ma niente!!!
Le immagini non vanno sob
Mi daresti un aiuto?! tnx
Ciao,
ho visto il codice della tua pagina, i link sono sbagliati
http://www.majeutica.it/index.php/wp-content/plugins/lightbox/prototype.js
C’
Grazie delle info Peppe!
Ho modificato il rigo del plug per farlo andare a posto ed ora il codice sia ok ma continua a non fungere O__O
MA devo fare qualcosa di particolare per attivare il plug sulle immagini?!
PS: a cosa pensi sia dovuta la lentezza? io non ci capisco molto ;__;
Hi peppe,
i have unpack eveyrthing into my wp’s plugins folder. Do i have to do anything after that? By the way, my blog is http://www.caiweilian.name, u can go under the link Images to have a look and see if i done it correctly.
Gac devi aggiungere rel=”lightbox[roadtrip]” ai link delle immagini.
Peppe inserendo un codice come segue non mi apre la finestra del plug ma uns aseconda finestra normale.Dove sbaglio?
———————————-
Aggiornata la Gallery.
Ora in archivio le foto della festa di Capodanno.
ops qu
Olaf:
I realy like this way to present photos. The plugin works well and was easy to install, but there was one Problem. Clicking on a thumbnail on the startpage – there was a close button, however there was no close button when clicking on the title of the entry and start the image show on the following following page. Changing the relative path in the lightbox.js in an absolute one, as above-mentioned, sloved this problem. Maybe there is a problem with the rules for the permalink structure (Just an idea).
Just want to give this hint and say thanx for your plugin.
It works fine on your page.
[...] Uiteindelijk heb ik het toch voor elkaar gekregen om de “Lightbox 2 WordPress Plugin” op Yakusoku te draaien — dat zou vrij eenvoudig moeten zijn, maar om onbekende redenen wilde mijn blog in eerste instantie niet met de plugin samenwerken. Nu alles toch draait, moet het uiteraard getest worden; daarom vind je onderaan dit bericht verschillende oogstrelende afbeeldingen uit de trailer van Shinkai Makoto’s nieuwe animatiefilm, een aantal schermafbeeldingen van de PV van het nummer “taiyou no uta”, en enkele plaatjes uit verschillende doramaseries. [...]
iwan:
hi.
i try use this plugin. but not work. anything wrong?
this to look this one –> http://www.faiyun.com/2006/10/03/jerebu-datang-lagi/ (try click first picture)
Tq very much!
Ciao Peppe,
You would make me very happy with a little help to get your beautiful plugin running. The thing is: other Lightbox installs work okay (but aren’t nearly as pretty as Lightbox 2.2), but upon activating Lightbox 2.2 (and deactivating others) *nothing* happens. Please, a few simple guidelines would be much appreciated, just tell me what you would do in my case, I’ll try to comprehend… I’ve been up all night and it’s driving me nuts…
Thanks in advance!
Where you put the files?
The requested URL /wordpress/wp-content/plugins/lightbox/prototype.js was not found on this server.
Wow, that’s fast!
I’ve checked, they are in wordpress/wp-content/plugins/lightbox2/lightbox
I noticed an incorrect script-reference (wrong paths), how do I correct this? (I suppose those were left behind by a previous Lightbox install which I removed)
Thanks again!
Yours files are are here:
http://www.radiokazoo.net/wordpress/wp-content/plugins/lightbox2/lightbox/prototype.js
I understand your problem, please re-download the plugin, i changed the tree.
Unzip in the plugin folder only lightbox2.php and the folder lightbox, not the folder lightbox2.
I’m sorry, but it still does not work. I removed the previous 2.2 install, uploaded it again according your instructions (php in the root of /plugins + the rest in /plugins/lightbox), removed the WYSIWYG editor, made sure the rel=”lightbox” tag is present in the image link, but alas…
If you still have a clue, please… *sigh*
Just to make sure I did it right, here’s the code for the test-image I just posted:
But I’m probably just overlooking something stupid.
I’m sorry to bother you… scuzi…
Yes lol,
add the rel=”lightbox” to the a href, not to the img src.
Bye
*gasp* It.. it WORKS! I’m stunned!
Thanks for your time, I’d gladly return the favor, this is great…
Good luck!
KazOo (Netherlands)
You welcome,
look the forum for the problem with your close button.
Bye
Ciao Peppe,
For me personally, inserting the rel=”lightbox” tag everytime is a minor hassle. But I now want to make a photo-weblog for my daughter (who is a beginning but very talentful photographer). Although your plugin would be excellent for presenting her work, I don’t think I can ever talk her into html-coding her wordpress-posts.
So, is there a way to automate this? I know of other Lightbox-plugins that insert a button on the editor, but those operate nowhere near as slick as your 2.2…
Thanks in advance for your reply…!
There is a way to auto insert the rel… to any image
Open the lightbox2.php and de-comment function lightbox_create and add_filter (remove /* and */ and // before add_filter…)
still doesn’t work on my site….In ff I get:
Errore: Il foglio di stile http://carpibec.it/blog/wp-content/plugins/lightbox2/lightbox.css non
Se non l\’avevi capito sono italiano, lol!
comunque hai sbagliato l\’albero delle cartelle, devi uplodare in plugin il file lightbox.php e la cartella lightbox, non tutto lightbox2, infatti i tuoi file adesso stanno in http://carpibec.it/blog/wp-content/plugins/lightbox2/lightbox/lightbox.css
Ciao Peppe, `e encora me…
– soffro!
I’m puzzled, maybe you (or someone) can help me:
Why is it that when you click on a linked image the *first* time the browser shows you a new page with the original image on it, and only the *second* time you click the thumbnail Lightbox starts working??
Molto grazie per rispondere!
(I’m picking up quite some Italian here..
http://www.it85.nl/wp (the photoblog I’m making for my daughter)
Hi kazzo, it is normal, the plugin works when the page has been loaded completely.
I have a specific theme i would like to use this with, but for some reason, the theme is inhibiting me from doing so. Do you think you could please take a look at the theme and see what can be fixed? Thanks a bunch!
theme name: Sybmim 1.0.9
Hi Riley, plz send me a link-test.
[...] There’s also a WordPress plugin for it right here. Open Social Bookmarks Bookmark to: Site Search Tags: Uncategorized Technorati Tags: Uncategorized [...]
[...] We’ve already downloaded the lightbox WordPress plugin, unzipped it and moved the contents to the Plugin folder on our wordpress install http://www.domain.tld/wp-content/plugins/. We then activated the plugin from the Plugin page in the admin panel. We also added the following lines of code to the theme header.php file. before the < / head > tag. [...]
Hello guys,
The plugin is good,Lightbox works, but i cannot see the
open/close/next/prev images.
Have to change the images path in lightbox.js ?
Anyone experienced the same problem?
Ps. my blog strucure is like http://www.myblog/blog
Hello again Guys,
I resolved, I just corrected the path in lightbox.js, and put an absolute one. It’ works fine now.
I also removed in lightbox2.php the 2 lines for scriptacolous an prototype loading, because they already run for other plugins (like ajax_comments and ajax
_shoutbox)
Thanks.
[...] Neu dazugekommen ist das Lightbox-Plugin, eine nette und vor allem nützliche JavaScript-Spielerei zum anzeigen von Bildern. Da ich ja eher sporadisch mit Bildern hier im Blog hantiere, wird es nicht so oft zum Einsatz kommen, aber wenn, wie zb hier, dann macht es Spaß. Und sieht fein aus. [...]
Hi I just installed the latest version of the plugin in my site, but when you click to open an image, the “closeimage.gif” does not show up.
The reason is because my blog it not in the site root. Your plugin is looking for its images here:
http://www.stepbystepblog.com/wp-content/plugins/lightbox/images/
but on my site, which is in a folder called “howto” the images are located here:
http://www.stepbystepblog.com/howto/wp-content/plugins/lightbox/images/
I think you may be using the wrong variable from WordPress for the path.
Thanks.
Ryan:
Jon,
Thanks to your guidance I managed to track down this problem. Near the top of the lightbox.js file look for the image paths loading.gif and closelabel.gif and fix them. That takes care of the problem right away.
Thanks for the great plugin.
Ryan
[...] Ok, i found an easier to install version here: Lightbox 2 WordPress Plugin
Hi. I must thank you for devising such a wonderful plugin. It surely has taken the load off editing the files and stuff. I am facing an issue and thought I might ask the creator to pull me out of it
The URL in question is here – http://www.bhooshan.com/2006/12/24/down-memory-lane/
I have installed your plugin in the directory wp-content/plugin/lightbox. I have editied portions of the lightbox.css and lightbox.js to refelct the absolute path to the directory. However, my plugin doesn’t seem to work at all. I looked high and low for the answers and yet I have ended up completely perplexed. Since the page is on the LIVE website and I also need to share it with the other developers for possible answers, I need some answers rather quickly. Can you please help me out with this?
Clue: I have installed MINT webstats application which uses JS. I have a gut feeling that it is conflicting with Lightbox.
Issue is Resolved. Thanks once again, for making this wonderful plugin
[...] I’ve been burning midnight oil just to upload these pictures using Lightbox2 WordPress Plugin. It has been an agonizing period for a wordpress newbie like me to setup the plugins to work. Along the way, I realized the importance of conveying your message clearly. I’ll write more about it later. Now, I just want to sit back and appreciating my first photos in lightbox. [...]
[...] 1º Fazer o download do plugin aqui. [...]
The plugin worked well to display a screenshot. I had to alter lightbox.js because my WP directory is one step below the domain.
Right now I can’t use the plugin, however, because it was causing my left sidebar to disappear. It looks like it’s happening after the page load. Any ideas?
Mario:
For easier access I’d like to get the close button nav from buttom to the top of the displayed image. Is this possible and how?
Thx for answers!
Sailesh:
Where on your page is the link to the 15. download??
elena:
The pluging doesn’t work.
I have no clue on the reason why.
It is a simple link from a thumbnail to a news window with the large img.
Plz link me your page.
dorus:
Hi,
Love your plugin! It looks great and works very smooth!
I am trying to get it to work at same time as the vPIP plugin found here: http://utilities.cinegage.com/videos-playing-in-place/ .
But when I turn on the vPIP plugin the lightbox plugin stops working. Is there a way around this problem? Maybe a line I can write in a post to disable a certain plugin?
Thanx and keep up the good work!
dorus
chancho:
bellisimo, gracias hermano!!
Hei! I like the plugin but it doesn`t work with the new wp 2.1. Du you have time and can you make en update?
Thank`s a lot!
Markus
ozzy:
Ciao Peppe, complimenti per il plugin. Ho provato a installarlo sul mio blog, funziona solo che mi va in conflitto col men
mmm, non so come funziona il tuo menu, sinceramente ti posso consigliare di mettere un menu in css.
To markus: i updated wp to 2.1 and the plugin works fine!
Yes, now i´t works. I think, it was es problem with the ImageManger and not with your Plugin. Sorry! Markus
A revisit to the closelabel.gif issue… when on the main page of the blog, the close image appears. When on the permalinked page (in this case http://www.pgholyfield.com/maah/archives/59 ), the close image does not appear… when looking at the properties of the broken image, the image url has an additional level added to the name (the maah folder is repeated). Has this been seen before?
http://www.pgholyfield.com/maah/maah/wp-content/plugins/lightbox/images/closelabel.gif
Hey Peppe, tried the instructions in your forum, changed the code in the lightbox.js file to:
var fileLoadingImage = “/maah/wp-content/plugins/lightbox/images/loading.gif”;
var fileBottomNavCloseImage = “/maah/wp-content/plugins/lightbox/images/closelabel.gif”;
…maah being the directory for WP…
again, the close image shows up fine when opening an image from the main blog page. But from an internal post page the close image has an incorrect path.
Example of main page (where image appears correctly): http://pgholyfield.com/maah
Example of internal page (where image does not appear)
hi holy, i can see the close image also here, delete your cache http://www.pgholyfield.com/maah/archives/59
Yep, that did it. Thanks!
I’ve found a lil “bug” (well actually it’s not a real bug, more a problem, when you don’t have the same “WordPress Adress” and “Blog Adress”)
The plugin won’t work, when (as in my case) the blog itself is lotated in subdirectory, but you use rewrite rules, to make it look like the blog was located at the root of the domain.
Basically you use the `get_settings(‘home’);`-action to generate the links for the .js and .css files in the header. But it would be better/nicer to use the `get_settings(‘siteurl’);`-action to avoid that problem.
Just a suggestion
You might also want to insert that information, on the plugin-page, so users can tweak that for themselves, and you don’t need to release a new version of this fine plugin
Kudos for making this plugin, it really is such a nice addition to prevent the layout of your blog being “broken” (or better uglyfied
)
[...] was trying (for weeks now) to use the Lightbox Plugin for WordPress on our Blog, but for some reason it didn’t work at [...]
Hi mitos, no problem with .js and .css path, get_settings(’home’) works fine, the only problem is with closebutton if u use a subdirectory for wp(see the forum).
[...] So as you can see it s really nice! You can find more information about it on the LightBox 2 website, or you can get a WordPress Pluggin here [...]
Hi,
I couldn’t find or just I have a problem that lightbox button doesn’t appear in code editor mode when writting post but it appears in when I’m writting page. Any suggestions?
One more thing: it would be useful that thumbnail data (width, height) wouldnt be required, because anyway probably everyone makes them by them selves to fit in theme that picture looked nice.
Thanks,
negative
Scott B.:
Nice plugin!
But.. on WP 2.1, it breaks when the Permalinks are changed from the default.
Any thoughts?
Scott B.:
Sorry – I should clarify…the “Close” button disappears when I use a custom Permalink structure…it otherwise works perfectly.
Thanks!
??? link me your site.
Scott B.:
Unfortunately, this is a local install that I am working on before putting it out. I am changing a website to a WP base.
See the forum for the fix.
Scott B.:
WP is loaded in the root. I did find the fix, however.
I changed
var fileLoadingImage = “../../wp-content/plugins/lightbox/images/loading.gif”;
var fileBottomNavCloseImage = “../../wp-content/plugins/lightbox/images/closelabel.gif”;
to
var fileLoadingImage = “../wp-content/plugins/lightbox/images/loading.gif”;
var fileBottomNavCloseImage = “../wp-content/plugins/lightbox/images/closelabel.gif”;
Thanks! I love the plugin!
Hi, I subscribed to your comment and I can’t unsubscribe. This file: http://www.4mj.it/wp-subscription-manager.php is 404. Please provide an unsubscribe option.
Thanks.
Ok Jon, tnx!
[...] am using this post to test out a new WordPress plugin called Litebox as well as to show off the excellent work my friend Alina did based on a terrible sketch I did in a [...]
[...] I’m making this post mostly to show off the great work my friend Alina did after seeing a crappy sketch in my notebook, but also to test out a cool new WordPress plugin called Litebox. [...]
[...] of the best things about laziest gallery is that it works with the lightbox js plugin. I love the way lightbox displays images and really wanted to integrate it here. I don’t know [...]
[...] Lighbox JS v2.2 Plugin damit Bilder schöner eingeblendet werden. [...]
heLLo,
Ok, I think I’ve done everything required as far as the installation is concerned, but NO luck whatsoever to have it work.
Can someone help me here? is this because of the theme I use? The ISP? tho i noticed ppl using the same ISP “free.fr” and successfully used LightBox and WP)
Thanx! The site: http://lejagwar.free.fr
Hi freak, i saw your site, have u the < ?php wp_head(); ?> into the header code? i don’t see my code into your wp!
Ok, see the forum to fix your problem!
Bye
Fixed and solved
Thanxu
U welcome, if u can link me on your site!
There u go, u’re linked!
Tnx!
[...] You can download it right here. [...]
[...] que lo que voy a hacer en esta entrada es poner en práctica el ImageManager, asociado al Lightbox 2 WordPress plugin, uno de entre los varios complementos basados en las librerías Lightbox JS 2.0, responsables de [...]
Nice plugin, Thanks!
I think you should replace get_settings(‘home’) with get_option(‘siteurl’).
get_settings is deprecated, see:
http://codex.wordpress.org/Function_Reference/get_settings
And as Mitos reports, using the argument ‘home’ leads to 404 errors if you have WP in a subdirectory and your blog’s homepage elsewhere.
Ok grazie, lo faccio stasera, ciao!
[...] Wenn man Thumbnails verwendet und diese auf die größere Version der Bilder verlinkt, kann man das dank eines kleinen RSS-Scripts und dieses Plugins auf praktische und vor allem schöne Weise lösen, ohne dass der Leser zum Ansehen des Bildes die Seite verlassen oder ein neues Fenster öffnen muss. Link zum Plugin [...]
[...] I’ve started using the Lightbox 2 WordPress plugin for displaying pictures. Pretty nifty, don’t you [...]
thanks man, you did a great job!
Hi Peppe. I had posted a comment here a long time ago. I am facing a smaller issue this time and it might be a bug but I am not sure. It’s regarding the close button function.
While I can close the window by clicking on the same in Firefox 2.X, the window doesn’t perform the requested operation in Internet Explorer 7. Finally I have to close the tab/window of the browser to kill the operation. Any ideas on why this should be happening?
Hi Bhooshan, no i don’t know why u have this problem, try with the original lightbox written by Lokesh Dhakar, and say me if it works with your ie7.
Bye
Hi Peppe. Thanks for your reply. I checked my website in IE 6 and the close button function is working perfectly fine. Seems to be like an IE 7 only issue. Will be great if someone has faced this issue before and could post the solution
I have ie7 and there is no problem, try to reinstall it.
[...] installed Lightbox on my blog. Click on the picture of the studio I work at below to [...]
Aurelio Pons:
Ups, the comment system not allow to include source codes ! Dont worry, it’s very easy : see line 237 of the file and add here the rel tag. Best regards.
I am having the problem of not having the close buttons and other images showing up. When I click the link to the help thread in the forum it says there is no such topic. Could you help
[...] статистики вашего блога. Показывает ее в Dashboard. 28. Lightbox 2 (5/48) добавляет в ваш блог поддержку библиотеки Lightbox JS. [...]
Hi Jeff, sorry, i changed the forum, and the new db is empty. Now i open a topic and change the link in this post.
[...] :在后台显示你 blog 的相关信息。 28、Lightbox 2 [...]
[...] 11knights heeft een nieuwe plugin: Lightbox 2. Met dank aan http://www.4mj.it [...]
[...] live archive No ping wait PodPress SRG Clean Archives WP-Page Navi WP-Cron Wp-Shortstat Lightbox 2 del.icio.us cached Get Recent Comments var sb_url_to_rate = [...]
[...] mooie standaard afbeelding in windows vista. Tevens een goeie testafbeelding voor mijn nieuwe Lightbox plugin te [...]
I cant get this to work, I added the tag, but the picture just opens as a normal link when I click it
Make a test on your site and link me, plz.
Lol, add the rel into the a href, no into the img src!
Bye!
Hyun:
Hello Peppe,
First of all, thank you for a great plugin! It’s very snazzy and cool-looking.
That said, I’m having a bit of a problem with its implementation on my hobby website. If you have a moment, please see this post:
http://www.weetoysoldiers.com/wp/?p=330
Basically, the plugin works fine with Firefox, Opera, and Safari, but not so good with IE6. The darkened background only covers a part of the screen, and the image overlay is left-justified on IE6. Do you have any ideas as to why this might be?
Thank you for the plugin and for your time.
Sincerely,
Hyun.
mmm,i haven’t ie6, link me a live test.
I had seen this plugin implemented on some blogs and wanted to get my hands on it – its real cool. Haven’t implemented at the moment but have downloaded and will see if it works with WP 2.1. Anyways, its a cool plugin and I thank you.
Great post, very interesting to visit your site, thanks.
Dean:
Hey Peppe,
Do you have an email address that I can email you with? The next and previous label button doesn’t work and I can’t seem to get the caption to work either.
I will happily pay you to debug the issue as I need this for a client. email me if you are interested. I know you probably get alot of questions so I am happy to pay you. I guess it should take less than one hour for this problem.
Tnx u, i send u an email and i added a paypal donation link
Tnx to Dean, he send me a good donation.
[...] να δει κάποιος τι κάνει αυτό το plugin είναι να δει το demo του κάνοντας κλικ πάνω στις φωτογραφίες. Αυτό το link [...]
Doesn’t seem to be working for me; wondering if I might have a plugin conflict? Maybe another version of scriptaculous installed by another plugin?
Hi Taylor, you have to upload the files into the unzipped folder, not the entire folder. Your files now are in /wp-content/plugins/lightbox/lightbox/ and not in /wp-content/plugins/lightbox/
Bye
[...] last and probably coolest change is that I’m now able to use Lightbox to display (some) photos. To see it in action, try clicking on one of the thumbnails in a post [...]
[...] un petit panorama des plugins permettant de faire des diaporamas dans WordPress, j’installe LightBox2 pour [...]
[...] present galleries on websites elsewhere. In particular, I’ve been looking at the wonderful Wordrpess Lightbox plugin by Peppe at [...]
hi, i’m trying to use it, but it’s not working, can you help me?
i did everything right, downloaded, uploaded it to my plugin’s directory and added the rel=’lightbox’ in my link tag, but the image does not open.
Can you check it for me please: http://www.diretodoforno.com.br, only the wwf cloud post has it.
thnks
bruno
Hi Bruno, yours .js files are “Not Found”
where did u upload the files?
Why? your blog is in / not in /blog
http://www.diretodoforno.com.br/blog/ not found
Ok u fixed it, watch the forum for the loading and close buttons.
Bye
And remember you can send me a paypal donation, lol
i’ve changed the php file, and now it’s working, but it can’t find the images, what else do i have to change?
Read over!
Hey man, now everything its ok, thnks…
unfortunately i don’t have money to donate, but for sure that if i had i would donate.. sorry
thkns anyway, nica plugin!
np, i joked.
On my blog the flash fader is on top of the image when its called up
Davide:
Ciao,
scusa la domanda banale ma sono alle prime armi…
cosa vuol dire aggiunger un attributo rel=”lightbox” a ogni link tag o rel=”lightbox[roadtrip]” per un insieme di immagini?
Grazie!
Hi,
excuse me for this stupid question..
what does “Add a rel=”lightbox” attribute to any link tag to activate the lightbox or rel=”lightbox[roadtrip]” for image set” mean?
Thanks!
Mettendo rel=”lightbox[roadtrip]” compaiono le frecce sinistra destra sulle immagini, come fosse una galleria (esempio sopra), invece se metti semplicemente rel=”lightbox” ogni immagine si aprirà singolarmente.
Davide:
Perdonami.. non mi sono spiegato bene. Volevo chiedere dove lo devo scrivere rel=”lightbox”, qual
Davide:
Scusa di nuovo.. raffino la domanda: Ho sbirciato nel codice di questa pagina con firebug per vedere l’html delle tue immagini di esempio ed ho copiato, con le dovute modifiche rispetto all’immagine ed alla sua miniatura, il tutto. Beh, il risultato
Davide:
il link non va ed il codice
A parte che quella thumbnail non c’
Biofobico:
hi and sorry for the noob question.
i got this image ( http://i146.photobucket.com/albums/r266/Biofobico/teste-1.jpg ) but i cant use it with the plugin. i dont know where to put the rel=”lightbox” thing on the image url. cant someone plz give me an example?
thank´s
Lightbox JS reached v2.03.1 (Released 4/18/07), will you please update the wordpress plugin to the latest version? Thank you!
hi there, thanks a lot for this great plugin which appears on my most-wanted list
take care,
michael
tim:
i can’t get this to work. installed files to plugins directory, activated plugin, add rel=”lightbox” to link… nothing.
using WP 2.0.4. site is not installed in the root directory.
any ideas?
John:
Hi
Can’t get this to work. I have loaded and activated the plugin and inserted the rel on one picture but it won’t work. Can you help?
Thanks
Gaia:
Hi Peppe,
Thanks so much for the plugin!
I know its probably something really simple but I can’t get it to work yet…
Would you mind checking this out?
http://gaiacornwall.com/illustration-2/
Thanks!
Have u < ?php wp_head(); ?> in the header?
Gaia:
No I guess not. um I don’t know what that is…Sorry for the lame-ness.
Gaia:
I did have the three
etc etc
in the header, but then I took it out because it seemed like I didn’t need it?
John:
I looked at the comment to gaia but is in my header file so I don’t really know what is going on. As far as I can see it should work but it doesn’t. The website is:
http://www.errolsimprov.co.uk/garden/index.php
Gaia:
John,
Did you put it in the head of the page your photos are on, or in the “header” filepage? I”m confused about what is.
thanks
John where u put the files?
i see your code and
http://www.errolsimprov.co.uk/garden/wp-content/plugins/lightbox/prototype.js
no file found!
[...] grazie alla libreria Lightbox JS v2.2 e grazie a Lokesh Dhakar che ne
John:
Hi Peppe
Thanks for answering so quickly. I’ve sorted the problem out with your help. With you mentioning that you couldn’t find the file I realised that I had one directory too many. The path was actually/lightbox2-wordpress/lightbox/wp-content etc. I removed the first directory and now it works perfectly.
Hello… everything works okay but most images the load button stays up and just keeps on turning and turning and turning, etc… and never goes away… but everything else is fine… any clue? Thanks much
Jeff
Is there any chance you’ll check into the compability with NiceTitles? As of now capitation ain’t working with both plugins installed.
[...] btw, i almost forgot, more info here [...]
Hello!
I’ve fixed the issue with load and close buttons. Now path is calculated automatically.
Check it out at
http://zhuchkovs.com/misc/lightbox-fixed.zip
Hope it will be added in new version
[...] .markus der Hinweis auf Lightbox. Yes, das scheint es zu [...]
I released a new version, 1.6. Please, say me if it works fine, tnx!
[...] : Lightbox 2 Published May 6th, 2007 in Uncategorized. Installed new WordPress plugin: Lightbox 2 WordPress plugin, which is actually a plugin that utilize the (very) popular Lightbox JS v2 JavaScript written by [...]
[...] Pages (17): [1] 2 3 4 ? … Last ?15. Lightbox 2 (5/48) . [...]
Hi Peppe… I think your plugin looks great but I can´t make it works..
I just read almost all your answers and I dont know what Im doing wrong.. I downloaded your the new version.
If you can take a look at my site, it would be great.
http://www.piranadiseno.cl/?p=59
Thanks…!!
ck:
I have the latest version, but I can’t get it to work. Suggestions?
I open your site and it is ok!
ck:
I got it fixed…had to change the image path since my blog is not in the root directory. Thanks for checking in.
To change the image path if the blog is not in root is not necessary with new version. What u changed?
eduo:
Peppe: Have you consider adding full WP2.1 support and change the call to prototype to wp_enqueue_script();? I haven’t yet tried the latest one so this may be already the case. It’s good because this way other plugins don’t clash if they need prototype as well.
Ok eduo i will work on it.
eduo:
Actually it’s pretty easy.
Change the HEAD tags to include this instead of calling the script:
[?php wp_enqueue_script("prototype"); ?]
(Change the tags accordingly)
And that’s pretty much it
But if other plugins (for example, Ajax Inline more or Ajax Comments) try to call prototype and they do the same they’ll all be using the WordPress-sanctioned Prototype.js version)
[...] extend experience and functionality I have installed WP Lightbox JS Plugin for site imagery and Automattic Stats for WP Global Dashboard. Check out the portfolio for a good [...]
[...] en ellas podreis comprobar lo bien que funciona Lightbox y la implementación del mismo como plugin de WordPress (el tamaño ampliado sirve perfectamente como fondo de pantalla [...]
[...] Allerhand Scripte zur Darstellung von Bildergallerien im Web werden im Dr. Web Blog vorgestellt. Hier auch zahlreiche Mods von Lightbox, dem Script das hier läuft, Lightbox für WordPress findet sich übrigens hier. [...]
Thank you for upgrading to the last version
[...] are always some nice guys around us will make the world easier. There are two lightbox wp plugins, Lightbox JS v2.03.2 Plugin made by Peppe Argento, and the other one WP lightbox JS WordPress plugin 0.8 made by Zeo. Both [...]
[...] Avant d’être un Plugin WordPress, LightBox2 est initialement un script (Javascript) conçu par Lokesh Dhakar sur base de Prototype Framework et Scriptaculous Effects Library, transform
Thanks, it good, but I don’t see “Next” and “Prev” buttons…. Please, look here: http://www.feelgood.kiev.ua/2007/05/09/seriya-«hoda-net»/ How can I fix it?
foxx:
Very nice Plugin but one comment:
If you open a image set and move the cursor to the right or left part of the picture, In your plugin-version the prev/next images are’nt shown like in the example on this page.
foxx:
Oh no, Andrey wrote it already
David:
I’ve tried to fit Lokesh Dhakar’s js script to my template directly but there are always bugs, so I’m thrilled to find this plug-in……but, does this suppport IE7? I activated it and add the tag in the link, and nothing happens.
Sorry, there was an error in the css, now i fixed it, download again.
Bye
Thanks, I’ve found bug in CSS too, and already fixed it. Works perfect, THANKS!!!!
[...] ich das lustige Lightbox-Plugin für Bilder installiert hab, wird es auch mal Zeit dies zu [...]
Hello,
I installed the LightBox plugin to WordPress. I then insert in image into the post, and place the rel=”lightbox” tag in the img src tag. However, when I click on the image, it will just take me to the image source page, and won’t do the Lightbox effects?
What should I try? Are there any plugin conflicts? Thanks!
Ahren, please, not in IMG SRC, but into A HREF tag!
Hi again… Everything ok except… the load button stays up and keeps turning… won’t go away… does anyone know why this is happening? I think I ask this before and got no answer, would appreciate any knowledge on this. Thanks.
[...] Just added the lightbox plugin for photos. (The original, non-wordpress plugin is here.) Click on any of the photos to see what I [...]
@Andrey
I have tried placing the tag in both the IMG SRC and A HREF, and yet the Lightbox did not come up.
Here is what my code looks like (I replaced the
2 Ahren!
Here: http://gamenationbase.com/ script works fine! I have tested in Safari and Firefox. But if you have Internet Explorer or Opera, you can’t see this plugin in action!
Andrey it works also with ie6, ie7.
Anna:
I just want to say thank you for this plugin! It’s absolutely fab!
Is there any way to change the lb_path part so that it would show as script language = text/javascript ? It’s breaking validation for XHTML Strict.
Thank you very much for this plugin. I am using it on several different blogs, but have only had a problem on one. My title and close buttons show up, but the ‘prev’ and ‘next’ buttons do not. I know that several others have made this comment and the problem has been solved, but I can’t find the explanation on how to fix it. I would love to hear back from you about how it can be done, because I would love to use lightbox on my newest build. Thanks.
[...] Visit [...]
hi,
your plugin seems to put this code in the header of the generated html:
[code]
lb_path = "http://www.jbeckers.be/blog/wp-content/plugins/lightbox/";
[/code]
this is invalid xhtml 1 transitional however. the w3c validator says:
[quote]
The attribute given above is required for an element that you’ve used, but you have omitted it. For instance, in most HTML and XHTML document types the “type” attribute is required on the “script” element and the “alt” attribute is required for the “img” element.
Typical values for type are type=”text/css” for and type=”text/javascript” for .
[/quote]
so can you please add that type=”text/javascript” thing?
thanks
[...] voir l’affiche de Marcel, il suffit de cliquer sur l’image (merci “Lightbox” et les conseils de [...]
Ant:
I have having the same XHTML validation issue – see below….
Line 21 column 29: required attribute “type” not specified.
lb_path = "http://www.200feet.com/blog/wp-content......
The attribute given above is required for an element that you’ve used, but you have omitted it. For instance, in most HTML and XHTML document types the “type” attribute is required on the “script” element and the “alt” attribute is required for the “img” element.
Typical values for type are type="text/css" for and type="text/javascript" for .
I have had a look at the php file and the information seems to be there on line 18, but it seems to be actually sending line 14 to be part of the page HTML.
I know enough to see it but not actually enough to know how to fix it myself.
I am running WP2.2 if that has anything to do with it?
Hello,
I installed the LightBox plugin to WordPress. I then insert in image into a page and a post, and place the rel=”lightbox” tag in the img src tag. However, when I click on the image, it will just take me to the image source page, and won’t do the Lightbox effects?
What should I try? Thanks!
Forget is I made it work
Thanks….
[...] The ever-popular Lightbox 2 makes it way to WordPress. Makes it easy to add Lightbox functionality to any WordPress post. >>>> [...]
[...] sitemap į Google, Ask.com, ir Yahoo; 6. Google Analyticator – google analytics kodui įterpti; 7. Lightbox JS v2.2 Plugin – lightbox efekto paveiksliukams ir nuotraukom naudojimui; 8. Topix Link – interaktyvių topix.lt [...]
I uploaded some 800×600 photos but the “close” area of the window disappeared. Is there some way I can make it work for “larger” pictures ?
hei, i’ve installed wordpress 2.2 and this great plugin doesn’t work. do you know that?… is there another release comming up? thanks a lot.
Ionut u have 2 lightbox plugins installed.
peppe, what? how come? it’s 1.6, i’ve uploaded the whole directory to /plugins/…
i did the same with 1.5 and worked. i don’t know what exactly you’re saying
Remove the 1.5, in your code i can see
/plugins/lightbox2/lightbox/ and /plugins/lightbox/
listen man, i don’t know where you see in my code that i have 2 versions. i’ve removed 1.5… there is only one directory in plugins/LIGHTBOX2
THERE IS NO PLUGINS/LIGHTBOX
U have twice, i sent u an email with your code.
[...] classe al vostro blog. L’utilizzo
[...] ” class=”moveDown2″ /> 4MJ – Internet News Mardi, 29 mai 2007 | 1 visites Tag: WordPressURL: http://feeds.feedburner.com/4mj info: Internet News – Lightbox 2 WordPress Plugin [...]
Hi there,
I installed your plugin but sadly it does not seem to work..
The plugin is activated and in the code I see it is loaded, also I see the the rel=”lightbox” attribute is added to a link. Pressing the URL does not activate the plugin though.
If you have time would you be so kind to help me on the way?
Many thanks!
Demo: http://www.feelinginbloom.nl/?p=93
(select the image)
Hi lucas, u uploaded the files in lightbox/lightbox/
Hi Peppe, many thanks, problem solved!
I added the digg it button, please digg me!
hello, i have a problem. the size is wrong and when i use firefox, a scrollbar appears. please visit my website and click on the first two images to see what i mean. thanks!
vincenzo:
rel=”lightbox deve essere aggiunto manualmente. Non
carl:
Thanks a lot for providing this great extension. I have a problem I can’t figure out. When browsing threw image sets, the next and back graphic doesn’t show up (when pointing the mouse on the correct regions). Still it works to click, to browse threw. But the GUI doesn’t show up :-/. I’ve cheched that I have all the 8 image files in the plugins/lightbox/images/ folder.
Any ideas? thanks a lot!
carl send me a link.
vincenzo sarebbe anche possibile ma poi non potresti levarlo: se apri il plugin vedrai che le ultime righe sono commentate, se le scommenti avrai quello che volevi.
ciao
carl:
Peppe: http://signym.com/wptest/?page_id=15
thanks
carl:
had to change the url structure. the correct link is:
http://signym.com/?page_id=15
Carl, your lightbox.css is wrong(i don’t know why), download again the plugin.
carl:
that’s strange.. redownloaded and everything works perfectly, thanks a lot!
[...] 似乎很占用系统资源,决定暂时放弃。 一个很绚丽的图片显示插件,显示效果请看 这里 详细使用情况和下载请点击 [...]
[...] installed Lightbox JS v2.03.2 Plugin so all pictures I upload will be clickable so they will be brought up in full scale. Very handy [...]
小虎:
“Prototype JavaScript framework, version 1.4.0″
Why not use the latest version?
[...] Und dann hab ich hier noch ein schönes neues plugin für die Bilder und zwar die sogenannte lightbox. [...]
Doesnt seem to be working for me… it just loads the image instead.
Example: http://mybbgames.com/2007/06/09/forum-tips-tricks-1/ – The first image
[...] image enlargements I use Lightbox and Thumbnail [...]
Hi bobby, i can’t found my plugin files on your server!
For example in your code http://mybbgames.com/wp-content/plugins/lightbox/lightbox.js is not found
[...] dieser Seite den Highslide-Effekt verwenden, werden Highlide JS und wp-Highslide benötigt. Auch Lightbox-Effekt muss über ein zusätzliches Plugin in die WordPress-Installation integriert werden. [...]
[...] JS [DEMO] : Fairly simple, didn’t see any gallery management features and the effect took a while to load on [...]
[...] Ja, liebe Leute, es ist soweit – auf Jugendfresse.de (Hier) nutzen wir jetzt ein neues Plugin für alle unsere Galerien – sicher ist noch nicht alles perfekt, aber zum angucken reicht es. Und jetzt alles schick mit Lightbox. [...]
[...] Site van de Italiaan [...]
[...] effective graphical format. Sociable – adds all those cute tiny icons for easy social bookmarking LightBox 2 – A fade effect that you see on a myriad of blogs you visit these days where you click the image, [...]
[...] effective graphical format. Sociable – adds all those cute tiny icons for easy social bookmarking LightBox 2 – A fade effect that you see on a myriad of blogs you visit these days where you click the image, [...]
[...] effective graphical format.Sociable – adds all those cute tiny icons for easy social bookmarkingLightBox 2 – A fade effect that you see on a myriad of blogs you visit these days where you click the image, [...]
[...] 推荐 WordPress 插件 – Akismet – WordPress Backup – WP Cache – Google Sitemap Generator for WordPress v2 Final – Preview Pane – Facebook Photos – Flickr Photos – Related Posts – Feedburner Feed Replacement – Ultimate Tag Warrior – Adsense Deluxe – Super Archive – Stat Traq – Sociable – LightBox 2 [...]
[...] 【WordPress】 WordPress 皮肤面板 – ThemeViewer – Templates Now – TemplateMonster – WordPress Themes 推荐 WordPress 插件 – Akismet – WordPress Backup – WP Cache – Google Sitemap Generator for WordPress v2 Final – Preview Pane – Facebook Photos – Flickr Photos – Related Posts – Feedburner Feed Replacement – Ultimate Tag Warrior – Adsense Deluxe – Super Archive – Stat Traq – Sociable – LightBox 2 [...]
[...] gráfico. Compártelo!: agrega todos esos íconos lindos para las redes sociales (bookmarking). LightBox 2: efecto que pod
I got it to work, thanks for your help.
Aiutami please! Non riesco a far funzionare lightbox! mi daresti una mano magari mettendo la spiegazione del plugin in italiano?
Se potessi far ci
ciao ti ho mandato una mail per contattarti ma mi dice che sono blacklisted !?! . dammi un altra mail
[...] こんなプラグインを見つけました。 Lightbox 2 WordPress Plugin [...]
Thx for the plugin. I tried it out and added the rel=”lightbox” attribute to my uploaded image link but it doesn’t seem to be aorking at all. Not sure if I’ve done it all correctly. The lightbox.php file in the download is called lightbox2.php … anything else I might need to know about this plugin? I am using wordpress 2.2 and my url is http://www.nomad-one.com
Hi Nomad, it works fine on your site!
[...] 推荐 WordPress 插件 – Akismet – WordPress Backup – WP Cache – Google Sitemap Generator for WordPress v2 Final – Preview Pane – Facebook Photos – Flickr Photos – Related Posts – Feedburner Feed Replacement – Ultimate Tag Warrior – Adsense Deluxe – Super Archive – Stat Traq – Sociable – LightBox 2 [...]
I downloaded the v2.03.3 Plugin. Added rel=”lightbox”. It’s not working. Like Nomad, I’m using wordpress 2.2 and my URL is http://www.myrockchannel.com/test/
Hi, nomad’s site works fine, correct your path: upload lightbox.php and lightbox folder to the /wp-content/plugins/ not the entire folder.
For example http://www.myrockchannel.com/wp-content/plugins/lightbox/prototype.js not found.
[...] working, either by incorporating Flickr more, or using the native abilities of WordPress with the Lightbox plug-in that I installed [...]
I only added rel=”lightbox” to the picture on this link:
http://www.myrockchannel.com/test
So, of course the other pictures on other sections of my site won’t work.
I did everything you instructed or as instructed by the readme and have checked out many other people’s site source code to see how it works. It still doesn’t work on mine. Thanks anyways. It’s a cool plugin, but too bad I don’t have luck with it.
I just went checked my site from another computer, and it works. Apparently, something is wrong with my browser. I am able to see it working on your site and many others, but not my own. Thanks for you help Peppe.
Np, check if javascript is enable, u welcome.
[...] Download that plugin here, Lightbox 2. [...]
Pete:
Hi, excellent plugin – works very well for me except for one little problem: Somehow these nice little borders/frames around the thumbnails don’t appear on my site. I compared code with many other sites, but can’t seem to find the problem. Any ideas?
[...] Built using the wp lightbox plugin find it here [...]
[...] do Plugin: 2.2 Versão do WordPress: 2.2 Página Oficial Obter o Plugin – ficheiro foi descarregado [...]
Pete link your problem..
“These nice little borders/frames around the thumbnails” are not a lightbox effect, it is a class in the css i created only for my site.
[...] effective graphical format.Sociable – adds all those cute tiny icons for easy social bookmarkingLightBox 2 – A fade effect that you see on a myriad of blogs you visit these days where you click the image, [...]
Jay:
Um.. i jhave it installed but I can nto see how to USE it?? The instructions just say
“# Add a rel=”lightbox” attribute to any link tag to activate the lightbox, or rel=”lightbox[roadtrip]” for image set.”
Same as the site here…… Can anyone tell me exactly how to use this plugin…
Say I have 3 images I want to post… have them show as thumbnails in blog, click opens cool lightbox thing…. .
What is teh code I would use? Thanks in adjance.
Hi jay, first link me your site. Insert your thumbnails in the post, then link to their big images, and add the rel to the a href from the sourcecode editor, for example
a href="images/image-1.jpg" title="my caption" rel="lightbox"
Doesn’t work for me either.
The code has:
and the plugin is loaded (it shows on the header of the HTML the js and what not)
mmm, andre, you, and many people before, have uploaded files i do not know where.
I inserted some day ago the image of the exact path, please watch it and correct the path.
Peppe:
My blog is under:
http://blog.andrelemos.com/
the link I have for the image is:
a href=”http://blog.andrelemos.com/wp-content/uploads/2007/06/img_6076.jpg” title=”img_6076.jpg” rel=”lightbox”
there seems to be trouble with AJAX comments?
when I use this plugin
it is working now. thank you
~Hi Peppe, i have it working now. But just want to know is it possible to work with the Gallery2 plugin?
So for instance i have this code when i put a picture in using the plugin.
Where would i put the lightbox code to make that work?
Thanks again,
Jenai
Its ok i fixed it
Jim:
I have a problem to make this plugin work on my wordpress blog.
I get a blank white screen when i click on a link with the rel=”lightbox” tag. The picture or the close button isnt showing up, so i have to reload the page everytime i click on the link.
I use WordPress (2.2.1).
Anyone know how to do to make this work?
- Jim Johansson
Marschupp:
Just to say that the archive is not compatible with “plugininstaller” : it unzips the files in a directory in plugin’s directory, not directly in that directory.
[...] I just got the Lightbox plugin working, so the images will come up correctly. [...]
Cool plugin Peppe, thanks! One question; for our site I’m using an adapted ‘mistylook’ theme which puts a nice shadowed border around all the pictures on the post/pages part. However, this kind of messes up not just your ‘loading’ page but also the overlaid picture (and close button).
My question, I can edit each img tag (next to the rel=”lightbox” i could add a ‘class=”noborder”‘) but that’s not very neat. I assume I can edit your CSS file? Or maybe the mistylook one takes preference and I can add some class you use in lightbox to add to the main CSS? Any ideas? Or should I just dive in….
PS. Example on this page: http://kilicentre.org/?p=52
Hi Niels, i saw your css, try to delete “a:link img, a:visited img, a:hover img, a:active img”(line45) and change “img” in “.entry img”(line29), so only the image into the post have the shadow.
Fi:
Ciao Peppe
I have a similar problem with the CSS for my template (by the same author as the Misty Look one). The shadows are messing up the Lightbox display.
I’ve looked at my style.css but I don’t have the same classes, etc. I’m okay to edit it if I know which bits I should change.
I’d be grateful for your help — this is such a cool effect I desperately want to use it for my new site.
Grazie!
Try to change “.img” and “.img a” classes in “.entry img” and “.entry img a” in your css.
But this is a problem of yours themes, not of the lightbox.
I help all, but nobody help me with donation
Parm:
This is fantastic! Thank you
[...] ska skrivas i en offlineklient och postas till min WPMU-blogg och även använda ett Lightbox2-plugin för att visa [...]
Dave:
A good blog and some informative details of plugins too!
Regards
Dave
http://www.SuccessEnroute.com
[...] have added Lightbox to my weblog. Neat little toy… [ lightbox home [...]
[...] des Bildes (Kerniges Sauerteigbrot) festgestellt habt, habe ich ein neues Plugin, nämlich das Lightbox 2 WordPress-Plugin Ich hab’s schon desöfteren gesehen und fand’s immer ganz klasse, um Bilder zu [...]
Pepe, sorry for the late reply; internet is still not 24×7 here in Africa; your tips work like a charm! Thanks lots for that!
Will paypal.
Nice, i’m happy! np, use your donation to your center for orphans.
Bye
[...] plugins : lightbox, gravatar, category cloud widget, [...]
[...] 4.Lightbox – Have you seen this cool trick on some websites when you click on a thumbnail and the whole page dims into the background and the image animates to the front? Well it’s done with little tool. It’s called Lightbox. If you host images on your blog I recommend this plugin. Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages. [...]
[...] Visit [...]
Pixelboss:
Amazing plugin but I found something strange : when I use classic quotes to write /rel=”lightbox”/ my photos have no previous or next link… After 2 hours, I have try to copy-paste /rel=”lightbox”/ from this site, with stange italic quotes, and so now plugin works and photos have previous and next links. But it’s very painfull because I can’t find these italic quotes on my keyboard and I would prefer to use classic quotes. I’m on a wordpress 2.2.1.
Is there a solution ? I need this smart naviguation. It introduce an useless specificity in the plugin I guess this little detail of quotes.
Plz send me a link.
[...] plugins I use to support photo blogging before. Well, here’s the update, after using Lightbox for some time, I found it really thirst of resource, and was causing heavy load on my blog. I was [...]
[...] Тестируем плагин Lightbox 2 WordPress Plugin! [...]
[...] DRAFT sera apresantando o NextGEN, um otimo plugin para gerencia galeria de imagens, outro sobre o LightBox 2 que funciona super bem tambem em conjunto com o [...]
[...] ci-dessous pour voir les trois photos en taille r
[...] effective graphical format. Sociable – adds all those cute tiny icons for easy social bookmarking LightBox 2 – A fade effect that you see on a myriad of blogs you visit these days where you click the image, [...]
thanks for this plugin! i’ve been trying to get lightbox to work on my site for the longest time… you made it easier!
[...] If you’re new, please subscribe to my RSS feed or click hear for explanation about What is RSS? Thanks for visiting!This post is a test for a new plugin that I am testing for a client over at Phillipwray Racing. The plugin I am trying is lightbox. [...]
[...] current page. Well the javascript that allows this is called lightbox1 and the I have installed the wordpress plugin that allows me to use it here on this [...]
Hello,
it is working, if i put the rel=”lightbox[roadtrip]” manual in the sourcecode. Is it possible to do that for all fotos in the template or somewhere else ?
Thanks for your help.
Regards
Makru
Hi makru, open lightbox2.php, uncomment lines 22-24 (the function lightbox_create).
[...] 可以在评论中显示Gravatar头像 ImageManager 2.4.1 方便在文章中插入图片 Lightbox JS v2.03.3 Plugin 1.7 灯箱效果显示图片 NextGEN Gallery 0.63 很不错的相册插件 NextGEN Gallery [...]
In passionate rage as tim moved up, and the middle demi moore nude of unhappiness, but.
Hi again,
it works now, but is it possible to reduce and fix the output window size ? my pictures are quite large.
Regards
Makru
[...] 2 תוסף אג‘אקסי לוורדפרס המאפשר להציג תמונות מוקטנות אשר בלחיצה עליהן [...]
Yes makru, reduce the image size, lol!
I love the lightbox2 plugin–thank you. I noticed recently that the plugin does not work on Safari. Is there a work around for it? In a safari browser the image shows for just an instant before dissapearing. The close button is also not visable. Is this the same close and loading variables fix you have listed above? I am using a recent download of the plugin.
What the question is, can i set the outputwindowsize in lightbox somewhere ?
Regards
Makru
AYpeus, have u msn?
Aypeus:
Hi Peppe, I have and I talk to you there !
Peppe you are my hero!
THANKS alot for the help m8!
Peppe does this plugin work with Safari? I have it loaded on two blogs and the images do not load in Safari.
Any help would be much appreciated.
Cheers!
Hi Craig, if u open this page with safari, can u see lightbox effect?
Hello! How to fixed all images link as rel=”lightbox” without adding this rel to all posts in my blog?
I tried editing file ‘wp-admin/upload-js.php’ for fixed link tag as rel=”lightbox” and upload-js.php not working as this changes.
Hi Ruslan, open lightbox2.php, uncomment lines 22-24 (the function lightbox_create).
Hi Peppe! I tried uncomment lines and this not replace my links in posts! More ideas?
Hi.
I am testing your plug-in on blog that i am currently setting up. Installation went smoothly and images are running, but have one small problem. When you click on image, the animated round icon (displayed when pre loading) is displayed all the time, doesn’t disappear even when whole image is loaded. You can see it here:
http://www.tomronda.com/blog/?p=1#more-1
Any idea why? I didn’t make any changes to lightbox files, and its happening in IE, FF and Safari.
[...] and saw pictures of Kiera Knightley playing peek-a-boo, fret not, I was testing a new plugin called Lightbox 2.0. Didn’t work at first, but then viola! It work fantastically and I luuurrrve [...]
[...] zu oeffnen gibt’s gescriptetes Zoom. Sehr nett anzusehen. Erforderlich ist zunaechst das Lightboxplugin fuer WordPress. Da 90% meiner Postings allerdings ueber Mail mit Postie von mir eingestellt werden [...]
[...] non interessa a nessuno, ma oggi festeggio le oltre 100mila visite al Lightbox 2 WordPress Plugin, pi
[...] 影完沖菲林scan菲林,post上forum同blog,順便一試剛嵌入的lightbox plugin, 雖然setting係煩0左少少,但係總算做到自己想要的效果… [...]
[...] Enlarger – IImage Panorama – Image Headlines – Lightbox 2 – Multi-Topic Icon – Random Image – Transparent PNG Fix – WP [...]
[...] Slimbox was designed to be 100% compatible with Lightbox, you can just replace the Lightbox 2 WordPress Plugin whit Slimbox Plugin and your Lightbox effects will work just as well as before. Use the title [...]
[...] download it and find out how to install it and even how to use it with a multiple image set at the Lightbox2 WordPress Plugin Page. This entry is filed under WordPress. You can follow any responses to this entry through the RSS [...]
[...] WP związane z otwieraniem miniatur: Lightbox2 – otwiera powiększenie miniatury na dodatkowej warstwie Enlarger – powiększa miniatury w ramach [...]
Hi there,
I have tried Simplebox and found out that it flickers and stuff like that when scrolling with a picuter open, and even when the picuter loads. I understand that this is because it is slimmer. But what different does it make to use Lightbox 2 instead? Will it get THAT musch slower with older computers and/or is there other negative effects that may occur? Will the scripts in either simplebox or lightbox 2 slow down the general load of my page?
Looking forward to answers.
–
Micke
Hmm. This LIghtbox 2 plugin. It does not make all earlier img tags on my site to open the lightbox way? I have to add the “rel” to all old images? :/
[...] This plugin includes the new Lightbox JS v2.03.2 javascript written by Lokesh Dhakar and got transformed into a WordPress Plugin by me. Plugin used to overlay images on the current page into neat Javascript-powered overlay popups. This plugin includes the new Lightbox JS v2.03.2 javascript written by Lokesh Dhakar and got transformed into a WordPress Plugin by me. Use the title attribute if you want to show a caption. Plugin Homepage [...]
[...] New : Lightbox 2, een nieuwe plugin die voor het albekende Lightbox effect zorgt. De vorige plugin, die ik daarvoor [...]
Moolto bello ma gli editor del nostro blog non sono in grado di editare il codice e di inserire i paramteri a mano. Sarebbe veramente stupendo se si potesse aggiungere all’atto del caricamento o dell’invio dell’immagine all’editor una opzione per attivare LightBox.
Comunque complimenti.
ti riscrivo, senti, sai aiutarmi? non capisco perch
Ciao, eccomi, in questi giorni sto poco al pc, comunque ho provato il tuo sito, praticamente vorresti il lighbox quando si visualizzano tutte le immagini e non solo dopo che ci clicchi? Veramente non so come funziona la lazyest, dovresti modificare il plugin in modo che aggiunga ad ogni foto il rel=”lightbox”, domani con calma lo guardo meglio, ciao.
Mikeal:
This is good BUT it nees IMPROVMENTS, if one have to wait for the page to LOAD then click on an image at only then the image would use the effect… well I don’t see the point in it. Re-write so whenever an img is clicket IT LOADS the image and not just opend in the same window as an image herf with _self taged.
Fix it and it will be the greates ever made, dont and then one can use a pop-up script with WAY more less files and adjustments.
oz:
Is there a way to use this for flash/quick time videos… I’ve been searching for lightbox mod to help me with videos but can’t seem to find any
[...] Lightbox 2 WordPress Plugin » 4MJ – Internet News [...]
[...] Traq – 生成博客的统计信息,以图形显示。 Sociable – 添加漂亮的网摘按钮。 LightBox 2 – [...]
[...] Lightbox 2: Öffnet eingefügte Bilder in einem Ajax-Layer über der Seite. [...]
Anne:
Great plugin that works well on my site. Thank you!
[...] Lightbox JS – Esse eu gosto! O efeito que causa
[...] v2. Because Slimbox was designed to be 100% compatible with Lightbox, you can just replace the Lightbox 2 WordPress Plugin whit Slimbox Plugin and your Lightbox effects will work just as well as before. Use the title [...]
I can’t get the popup to work properly. I have an image path but the plug-in doesn’t find it. I’ll buy you coffee if I can get it to work!
I tested it, http://www.metzlersfoodandbeverage.com/wineclub/group1.jpg file not found, where u put the file?
[...] Lightbox 2 (5/48) . Have you seen a neat trick on some websites, where you press on the image, the whole page dims into the background and the active window or image pops-up to the front? If you don’t know what I’m talking about, just head to the plugin page and press on the images there. If you want such a trick on your blog, install the plugin. [...]
[...] was from the Mashable post that I found the Lightbox 2 WordPress Widget. I have been using Lightbox 2 on geographyalltheway for a month or so now, so was very happy to [...]
[...] Lightbox 2 [...]
Ciao peppe
dimenticavo… la pagina di prova
Ciao Diego, non c’
[...] Lightbox 2 WordPress Plugin » 4MJ – Internet News [...]
[...] (that means I asked at #Mapcore) and some random asshat gave me a google link and the first hit was this. So now I’ve uploaded it and I have to test [...]
[...] effective graphical format. Sociable – adds all those cute tiny icons for easy social bookmarking LightBox 2 – A fade effect that you see on a myriad of blogs you visit these days where you click the image, [...]
[...] just installed the Lightbox 2 WordPress Plugin…. it’s a great (free) tool for displaying images on your site…. what a great [...]
Thanx for the plugin, works great! And yours sis sample pictures are great!
Fantastic plugin. I was going to code something like this myself but figured I’d see what was out there first. Love it, and works very well for displaying images in sets in my portfolio, as I want the attention to be on my photos – not the website. =)
Thanks for this awesome plugin, it really looks and works great!
[...] Sitenizdeki resimlerin Lightbox efekti ile gösterimini sağlar. Link [...]
[...] thumbnail viewer aku test. Semuanya bermasalah dengan theme yang aku guna ni. So akhirnya jumpa lah Lightbox 2 yang di modified dari Lightbox JS v2.2 javascript yang di tulis oleh Lokesh Dhakar. So far OK tapi [...]
Nadia:
I’d like to know if using Firefox the user can’t use the save as option. Because i’m using firefox and i can’t save the picture
Anyone here have an idea of how to enable this function?
[...] Sitenizdeki resimlerin Lightbox efekti ile gösterimini sağlar.Link [...]
[...] Sitenizdeki resimlerin Lightbox efekti ile gösterimini sağlar. Link [...]
[...] Sitenizdeki resimlerin Lightbox efekti ile gösterimini sağlar. Link [...]
Is it possible to change the rel=”lightbox” into class=”lightbox” ? So instead of using rel, we use class. is that possible?
Juergen:
Hey, thanks for the great plug in. Just a short question: How do you do it that 2 pictures stand next to each other? And not like usual in wp that they are underneath each other. Is this something the plug in can also do? Or do I need to change the css for this?
Thanks
Juergen
[...] still, it’s a great script to display photos. Go here to get the [...]
[...] Sitenizdeki resimlerin Lightbox efekti ile gösterimini sağlar.Link [...]
[...] Lightbox 2 WordPress Plugin [...]
[...] effective graphical format. Sociable – adds all those cute tiny icons for easy social bookmarking LightBox 2 – A fade effect that you see on a myriad of blogs you visit these days where you click the image, [...]
Tony:
Do the images have to be loaded on your website? Or can you link to an outside website, say, flickr or photobucket?
For some reason, the lightbox effect is not working
Tony:
nm, it works now
. Is it possible to integrate this with simpleviewer? Thanks.
[...] I hope you guys like what I did with the photos
. Big props to GiuseppeArgento for implementing Lightbox into wordpress. You can check out his website here [...]
[...] Sitenizdeki resimlerin Lightbox efekti ile gösterimini sağlar. Link [...]
[...] de instalarle 2 plugins al blog: Lightbox 2 y The Excerpt Reloaded, el primero para imágenes insertadas y el segundo para el conocido [...]
[...] изображения для названий заголовков статей. Lightbox 2 – плагин позволяет показывать изображение в реальном [...]
[...] Lightbox 2:灰盒子插件,用幻灯效果显示图片,很酷。 [...]
Oh, man! I never knew this existed. I was actually trying to open up pictures in it’s own window. I stumbled on it by happen stance. I installed it and had to go back an re-edit my posts. Luckily I don’t post images everyday of else I’d have lots of work to do. Thanks for your efforts.
[...] essere una prova ma a me sto plugin non funziona .. o meglio non sono in grado di farlo [...]
[...] point de vue technique. j’ai ajout
[...] Lightbox 2 WordPress Plugin Tilføjer en lightbox popop-effekt på de billeder du vælger. http://www.4mj.it/lightbox-js-v20-wordpress/ [...]
[...] Lightbox 2 WordPress Plugin Tilføjer en lightbox popop-effekt på de billeder du vælger. http://www.4mj.it/lightbox-js-v20-wordpress/ [...]
[...] 前两天Wordpress放出了0.0.1的版本升级,新版本为2.2.3。喜欢尝鲜的我又一次地为这0.0.1付出了宝贵生命中的十几分钟。升级完毕后我习惯性的检查了一下目前使用的插件有没有更新。结果在我用的Lightbox插件作者Blog上找到了一个叫做Slimbox的插件。该插件号称在完全实现并兼容Lightbox 2功能的同时,其大小仅为7kb。我立即下载尝鲜。但体验的结果很是糟糕:在Firefox下确实完全没有任何问题,但在IE 7下却会导致页面无法加载。于是决定放弃,仍旧使用Lightbox的插件。 [...]
[...] lightbox [...]
[...] Lightbox 2. – lightbox eklentisi [...]
[...] Lightbox 2 WordPress Plugin Das Lightbox Plugin fügt die Lightbox JS in das Blog ein. Ich hab alle Screenshots und sonstige Bilder hier im Blog nun mit ihr versehen. Erklären kann man das find ich nicht so leicht, aber ich werd es hier einfach mal vorführen. Zum Testen einfach die Thumbnails anklicken: [...]
[...] on an image and have it grow in size while the background it darkened – there is also a version for WordPress. Listen to this [...]
quan:
Hi Peppe,
Thanks for this great plugin.
I just wanted to tell you that there’s a conflict w/ another plugin i was using : http://www.zefranck.com/blog/projets/ajaxsplit/
Error message : “‘effect.options.from’ a la valeur Null ou n’est pas un objet.”
I also told zefranck about that.
Hi quan, plz link me a test page.
[...] 1.wp用户自行安装这个插件,点击这里下载插件,安装好后在后台启用;yo2用户进入后台启用lightbox插件。 [...]
[...] Lightbox 2 WordPress Plugin » 4MJ – Internet News 을 보고 깔기는 했는데, 링크에 있는 블로그처럼 이미지가 이쁘게 전환이 안되는 군요 ㅡㅡ;에디터가 둘이니 이미지 삽입하는 경로도 둘다 다르고 사용할때마다 링크를 걸어줘야하는지도 모르고 ㅡㅡ; 넘 복잡하네… [...]
Quan:
Hi Peppe, I reactivated the (ze)AjaxSplit wordpress plugin on my blog : http://quantran.free.fr/blog, so u can see the conflict.
Pliz let me know when you’ve seen it so i can deactivate it again.
[...] lightbox 2.0 wordpress plugin으로 해결하는 군요 [...]
Hi quan, you don’t use my lightbox plugin, but i think there is a conflict with mootools.jsp.
Quan:
Yep, sorry, i tried 2 other ones too. You can have a look if you want now, i just activated yours, and deactivated the other one.
Yes about about the conflict.
Pliz, let me know when you’re done so i can unplug the mootools thing.
[...] Lightbox JS v2.03.3 Plugin – 1.7 [...]
x:
Where is download button?
Quan:
Peppe, i’m too impatient to test your plugin so i just deactivate the ajaxsplit one.
Take care
[...] Deux plug là aussi indispensables, ils permettent d’archiver simplement les images de votre site. Coupl
[...] Lightbox 2 WordPress Plugin » 4MJ – Internet News [...]
[...] Sitenizdeki resimlerin Lightbox efekti ile gösterimini sağlar. Link [...]
[...] to overlay images on the current page into neat Javascript-powered overlay popups. Plugin Page: http://www.4mj.it/lightbox-js-v20-wordpress/ Download: [...]
[...] изображения для названий заголовков статей. Lightbox 2 – плагин позволяет показывать изображение в реальном [...]
[...] 以前介绍过的一款 WordPress 增强图片显示效果插件 ,是胡里胡涂汉化的,跟现在的这款 Lightbox 2 WordPress 插件的显示效果有些相似,各有各的好坏,自己喜欢啦。那款用起来便捷顺手就好。 [...]
[...] Traq – 生成博客的统计信息,以图形显示。 Sociable – 添加漂亮的网摘按钮。 LightBox 2 – [...]
[...] Sitenizdeki resimlerin Lightbox efekti ile gösterimini sağlar. Link [...]
[...] 있었나 봅니다. 지금은 되네요이런 저런 방법으로도 해결못하다가 결국은 lightbox 2.0 wordpress plugin으로 [...]
[...] Lightbox plugin for WordPress (tags: wordpress web2.0 ajax lightbox prototype script.aculo.us scriptaculous plugin) « links for 2007-09-18 [...]
[...] har installerat fina Lightbox för WordPress och försöker klura ut hur allt funkar. [...]
[...] 1.wp用户自行安装这个插件,点击这里下载插件,安装好后在后台启用;yo2用户进入后台启用lightbox插件。 [...]
[...] 1.wp用户自行安装这个插件,点击这里下载插件,安装好后在后台启用。 [...]
[...] Lightbox 2.0 : WordPress plugin used to overlay images on the current page into neat Javascript-powered overlay popups. This plugin includes the new Lightbox JS v2.2 javascript written by Lokesh Dhakar and got transformed into a WordPress Plugin by me (the author) . Use the title attribute if you want to show a caption. Click on the images below for an example. [...]
[...] Lightbox 2. Plugin untuk preview foto dalam tampilan yang lebih mak-nyus. Sebenarnya telah diaplikasikan di theme yang sekarang, namun bukan sebagai plugin WP, melainkan script aslinya yang terdiri dari JavaScript dan PHP biasa yang tidak dibuat khusus sebagai plugin WP. [...]
[...] Lightbox 2 – Generates thumbnails that when clicked load in a lightbox. [...]
[...] Lightbox 2.0 : WordPress plugin used to overlay images on the current page into neat Javascript-powered overlay popups. This plugin includes the new Lightbox JS v2.2 javascript written by Lokesh Dhakar and got transformed into a WordPress Plugin by me (the author) . Use the title attribute if you want to show a caption. Click on the images below for an example. [...]
[...] Lightbox JS v2.03.3 Plugin 说明:可以让站点上的图片在点击的时候以一种很耀的形式进行显示。对于单篇文章中拥有大量图片的时候,效果比较好。尤其是作为相册的站点,效果更佳。(咋像广告词呢?) [...]
[...] Lightbox 2 – Generates thumbnails that when clicked load in a lightbox. [...]
[...] Lightbox 2 – Generates thumbnails that when clicked load in a lightbox. [...]
[...] 前两天Wordpress放出了0.0.1的版本升级,新版本为2.2.3。喜欢尝鲜的我又一次地为这0.0.1付出了宝贵生命中的十几分钟。升级完毕后我习惯性的检查了一下目前使用的插件有没有更新。结果在我用的Lightbox插件作者Blog上找到了一个叫做Slimbox的插件。该插件号称在完全实现并兼容Lightbox 2功能的同时,其大小仅为7kb。我立即下载尝鲜。但体验的结果很是糟糕:在Firefox下确实完全没有任何问题,但在IE 7下却会导致页面无法加载。于是决定放弃,仍旧使用Lightbox的插件。 [...]
[...] Lightbox Effet popup lightbox lors d’un clic sur une photo. Très facile à installer. [...]
[...] voor zijn. Bijvoorbeeld ook een mooie manier om foto’s te laten zien. Deze plug-in heet Lightbox. Klik op de foto…ziet er goed [...]
[...] Lightbox 2 26: Collegamenti grigi della scatola, con le immagini di proiezione di diapositive di effetto, fredde. [...]
[...] o plugin lightbox neste blogue colocando umas fotografias dos meus gatinhos, em primeiro lugar a mamã-gata e logo os [...]
[...] Thumbnail Viewer Plugin 和 Lightbox JS 後者在安裝啟用後出現錯誤訊息只得作罷,雖然大部的網誌都用這個 plugin [...]
[...] Lightbox JS v2.03.3 Plugin 1.7 Used to overlay images on the current page. [...]
[...] just installed the Lightbox 2 WordPress Plugin… it’s a great (free) tool for displaying pictures and images on your site… and [...]
[...] Lightbox 2. Plugin untuk preview foto dalam tampilan yang lebih mak-nyus. Sebenarnya telah diaplikasikan di theme yang sekarang, namun bukan sebagai plugin WP, melainkan script aslinya yang terdiri dari JavaScript dan PHP biasa yang tidak dibuat khusus sebagai plugin WP. [...]
[...] install
[...] WP官方下载页面 | 插件作者下载页面 [...]
[...] Lightbox 2 (5/48) . Have you seen a neat trick on some websites, where you press on the image, the whole page dims into the background and the active window or image pops-up to the front? If you don?t know what I?m talking about, just head to the plugin page and press on the images there. If you want such a trick on your blog, install the plugin. [...]
[...] Lightbox 2 – lightbox特效 [...]
[...] with some of the plugins she mentioned, I installed Brian’s Threaded Comments Plugin, Lightbox JS v2.03.3 Plugin, Sociable, the neat WP AJAX Edit Comments Plugin and the something-wrong-it-is-not-showing [...]
[...] To find out more about Lightbox JS for WordPress please visit http://www.4mj.it >> [...]
[...] それは「Lightbox JS v2.0」です。 まぁ、けっこう前にでていたようです。 機能としては、 [...]
[...] Lightbox 2: Cuando se hace click en una imagen la maximiza en una lightbox. [...]
[...] Hat sich erledigt. TinyMCE Comments vertrug sich nicht mit dem Lightbox-Plugin. Statt Lightbox habe ich jetzt Slimbox im Einsatz, welches funktioniert und sowieso weniger bloated [...]
[...] 就是这个插件,新版的slimbox也不可以,各方面还不如lighbox。找了找原因,同pic.flashmov.com的镶入码冲突。没办法,两者取其一,flashmov调用的是slide2.php和flashmov.css,在各个浏览器中的调用都很完美。flashmov也支持”flashmovbox[roadtrip]”参数,这点flashmov在介绍时没有提到。flashmovbox还有一个非常实用的功能就是,加入镶入码后,你站点的其他图片也可以使用rel=”flashmovbox”达到一样的效过(等同调用slide2.php、flashmov.css) [...]
[...] dois plugins para gerenciar imagens aqui no pBlog, um deles
[...] both up here in this new blog so that I can test 2 particular plugins I have just installed here (Lightbox and Audio Player) that also powered up the old blog. So here they [...]
[...] 由于有时会在日志中插入图片,在wordpress中设定成完整显示图像的话有时候会撑破页面,缩略图显示要查看大图的时候会转到图片的链接地址,要继续查看日志的话稍显麻烦,Lightbox 2 WordPress Plugin正好提供了这种功能,下载和安装演示见前面的链接。 [...]
Eric Monse:
This looks killer, have to try it out. – Eric Monse
[...] Lightbox 2:灰盒子插件,用幻灯效果显示图片,很酷。 [...]
[...] 5. Lightbox JS v2.03.3 Plugin [...]
[...] Lightbox 2.0 For WordPress Use the ever popular Lightbox 2 on your WordPress. [...]
[...] Lightbox JS v2.03.3 Plugin :هذه الإضافة لتسهيل الإطلاع على الحجم الأكبر للصور المصغرة thumbnails فى المدونة بداخل نفس صفحة المتصفح .. مثال [...]
[...] 面白そうなプラグインがあったので試しに入れてみた Lightbox 2 WordPress Plugin [...]
[...] Just installed the latest lightbox plugin for WordPress. Here are the instruction for use after you have uploaded and installed the plugin. Authors Page. [...]
[...] Lightbox2 for WP has been installed! Oh Yeah! For more information on this plug-in please visit http://www.4mj.it/lightbox-js-v20-wordpress/ [...]
[...] A pop-up window that doesn’t suck. 因为最近频繁折腾Blog的缘故,到处搜括WrodPress的插件,其中几个图片显示特效的插件比如WP-Highslide 和 Lightbox 的效果实在让人赞叹。看来JavaScript+Css实现出来的东西未必比Flash差,还记得当初在Open-Open上看见过GrayBox框架的Dome的时候那种感叹!于是搜集整理了一下几个JavaScript库: [...]
[...] To find out more about Lightbox JS for WordPress please visit http://www.4mj.it >> [...]
[...] Lightbox 2:灰盒子插件,用幻灯效果显示图片,很酷。 [...]
[...] 2 WordPress Plugin的作者用Slimbox 1.41转化过来的一个类似于Lightbox 2 WordPress Plugin效果的图片效果插件。使用方法与Lightbox2 WrodPress [...]
[...] petit post pour annoncer l’ajour d’un petit plugin pour WordPress. Il s’agit de Lightbox et g
[...] is where the compromise comes in. About a month ago I installed Lightbox JS v2.03.3 Plugin which allows me to display a small image on the blog post which becomes a much larger image when [...]
fbeshox:
Hi! My lightbox doesn’t work. I’ve to install something other to have a working lightbox? My host needs any something special?
hi,
first sory for my english.
I have to install this plugin my Unix host and my Windows host. Unix host no problem but on windows host i see so muck error why ?
[...] изображения для названий заголовков статей. Lightbox 2 – плагин позволяет показывать изображение в реальном [...]
[...] изображения для названий заголовков статей. Lightbox 2 – плагин позволяет показывать изображение в реальном [...]
Fausto Uribe:
Hi, I installed your plugin: Lightbox 2, it works nicely, do yiou recommend slimbox as a bettrer option?
How do you create the 3d frames in your thumbnails? is it another plugin?
Your sister’s Photos are very good, congratulations, is there a site where I can see more of her photos?
look forward to hear from you, thanks.
Fausto from Mexico City, Mexico
Rich:
Any plans to add the auto slideshow effect and music options like it JS V2 Ahavriluk
[...] 前陣子找了幾套離線編輯文章的軟體,由於沒時間測試,所以隨便推薦Windows Live Writer給James,拿他當白老鼠讓他先試用。發現貼圖之後無法顯示Lightbox的特效,所以這幾天測試了一下Zoundry,自己試貼了一篇文章,在無任何編修HTML原始碼的狀態下,竟然有支援Lightbox特效,讚!(我不用再找其他軟體了) [...]
[...] Lightbox JS v2.2 Plugin – WordPress plugin used to overlay images on the current page into neat Javascript-powered overlay popups. Lightbox JS v2.0 by Lokesh Dhakar. By Peppe Argento [...]
[...] Lightbox JS v2.03.3 Plugin:实现图片的Lightbox效果,使用需要修改源代码,加入rel=”lightbox”,是有点麻烦,不过还没有更加好的方案。 [...]
[...] 由于有时会在日志中插入图片,在wordpress中设定成完整显示图像的话有时候会撑破页面,缩略图显示要查看大图的时候会转到图片的链接地址,要继续查看日志的话稍显麻烦,Lightbox 2 WordPress Plugin正好提供了这种功能,下载和安装演示见前面的链接。 不过在使用时碰到了一点点麻烦,认真按照作者的提示进行却看不到效果,在网上查了查也不行,不过最后还是搞定了,具体的使用方法贴出来给小僧们参考一下,偶也刚开始研究WP,还请高僧们看到后不要笑 上传你想插入在日志中的图像,选择该图片并以“缩略图”和“文件”的状态发送到编辑器,切换到“源代码”编辑状态下(当然你如果本来就是在源代码编辑状态下写日志就这步就可省略了),找到:<a href=”你插入的图片地址” >该图像缩略图地址</a>这段字符串,修改为<a rel=”lightbox” href=”你插入的图片地址” >该图像缩略图地址</a>就可以了,即在<a 后插入了rel=”lightbox”,多个文件应插入rel=”lightbox[roadtrip]”如果想给图片加上标题的话:在rel=”lightbox”后加上title=”图片标题”就可以当图片被点开的时候在左下方显示该图片的标题了(如果再上传图片的时候已经填写了标题这步就可省略)。 单个图像实例: <a href=”实际图片地址” rel=”lightbox”>缩略图地址</a> 多个图像实例: <a href=”实际图片地址” rel=”lightbox[roadtrip]”>缩略图地址1</a> <a href=”实际图片地址” rel=”lightbox[roadtrip]”>缩略图地址2</a> <a href=”实际图片地址” rel=”lightbox[roadtrip]”>缩略图地址3</a> [...]
[...] mootools oder prototype. Die Entwickler des Pixkit-Themes haben sich für die mootools entschieden. Lightbox JS benötigt hingegen prototype. Aktiviert man also das Lightbox-Plugin werden beide Bibliotheken [...]
[...] Link zu Lightbox – Plugin für WordPress [...]
[...] Lightbox 2 (5/48) . 不知道你是否已经在一些网站上已经看到,当你点击一张图片,整个页面就变得模糊成背景,而当前页面则成了一张图片。如果你不明白我在说什么,那么请点击插件页面,然后点击那里的图片。如果你需要这样图片技巧,那就安装着个插件吧! [...]
Any way to add a function that would resize the image according to browser window size /resolution? I’ve been looking for this on thr lightbox and NG Gallery plug in sites (and wordpress too!) but haven’t found anything.
Let me know if you have a solution…
Thanks!
[...] Lightbox 2 – G
[...] Lightbox JS v2.03.3 Plugin – Used to overlay images on the current page. Authors can use the rel="lightbox" attribute on anchor tags to enhance their articles. [...]
[...] Lightbox JS v2.03.3 Plugin – Used to overlay images on the current page. Authors can use the rel="lightbox" attribute on anchor tags to enhance their articles. [...]
[...] sur le site et en attendant, j’ai d
[...] Lightbox 2:灰盒子插件,用幻灯效果显示图片,很酷。 [...]
[...] effective graphical format. Sociable – adds all those cute tiny icons for easy social bookmarking LightBox 2 – A fade effect that you see on a myriad of blogs you visit these days where you click the image, [...]
[...] Lightbox JS v2.03.3 Plugin Reiner Schönheits-Effekt zum Betrachten der Bilder in voller Größe. [...]
[...] изображения для названий заголовков статей. Lightbox 2 – плагин позволяет показывать изображение в реальном [...]
[...] Lightbox – ściągnij wtyczkę Lightbox 2 ze strony 4mj.it – rozpakuj i do wp-content/plugins wrzuć folder lightbox oraz plik lightbox2.php – aktywuj [...]
[...] Lightbox 2 (5/48) . Have you seen a neat trick on some websites, where you press on the image, the whole page dims into the background and the active window or image pops-up to the front? If you don’t know what I’m talking about, just head to the plugin page and press on the images there. If you want such a trick on your blog, install the plugin. [...]
[...] Google XML site generator from 2.7.1 to 3.7.1 with no problems. I moved from WP lightbox 2 to Lightbox 2 WP plugin because the WP lightbox 2 plugin stopped working after I upgraded WordPress to version [...]
[...] まぁ、その点では結果的に見つからなかったのですが、先ほどから申している「4MJ – Internet News」の“Lightbox JS v2.0”プラグインよりもっと簡単に「Lightbox」を導入できるプラグイン紹介サイトがございました。 [...]
I’ve no idea why all of a sudden lightbox is behaving weird.
The white box appears and is apparently loading an image. When it stops loading, no image and the white box remains the same size. When I tried viewing my older sets of pictures, the lightbox doesn’t even load and only displays the picture.
Some help please.
[...] thumbnail viewer aku test. Semuanya bermasalah dengan theme yang aku guna ni. So akhirnya jumpa lah Lightbox 2 yang di modified dari Lightbox JS v2.2 javascript yang di tulis oleh Lokesh Dhakar. So far OK tapi [...]
[...] Lightbox 2 – плагин позволяет показывать изображение в реальном размере по клику и выводит его в форме лайтбокса. Multi-Topic Icon: плагин позволяет присвоить к каждой категории блога иконку и впоследствии вместо названия категории показывается изображение. Random Image – случайно выбирает картинку из предыдущих постов и публикует вместе со ссылкой на пост откуда взята картинка. Transparent PNG Fix – позволяет избежать проблем с “прозрачными” PNG. WP Wetfloor – создаёт “популярный в прошлом” эффект отражения для изображений. Audio Player – позволяет добавить в посты простой MP3-плеер. XSFP Player – Flash-плеер в блог. DG PlayingNow Updater – показывает мелодии, которые вы прослушиваете на iTunes, MSN Messenger или J. River Media Center. EZ-Scrobbler – показывает ваши мелодии с last.fm. iTunes Spy – показ ваших треков с iTunes. Pandora Feeds – показывает ваши данные с Pandora: список станций, закладки по мелодиям и исполнителям. onAirNow – плагин показывающий самые последние композиции проигрываемые на iTunes или WinAmp. Odeo – добавляет в блог подкаст сохранённый на Odeo. PodPress – многофункциональный плагин для подкастинга, включающий создание фидов, статистику и проч. [...]
[...] Lightbox 2 Bookmark It [...]
[...] 本文採 姓名標示-非商業性-相同方式分享(BY-NO-SA) 方式分享 參考資料: ● Lightbox 官網 [...]
Will this plug-in work with Dreamweaver?
[...] Ich hatte insgesamt drei Plugsins getestet nämlich: Slikr Gallery, FlickrRss und Lightbox JS v2.2. Klar hätte ich einfach auf mein Flickr-Profil verlinken können. Jedoch wollte ich nicht [...]
[...] apresentado no artigo WDS Network – Palestra (Review) utilizarei agora a extensão Lightbox JS para o carregamento de novas imagens no site, a imagem é carregada em uma interface Ajax [...]
[...] Lightbox JS v2.2 Plugin ,当点击网页中的图片链接时,背景会立即变暗并且出现loading…..然后,出现一个美美的方框显示大图,这就是Lightbox。 [...]
can you please help me
The border frame does not adjust to the picture…
please check it on:http://tpr-blog.ifweb.de/
What is going wrong??
regards
[...] Lightbox 2 (5/48). [...]
[...] LightBox라는 이미지 뷰잉 플러그인을 설치했다. 요즘 이렇게 보여주는게 유행인 것 같애서…근데 이런 플러그인의 단점은 전에 올렸던 자료들을 다 수정해줘야 한다는 것. 그리고 기존에 쓰던 LazyImageLayout 플러그인의 효과는 못쓰게 되버린다. 두개를 같이 쓰기 위해서 LazyImageLayout의 소스 좀 수정해야 할 것 같다…아래는 테스트 이미지. [...]
[...] Lightbox JS v2.03.2 Plugin : celui là j’aimerais vraiment vraiment vraiment trouver comment finaliser son installation et qu’il fonctionne !!! Je crains qu’il ne soit pas compatible avec Image Manager par contre, snif… en gros il s’agit d’un effet visuel top classe qui ouvre les images miniaturis
[...] welcher Form das geschehen soll . Bislang zeigen wir sie einfach als Serie untereinander. Mit dem Lightbox-Plugin kann man eine Diashow starten und der Rest der Seite wird abgedunkelt. Das ist ein schöner [...]
[...] Lightbox JS v2.03.3 Plugin 1.7 Om de afbeeldingen zo mooi te laten verschijnen in een wit vakje bovenop de huidige pagina. [...]
m.. just wanna say thank you
[...] Lightbox JS v2.2 Plugin v1.5 : 自动给文章上的图片加入漂亮的动画效果 (需在文章上加入图片缩略图,并设置图片缩略图链接到大图). [...]
[...] Lightbox JS v2.03.3 Plugin,图片效果.(未能实现) [...]
[...] 20 Lightbox2 Sitenizdeki resimlerin Lightbox efekti ile gösterimini sağlar. Link [...]
[...] Lightbox 2 – Generates thumbnails that when clicked load in a lightbox. [...]
Ron:
I’m trying to use this plugin to build a website for a friend, but I cannot seem to get it to work. I have installed the plugin properly and enabled it under Plugins. However, when I insert an image then view it, it opens the image in a new window and doesn’t do the lightbox effect.
Thank you for your help-
Ron
[...] Lightbox JS Plugin – used to overlay images on the current page into neat Javascript-powered overlay popups. [...]
[...] Slimbox was designed to be 100% compatible with Lightbox, you can just replace the Lightbox 2 WordPress Plugin whit Slimbox Plugin and your Lightbox effects will work just as well as [...]
[...] plugin a
[...] Lightbox JS Plugin [...]
I’m having the same issue as Ron. I uploaded everything correctly as you said and I put in the rel=”lightbox” thing but it won’t work. If I click the image all it does is pull it up in a separate window. Help please?? Thanks!
Ron:
I still haven’t gotten it to work, so I’m sorry I can’t help you Nicole. Unfortunately this page (and these comments) are really no help.
im sad
lemme know if you get it working! just drop me a line on my site or something and i will do the same for you if i can figure it out!
[...] visualizzare un popup guida sui tasti: apparirà una schermata trasparente in primo piano, stile lightbox. Molto comoda, peccato per ora funzioni solo impostando la lingua [...]
[...] Lightbox JS 2.03.3 (Lokesk Dhakar / Peppe Argento) : permet d’afficher une fenêtre au-dessus d’un billet assombri, dans laquelle peut apparaître en grande taille une image propos
Idetrorce:
very interesting, but I don’t agree with you
Idetrorce
[...] Lightbox 2 (5/48) . 不知道你是否已经在一些网站上已经看到,当你点击一张图片,整个页面就变得模糊成背景,而当前页面则成了一张图片。如果你不明白我在说什么,那么请点击插件页面,然后点击那里的图片。如果你需要这样图片技巧,那就安装着个插件吧! [...]
[...] – Einfaches benutzen der neuen API von Google Google XML Sitemaps – Sinnvoll als Google-Freund Lightbox JS v2.03.3 – Sollte nicht fehlen (WP-Bildbetrachter) Lighter Admin Drop Menus – Schneller zum Ziel NextGEN [...]
[...] to insert yourself in your theme the required files that you can find here or use a plugin like Lightbox 2 WordPress Plugin or Lightbox 2.3 plugin for [...]
[...] Lightbox JS 2.03.3 (Lokesk Dhakar / Peppe Argento) : permet d’afficher une fenêtre au-dessus d’un billet assombri, dans laquelle peut apparaître en grande taille une image propos
[...] Lightbox JS Plugin – per l’inserimento di belle gallerie fotografiche. [...]
[...] Lightbox JS Plugin – per l’inserimento di belle gallerie fotografiche. [...]
[...] изображения для названий заголовков статей. Lightbox 2 – плагин позволяет показывать изображение в реальном [...]
[...] загружать на блог несколько картинок сразу. 74. LightBox 2 – это плагин добавляет эффект затемнения заднего [...]
HJB:
Hi thanks for nice plugin
I don’t know if it is supposed to work with pictures in a post, i hope it is, but i have touble getting it to, It works on the side.
what am i doing wrong, can any body give me a hint. thanks.
[...] Lightbox JS Plugin – used to overlay images on the current page into neat Javascript-powered overlay popups. [...]
thx for plugin
[...] Lightbox 2 WordPress Plugin » 4MJ – Internet News [...]
[...] tan espectacular, como de costumbre. Si os interesa descargarlo aqui os dejo un enlace a su pagina Descarga No es nada complicado de instalar, aun asi el funcionamiento me costo un poco, ya que hay que poner [...]
[...] javascript,後來又找到一個 for wordpress 的,不過他介紹文章一開頭又說了個看起來是精簡版的 lightbox — Slimbox [...]
[...] Lightbox JS Plugin – thường d
[...] Lightbox 2 WordPress Plugin Tilføjer en lightbox popop-effekt på de billeder du vælger. http://www.4mj.it/lightbox-js-v20-wordpress/ [...]
Hi.
Wasn’t clear for me that the lightbox2.php have to in plugins’s directory directly. It’s good to remember this to users.
Congratulations. The work is very good.
Ciao ho provato ad uppare il tuo bellissimo plugin, e mi sono anche registrato su upnews, creando un pulsantino sul mio nuovo blog wordpress. Purtroppo, non riesco a far funzionare il lightbox, all’inizio pensavo fosse un problema di windows VISTA e IE7, ma poi ho provato sul tuo sito e funziona correttamente.
Uppato il plugin, attivato e messa su una foto, ma niente… da cosa pu
P.S.: come non detto avevo sbagliato a fare l’upload della cartella, ora funziona perfettamente!
Meglio cos
[...] Lightbox JS Plugin – used to overlay images on the current page into neat Javascript-powered overlay popups. [...]
[...] Lightbox JS Plugin – thường d
Scusa Peppe, ti importuno ancora con una domanda, utilizzo un tema, Sodeliciuos2, che prevede nell’header una galleria dinamica javascript. Ho provato ad attivare anche il tuo plugin, ma non mi fa pi
[...] mudanças para otimizar o tempo de abertura de páginas, como por exemplo, desativei o plugin Lightbox que, sozinho, pesava mais de 100Kb. Tenho que retirar mais uns 200Kb de scripts não utilizados, o [...]
[...] är enkelt att installera om du använder WordPress. Här beskrivs hur. Posted in Uppdateringar | Leave a [...]
Prova slimbox, visto che la tua galleria usa mootools, il link lo trovi all’inizio di questa pagina.
[...] Lightbox 2:灰盒子插件,用幻灯效果显示图片,很酷。 [...]
[...] Lightbox 2 (5/48) . 不知道你是否已经在一些网站上已经看到,当你点击一张图片,整个页面就变得模糊成背景,而当前页面则成了一张图片。如果你不明白我在说什么,那么请点击插件页面,然后点击那里的图片。如果你需要这样图片技巧,那就安装着个插件吧! [...]
[...] Lightbox JS Plugin – per l’inserimento di belle gallerie fotografiche. [...]
[...] to insert yourself in your theme the required files that you can find here or use a plugin like Lightbox 2 WordPress Plugin or Lightbox 2.3 plugin for [...]
[...] auf einem Blog gibt es unterschiedlichste Möglichkeiten. So verwende ich beispielsweise das WordPress Plugin für die auf Javascript basierende [...]
[...] 3、Lightbox JS v2.2 Plugin 作者: Peppe Argento. [...]
[...] Lightbox JS Plugin – used to overlay images on the current page into neat Javascript-powered overlay popups. [...]
[...] Lightbox JS Plugin – used to overlay images on the current page into neat Javascript-powered overlay popups. [...]
[...] Lightbox JS (Overlays images on current page, dims the background) [...]
[...] 如何改善?本人觉得最直接的方法就是把不必要的插件取消掉,别让它们再胡乱加载东西,所以我把Lightbox JS v2.03.3 Plugin,WP-PostViews-JS,WP Grins取消使用。 [...]
[...] Lightbox 2 [...]
[...] Lightbox JS: Overlay images on the current page into neat Javascript-powered overlay popups. [...]
[...] mit array abgespeichert, also wurden die vorhanden Bilder einfach wieder ersetzt. Auch das Plugin Lightbox funktionierte [...]
[...] Lightbox JS Plugin – thường d
[...] Lightbox 2 for WordPress. Makes adding full size and thumbnail images to your posts a snap. [...]
Joseph:
Thank you for the plugin, it is simply great!
I have a question:
How can i customize the font-size or font-weight of the caption text in the slideshow? I want the font size bigger as it is difficult to read the text in Chinese.
I tried to change the specifications in “#imageData #caption” in the lightbox CSS file but nothing changed. is it the right thing to do?
[...] Lightbox2.0 is a visually stunning way to display photographs and other images and make expanding from a [...]
Bram:
Hi, nice plugin.
But a disadvantage is that it’s incompatible with another plugin to create thumbnails on the fly: Imagescale modded.
It would be nice if your plugin supported thumb creation to a predefined size (width and/or height).
zett:
All is very beautiful! But how to make, that rel=”lightbox” automatically at an insert of the image in a post? To have it to add in manual!
[...] まずは記事の投稿時に Flickr から写真を読み込むプラグインを入れて第1段階終了。ただこのままでは写真をクリックすると Flickr の個別の写真のページに飛んでしまいます。というわけで、第2段階としてフォトログを作ったら使いたいと思っていた Lightbox 2 WordPress Pluginを導入しました。 [...]
[...] WordPress plugin used to overlay images on the current page into neat Javascript-powered overlay popups.This plugin includes the new Lightbox … More Blog Resources [...]
[...] Lightbox 2 (5/48) добавляет в ваш блог поддержку библиотеки Lightbox [...]
[...] הסבר wp-lightbox07.zip לאחר הורדה והתקנה פשוטה למדי (ראה: מדריך) ניתן לבדוק אם התוסף עובד ע”י הוספת שורת הקוד לפורמט [...]
[...] изображения для названий заголовков статей. Lightbox 2 – плагин позволяет показывать изображение в реальном [...]
[...] Plugin Homepage [...]
None
None
[...] Lightbox JS Plugin – thường d
Ben:
I have tried this every way I can think of and cannot get it to work – can you take a look before I pull my hair out, Im going in circles!
[...] 24 Lightbox2 Sitenizdeki resimlerin Lightbox efekti ile gösterimini sağlar. Link [...]
[...] to add to your blog. Image Headlines – Create cool text images for the titles of your posts. Lightbox 2 – Generates thumbnails that when clicked load in a [...]
[...] header for me (I just can’t get it to work). Big mad, unbelievable ups go to Lokesh Dhakar/Giuseppe Argento who created the Lightbox script and WordPress plugin respectively, and to Matt Martz who created [...]
[...] per WordPress Ebbene si! addio LightBox, LightView e tutti gli altri…
[...] Lightbox JS v2.03.3 Plugin [...]
MaryLiz:
I must be crazy… I can’t find the “download” link for version 2.2
I have also tried every other version of the lightbox script and thumbnail viewer with WordPress 2.3.2… none of them work, thus far.
[...] Lightbox JS Plugin – thường d
[...] Lightbox JS Plugin - used to overlay images on the current page into neat Javascript-powered overlay popups. [...]
[...] Lightbox JS Plugin – used to overlay images on the current page into neat Javascript-powered overlay popups. [...]
[...] de Lightbox JS para la presentación de imágenes, de forma que sean más [...]
Does this work on WordPress.com blogs?
[...] Lightbox 2 [...]
[...] Lightbox JS Plugin – per l’inserimento di belle gallerie fotografiche. [...]
[...] Lightbox 2 [...]
[...] Sitenizdeki resimlerin Lightbox efekti ile gösterimini sağlar. Link [...]
[...] effective graphical format. Sociable – adds all those cute tiny icons for easy social bookmarking LightBox 2 – A fade effect that you see on a myriad of blogs you visit these days where you click the image, [...]
[...] загружать на блог несколько картинок сразу. 74. LightBox 2 – это плагин добавляет эффект затемнения заднего [...]
[...] Lightbox JS v2.03.3 Pluginlightlight – Used to overlay images on the current page. No Ping Wait – Speeds up posting by moving generic pings to execute-pings [...]
[...] Lightbox 2 (5/48) . Have you seen a neat trick on some








Niklas:
Works brilliantly on my WP 2.0.2-installation. Thanks a lot!