kkroc
Forum Replies Created
-
Alex, Is there a way to exclude galleries when you use the above PHP function?
Forum: Fixing WordPress
In reply to: [Plugin: NextGEN Gallery] Problem with wordpress 2.6zerogradinord, if your issue is resolved – change the status to resolved.
I know, but I am trying to put this in a template file instead of the sidebar…. It works fine, but I need to exclude a few galleries ?
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Nexgen Slideshow in headerThanks, that worked with some CSS work. Does anyone know how to use the random images script, but to exclude some galleries?
<?php if (function_exists("nggDisplayRandomImages")) { nggDisplayRandomImages($number_of_pic,$Width,$Height); } ?>
This works, but it includes all galleries. I need to not include a few.
Thanks!
KevinForum: Plugins
In reply to: [Plugin: NextGEN Gallery] Nexgen Slideshow in headeryeah, it is enabled.
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Nexgen Slideshow in headerI have tried these… they don’t work.. I have also tried:
<div class="ngg-widget-slideshow" id="ngg_slideshow1"><img src="https://kjktech.com/playground/wp-content/gallery/header/header.jpg" /> </div> <script type="text/javascript" defer="defer"> <!-- //<![CDATA[ var sbsl = new SWFObject("https://kjktech.com/playground//wp-content/plugins/nextgen-gallery/imagerotator.swf", "ngg_slideshow1", "1000", "225", "7", "#000000"); sbsl.addParam("wmode", "opaque"); sbsl.addVariable("file", "https://kjktech.com/playground/wp-content/plugins/nextgen-gallery/nggextractXML.php?gid=4"); sbsl.addVariable("linkfromdisplay", "false"); sbsl.addVariable("shownavigation", "false"); sbsl.addVariable("showicons", "true"); sbsl.addVariable("overstretch", "true"); sbsl.addVariable("backcolor", "0x000000"); sbsl.addVariable("frontcolor", "0xFFFFFF"); sbsl.addVariable("lightcolor", "0xCC0000"); sbsl.addVariable("screencolor", "0x000000"); sbsl.addVariable("rotatetime", "10"); sbsl.addVariable("transition", "random"); sbsl.addVariable("width", "1000"); sbsl.addVariable("height", "225"); sbsl.write("ngg_slideshow1"); //]]> --> </script>
with style sheet entries…
It will work in Opera, but no IE7.
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Thumbnail and Image SharpeningWOuld you be willing to share this code or add this as an option into NextGen?
Forum: Plugins
In reply to: Adding to Page???How would you put this in a template?