[Plugin: NextGEN Gallery] Header rotation not working with 1.9.0
-
I just updated to the newest version of Nggallery and now my header rotation is no longer working.
Additionally PicLens isn’t work as mention in another thread.
Using code I found online the following use to work for several years.
If anyone can tell me what’s wrong I’d truly appreciate your help:
<div class=”post”>
<div class=”slideshow” id=”ngg_slideshow113″><p>The Flash Player and a browser with Javascript support are needed..</p></div>
<script type=”text/javascript” defer=”defer”>
var so474 = new SWFObject(“https://www.doublesixx.com/wp-content/plugins/nextgen-gallery/imagerotator.swf”, “ngg_slideshow113”, “974”, “225”, “0”, “#000000”);
so474.addParam(“wmode”, “opaque”);
so474.addVariable(“file”, “https://www.doublesixx.com/wp-content/plugins/nextgen-gallery/nggextractXML.php?gid=113”);
so474.addVariable(“linkfromdisplay”, “false”);
so474.addVariable(“shownavigation”, “false”);
so474.addVariable(“showicons”, “false”);
so474.addVariable(“overstretch”, “false”);
so474.addVariable(“backcolor”, “0x000000”);
so474.addVariable(“frontcolor”, “0xFFFFFF”);
so474.addVariable(“lightcolor”, “0xCC0000”);
so474.addVariable(“screencolor”, “0x000000”);
so474.addVariable(“rotatetime”, “6”);
so474.addVariable(“transition”, “random”);
so474.addVariable(“width”, “974”);
so474.addVariable(“height”, “225”);
so474.write(“ngg_slideshow113”);
so474.addParam(“wmode”, “transparent”);
//so474.addVariable(“autostart”, “false”); // -sixx- this’ll prevent slideshow ’til header is clicked
</script></div>
Thanx in advance =).
- The topic ‘[Plugin: NextGEN Gallery] Header rotation not working with 1.9.0’ is closed to new replies.