WordPress jQuery Lightbox Plugin (English)

jQuery Lightbox Plugin

(Clique aqui para descrição em português)


Download

Latest version: 0.19

About

As the name shows, this is just WordPress’s version of the jQuery Lightbox Plugin written by balupton, working perfectly with WordPress 2.2 or up, and fully compatible with K2! ;)

Instructions

Just download the plugin, unzip the files to the wp-content\plugins folder and activate the plugin in WordPress options.

Then, every time you want to use the Lightbox effect, just place a link to the image, and add the rel=”lightbox” attribute to it, in order to activate the effect when the link is clicked. You can also use rel=”lightbox-album” replacing album by a any keyword to group some pictures on an album!

Sample

Click the image bellow! :)

Nação do Cimbalino

HTML code sample:

<a href="image.png" title="Image Title" rel="lightbox"><img src="image_thumbnail.png" alt="Image Title" /></a>

Regards

Original version of jQuery Lightbox Plugin developed by Balupton.

Get Support

Please go here and create a support ticket: http://getsatisfaction.com/balupton/products/balupton_jquery_lightbox

463 thoughts on “WordPress jQuery Lightbox Plugin (English)

  1. I found that first time ( after loading ) repositioning does wrong, because main thread work fast and second repositioning holds in the reposition_failsafe, but options with true nHeight is lost and the second fire repositionBoxes make wrong calculations.

    To fix the issue, option for second call of repositionBoxes should be stored.
    I am adding reposition_options as class variable:
    reposition_failsafe: false, // failsafe
    reposition_options: {}, // saved options

    and save the option in the repositionBoxes function:
    if ( this.repositioning )
    { // Already here
    this.reposition_failsafe = true;
    this.reposition_options = options;
    return null;
    }
    this.repositioning = true;

    and

    if ( $.Lightbox.reposition_failsafe )
    { // Fire again
    $.Lightbox.repositioning = $.Lightbox.reposition_failsafe = false;
    $.Lightbox.repositionBoxes($.Lightbox.reposition_options);
    }

  2. Pingback: Los mejores plugins de jQuery para WordPress (y X): Lightbox Balupton Edition | Recursos para Diseñadores Gráficos y Web | Creativos Online

  3. Pingback: 25 Hand Picked Best jQuery based Wordpress Plugins | CSS Reflex - Design Blog | Web Design | Inspiration and Resources for Designers

  4. Hi — I’m wondering if there is a way to have the info that gets displayed at the bottom of the images appear without having to mouse over the image first. I am using that info to describe each painting in a gallery and I’d like to to load when the image loads and stay up the entire time time the user is clicking thru images in a galllery.

    Thanks so much

    AJ

    • I would like to know how to do this, too. In fact, I would like the “prev, next, title and close text” all to stay visible.

      Thanks for your help!

  5. Pingback: Hur du kommer igång med WordPress | Teknikdagboken

  6. great plugin, but it is causing my footer to jump up to header just for Internet Explorer 7. It is working Firefox and Internet Explorer 8 ok. My theme is Arthemia Premium, How can I fix that?

  7. Pingback: 35 Stylish and Modern Wordpress Plugins using jQuery UI | AlexVerse

  8. Pingback: AMB Album » 10 Easy jQuery Tricks for Designers

  9. Pingback: 11 Useful jQuery Powered WordPress Plugins | WebsGeek

  10. Pingback: Placing images in articles « The Democratic Party of Milwaukee County

  11. Pedro,

    Love the plugin and it’s flexibility. Great work.

    I am having the same issue as James and Marnix from above. When the lightbox initially opens, it opens toward the bottom of my browser window, and ‘sticks’. After the first time, it opens and sizes correctly. Any ideas?

    You can see this issue here.
    http://bigshift.com/homagetovets/

    Thanks for the plugin… and appreciate any help.
    James

  12. Instructions say that you can use to group and display multiple images but it doesn’t say what else to do. Does “album” refer to the name of the directory the pictures are in? do you add album as in “album-01.jpg” to the file name? How does lightbox-album tell the plugin which pictures to group?

  13. The lightbox sometimes takes a a few seconds to load after the page itself loads, if I click on a photo before it loads lightbox, it loads the photo on a separate page. Is there a way to make Lighbox load first, before the page?

  14. Is it possible to add a link in the description of the image? So when you’ve clicked on the thumbnail. it opens up the large image and then at the bottom in the description, can some of the text link to an external file?

  15. Pingback: [翻译]11个实用的jQuery WordPress插件 | I am Solari

  16. Pingback: » 10 плагинов lightbox эффектов для wordpress ReadyWeb.RU

  17. Pingback: 15 Magnificent jQuery Plugins for WordPress Blogs | Template Monster Blog

  18. I having a bit of difficulty removing the link when the the image lightbox pops up. The original “jQuery Lightbox Plugin (balupton edition)” appears when I open an image in the upper right hand corner. Also, “Click to close” appears underneath this link.

    How do I remove both of these?

    Thanks for your help.

    • The credit text can be removed by adding this line to the / css / jquery.lightbox.css file..

      #lightbox-overlay-text { display: none; }

      similarily, change the CSS on the #lightbox-close class (around line 200) to:

      display: none;

      done!

  19. hey. I am new in this. and i am using your wp plugin.
    I have following questions:
    first:
    Where exactly can i choose the background color? (as now when I click an image, light-box opens, but the background all completely black)

    second::
    on the top right I see this info link: jQuery Lightbox Plugin (balupton edition)
    can I take this away?

    third:
    click here to close button on the top left.
    Where can I deactivate this?

    thx

  20. to remove the jquery lightbox credit thingy

    go to /wp-content/plugins/jquery-lightbox-balupton-edition/js and edit the file ” jquery.lightbox.min ” either download it and edit the file on notepad or your favorite editor and change it to whatever you want or just remove the credit from the file.

  21. Pingback: Jquery Plus Wordpress : Plugins and Tutorials | AcrisDesign

  22. Trying to get the title and description to automatically come up. I have changed show_info & show_extended_info to “true” in the jquery.lightbox.js file and it is still not working. Do I need to change it somewhere else too?

    thx

  23. Pingback: Все о Wordpress » Архив блога » Jquery-плагины для WordPress

  24. I’ve been looking all over the web for a way to add a single image to post that will link to a Lightbox Gallery of several photos when clicked.

    Is this possible?

  25. I have the same question as Phil above – taking the on the top right

    As Phil said, “I see this info link: jQuery Lightbox plugin (balupton Edition)can I take this away?”

    I saw your response, I’ve tried every file, but I don’t see exactly where to remove it. Can you please be more specific – thanks so much!

  26. Great plugin – I just wish that it added the proper HTML to a link with an image like Lightbox 2 does. That would save me a lot of time. Another suggestion – maybe giving the option to remove the link in the caption bar, and replacing that with the img title or alt instead. :)

    Great work!

  27. Definately great plugin. The only one thing that I can not get how to get pictures in an album? Can someone help on that issue?
    Thanks for such a good work.

  28. Pingback: 30 Efficient jQuery Lightbox Plugins | Design your way

  29. Pingback: 30+ Useful Ajax Lightbox and Modal Dialog Solutions | Dottony

  30. Pingback: The Power of WordPress and jQuery: 25+ Useful Plugins & Tutorials | HOSTERWARE UK. Tel 02081337636

  31. Pingback: 14 best jQuery Lightbox Plugins - Wsblogz.com – Web design magazine

  32. Pingback: 35 Stylish And Modern Wordpress Plugins Using jQuery UI | DX Articles

  33. Pingback: 10 Of The Best JQuery Plugins For Wordpress | Triphp Webmaster Blog

  34. Pingback: WordPress 2.7 uyumlu 8 eklenti

  35. Pingback: 25 Most Downloaded Free WordPress Image Galleries Plugin | DynamicWP

  36. Pingback: Most Downloaded Free WordPress Image Gallery Plugins | Developer Code book

  37. Pingback: 35 Stylish And Modern Wordpress Plugins Using jQuery UI | My Free Design Area - A Webpage for Joomla Free & Commercial Templates, Wordpress Free & Commerciak Themes, and Drupla Free and Commercial templates, Flash Templates and animation, Html tem

  38. Pingback: 35 Stylish And Modern Wordpress Plugins Using jQuery UI » The Nowhere News

  39. Pingback: 10 Image and Gallery Lightbox Solutions for WordPress – Plugins » The Nowhere News

  40. Pingback: 45+ jQuery Based Wordpress Plugins and Tutorials

  41. Pingback: 31 Great Wordpress jQuery Resources | Pingable :: Everything Wordpress

  42. Pingback: 13 jQuery Wordpress Plugins

Deixar uma resposta

O seu endereço de email não será publicado. Campos obrigatórios marcados com *

*

Pode usar estas etiquetas HTML e atributos: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>