Sorry for hijacking this thread, but I just had some trouble setting this plugin up myself. On a clean, test WordPress install I added the plugin and enabled it, then went over to the options page. The first thing I was greeted with was being told I'd deleted all of the settings and could safely remove the plugin (sorry I can't remember the exact wording!). After clicking 'Save', the regular options were brought up, but the defaults under advanced settings were all blank/missing, and the plugin naturally failed to do anything:
<!-- Begin Shadowbox JS -->
<script type="text/javascript">
var shadowbox_conf = {
adapter: "yui",
language: "en",
players: ["html","iframe","img","qt","swf","wmp"],
animate: true,
animateFade: true,
animSequence: "wh",
autoDimensions: false,
modal: true,
showOverlay: true,
overlayColor: "",
overlayOpacity: ,
flashBgColor: "",
autoplayMovies: true,
showMovieControls: true,
slideshowDelay: ,
resizeDuration: ,
fadeDuration: ,
displayNav: true,
continuous: true,
displayCounter: true,
counterType: "default",
counterLimit: ,
viewportPadding: ,
handleOversize: "none",
handleUnsupported: "link",
initialHeight: ,
initialWidth: ,
enableKeys: true,
skipSetup: false,
flashParams: {bgcolor:"#000000", allowFullScreen:true},
flashVars: {},
flashVersion: "9.0.0",
useSizzle: false
};
Shadowbox.init(shadowbox_conf);
</script>
<!-- End Shadowbox JS -->
Once the defaults were back in place (either manually or clicking to restore defaults), everything worked fine again. I can only assume that's an issue for first time users of the latest version.