[Plugin: NextGEN Gallery] Manually coded slideshow not working upon upgrade
-
I absolutely love this plugin and use it on almost all of my blogs/websites… but now I am running into a problem with the most recent version.
When I upgrade to NextGen v. 0.99.1, my slideshows that I code in manually will no longer work. What I mean by this is, I use a javascript code to put a slideshow either in the header or manually within a page template.
Here is the code I use to do this:
<div class="slideshow" id="ngg_slideshowHeader"> <p>The <a href="https://www.macromedia.com/go/getflashplayer">Flash Player</a> and <a href="https://www.mozilla.com/firefox/">a browser with Javascript support</a> are needed..</p></div> <script type="text/javascript" defer="defer"> var soHeader = new SWFObject("<?php bloginfo('url'); ?>/wp-content/plugins/nextgen-gallery/imagerotator.swf", "ngg_slideshowHeader", "552", "263", "0", "#FFFFFF"); soHeader.addParam("wmode", "opaque"); soHeader.addVariable("file", "<?php bloginfo('url'); ?>/wp-content/plugins/nextgen-gallery/nggextractXML.php?gid=1"); soHeader.addVariable("linkfromdisplay", "false"); soHeader.addVariable("overstretch", "fit"); soHeader.addVariable("backcolor", "0xFFFFFF"); soHeader.addVariable("frontcolor", "0xFFFFFF"); soHeader.addVariable("lightcolor", "0xFFFFFF"); soHeader.addVariable("rotatetime", "5"); soHeader.addVariable("transition", "slowfade"); soHeader.addVariable("width", "552"); soHeader.addVariable("height", "263"); soHeader.write("ngg_slideshowHeader"); </script>
Here is a site I am currently working on using this type of setup. https://execstrat.clientpod.com/ If anyone has an idea of why the most recent version of NextGen will no longer work with this setup, do share!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘[Plugin: NextGEN Gallery] Manually coded slideshow not working upon upgrade’ is closed to new replies.