seejordan
Forum Replies Created
-
Forum: Developing with WordPress
In reply to: Cannot redeclare is_rtlping. Any news on this one?
Or, anyone have a better calendar for WP? Seems like the flurry of activity on the forums 6 months ago has died down. Doesn’t look like the original author is updating this one.
Thanks,
CjForum: Plugins
In reply to: NextGEN Gallery – SlideshowYea, I’m getting a black screen with a flash loading icon. So it seems like the imagerotator.swf is working okay. But no images ever show. I’ve uploaded imagerotator.swf to the nextgen-gallery directory. No dice.
One thing: I’ve customized nextgen for highslide to launch off of a single image. Wondering if that’s causing the imagerotator to fail…
Any help appreciated.
Forum: Plugins
In reply to: Next Gen Gallery – Single Thumbnail for an Album?The overflow trick works, sure. But, I need something more elegant, that allows for width/height to be set at the page level with a
[singlepic id=x w=width h=height]
tag, not at the style level. Yes, I could have style on a div around every gallery that gets set manually, but again, not elegant for a CMS, where I’ll be turning this over for someone else to add photos to.Any help greatly appreciated.
Cj
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] exclude images only from widgetAH! Think I got it. Wow, someone really needs to write up a solid NextGen instructional site. Yes, there’s some basic into’s out there, but nothing that really lays out the most common tasks. (I love NextGen!)
Here’s an answer:
http://wordpress.org/support/topic/189398?replies=3For my site, I use this in my sidebar:
<?php if (function_exists(“nggDisplayRandomImages”))
{ nggDisplayRandomImages(12,100,75,’denied’,’8′); } ?>For me, my header images are all in gallery 8. So I tell this function:
display 12 random images, sized at 100×75 pixels; but exclude gallery 8.cj
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] exclude images only from widgetI’m in a similar boat. I’ve got a gallery of images for my background of the header. But also a random gallery on the sidebar that I need the images removed from.
I’m thinking a tag is the way to go…but can’t find anything on this. In plain english, it would be:
play this random gallery, but exclude all images tagged with “exclude”.
thanks,
cj