2020. 11. 9. 09:46ㆍ카테고리 없음
- Nextgen Gallery Download
- Nextgen Gallery Pro free download. software
- Nextgen Gallery Support
- Nextgen Gallery Pro Free Download Torrent
May 29, 2018 - NextGEN Plus has all the same gallery features as NextGEN Pro. Download the.zip file to your desktop or an easy area to access it for step 2. Oct 17, 2017 - The first is called NextGEN Download Gallery and it offers a gallery display template. The plugin is also free, which is nice for those on a budget. Control over galleries and downloads, NextGEN Pro offers such capabilities.
Description
Add a template to NextGEN Gallery that provides multiple-file downloads for trade/media galleries. NextGEN Gallery is one of the best gallery plugins for WordPress because it is very flexible and has a nice, simple admin. This plugin adds a new gallery template that lets you select multiple images from the gallery to be downloaded as a ZIP archive.
NB: the Photocrati version of NextGEN Gallery can impact the performance of your server, and not all of the old plugin’s functionality works. You might want to consider using NextCellent Gallery instead — it’s a fork of the original NextGEN Gallery with continued support and compatibility, without the performance impacts.
NextGEN Download Gallery is targetted at creating “Trade/Media” areas on websites, allowing journalists to easily download multiple product images. It’s apparently very popular with photographers too.
Translations
Many thanks to the generous efforts of our translators:
- Czech (cs_CZ) — Rudolf Klusal
- Danish (da_DK) — Ligefrem
- Dutch (nl_NL) — the Dutch translation team
- English (en_CA) — the English (Canadian) translation team
- English (en_GB) — the English (British) translation team
- English (en_ZA) — the English (South African) translation team
- French (fr_FR) — Nicolas Sizun
- Korean (ko_KR) — the Korean translation team
- Portuguese (pt_BR) — Juliano Arantes
- Polish (pl_PL) — Jakub Molek and the Polish translation team
- Swedish (sv_SE) — the Swedish translation team
- Turkish (tr_TR) — the Turkish translation team
If you’d like to help out by translating this plugin, please sign up for an account and dig in.
Credits
This program incorporates a little code that is copyright by Photocrati Media 2012 under the GPLv2. Some PHP code was copied from NextGEN Gallery and altered, so that the nggtags
shortcode could be extended as nggtags_ext
and specify a gallery template.
Installation
- Install NextGEN Gallery or NextCellent Gallery, and create galleries/albums
- Upload this plugin to your /wp-content/plugins/ directory.
- Activate the plugin through the ‘Plugins’ menu in WordPress.
- Specify the gallery template as “download”
Nextgen Gallery Download
From a gallery shortcode
When using a shortcode to show a NextGEN gallery, you can make it a download gallery by specifying the gallery template:
From an album shortcode
Nextgen Gallery Pro free download. software
When using a shortcode to show a NextCellent Gallery album, you can make it show download galleries by specifying the gallery template:
NB: NextGEN Gallery 2.0 still doesn’t support this functionality, as at v2.0.66.17; see FAQ for work-around.
From a tags shortcode
The standard nggtags
shortcode doesn’t allow you to specify the gallery template, so this plugin adds an extended version of that shortcode.
Or in NextGEN Gallery v2.0:
FAQ
No. NextGEN Gallery / NextCellent Gallery are doing all the work. This plugin is only adding a new gallery template and the ZIP download functionality.
Yes, in NextCellent Gallery the album shortcode has separate parameters for album and gallery templates. The “template” parameter tells it which template to use for the album, and the “gallery” parameter tells it which template to use for the gallery. e.g.
NB: NextGEN Gallery v2.0 still doesn’t support this functionality. Instead, you need to link a page to each gallery in Gallery > Manage Galleries, and use the nggallery
shortcode on those pages to set the template as “download”.
In NextCellent Gallery, just add the template to the nggtags
shortcode:
NextGEN Gallery v2.0 introduces a new shortcode, ngg_images
; see the Photocrati documentation for ngg_images. This new shortcode can support a template parameter, like this:
Yes. Copy the template from the templates folder in the plugin, into a folder called nggallery in your theme’s folder. You can then edit your copy of the template to get the pretty.
Nextgen Gallery Support
There can be several reasons, but the most common one is that your server is limiting the size of temporary files. You might be able to work around that by telling WordPress to use your uploads folder for temporary files. To do that, add this line to your wp-config.php file, just below the lines defining ABSPATH near the bottom of the file:
The initial translations were made using Google Translate, so it’s likely that some will be truly awful! Please help by registering to translate into your preferred language.
If you have higher resolution images you’d like to download instead of the ones displayed, you can use a WordPress filter hook. See this support post for details. NB: this is advanced and requires some programming ability!