grtwordpress
Forum Replies Created
-
Forum: Plugins
In reply to: Next Gen Gallery – Single Thumbnail for an Album?How about using the images attribute in the shortcode, eg [nggtags gallery=’201004_tut’ images=’1′]. The only edit you would need I believe is changing the code for the pagination check from
// check for page navigation
if ($maxElement > 0)to
// check for page navigation
if ($maxElement > 1)Photo feeds are just links to photos. Not sure what you guys want.
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Slideshow shortcode for all images?x should be a number, how bout not including the max attribute at all?
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] 3 Pictures acrossIs the parent div wide enough? It’s hard to find out why you can’t have 3 across when you only have 2 pictures on that page ??
Forum: Plugins
In reply to: Can you use subfolders inside of the Nextgen Gallery?Have you updated the path in the gallery settings for the gallery?
Forum: Plugins
In reply to: Next Gen Gallery – Creating AlbumsWhy not use breadcrumbs (I use yoast), here’s an example.
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Slideshow widgetNot too long ago, it used to be watermark free and free to non-commercial use. I guess I’ll make sure I don’t lose the version I have ??
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] List just Albums…You need to create sub-albums and put those subalbums inside a main album
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Alternate URL for galleriesLike Alex said, enable permalinks in the NextGen Gallery options. Mine looks fine, eg; https://photoblog.torralba.us/photo-gallery/2009-sand-in-the-city
I must be missing something but if your site is bogged down by serving 4 JS & CSS then you have a bigger problem.
That’s not the IP I get for lite.piclens.com
[root@box1 ~]# host lite.piclens.com
lite.piclens.com has address 216.211.172.40Could it be your DNS server that’s the culprit? Try Google’s new DNS servers ??
Forum: Fixing WordPress
In reply to: [Plugin: NextGEN Gallery] permalinkUsing the built-in paging convention works for my needs. I just changed the pagination code to add /X. See if this is to your taste and I can share how I did it.
https://photoblog.torralba.us/photo-gallery/2009_kite-festival
I’ve ajax’d the pagination too so although the above url will work with a /X for a specific page, paging through the gallery won’t change the URL in the browser’s address bar.
Forum: Plugins
In reply to: [nextgen-gallery] firefox/chrome spacing problemsI took a look at it both on FF & IE and it showed the same problem. Playing around with the styles in FF (Firebug is your friend), I found that the clear:both in the div ngg-galleryoverview if disabled will “fix” the problem. Must have something to do with your theme’s styles as my gallery works fine (I imagine a lot of people’s as well).
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Subalbum does not open in assigned pageI had changed the code somewhat because get_post_ancestors() is flaky or I don’t really understand that function. Anyway, here’s the whole part of subalbum logic that has my change -> https://photoblog.torralba.us/subalbum.txt. Hope that helps.