electrolund
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Album Preview Images list limited.I’m seeing this same behavior, jmherzon. mcseller, I think the original poster was trying to say that the list of available images for album preview is strangely limited.
I’m using the latest version 1.7.2, and I’m seeing the same list of available images in the album preview drop down. I’d like to use other images from older galleries, but these aren’t available.
Forum: Plugins
In reply to: Shutter Reloaded on images within tables?greenpeas, I have noticed this same behavior. Not sure why it’s the case yet. Have you?
Forum: Fixing WordPress
In reply to: [Plugin: NextGEN Gallery] text forced below galleryYep, that worked for me too. It was one of the many flash-based NextGen plugins, not sure which one. I disabled all of them and now the galleries are inserting below text as they should.
Forum: Plugins
In reply to: Please help: Gengo plugin installation fails (no permissions)I’m having the same error, Pampo, but with WP 2.9, ericvanderlinden’s solution doesn’t work.
Anyone have ideas?
Forum: Plugins
In reply to: [Plugin: WPTouch] Displaying PagesOops my mistake! Had to enable the check boxes for each page. 🙂
Forum: Plugins
In reply to: [Plugin: WPTouch] Displaying PagesHmm, I’m having the same issue with 4 of my blogs. The Pages and Archives don’t show up on any of them. But I don’t see a jQuery option in the WPtouch plugin.
Any ideas?
Forum: Fixing WordPress
In reply to: adb-tooltip: how to get rid of it?Huh! Weird, you’re right. My blog user must have done a copy and paste from somewhere.
Thanks!
Forum: Fixing WordPress
In reply to: [Plugin: NextGEN Gallery] Missing description under thumbnailsderMarcus, are you not reading the posts above? It’s all right there. Edit your templates. It worked for me.
Forum: Fixing WordPress
In reply to: [Plugin: NextGEN Gallery] Gallery z-indexSorry, I’m no help to you, but I have to say I’m impressed with that Smooth Gallery plugin. It looks great! Does it utilize NextGen’s alt/title fields?
Forum: Plugins
In reply to: Gext Gen album tag shows all galleriesBoy, that’s odd. I’m not aware of the “mode=mode” options. What do they do?
I just did a search and all of the instances on my blog where I insert an album, they are in the form of:
[album=x,extend]And these work as advertised. Does the uppercase “A” that you are using matter?
Forum: Plugins
In reply to: Gext Gen album tag shows all galleriesdiffendaffer, did that latest quick tag syntax work for you?
Forum: Fixing WordPress
In reply to: [Plugin: NextGEN Gallery] Missing description under thumbnailsThanks, Alex. It should also be noted that to use a theme template nggallery.css, you must also select “Default” in the NextGen Style submenu.
But, I found from experimentation that the location of the theme version of nggallery.css must be here to work:
{wordpress dir}\wp-content\themes\your theme directory\nggallery.cssNOT here, as stated above:
{wordpress dir}\wp-content\themes\nggallery.cssThat said, might I suggest for future that this be changed to here?:
{wordpress dir}\wp-content\themes\your theme directory\nggallery\nggallery.cssThat would be nicer to maintain, since gallery.php is already in that nggallery subfolder. Less to keep track of that way.
One other thought is that when using template style sheets, there might be paths that break as a result. In my case, there is a shadow effect (shadowAlpha.png) which was broken, since the file is no longer in the plugin root folder. Easy to fix, but still worth noting.
Forum: Fixing WordPress
In reply to: [Plugin: NextGEN Gallery] Missing description under thumbnailsThanks for your help everyone! I’ve got this working now. In my case, I opted to change the line of code from showing description to showing alttext instead:
<?php echo $image->alttext ?>But one other note. My template copy of the nggallery.css is not being loaded. Instead, as per my selection in NextGen admin area, ngg_shadow2.css is used, which is found here:
{wordpress dir}/wp-content/plugins/nextgen-gallery/css/ngg_shadow2.cssCould that file also be copied over to my template folder so that I can make the customizations?
Forum: Fixing WordPress
In reply to: [Plugin: NextGEN Gallery] Missing description under thumbnailsThanks, mrkingid. I didn’t see that bit about the css file in Alex’s instructions. Just to be clear, Alex says that the gallery template file should be here:
{wordpress dir}\wp-content\themes\default\nggallery\gallery-template1.phpYou are saying it should be here:
{wordpress dir}\wp-content\themes\nggallery\gallery-template1.phpI’ve tried both now, with a copy of the nggallery.css file in those two locations above as well as:
{wordpress dir}\wp-content\themes\nggallery.cssNotice I said a copy. I found that css file here:
{wordpress dir}\wp-content\plugins\nextgen-gallery\css\nggallery.cssI’m assuming that it’s safe to copy and not move the file, since after every update of the plugin, it will be restored anyway.
So far, no changes.
Forum: Fixing WordPress
In reply to: [Plugin: NextGEN Gallery] Missing description under thumbnailsAhh, you are right. My mistake. I’m still having that same gallery template error though. Basically if I call it this way:
[nggallery id=28]The gallery loads. If I attempt to use my gallery template:
[nggallery id=28 template=1]where my template file is called “gallery-1.php”, I get the error I listed above. Hmm.