Shadowbox JS WordPress Plugin v2.0.3.3 Released

Asides, News, Plugins, Wordpress 22 January 2009 16 Comments

The Shadowbox JS WordPress Plugin has been updated to version 2.0.3.3. New to this update is additional skins and automatic language detection. See the Change Log for all changes. Enjoy!

16 Responses on “Shadowbox JS WordPress Plugin v2.0.3.3 Released”

  1. Luis says:

    Update: I got it working.

    Thanks for the awesome plugin, keep up the great work!

  2. Darkanima says:

    Hi, is there a way to have only css styiling in the head and the scripts at the bottom? (It’s just to have quicker load of the content of my blog).

    • Matt says:

      Currently, no. wp_enqueue_scripts only has the capability of printing the scripts to the head of the document. In 2.8 there will be an option to output the scripts to the footer, until then I am stuck with outputting them to the head.

      You could de-regsiter wp_print_scripts from the head and register it in the footer.

      In your functions.php for your theme:

      
      <?php
      remove_action('wp_head', 'wp_print_scripts');
      add_action('wp_footer', 'wp_print_scripts');
      ?>
      

      Keep in mind that this hasn’t been tested and I cannot guarantee that Shadowbox will work as expected with these changes. It could also break other plugins that use wp_enqueue_scripts to output their js.

  3. Darkanima says:

    thanks for your reply, i’ll wait for 2.8!

  4. Vadim P. says:

    Maybe I missed this before, but I see shadowbox now appears in settings and I set a nicer theme. Thanks!

  5. Mr Vertigo says:

    Hi,

    I have finaly found how to use Shadowbox for displaying text content from another page :-)

    I have a last problem:

    I try to link this url http://demoespaceweb.free.fr/?page_id=40 for displaying the content in the Shadowbox but it is not working. With the url http://www.yahoo.fr it’s worling pretty well.

    Therefore I think a config is missed to accept this type of url: http://demoespaceweb.free.fr/?page_id=40

    Do you have an idea to fix this bug ?

    Many thanks,
    Mr Vertigo

  6. Pirun says:

    Great work. thanks!

  7. Fish says:

    Great plugin!!! I have one small issue: I”m finding that even with the proper modal setting, clicking the overlay is not closing the lightbox. Any ideas why? Thanks!

  8. Thanks for your excellent plugin, every other image viewer was messing with a mootools slide we are using, and this worked perfectly

  9. Scott says:

    Awesome plug-in – works great on my site!

    Question tho – when I have a long caption, it wraps the text and kind of hides it behind the image. Is there anything I can do about that so people can read the text? (Aside from writing shorter captions of course!)

    Thanks,
    Scott

  10. Ted says:

    Hi,

    First off I love this plug in. I do however have a problem. In IE (internet explorer) the content comes up but only at the top of the screen not in the view area like in Firefox and opera. Am I doing something wrong or is there an issue with the new version. I could have sworn it was working fine in IE not that long ago. Can you help?

  11. Timo says:

    First of all, I really like your plugin. However, my question is, if it’s possible te set the max box size as well ?
    (I only can find “initial” size in the options)

    Regards,
    Timo

  12. Claude Monet says:

    Hi, thanks. The language detection is a useful inclusion, which all plugins had that, as my site gets people from all over the place!

Leave a Reply