18 thoughts on “Shadowbox JS WordPress Plugin v2.0.3.3 Released

    • 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.

  1. 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

  2. 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!

  3. 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

  4. Pingback: Free Lightroom and Photoshop Tutorial | Creating Lightroom image gallery and posting it in Word press using Shadowbox plugin | Layers Magazine

  5. Pingback: Sjoekie in ShadowBox JS « Thur Broeders

  6. 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?

  7. 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

Leave a Reply

Your email address will not be published. Required fields are marked *

*

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre>