rumlab
Forum Replies Created
-
I got it sorted by inserting the permalink instead of imageURL in gallery.php but still I find the behaviour a little odd…
M
Forum: Plugins
In reply to: Link to post from album or other…Sorted by using conditionals in gallery.php, but other problems arose ??
Forum: Plugins
In reply to: Good Plug in for photosDon’t know the theme, but it can either be done by inserting the gallery in a post on that page or by inserting a shortcode in your pages code –
like:<?php echo do_shortcode(‘[nggallery id=1]’); ?>
or by using a custom field. Sorry, I can’t really be more specific than that.
Best
MOk. Think I get it. Seems like a javascript thing which I know almost nothing of. Sorry.
M
Glad you got it sorted. You can copy the nggallery.css to your theme folder instead. It will use that before looking in plugin folder.
M
Thanks, you’re very welcome…
I haven’t really used albums much, so can’t help you there.
Best,M
Ok, if you only want to remove the title and not the photo count, this should do it:
.ngg-album-compact h4 { display:none; }
if you want to remove both use:
.ngg-album-desc { display:none; }
Hope that works…
MAs a static function or dynamic, repeatable with new posts? Is the photo in gallery 11? Check out custom fields.
M
Ok, maybe I’m missing something. Please post a link to your site.
M
Just a shot – try to use:
.ngg-widget-slideshow { overflow: hidden; margin:0; padding:0; text-align:left; } .ngg-widget img { border:none; margin:0; padding:0; }
In you stylesheet.
M
I don’t know about version 0.98, but in recent you can use:
.ngg-albumtitle { display:none; }
in your stylesheet.
M
Please post a link to you own site or be more specific. Album rows?
How are you using the plugin?There is a “sort gallery” button under managing galleries, and albums can also be dragged around.
M
1.7.4 is generating landscaped thumbnails here fine, but I’m using an older wordpress though (3.04).
M
Forum: Plugins
In reply to: Good Plug in for photosNextgen is a good bet, but sometimes difficult to customize. But in conjunction with custom fields, it can do a lot.
M
Expanding on this, I think it would be absolutely brilliant, if there was the possibility of a dropdown menu with all galleries in the admin area when making a post. I know it’s not difficult having a custom field that read a number, but being able to choose directly would be much more intuitive.
I never seem to use the gallery within content, and it seems cooler when choosing a gallery is independent of post content.
But thanks for a great plugin ??M