NextGEN Gallery Review - Configuration
Table of contents for NextGEN Gallery Review
- NextGEN Gallery Review - Introduction
- NextGEN Gallery Review - Installation
- NextGEN Gallery Review - Configuration
- NextGEN Gallery Review - Image Management
- NextGEN Gallery Review - Displaying Images
- NextGEN Gallery Review - Displaying Images - Singlepic
- NextGEN Gallery Review - Displaying Images - Gallery
- NextGEN Gallery Review - Displaying Images - ImageBrowser
- NextGEN Gallery Review - Displaying Images - Album
There are a lot of options available in this plugin. To configure it, you find a top-level Gallery menu in the admin menu. The main page looks very similar to the WordPress Dashboard page. The one thing that is missing is a link to the plugin page itself.
Before you do anything else, go to the Options sub-page. From here you’ll notice a number of options pages for configuring different parts of the plugin, including General, Thumbnails, Images, Gallery, Effects, Watermark, and Slideshow.
General Options
- Gallery path
Most people won’t have to change this. I needed to because I share the same WordPress installation using a modification of MultiBlog by Stephen Rider, so the default location (wp-content/gallery/) would place the images for all sites using that installation in the same directory. - Delete image files
Check if you want to the image files to be deleted from the disk when you delete images from a gallery. Disabled by default. - Activate batch upload
Allows you to specify multiple image files to upload in a single batch. Requires Adobe Flash 9. This provides a major improvement in the upload experience. Disabled by default. - Activate permalnks
Check this if you want nice permalinks to be generated for galleries and images. After checking this you have to regenerate permalinks. Disabled by default.- If your WordPress site is hosted on IIS, you won’t be able to check this checkbox unless you’ve purchased a product that gives you the .htaccess features of Apache.
- Activate related images
Check this to have the plugin generate a section at the end of posts for images whose tag matches the post’s tag or category (see the next option). Pretty cool! One problem I found is that the background behind the images is white which may not match your theme. Disabled by default. - Match with Categories or Tags
Specifies whether you want an image’s tag to be matched against a post’s category or tag. Defaults to Category. - Max. number of images
Specifies the maximum number of images to show with each post. Specifying 0 will show all images. This value defaults to 7.
Thumbnails
After making changes to thumbnail options, you will need to regenerate thumbnails in all galleries.
- Width x height (in pixels)
Specifies the maximum width and height for thumbnail images. The default is 100 x 70. I like larger thumbnails so I specify 128 x 128. - Set fixed dimensions
Ignores the aspect ratio of images and generates a thumbnail to the exact dimensions specified above. Disabled by default. - Crop square thumbnail from image
Creates square thumbnails. The note on the page says to use only when the dimensions are set to 128 x 128. I’m not sure what happens if the dimensions are set to something else. Hopefully it fails gracefully. Disabled by default. - Thumbnail quality
This is a percentage of maximum quality. I haven’t played with this so I can’t comment on how it works. Defaults to 100%. - Resample mode
Specify a value between 1 and 5, with higher values using more CPU. I haven’t played with this so I can’t comment on how it works. Defaults to 3.
Images
- Resize images
Specifies the width and height that images will be resized to. These are maximum dimensions and aspect ratio is maintained. Images are only resized when you choose to do that specifically. Images are not resized when you upload them. Defaults to 800 x 600. - Image quality
This is a percentage of maximum quality. I haven’t played with this so I can’t comment on how it works. Defaults to 85%. - Resample mode
Specify a value between 1 and 5, with higher values using more CPU. I haven’t played with this so I can’t comment on how it works. Defaults to 4. - Cache single pictures
When using thesinglepictag, the image is resized for display on the page based on the values specified with the tag. If this is checked, those images will be cached for each singlepic setting, which will improve load times and CPU loads on subsequent page loads. I haven’t played with this so I can’t comment on how well it works. Disabled by default. - Clear cache folder
Push button that allows you to clear the cache.
Gallery
- Activate jQuery navigation
You should not check this box. Alex’s advice to anyone who ever checked it is to disable it. My advice to Alex is that if it shouldn’t be used, he should remove it before releasing each version. Disabled by default. - Deactivate gallery page link
When enabled, clicking on a gallery (e.g. in an album) will cause the gallery to be displayed on the same page. When disabled, the page you have associated with the gallery will be displayed. Enabled by default.- I’ve made some changes to this behavior which I’ll describe later.
- Number of images per page
Specifies how many images are displayed on a gallery page. All images are displayed if 0 is specified. Defaults to 0. - Integrate slideshow
Allows visitors to switch between viewing the thumbnails in the gallery and viewing the pictures as a slideshow. You can also specify the text that is displayed to switch between the two modes. Enabled by default. - Show first (thumbnails, slideshow)
Specifies what to view first when a gallery is displayed. Defaults to Thumbnails. - Show thumbnail description
Specifies what to display under thumbnails in a gallery. Defaults to None.- None - Just the thumbnail is displayed with no text.
- Description text - The text entered in the description field for each image is displayed under the thumbnail.
- Alt/Title text - The text entered in the alt/title text field for each image is displayed under the thumbnail.
- Show ImageBrowser
If enabled, a larger version of the image will be displayed on the page when clicking on an image. If not enabled, what looks like a pop-up window is displayed in the middle of the page to display the image and the page behind it goes dark. I much prefer the non-ImageBrowser effect (disabled). Disabled by default. - Sort thumbnails
Specifies how thumbnails are sorted when displayed in a gallery. Defaults to Image ID.- Image ID - Sorts thumbnails by the ID of the image. This works well if you import them in the order you want them displayed.
- File name - Sorts thumbnails by the name of the image file. This works well if your image files are named the way you want them sorted.
- Alt/Title text - Sorts thumbnails by the alt/title text specified for each image. This defaults to the name of the image file or to the EXIF data if you specified that during import, but you can change this at a later date.
- Sort direction
Specifies the direction for sorting (ascending or descending). Defaults to Ascending.
Effects
This page has a note about Thickbox being the only effect that is added to the theme. I’m not sure what this actually means, it could mean that you have to install something before the other effects will actually work. It would be handy if there was a pointer to the other effects on this page.
- JavaScript thumbnail effect
Selects the effect to use when clicking on a thumbnail. Choices include None, Thickbox, Lightbox, Highslide, Shutter, and Custom. Although it’s not clear from the UI (because it’s always editable), it appears that selecting Custom allows you to modify the style used (in the Link code line box). I’ve only tried Thickbox so I can’t comment on the others. Defaults to Thickbox. - Link code line
Shows the code that will be used to display images when the visitor clicks on a thumbnail. The text is always editable, but it may only be saved when Custom is selected for JavaScript thumbnail effect. -
Select loading image
This option is only displayed when JavaScript thumbnail effect is set to Thickbox. Two options are displayed - a series of dots in a circle and a horizontal bar that looks like a progress bar moving like a barber pole. The latter is the default.
Watermark
These options allow you to add a watermark to images. There’s a note at the top of this page saying that once a watermark is added it can’t be removed. Watermarks are added from the Manager Gallery page.<
You can choose to add either an image or text as a watermark. There are several additional options if you select text, such as font, size, color, and opacity.
Slideshow
The options on this page configure how NextGEN Gallery displays slideshows using JW Image Rotator. Alex provides a nice link to the options that can be set on the rotator (http://www.jeroenwijering.com/?item=JW_Image_Rotator). I’ll summarize the options here as they appear on the Slideshow option page.
- Default size (W X H)
Specifies the default size of the slideshow. This is the size at which slideshows are displayed. Defaults to 320 x 240. - Shuffle mode
If enabled images are displayed in a semi-random order. Otherwise they are displayed in the order specified by the sorting options on the Gallery page. Disabled by default. - Show next image on click
When enabled, causes the next image to be displayed when the current image is clicked. Enabled by default. - Show navigation bar
When enabled, shows a bar about 1/5th of the way up from he bottom that displays the description in the middle and arrows on either side for navigating between pictures. When using the default slideshow size, I found the navigation bar to be too distracting. It might be more useful on larger slideshows. Disabled by default. - Show loading icon
I didn’t see a difference whether this was enabled or disabled. - Use watermark logo
Uses the settings on the Watermark options page to add a watermark to each image in the slideshow. I suspect it is only added to the scaled version being displayed, not the original version stored in the gallery. Disabled by default. - Stretch image
Allows you to specify how images that have a different aspect ratio than the slideshow. For example, this is useful for determining how portrait images should be displayed. I found that no option had any effect whatsoever; portrait images were always stretched to fit the slideshow area. Defaults to true. From the JW Image Rotator page:- true - stretch images proportionally to fit the slideshow area.
- false - stretch images to fit the slideshow area (I’m not sure how this differs from fit)
- fit - stretch images disproportional to fit the slideshow area.
- none - keep original dimensions.
- Duration time
Specifies how many seconds each image should be displayed before moving on to the next one. Defaults to 10 seconds. - Transition / fade effect
Specifies how to transition from one image to another. Defaults to random.- fade - fades one image out as the new image fades in.
- bgfade - fades to the background color and then fades to the new image.
- slowfade - like fade only slower.
- circles - displays rotating circles that grow larger to reveal the new image underneath.
- bubbles - displays rising bubbles that grow larger to reveal the new image underneath.
- blocks - displays blocks that move from one corner to the opposite corner to reveal the new image underneath.
- fluids - like bubbles only from the center, as if liquid has been spilled on the image.
- flash - quickly flashes to white and then fades the new image in.
- lines - displays vertical lines that move left and right to reveal the new image underneath.
- random - randomly selects a transition effect for each transition.
- Use slow zooming effect
This enables a very cool effect that zooms into the images a little bit and then moves across them. Disabled by default. - Background color
Specifies the color of the background for slideshows and for image popups. Defaults to black (000000). - Text/button color
Specifies the color for text and buttons. Defaults to white (FFFFFF). - Rollover/active color
Specifies the color of text and buttons when rolling over them. Defaults to red (CC0000). - Screen color
Not really sure here as by default there is no numeric value. It looks like it uses white, though. - Background music (URL)
A URL to a music file to play while the slideshow is playing. - Try XHTML validation (with CDATA)
I didn’t try this so I can’t comment on it. There is a comment next to this option saying that it could cause problems with some browsers.




March 13th, 2008 at 12:34 am
Wow , wow, wow…
Thanks for this post !
I always was a little bit lazy in writing documentation and your review covers nearly all aspects for the first step. I will add you article add my blog.
Thanks again
March 16th, 2008 at 8:54 pm
Glad to do it. If you link to these pages, you should probably link to either the Introduction or Installation pages. The Configuration page would even be better than the Image Management page as that page assumes you’ve already configured the plugin.
I plan to add another page in the series discussing how to use the plugin (i.e. how to show images, albums, galleries, etc. to a page or post). I also hope to add some images. But, of course, that all takes time.
Anyway, thanks for the kudos.
March 20th, 2008 at 6:22 am
Yup,
I changed my link ….
April 14th, 2008 at 1:08 pm
Hello David, can’t see straight anymore so I am going to bed…but I have a doozy of a problem which may be corrected simple but right now I don’t want to look at it… here goes:
I installed all as directed but my menu options use the following links:
http://www.tyroneandstephanie.com/blog/wp-admin/nextgen-gallery?page=nggallery-options - and these don’t work - only if you type in admin.php in place of the nextgen-gallery bit like this :
http://www.tyroneandstephanie.com/blog/wp-admin/admin.php?page=nggallery-options - again, that would be the menu option under gallery tag in dashboard, NOW the ‘manage galleries’ & ‘upload pictures’ buttons in the ‘welcome to nextgen’ line work fine, they both use the string I am talking about above with the admin.php bit instead of the nextgen-gallery bit….
So how can I change one of the files (which file) to properly point the menu option links in the right direction?! Or what is going on that is so wrong that the menu doesn’t link right, but the two buttons in the welcome line do?! I am in WP 2.5 any help would be appreciated.
tyronebcookin
April 14th, 2008 at 2:41 pm
Hi Tyrone. I’m not running 2.5 yet so unfortunately I can’t really provide much help. You might ask on Alex’s forum: http://alexrabe.boelinger.com/forums/
May 1st, 2008 at 2:08 am
HI I’ve installed the plugin ok, is there a demo of the code some where, I’m alittle lost on how to bring up the gallery images on a side bar, can you point me the right way please.
K
May 13th, 2008 at 8:31 pm
Hi,
I have a question that I cannot figure out about Next Gen Gallery (for my site).
How do I get my portrait images to NOT resize so large. I’ve tried adjusting the “resize image” in the Gallery/Image section, all the way down to 200, but with no effect. Also, I cannot seem to get the slideshow option to work using the slideshow=ID code . I tried uploading the JW image rotater, but I do not see it in my plugins to activate. I’d appreciate your help if you have time!
Sally
May 14th, 2008 at 1:40 am
@Karl - I’m part way through a series of articles on how to display images. Check them out and let me know what you think.
@sally - I’ve had similar issues with slideshows when the images are not 4:3 landscape. Unfortunately I haven’t had a chance to troubleshoot. Sorry.
May 15th, 2008 at 6:42 pm
Great job, love the write up! Can’t wait to read more. I just installed this a few days ago and have been trying to get everything sorted. Great plugin. So far my only problem is the same as other have had getting the slideshow to properly display a portrait image. Thanks!
May 23rd, 2008 at 8:36 am
Hi, I don’t have widgets in my template… what code do I use to enter the gallery into my sidebar? Thanks for your help.
August 3rd, 2008 at 2:59 pm
Hey,
This is a super write up! I am getting the following problem after uploading pictures during thumbnail creation:
Follow thumbnails could not created.
104-lancia.jpg (Error : Exceed Memory limit. Require : 52.98 MByte)
How do I solve this thanks?
Chris
August 5th, 2008 at 12:53 am
[...] NextGEN Gallery Review - Configuration [...]
August 10th, 2008 at 3:22 pm
How do you enable the Use slow zooming effect?
August 12th, 2008 at 2:19 pm
@Adam - I’ve had the same issue, but I haven’t had time to investigate. Sorry.
@Nick - Check out the functions in the nggwidget.php file. That should get you going.
@Chris - Typically that message is displayed when the PHP limit has been exceeded. To fix this, you need to go into your php.ini file and set the upload_max_filesize to something that will accommodate the files you want to upload.
@Fred - Sorry, I haven’t used the slow zooming effect yet.
August 22nd, 2008 at 6:13 pm
Greetings.
Wonderful breakdown. thanks much.
I have a question about the NextGen Widget.
I got it working. but when you click on the thumbnails, the link goes to the actual image path.
I see that other sites with the widget have a feature enabled that brings up some sort of flash gallery over the page… how to i implement this feature?
thanks much!
sara
August 24th, 2008 at 9:18 pm
Hello David,
for some reason I can get the below step to work on my website any advice please helppppppp.
Show ImageBrowser
If enabled, a larger version of the image will be displayed on the page when clicking on an image. If not enabled, what looks like a pop-up window is displayed in the middle of the page to display the image and the page behind it goes dark. I much prefer the non-ImageBrowser effect (disabled). Disabled by default.
August 28th, 2008 at 4:31 pm
Hi David.
My problem is once I’ve installed the plugin and I try to add a gallery I get the following error message:
Unable to create directory wp-content/gallery/as!
Directory wp-content/gallery/as is not writeable !
Unable to create directory wp-content/gallery/as/thumbs !
I have tried everything but I really do not know where I am going wrong and no doubt this is simple as pie!!
August 28th, 2008 at 8:14 pm
same problem as the others above…. portrait images get mangled on individual view and nothing I can seem to do prevents it from being resized. Your comments above state that it does not re-size by default. In my case, large portrait images are being scaled down; others above indicate they cant restrict such images to smaller sizes. Answer?
August 30th, 2008 at 5:39 pm
[...] it off in the feed and make the photos only viewable from the site. Also, came across a pretty good write up on how NEXTGen Gallery works, even if it doesn’t help with my current [...]
September 3rd, 2008 at 1:22 am
Anyway to put the images in a non web-accessible directory? I tried but the plugin couldn’t find it.
September 10th, 2008 at 8:32 pm
Hopefully you’ll be able to assist me with this problem. I’m trying to activate permalinks within my Nextgen Gallery. In the address bar, it shows something to the extent of “/nggallery/post//page/1″
The permalink default configuration I have within WP is just /%category%/%postname%/ - within that, I get a 404 error.
What is the correct permalink structure?
September 15th, 2008 at 7:22 pm
i’m trying to get the slideshow to work but all i get is a blackbox and nothing else.
I thought it may take some time for the images to load so, after loading the permalink, i left it on it’s own for 5 minutes and when i cam back it was a black box. Right click on it and states that images did not load.
appreciate any help that can be given for this.
September 17th, 2008 at 9:09 am
Hi,
I need help to know how to make the descriptive text show on the slideshow widget. I have try different ways but is not working and I can’t figure out why. S.O.S. please! :-/
September 20th, 2008 at 8:10 pm
hi, i cant seem to find the nggallery admin page! arg. this is making me sad. its not on my main wordpress dashboard even after i activated the plugin. argg…
September 28th, 2008 at 4:38 pm
Hi David! Do tou happen to know where can I modify the transparency of the overall layer that covers up the screen when popping up a slide? I need to make it show plain white.
September 29th, 2008 at 9:41 am
Sorry! I have already solved it! everything related to the popping images is on the “thickbox” folder . I fiddled around with thickbox.css and the two .js and got the thing to work to my command!
Thank you anyway!
October 4th, 2008 at 11:58 am
Can you please explain the permalinks piece? Why would I want to turn that on? When I currently hover over the image, I do see a link in the status bar. So, what does that feature really do for the blog?
Thanks in advance.
October 20th, 2008 at 8:15 am
Even I am struggling with permalinks when i check that on my images wont work, gets http 404 .
October 24th, 2008 at 2:41 am
Is it possible to have different Transition/fade effects for individual slide shows.
I can set a slideshow on a page and set it’ size [slideshow=1,400,300] and have a different sized slideshow on another post [slideshow=2,200,150] …. but can I control the transition effects on the individual slideshow, or do they all use the same one from the config page?
November 18th, 2008 at 12:02 pm
Hello!
Thanks so much for this website that really helped when I first installed NextGen a few months back. Now, I do have a quick question (maybe not so quick to reply to… who knows?) -
What if we wanted two different-looking kind of galleries? I haven’t been able to figure that one out. There are (going to be when I figure this out!) two parts to my site - my regular photography, and my wedding photography. The differences won’t be massive, but they are enough that I can’t figure it out on my own. A little bit of help would be great.
To go into details:
Right now I’m set up with about a dozen galleries, which are each presented as 2 rows of 12 thumbnails, which upon click open the full size pictures in LightBox. I’ve modified the css and changed the appropriate options to make this work. The new wedding section on my site should have 5 rows of 5 thumbnails… So in “options”, it wouldn’t be “24″ images per page anymore, but “25″, and the CSS would be different on a bunch of things that I don’t always fully comprehend like alignment and floating… etc
Any idea how to make this work?
I’d really appreciate any help or feedback. Million thanks!
November 20th, 2008 at 12:14 pm
Hi David,
This is a great guide! Thanks!
I don’t see anything about this… please let me know if I’ve missed it…
I am trying to alter the H2 text above the widget as well as trying to create a CSS border around the image.
However, I cannot figure out which file controls the H2 or the CSS for the widget.
Can you please help?
Thanks,
Josh
December 2nd, 2008 at 7:20 am
Hi, I am using WP 2.7 beta 3, and I’m trying to find out where my Page is, I’ve looked everywhere, and its I just cant find it. On the Dashboard there is a Gallery section, but nowhere is there any configuration options. Help, I need to configure my galleries.
December 6th, 2008 at 3:58 pm
Hi, is there a shortcode to remove the border from the image? I want to be able to use the shortcodes, but I don’t want a border around the image, but I can’t use an HTML tag to set that, since I’m using shortcodes. Thoughts?
December 18th, 2008 at 6:57 pm
Hey, I found this youtube video but it is not in English.
Know any that are in English? I really learn better watching
a video with audio, but it does have to be in English.
NextGen Gallery Tutorial
http://www.youtube.com/watch?v=36wNaagYNfQ
December 19th, 2008 at 6:41 am
@Chris, or whoever is having this problem:
Follow thumbnails could not created.
104-lancia.jpg (Error : Exceed Memory limit. Require : 52.98 MByte)
You need to find your ” memory_limit ” variable in your php.ini file, and raise it to at least 64M. You should also raise your upload size.
Don’t forget to restart afterward.
January 9th, 2009 at 2:35 pm
so, I have to have a border around the image, no matter what?
January 21st, 2009 at 10:39 am
Hi! I’m just digging into this plugin for the first time, so probably many hurdles ahead, but your guide looks to be a lifesaver while I set it up!
I already seem to have noticed, however, the answer to something that you were unsure about:
“Crop square thumbnail from image
Creates square thumbnails. The note on the page says to use only when the dimensions are set to 128 x 128. I’m not sure what happens if the dimensions are set to something else. Hopefully it fails gracefully. Disabled by default.”
I entered my own custom width x height (in my case, 145 x 145); and after I clicked “save changes”, that note changed to say “use only the width setting 145 x 145″. So it appears to always refer to whatever dimensions you’ve set in the first Thumbnail option. I guess you’ll want to revise that bit of the instructions…
Many thanks, and I’m sure I’ll be returning here many times in the future while I work up my gallery…
January 23rd, 2009 at 9:05 am
hi,
i am looking at you plugin and it seems to be exactly what i need. however, i already have a ton of images uploaded on my webserver, nicely organised in their own directories and subdirectories, with the correct size and also their respective thumbnails. what i was wondering is weather there is a simple way to have my images and thumbnails (already present on the server) handled by this plugin, without re-uploading them a second time. it seems that simply changing the setting “gallery path” won’t do the job. is there a chance, possibly with some minor code rewriting? any hint is highly appreciated! thanks in advance.
p.
February 3rd, 2009 at 5:05 pm
HELP WP dont load New Thumbs anymore…..
Hi, just a great plugin, but now I updated to 2.7 Iam have problemms with my Thumbs, suddently WP cannot make my thumbs…. most off the thumbs are haveing errors.:-( can anyone in this forum help me?
February 3rd, 2009 at 10:42 pm
Hi, im new to nextgen. wanna configure it. need to write manually a simple php code in my blog which shows the next gen gallery in my sidebar and then i wanna modify it with my css.(my css is completely customized by myself, created from a pdf.).so, i need the php code to add the nextgen gallery in my site. can anyone help me, please?it’s urgent.thanx.
February 13th, 2009 at 5:22 am
HI!
about border around the “widget” image.
try this:
…nextgen-gallery/css/nggallery.css and search for “border” and “a9a9a9″ (it’s border’s color).
that’s it.
i hope it helps
February 25th, 2009 at 1:56 pm
anybody notice that in WP 2.7 there doesn’t seem to be any ‘top level admin’page with an ‘options’ sub page?
still slogging around with NextGEN, but the valuable looking info on this page is not accessible
February 28th, 2009 at 2:33 pm
Hi,
many thanks for all these information ! Actually I am hunting already quiet a while through the net to find some specific information related to NextGen Gallery SLIDESHOW. I have implemented it into my riht sidebar. Slideshow on top and then a gallery with 4 thumbnails. To set a single color frame for the thumbnaisl was quiet easy. But how the hell can I set a frame or border for teh slideshow ? I could just not figure it out. One more question is, how do I create a nice frame around the thumbnails ? So far I just have one single color. But I saw already some pages with much better looking frames consisting out of at least 2 frames (colors).
Greetings from Moscow
(damn cold right now !)
March 4th, 2009 at 3:47 pm
Hey,
thanks for this great tutorial.
I only have one short question: would anybody know if there is any chance to link the images in the gallery to external/internal pages or other posts? I would love to use the gallery similar to a menu/navigator.
Thanks,
Nikolaus
March 10th, 2009 at 12:47 pm
I just got the notice to update the gallery, is there anything specific I need to do so that it doesn’t break or do I just upload all the new files into the same folder? Also where are all these options for the gallery I don’t see them in the admin. I would like my gallery to show all pics in one page instead of having multiple pages. THANKS!!!
March 16th, 2009 at 1:45 am
Hello,
Thanks for the great tutorial. I am having problems with my albums and galleries. When ever i click a link to a album or another page on a gallery it links back to my home page. I don’t have a clue how to fix it and can’t find anything about in in your help articles.
Thanks
Ben
March 25th, 2009 at 10:05 pm
Hello,
Thanks for all the information. I have a problem with an image post after installed the plugin, the siderbar on the right got pushed down below when i post using NextGen, I just can’t figure it out.
Thanks,
RT
April 2nd, 2009 at 3:01 pm
it’s a powerful wp plugin,but i get totally lost how to configurate it.i still confused when i see these examples with only a short word of only like [ nggallery id=1 template=sample6 ]
April 10th, 2009 at 1:31 pm
HI David,
I have uploaded as instructed but in my admin in WP 2.7 I only see the Plugin but no Options page to alter anything. I am very new to WP, and wondered whether you could help?
Cheers
Andy
April 26th, 2009 at 1:03 pm
Hello, I have a small problem with NextGen Gallery plugin under Wordpress. Unfortunately I don’t know where to post, so maybe it is good place.. ?
I followed the install notes, and activated the plugin.
Once the plugin has been activated, I have a Gallery menu created linked to the page :
http://evix.no-ip.org/home/WordPressPlugin/plugins/nextgen-gallery?page=nggallery-setup
but this link triggers a 404 error !
Note : on my configuration, the plugins are stored in /home/WordPressPlugin/plugins
I have made a link from /var/www/versatile-k/wp-content (which works for all the others plugins)
Could you help me please ?
Kind regards
May 22nd, 2009 at 8:29 pm
Hello!
I am trying to embed a slideshow in a page I’ve already created. I put in the code [slideshow id=x] but there is no slideshow appearing. Instead, I get the message: [Gallery not found].
The widget works fine and I see the slideshow, so I know it must be something I am overlooking. Thanks!
May 28th, 2009 at 2:21 pm
Hi!
This site has proven an invaluable tool in figuring out how to use the nextgen plugin. I’m having one little problem that I can’t figure out:
I’ve attached the album (and galleries within) to a page on my site. In the Slideshow settings in the options tab I have the ’show next image on click’ box checked. However it appears that both that feature and all of the transition effects aren’t working.
When I click on an image it starts to fade and then just closes back to the gallery. I’m probably missing something simple…but I just can’t figure it out.
Thanks!
June 11th, 2009 at 1:45 am
I would like to validate the page as HTML 4.01 strict instead of XHTML transitional, but the links generated on the header tag of the page are giving me /> tag and I need to change it to simple > to validate the code.
Would you have any idea how to do this please?
Thanks a million in advance !
June 24th, 2009 at 1:02 pm
Hi David.
Before updating to the latest version of NGG everytime I added a new gallery I would also add an external link to every picture in the gallery so that when someone was looking at a particular gallery’s image, they could click the link and be taken elsewhere. Since updating, I cannot do this any more and all my previous galleries are now showing all the raw links.
I have tried to change the css to accomodate the external link but nothing appears to work. Would you have a suggestion as to how I may go about this? I sure would appreciate any help you can give. Thanks for you time
June 24th, 2009 at 3:14 pm
Hi David,
Please ignore my previous post as I have discovered what th eproblem was. For some reason, I have to re-save each gallery ( 1930 of them in all ), for all the links to work. Why this has happened I have no idea but at least I know how to sort it. If only there was a quicker way to do this
Oh well, just another 1840 more gallery’s to re-save.
Thanks again,
Mike
June 26th, 2009 at 10:47 am
@ John
@ Andy
Hey guys, I had the same problem as you. (Frustrating how no one answered!). I couldn’t find any ‘gallery’ or ‘admin’ page. Finally I created a gallery and added 4 test images to it. when I did this the left-side panel of wordpress all of a sudden had a lot more options under ‘gallery’, and clicking on ‘overview’ under ‘gallery’ brought me to the ‘nextgen’ page that is detailed on this site. Hope that helps. (I’m not tech savvy so not sure if it does).
July 2nd, 2009 at 10:37 am
Hi guys, Great product, works fine. My only question is: Can I change the size of the description on the slideshow? Show size will be 500×333px, and description type is too small to be easily read. I’ve looked all through the CSS of NGG, but can’t find a setting for it. I’d also like it to wrap to 2 lines if the description is too long…possible?
July 14th, 2009 at 6:48 am
I am getting the following error after installing “NextGEN Gallery : Tables could not created, please check your database settings.” I cant get it to work whats up?
July 20th, 2009 at 8:15 am
It’s a great plug-in and I found it very easy to install. But the pictures are downloadable with right click Save As. Is there some way to disable this? I don’t really want to put copyright watermarks all over every photo on the gallery.
August 3rd, 2009 at 3:40 am
Hi David and everyone else.
I am having issues with thumbnails geting the following error - 104-lancia.jpg (Error : Exceed Memory limit. Require : 52.98 MByte
Two responses on this page quote slightly different answers
“Typically that message is displayed when the PHP limit has been exceeded. To fix this, you need to go into your php.ini file and set the upload_max_filesize to something that will accommodate the files you want to upload”
“You need to find your ” memory_limit ” variable in your php.ini file, and raise it to at least 64M. You should also raise your upload size.”
These are great thanks however I cant actually seem to find a file php.ini?
There are loads of files ending in extension .php including one called thumbnails but not the above.
Help would really be appreciated as im obviously not a techy!
Thanks
August 4th, 2009 at 1:00 pm
Hey, Mike and David,
Mike said he adds an external link to every picture in new galleries so that when someone was looking at a particular gallery’s image, they could click the link and be taken elsewhere. I saw the post about having to re-save your galleries, but how did you add the links in the first place?
I’m trying to do something similar on a site for a nonprofit org: we want to post our sponsors’ logos with a link to their individual sites.
Thanks in advance,
Jeannine
August 6th, 2009 at 9:20 am
I uploaded the image rotator to my wp-content/uploads folder yet WP keeps telling me it can’t find the URL path to the rotator. It’s clearly sitting there but no matter how many times I hit “search” or key in the URL it won’t “find” it. Any suggestions? Thanks.
August 17th, 2009 at 11:52 pm
Hi
I have installed the gallery and it works great. The problem i have a sorry if this has been answered already, I could’nt see it, is that i can’t change the Alt/title information for each of the images, and more importantly I need to add a description to the the emlarged images. I have tried making changes, adding a description in the c/panel boxes but when I save they disappear.
Please please help this, I really really like the plugin but must get the description in place. Maybe its a permission issue, I am fairly new to WordPress and so it might be me.
Thanks
Ashley
August 31st, 2009 at 3:07 pm
Hello,
whenever I insert a picture from NextGen into my post it shows up with small frames. Is there anyway to change that in the settings? Also, how can I disable automatic thumbnail generation when I upload pix to a gallery? Many thanks!
September 18th, 2009 at 8:47 pm
Hi,
I was wondering if anyone could instruct me how to add more javascript thumbnail effects to NextGen? Not that I do not like the 4 preset effects, but I would just like some more variety (eg. bostonimages.com/blog/).
So if anyone could please tell me where to download the effects and how to install them in NextGen, it would be greatly appreciated.
Thanks!
Wyatt
September 22nd, 2009 at 6:05 pm
How do I get rid of the little blue icon next to each pic in my gallery? I’d like it to be clean - no icons, etc.
Any help would be great!
Cheers!
September 22nd, 2009 at 9:46 pm
Thanks for all the helpful info… newbie question…
what directory do I upload the mp3 files to link to the slideshow?
Many thanks…
Dennis
September 22nd, 2009 at 11:28 pm
Hi everyone,
I move my website from one server to another. Now, when I try upload a file, I found it in this path “/data/17/1/51/35/1703035/user/1837495/htdocs/wp-content/uploads/2009/09/” normally, it should be here “website_root_path/wp-content/uploads/2009/09″.
The first directory was created automatically by NextGen.
Any help ???
thanks
October 1st, 2009 at 3:59 pm
Hello, Great plugin. I have a few questions.
Im having issues with my images opening up in my pretty photo lightbox. can you help?
I have placed my java,css,and image files in the themes folder. Not sure if i should place inside the plugin folder.
Been trying to get this to work all day. PLEase Help!
October 5th, 2009 at 12:09 pm
It’s a nice plugin.
I would recommend that on the next update you include an option on the Options/Thumbnails page to regenerated all thumbnails with another option to not generate thumbnails for original images smaller than the thumbnail default size.
When you have dozens of galleries, having to go and regenerate thumbnails on all of them one by one is time-consuming when a simple routine could accomplish it in 1/10 of the time. Also, if the default thumbnail size is ‘larger’ than any original image, there should be an option to not generate thumbnails for those individual images as they would appear blurry, thus the thumbnail would just copy the original image and use as the thumbnail.
Just a suggestion.
October 8th, 2009 at 2:07 pm
Hi — I have the gallery working fine on my honeybee site except for the slideshow. The whole thing plays BEHIND the sidebar in the Default WP theme. I’m stumped. Can you help? Thanks!
November 3rd, 2009 at 3:20 pm
Is there any way to keep NextGen’s “Upload Images” feature from converting the filename to all lowercase? I want it to preserve the original casing; in this instance, image_Home.jpg.
I need the correct case because I’ve adjusted my theme to pull in the correct header image for each page based on the title given to the page. (I’m using the following code in my page.php:
<img src=”../wp-content/gallery/topic_images/image_.jpg” alt=”" class=’topic-image’ />
My client doesn’t want to user lower-case page titles, and the image doesn’t display if the src= image_Home.jpg while the picture is image_home.jpg.
Do you know any way around this?
Cheers,
Jeannine
p.s. Thanks for your *great* job documenting NextGen.
November 3rd, 2009 at 3:21 pm
The code in my previous post got mangled. It should be:
<img src=”../wp-content/gallery/topic_images/image_.jpg” alt=”" class=’topic-image’ />
November 3rd, 2009 at 3:23 pm
Still mangled. Basically, there should be a concatenated filename adding Wordpress the_title() tag to the middle of the image_.jpg name.
November 8th, 2009 at 12:06 pm
Thank you so much. This whole series was so helpful. You saved me a lot of frustration! Thank you.
November 9th, 2009 at 9:41 am
[...] quieren pueden leer esta documentación completa de NextGEN Gallery, pero es larga y está en inglés. También está el sitio oficial del plugin. [...]
November 16th, 2009 at 2:11 pm
I’ve upgraded to WP2.8.6
Using wpRemix 3 theme
The gallery 1 imagerotator on the home page is including the gallery 4 slideshow from a separate post. I’ve checked all my settings and files and all the pics are separated into their folders according to gallery name.
Our posts show up in the Upcoming Events area but they aren’t showing up in the right sidebar area because of another problem with proplayer on the home page. This has not been a good day at all. And always when the boss is showing the website or using it in a prime target meeting. Please help! I need to have this up and running no later than Tuesday morning pronto!
November 16th, 2009 at 2:45 pm
Also, I upgraded to Next Gen and reverted back to 1.4.2, but no luck in correcting anything. I’ve even restored my database to 2 days prior with no luck….something is really wrong here…..please advise a.s.a.p.
Thank you! Rebecca
December 22nd, 2009 at 1:59 pm
Hi David, I just downloaded the nextgen and found your really helpful web page. I would be very grateful if you could help me with those 2 questions:
1) I’ve read up above that I should have a “Show thumbnail description” option under my options/gallery but I could not find it. The options just jump from “show first” to “show image browser”. Does it not exist anymore? Is there anyway I could show a title or description below my thumbnails?
2) I couldn’t to find a way to add comments to the pictures. I’ve heard the adding a comment to each individual picture is an issue in nextgen but can’t I even add comments to a group of pictures in an album or gallery?
Hoping I’ll hear from you soon,
Thanks
December 26th, 2009 at 10:49 pm
can anyone help, thi is what displays where the gallery should be.
[slideshow id=1]can anyone hel me get it right.
Thanks,
January 21st, 2010 at 10:25 am
Hi,
I’ve read through the whole thing and no-one is experiencung the problem that I’m having.
I’ve installed the plug-in and followed all the steps. Uploaded a gallery and my pictures are displaying in 1 column only. I tried fixing it through the number of columns in the options, that didnt work, I tried toi display:inline in the style sheet, that didnt work either .
Please help
Patrick
January 31st, 2010 at 1:06 pm
I am getting the same error as someone else up here… I am getting this:
“Nextgen gallery tables could not be created please check your database setting.”
Tried the update thing in the Gallery settings, didn’t do anything. Still got the message.
Someone else pointed out it’s a problem with Multiple DB, but no solutions has been given.
Another one said it’s a problem with the caracter’s encoding.. didn’t help either.
January 31st, 2010 at 1:36 pm
In reply to chris on July 14th, 2009 at 6:48 am:
I finally managed to find a solution… on a Spanish website! Geez…
This might help someone else, so here’s where I found a hint to help solve:
http://forum.plic-plac.com/index.php?topic=1587.msg6320#msg6320
From what I understood, the plugin tries to create tables in the form of a standard Wordpress installation, in which tables are named with the suffix “wp_”.
However, in my case (and probably others), I have multiple Databases and some with other Wordpress installations, and so the prefix isn’t the same for all. The prefix for this particular Wordpress Database is “mob2_”… and so, the plugin couldn’t create the tables in the form “wp_” and therefor couldn’t find his tables after activating the plugin.
So what I did was to copy the entire CREATE TABLE codes in the link above. Then I went to phphMyAdmin to find my database. In there, I sent out the query. All tables were created successfully. I then renamed the tables changing prefix “wp_” for my own “mob2_”.
After that, my plugin still gave me the error, but all the gallery menu worked. So I deactivated and reactivated the plugin.
Error gone
Hope all this is clear and will help someone else!
February 4th, 2010 at 3:15 am
Hi,
Anyone knows if there is any simple way to place the imagerotator.swf slideshow directly into the php code?
Any help would be appreciated.