Gallery Bank: WordPress Photo Gallery Plugin - Version 4.0.21

Version Description

  • FIX: Major Thumbs Generation Bug
  • FIX: Uninstall Plugin Bugs
Download this release

Release Info

Developer contact-banker
Plugin Icon 128x128 Gallery Bank: WordPress Photo Gallery Plugin
Version 4.0.21
Comparing to
See all releases

Code changes from version 4.0.20 to 4.0.21

Files changed (5) hide show
  1. gallery-bank.php +2 -2
  2. lib/action-library.php +1 -1
  3. lib/install-script.php +3 -3
  4. readme.txt +2377 -276
  5. uninstall.php +2 -5
gallery-bank.php CHANGED
@@ -5,7 +5,7 @@
5
  * Description: Gallery Bank - Responsive Gallery Images, Photo Albums in Gallery Widget, Images Gallery, Media Gallery, Filterable Portfolio, Gallery Lightbox.
6
  * Author: Tech Banker
7
  * Author URI: https://gallery-bank.tech-banker.com
8
- * Version: 4.0.20
9
  * License: GPLv3
10
  * Text Domain: gallery-bank
11
  * Domain Path: /languages
@@ -73,7 +73,7 @@ if (!defined("GALLERY_BANK_THUMBS_NON_CROPPED_URL")) {
73
  define("GALLERY_BANK_THUMBS_NON_CROPPED_URL", content_url() . "/gallery-bank/thumbs-non-cropped/");
74
  }
75
  if (!defined("gallery_bank_wizard_version_number")) {
76
- define("gallery_bank_wizard_version_number", "4.0.19");
77
  }
78
  if (is_ssl()) {
79
  if (!defined("tech_banker_url")) {
5
  * Description: Gallery Bank - Responsive Gallery Images, Photo Albums in Gallery Widget, Images Gallery, Media Gallery, Filterable Portfolio, Gallery Lightbox.
6
  * Author: Tech Banker
7
  * Author URI: https://gallery-bank.tech-banker.com
8
+ * Version: 4.0.21
9
  * License: GPLv3
10
  * Text Domain: gallery-bank
11
  * Domain Path: /languages
73
  define("GALLERY_BANK_THUMBS_NON_CROPPED_URL", content_url() . "/gallery-bank/thumbs-non-cropped/");
74
  }
75
  if (!defined("gallery_bank_wizard_version_number")) {
76
+ define("gallery_bank_wizard_version_number", "4.0.21");
77
  }
78
  if (is_ssl()) {
79
  if (!defined("tech_banker_url")) {
lib/action-library.php CHANGED
@@ -175,7 +175,7 @@ if (!is_user_logged_in()) {
175
  $thumbnail_image_name = $obj_image_process_gallery_bank->createThumbs_gallery_bank($image_name, $image_data);
176
  $image_exif_detail = $obj_image_process_gallery_bank->file_exif_information_gallery_bank(GALLERY_BANK_UPLOAD_DIR . $image_name, "FILE");
177
  $image_meta_data["image_title"] = isset($_REQUEST["image_title"]) ? esc_attr($_REQUEST["image_title"]) : "";
178
- $image_meta_data["image_name"] = $fileName;
179
  } else {
180
  $thumbnail_image_name = $obj_image_process_gallery_bank->createThumbs_gallery_bank($image_name, $image_data);
181
  $image_exif_detail = $obj_image_process_gallery_bank->file_exif_information_gallery_bank(GALLERY_BANK_UPLOAD_DIR . $image_name, "FILE");
175
  $thumbnail_image_name = $obj_image_process_gallery_bank->createThumbs_gallery_bank($image_name, $image_data);
176
  $image_exif_detail = $obj_image_process_gallery_bank->file_exif_information_gallery_bank(GALLERY_BANK_UPLOAD_DIR . $image_name, "FILE");
177
  $image_meta_data["image_title"] = isset($_REQUEST["image_title"]) ? esc_attr($_REQUEST["image_title"]) : "";
178
+ $image_meta_data["image_name"] = $thumbnail_image_name;
179
  } else {
180
  $thumbnail_image_name = $obj_image_process_gallery_bank->createThumbs_gallery_bank($image_name, $image_data);
181
  $image_exif_detail = $obj_image_process_gallery_bank->file_exif_information_gallery_bank(GALLERY_BANK_UPLOAD_DIR . $image_name, "FILE");
lib/install-script.php CHANGED
@@ -1100,7 +1100,7 @@ if (!is_user_logged_in()) {
1100
  $image_exif_detail = $obj_dbHelper_gallery_bank->file_exif_information_gallery_bank(GALLERY_BANK_UPLOAD_DIR . $image_name, "FILE");
1101
 
1102
  $image_meta_data["image_title"] = "Demo Image";
1103
- $image_meta_data["image_name"] = $fileName;
1104
 
1105
  $image_meta_data["enable_redirect"] = "";
1106
  $image_meta_data["redirect_url"] = "http://";
@@ -1198,10 +1198,10 @@ if (!is_user_logged_in()) {
1198
  $thumbnail_image_name = $obj_dbHelper_gallery_bank->createThumbs_gallery_bank($image_name, $image_data);
1199
  $image_exif_detail = $obj_dbHelper_gallery_bank->file_exif_information_gallery_bank(GALLERY_BANK_UPLOAD_DIR . $image_name, "FILE");
1200
  if ($data->album_cover == 1) {
1201
- $gallery_cover_image = $fileName;
1202
  }
1203
  $image_meta_data["image_title"] = isset($data->title) ? $data->title : "";
1204
- $image_meta_data["image_name"] = $fileName;
1205
 
1206
  $image_meta_data["enable_redirect"] = "";
1207
  $image_meta_data["redirect_url"] = isset($data->url) ? $data->url : "http://";
1100
  $image_exif_detail = $obj_dbHelper_gallery_bank->file_exif_information_gallery_bank(GALLERY_BANK_UPLOAD_DIR . $image_name, "FILE");
1101
 
1102
  $image_meta_data["image_title"] = "Demo Image";
1103
+ $image_meta_data["image_name"] = $thumbnail_image_name;
1104
 
1105
  $image_meta_data["enable_redirect"] = "";
1106
  $image_meta_data["redirect_url"] = "http://";
1198
  $thumbnail_image_name = $obj_dbHelper_gallery_bank->createThumbs_gallery_bank($image_name, $image_data);
1199
  $image_exif_detail = $obj_dbHelper_gallery_bank->file_exif_information_gallery_bank(GALLERY_BANK_UPLOAD_DIR . $image_name, "FILE");
1200
  if ($data->album_cover == 1) {
1201
+ $gallery_cover_image = $thumbnail_image_name;
1202
  }
1203
  $image_meta_data["image_title"] = isset($data->title) ? $data->title : "";
1204
+ $image_meta_data["image_name"] = $thumbnail_image_name;
1205
 
1206
  $image_meta_data["enable_redirect"] = "";
1207
  $image_meta_data["redirect_url"] = isset($data->url) ? $data->url : "http://";
readme.txt CHANGED
@@ -1,369 +1,2466 @@
1
- === Gallery - Photo Gallery, Image Gallery, Albums, WordPress Gallery Plugin ===
2
- Contributors: gallery-bank, gallerypluginsupport, contact-banker
3
- Donate link: https://gallery-bank.tech-banker.com/
4
- Tags: gallery, photo gallery, image gallery, responsive gallery, wordpress gallery plugin, photo albums, gallery slider, gallery lightbox, wordpress photo gallery plugin, fullscreen gallery, watermarking, video gallery
5
- Requires at least: 3.3
6
- Tested up to: 4.8.1
7
- Stable tag: trunk
8
- License: GPLv3 or later
9
- License URI: https://www.gnu.org/licenses/gpl-3.0.html
10
-
11
- Responsive Gallery Plugin for Gallery Widget, Image Gallery, Grid Gallery, Media Gallery, Filterable Portfolio Gallery, Gallery Lightbox, Photo Albums
12
 
13
  == Description ==
14
 
15
- ### WordPress Photo Gallery Plugin + WordPress Photo Albums Plugin = Gallery Bank
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
 
17
- #### [Gallery Bank is the Most Advanced and Powerful WordPress Gallery Plugin to create attractive photo galleries and gallery images.](https://gallery-bank.tech-banker.com/)
18
 
19
- #### Whether you specialize in photography, creative designs, or a journalistic exploration, your photos tell a unique story and deserve to be presented in the best way possible.
20
 
21
- Gallery Bank is a powerful and **responsive gallery plugin**, designed with advanced features to showcase your image galleries in the most beautiful and authentic way.
22
 
23
- #### This plugin is the ideal solution for creating portfolio gallery, media gallery, albums, gallery lightbox, gallery widgets, fullscreen galleries and albums.
24
 
25
- * **[Gallery Bank - Responsive Image Gallery Plugin](https://gallery-bank.tech-banker.com/)**
26
- * **[Detailed Features - Responsive Photo Gallery Plugin](http://gallery-bank.tech-banker.com/features/detailed-features/)**
27
- * **[Front End Demos - Gallery Plugin](https://gallery-bank.tech-banker.com/frontend-demos/)**
28
- * **[Back End Demos- Best WordPress Gallery Plugin](https://gallery-bank.tech-banker.com/backend-demos/)**
29
- * **[Documentation - Best Photo Gallery WordPress Plugin](https://gallery-bank.tech-banker.com/documentation/)**
30
- * **[Upgrade to Premium Editions - Photo Gallery Plugin for WordPress](https://gallery-bank.tech-banker.com/pricing/)**
31
 
32
- Whether you specialize in photography, creative designs, or a journalistic exploration, your photos tell a unique story and deserve to be presented in the best way possible.
33
 
34
- > <strong>Gallery Bank Premium Editions</strong><br />
35
- > This plugin is the lite version of the very popular Gallery Bank Plugin that comes with all the gallery features you will ever need including photo albums, tags, gallery layouts, deeplinking, pagination, watermarking, image proofing, different gallery lightboxes and tons more. <a href="https://gallery-bank.tech-banker.com/" rel="friend" title="Gallery Plugin">Click here to purchase the best premium WordPress gallery plugin now!</a>
36
 
37
- = Install and create your first Wordpress gallery in few minutes =
38
 
39
- [youtube https://youtu.be/gdXQdyGPLlE]
40
 
41
- = Implement your first WordPress gallery shortcode in few minutes =
42
 
43
- [youtube https://youtu.be/1UqagKny3a0]
44
 
45
- > ### WordPress Gallery Images Demos for Thumbnail Grid Gallery
46
 
47
- > * **[Thumbnail Grid Gallery - WordPress Image Gallery Plugin](https://gallery-bank.tech-banker.com/frontend-demos/individual-images-with-title-description-thumbnail-layout/)**
48
- > * **[Thumbnail Grid Gallery with WordPress Gallery Lightbox - Gallery Wordpress Plugin](https://gallery-bank.tech-banker.com/frontend-demos/individual-images-with-lightboxes-thumbnail-layout/)**
49
- > * **[Thumbnail Grid Gallery with Pagination - Photo Gallery WordPress Plugin](https://gallery-bank.tech-banker.com/frontend-demos/individual-images-with-pagination-thumbnail-layout/)**
50
- > * **[Thumbnail Grid Gallery with Lazy Load - Best WordPress Gallery Plugin](https://gallery-bank.tech-banker.com/frontend-demos/individual-images-with-lazy-load-thumbnail-layout/)**
51
- > * **[Thumbnail Grid Gallery with Filters](https://gallery-bank.tech-banker.com/frontend-demos/individual-images-with-filters-thumbnail-layout/)**
52
- > * **[Thumbnail Grid Gallery with Order By](https://gallery-bank.tech-banker.com/frontend-demos/individual-images-with-order-by-thumbnail-layout/)**
53
- > * **[Thumbnail Grid Gallery with Search Box](https://gallery-bank.tech-banker.com/frontend-demos/individual-images-with-search-box-thumbnail-layout/)**
54
- > * **[Thumbnail Grid Gallery with Watermarking](https://gallery-bank.tech-banker.com/frontend-demos/individual-images-with-watermark-thumbnail-layout/)**
55
- > * **[Thumbnail Grid Gallery with Animation Effects](https://gallery-bank.tech-banker.com/frontend-demos/individual-images-with-animation-thumbnail-layout/)**
56
- > * **[Thumbnail Grid Gallery with Special Effects](https://gallery-bank.tech-banker.com/frontend-demos/individual-images-with-special-effects-thumbnail-layout/)**
57
 
58
- > ### WordPress Gallery Plugin Demos for Masonry Gallery
59
 
60
- > * **[Masonry Gallery - WordPress Image Gallery Plugin](https://gallery-bank.tech-banker.com/frontend-demos/individual-images-with-title-description-masonry-layout/)**
61
- > * **[Masonry Gallery with WordPress Gallery Lightbox - Gallery Wordpress Plugin](https://gallery-bank.tech-banker.com/frontend-demos/individual-images-with-lightboxes-masonry-layout/)**
62
- > * **[Masonry Gallery with Pagination - Photo Gallery WordPress Plugin](https://gallery-bank.tech-banker.com/frontend-demos/individual-images-with-pagination-masonry-layout/)**
63
- > * **[Masonry Gallery with Lazy Load - Best WordPress Gallery Plugin](https://gallery-bank.tech-banker.com/frontend-demos/individual-images-with-lazy-load-masonry-layout/)**
64
- > * **[Masonry Gallery with Filters](https://gallery-bank.tech-banker.com/frontend-demos/individual-images-with-filters-masonry-layout/)**
65
- > * **[Masonry Gallery with Order By](https://gallery-bank.tech-banker.com/frontend-demos/individual-images-with-order-by-masonry-layout/)**
66
- > * **[Masonry Gallery with Search Box](https://gallery-bank.tech-banker.com/frontend-demos/individual-images-with-search-box-masonry-layout/)**
67
- > * **[Masonry Gallery with Watermark](https://gallery-bank.tech-banker.com/frontend-demos/individual-images-with-watermark-masonry-layout/)**
68
- > * **[Masonry Gallery with Animation Effects](https://gallery-bank.tech-banker.com/frontend-demos/individual-images-with-animation-masonry-layout/)**
69
- > * **[Masonry Gallery with Special Effects](https://gallery-bank.tech-banker.com/frontend-demos/individual-images-with-special-effects-masonry-layout/)**
70
 
71
- > ### Gallery Plugin Demos for Slideshow Gallery
72
 
73
- > * **[Slideshow Gallery - WordPress Image Gallery Plugin](https://gallery-bank.tech-banker.com/frontend-demos/individual-images-with-title-description-slideshow-layout/)**
74
- > * **[Slideshow Gallery with Lazy Load - Best WordPress Gallery Plugin](https://gallery-bank.tech-banker.com/frontend-demos/individual-images-with-lazy-load-slideshow-layout/)**
75
- > * **[Slideshow Gallery with Filters](https://gallery-bank.tech-banker.com/frontend-demos/individual-images-with-filters-slideshow-layout/)**
76
- > * **[Slideshow Gallery with Order By](https://gallery-bank.tech-banker.com/frontend-demos/individual-images-with-order-by-slideshow-layout/)**
77
- > * **[Slideshow Gallery with Search Box](https://gallery-bank.tech-banker.com/frontend-demos/individual-images-with-search-box-slideshow-layout/)**
78
- > * **[Slideshow Gallery with Watermarking](https://gallery-bank.tech-banker.com/frontend-demos/individual-images-with-watermark-slideshow-layout/)**
79
- > * **[Slideshow Gallery with Animation Effects](https://gallery-bank.tech-banker.com/frontend-demos/individual-images-with-animation-slideshow-layout/)**
80
- > * **[Slideshow Gallery with Special Effects](https://gallery-bank.tech-banker.com/frontend-demos/individual-images-with-special-effects-slideshow-layout/)**
81
 
82
- > ### Photo Gallery Plugin Demos for Image Browser Gallery
83
 
84
- > * **[Image Browser Gallery - WordPress Image Gallery Plugin](https://gallery-bank.tech-banker.com/frontend-demos/individual-images-with-title-description-image-browser-layout/)**
85
- > * **[Image Browser Gallery with Lazy Load - Best WordPress Gallery Plugin](https://gallery-bank.tech-banker.com/frontend-demos/individual-images-with-lazy-load-image-browser-layout/)**
86
- > * **[Image Browser Gallery with Filters](https://gallery-bank.tech-banker.com/frontend-demos/individual-images-with-filters-image-browser-layout/)**
87
- > * **[Image Browser Gallery with Order By](https://gallery-bank.tech-banker.com/frontend-demos/individual-images-with-order-by-image-browser-layout/)**
88
- > * **[Image Browser Gallery with Search Box](https://gallery-bank.tech-banker.com/frontend-demos/individual-images-with-search-box-image-browser-layout/)**
89
- > * **[Image Browser Gallery with Watermarking](https://gallery-bank.tech-banker.com/frontend-demos/individual-images-with-watermark-image-browser-layout/)**
90
- > * **[Image Browser Gallery with Animation Effects](https://gallery-bank.tech-banker.com/frontend-demos/individual-images-with-animation-image-browser-layout/)**
91
- > * **[Image Browser Gallery with Special Effects](https://gallery-bank.tech-banker.com/frontend-demos/individual-images-with-special-effects-image-browser-layout/)**
92
 
93
- > ### Image Gallery Plugin Demos for Justified Grid Gallery
94
 
95
- > * **[Justified Grid Gallery - WordPress Image Gallery Plugin](https://gallery-bank.tech-banker.com/frontend-demos/individual-images-with-title-description-justified-grid-layout/)**
96
- > * **[Justified Grid Gallery with WordPress Gallery Lightbox - Gallery Wordpress Plugin](https://gallery-bank.tech-banker.com/frontend-demos/individual-images-with-lightboxes-justified-grid-layout/)**
97
- > * **[Justified Grid Gallery with Pagination - Photo Gallery WordPress Plugin](https://gallery-bank.tech-banker.com/frontend-demos/individual-images-with-pagination-justified-grid-layout/)**
98
- > * **[Justified Grid Gallery with Lazy Load - Best WordPress Gallery Plugin](https://gallery-bank.tech-banker.com/frontend-demos/individual-images-with-lazy-load-justified-grid-layout/)**
99
- > * **[Justified Grid Gallery with Filters](https://gallery-bank.tech-banker.com/frontend-demos/individual-images-with-filters-justified-grid-layout/)**
100
- > * **[Justified Grid Gallery with Order By](https://gallery-bank.tech-banker.com/frontend-demos/individual-images-with-order-by-justified-grid-layout/)**
101
- > * **[Justified Grid Gallery with Search Box](https://gallery-bank.tech-banker.com/frontend-demos/individual-images-with-search-box-justified-grid-layout/)**
102
- > * **[Justified Grid Gallery with Watermarking](https://gallery-bank.tech-banker.com/frontend-demos/individual-images-with-watermark-justified-grid-layout/)**
103
- > * **[Justified Grid Gallery with Animation Effects](https://gallery-bank.tech-banker.com/frontend-demos/individual-images-with-animation-justified-grid-layout/)**
104
- > * **[Justified Grid Gallery with Special Effects](https://gallery-bank.tech-banker.com/frontend-demos/individual-images-with-special-effects-justified-grid-layout/)**
105
 
106
- > ### Gallery Images Demos for Blog Style Gallery
107
 
108
- > * **[Blog Style Gallery - WordPress Image Gallery Plugin](https://gallery-bank.tech-banker.com/frontend-demos/individual-images-with-title-description-blog-style-layout/)**
109
- > * **[Blog Style Gallery with WordPress Gallery Lightbox - Gallery Wordpress Plugin](https://gallery-bank.tech-banker.com/frontend-demos/individual-images-with-lightboxes-blog-style-layout/)**
110
- > * **[Blog Style Gallery with Pagination - Photo Gallery WordPress Plugin](https://gallery-bank.tech-banker.com/frontend-demos/individual-images-with-pagination-blog-style-layout/)**
111
- > * **[Blog Style Gallery with Lazy Load - Best WordPress Gallery Plugin](https://gallery-bank.tech-banker.com/frontend-demos/individual-images-with-lazy-load-blog-style-layout/)**
112
- > * **[Blog Style Gallery with Filters](https://gallery-bank.tech-banker.com/frontend-demos/individual-images-with-filters-blog-style-layout/)**
113
- > * **[Blog Style Gallery with Order By](https://gallery-bank.tech-banker.com/frontend-demos/individual-images-with-order-by-blog-style-layout/)**
114
- > * **[Blog Style Gallery with Search Box](https://gallery-bank.tech-banker.com/frontend-demos/individual-images-with-search-box-blog-style-layout/)**
115
- > * **[Blog Style Gallery with Watermarking](https://gallery-bank.tech-banker.com/frontend-demos/individual-images-with-watermark-blog-style-layout/)**
116
- > * **[Blog Style Gallery with Animation Effects](https://gallery-bank.tech-banker.com/frontend-demos/individual-images-with-animation-blog-style-layout/)**
117
- > * **[Blog Style Gallery with Special Effects](https://gallery-bank.tech-banker.com/frontend-demos/individual-images-with-special-effects-blog-style-layout/)**
118
 
119
- > ### Photo Albums Demos for Compact Albums
120
 
121
- > * **[Photo Albums using Compact Album Layout - WordPress Image Gallery Plugin](https://gallery-bank.tech-banker.com/frontend-demos/compact-album-with-title-description-thumbnail-layout/)**
122
- > * **[Compact Album with WordPress Gallery Lightbox - Gallery Wordpress Plugin](https://gallery-bank.tech-banker.com/frontend-demos/compact-album-with-lightboxes-thumbnail-layout/)**
123
- > * **[Compact Album with Pagination - Photo Gallery WordPress Plugin](https://gallery-bank.tech-banker.com/frontend-demos/compact-album-with-pagination-thumbnail-layout/)**
124
- > * **[Compact Album with Lazy Load - Best WordPress Gallery Plugin](https://gallery-bank.tech-banker.com/frontend-demos/compact-album-with-lazy-load-thumbnail-layout/)**
125
- > * **[Compact Album with Filters](https://gallery-bank.tech-banker.com/frontend-demos/compact-album-with-filters-thumbnail-layout/)**
126
- > * **[Compact Album with Order By](https://gallery-bank.tech-banker.com/frontend-demos/compact-album-with-order-by-thumbnail-layout/)**
127
- > * **[Compact Album with Search Box](https://gallery-bank.tech-banker.com/frontend-demos/compact-album-with-search-box-thumbnail-layout/)**
128
- > * **[Compact Album with Watermarking](https://gallery-bank.tech-banker.com/frontend-demos/compact-album-with-watermark-thumbnail-layout/)**
129
- > * **[Compact Album with Animation Effects](https://gallery-bank.tech-banker.com/frontend-demos/compact-album-with-animation-thumbnail-layout/)**
130
- > * **[Compact Album with Special Effects](https://gallery-bank.tech-banker.com/frontend-demos/compact-album-with-special-effects-thumbnail-layout/)**
131
 
132
- > ### Photo Albums Demos for Extended Albums
133
 
134
- > * **[Photo Albums using Extended Album Layout - WordPress Image Gallery Plugin](https://gallery-bank.tech-banker.com/frontend-demos/extended-album-with-title-description-thumbnail-layout/)**
135
- > * **[Extended Album with WordPress Gallery Lightbox - Gallery Wordpress Plugin](https://gallery-bank.tech-banker.com/frontend-demos/extended-album-with-lightboxes-thumbnail-layout/)**
136
- > * **[Extended Album with Pagination - Photo Gallery WordPress Plugin](https://gallery-bank.tech-banker.com/frontend-demos/extended-album-with-pagination-thumbnail-layout/)**
137
- > * **[Extended Album with Lazy Load - Best WordPress Gallery Plugin](https://gallery-bank.tech-banker.com/frontend-demos/extended-album-with-lazy-load-thumbnail-layout/)**
138
- > * **[Extended Album with Filters](https://gallery-bank.tech-banker.com/frontend-demos/extended-album-with-filters-thumbnail-layout/)**
139
- > * **[Extended Album with Order By](https://gallery-bank.tech-banker.com/frontend-demos/extended-album-with-order-by-thumbnail-layout/)**
140
- > * **[Extended Album with Search Box](https://gallery-bank.tech-banker.com/frontend-demos/extended-album-with-search-box-thumbnail-layout/)**
141
- > * **[Extended Album with Watermarking](https://gallery-bank.tech-banker.com/frontend-demos/extended-album-with-watermark-thumbnail-layout/)**
142
- > * **[Extended Album with Animation Effects](https://gallery-bank.tech-banker.com/frontend-demos/extended-album-with-animation-thumbnail-layout/)**
143
- > * **[Extended Album with Special Effects](https://gallery-bank.tech-banker.com/frontend-demos/extended-album-with-special-effects-thumbnail-layout/)**
144
 
145
- > ### Gallery Lightbox Demos
146
 
147
- > * **[LightCase Gallery Lightbox](https://gallery-bank.tech-banker.com/frontend-demos/individual-images-with-lightboxes-masonry-layout/lightcase-lightbox/)**
148
- > * **[Fancy Box Gallery Lightbox](https://gallery-bank.tech-banker.com/frontend-demos/individual-images-with-lightboxes-masonry-layout/fancy-box/)**
149
- > * **[Color Box Gallery Lightbox](https://gallery-bank.tech-banker.com/frontend-demos/individual-images-with-lightboxes-masonry-layout/color-box/)**
150
- > * **[Foo Box Gallery Lightbox](https://gallery-bank.tech-banker.com/frontend-demos/individual-images-with-lightboxes-masonry-layout/foo-box/)**
151
- > * **[Nivo Gallery Lightbox](https://gallery-bank.tech-banker.com/frontend-demos/individual-images-with-lightboxes-masonry-layout/nivo-lightbox/)**
152
 
 
153
 
154
- ### Create Filterable Portfolio with Premium Editions
155
 
156
- [**WordPress Photo Gallery Plugin**](https://gallery-bank.tech-banker.com/) is one of the Best WordPress Gallery Plugin designed to create elegant and beautiful **photo gallery** and **photo albums** using **Masonry Gallery Layouts**, **Thumbnail Gallery Layouts**, **Compact Album Layouts** and **Extended Album Layouts** along with Special Effects and Animation Effects.
157
 
158
- **WordPress Photo Gallery Plugin** is the only available WordPress Gallery Shortcode Plugin in the market with extra-ordinary features. It is loaded with 200+ features and you can create stunning albums, photo gallery, portfolio gallery on any of your WordPress site/blog.
159
 
160
- **WordPress Photo Gallery Plugin** provides a powerful photo gallery engine for uploading and managing photo albums of images, with the ability to batch upload, delete, rearrange and sort images.
161
 
162
- It is the best **Gallery Plugin for WordPress** which is being regularly updated for new features and its simplicity of usage along with efficient functionality makes it a perfect choice among photographers to have a stunning look for their sites.
163
 
164
- ### #1 WordPress Filterable Portfolio Plugin
165
 
166
- There are also Premium Editions for the Gallery Plugin for WordPress with much more useful pro features available.
167
 
168
- Gallery Bank has been downloaded over 25,00,000 times. Smart photographers, designers, and developers love Gallery Bank, and you will love too!
169
 
170
- **[Upgrade to Premium Editions - Best Wordpress Gallery Plugin](https://gallery-bank.tech-banker.com/)**
171
 
172
- ### Wordpress Photo Gallery Plugin - Key Features (Free)
173
 
174
- * **Easy to use.**
175
- * **100% Responsive.**
176
- * **Retina Support**
177
- * **Clean and Modern Design**
178
- * **Ajax Themes Compatibility**
179
- * **Masonry Gallery**
180
- * **Thumbnails Gallery**
181
- * **Top Notch Support**
182
- * **Strong SEO Foundation**
183
- * **Shortcode Generator**
184
- * **User Friendly Admin Panel to add Galleries.**
185
- * **Create & Manage upto 5 galleries on your WordPress site/blog.**
186
- * **Upload unlimited amount of photos/images in your gallery.**
187
- * **Images uploaded are stored in a separate directory to avoid mess up with inbuilt wp-uploads folder.**
188
- * **Photo Metadata is fetched from each image and populates to Title, Description, Alt Text Fields too.**
189
- * **Photo Metadata is retrieved as per IPTC Standard mentioned [here](https://iptc.org/standards/photo-metadata/photo-metadata/)**
190
- * **Add Gallery Title and Description to each of your photo galleries and albums.**
191
- * **Add Image Title, Image Description, Alt Text to each of your images.**
192
- * **Possibility to exclude images from displaying in a particular photo gallery.**
193
- * **Add single or multiple galleries to your page or post using a shortcode.**
194
- * **Supports Masonry Layout and Thumbnail Layouts.**
195
- * **Custom CSS Toolbox**
196
- * **Configure Thumbnail Dimensions in Global Options**
197
- * **Right Click Protection Feature in Global Options**
198
- * **Language Direction Feature in Global Options**
199
- * **Shortcode Wizard to add gallery shortcodes on your Page/Post.**
200
- * **Gallery Widget to let you use your photo albums and galleries on your widget section.**
201
- * **Advanced Compatibility - in our gallery we implement advanced compatibility options to avoid conflict with libraries of another plugins and theme. You can switch between modes to find properly value for your gallery and your case.**
202
- * **Multisite Support - in gallery implemented multisite support. You can install gallery in admin dashboard and enable plugin for all child blogs.**
203
 
204
- Take your media gallery to the next level with [Premium Editions](https://gallery-bank.tech-banker.com/) which gives you 200+ features.
205
 
206
- ### Wordpress Photo Gallery Plugin - Key Features (Premium Editions)
207
 
208
- * **All Standard Edition Features as mentioned above.**
209
- * **Supports Thumbnail Gallery, Masonry Gallery, Slideshow Gallery, Image Browser Gallery, Justified Grid Gallery, Blog Style Gallery, Compact Album, Extended Album.**
210
- * **Compact Albums displays in a grid gallery format whereas Extended Albums displays in a List format.**
211
- * **Manage Galleries**
212
- * **Upload Images using PL Uploader, WP Media Manager, FTP Folder, Upload Video**
213
- * **Batch images upload - gallery have advanced media manager which allow to upload batch of the images by one click. Just drag and drop set of the gallery images and it’s upload automatically to the server.**
214
- * **Video Gallery from Youtube, Facebook, Vimeo etc.**
215
- * **Set Thumbnail as Cover Image.**
216
- * **Apply Tags to use as Filters for your filterable portfolio.**
217
- * **Edit Images - Crop, Rotate Anti Clockwize, Rotate Clockwize, Flip Images Vertically, Flip Images Horizontally, Restore Images, Watermarking.**
218
- * **Auto-resizing for thumbnails and images - gallery media manager allow you make additional customization of the gallery images, like: rotation, flip, crop, manual resize.**
219
- * **Edit Images - Effects such as Grayscale, Negative, Removal, Sepia, Slate, Saturate, Brightness, Contrast.**
220
- **Customizable Special Effects and Animation Effects - all gallery effects working in cooperation with gallery interface configuration options.**
221
- * **Copy Images to other Galleries, Move Images to other Galleries.**
222
- * **Sort Galleries - Drag & Drop Images to provide Custom Order/Sequence for displaying as per your needs.**
223
- * **Manage Albums - Edit existing Album, Delete Album, Delete All Albums**
224
- * **Add Album - Album Title & Description**
225
- * **Add Album - Add Existing Galleries to your Album to display on Front End.**
226
- * **Sort Galleries - Drag & Drop Images to provide Custom Order/Sequence for displaying as per your needs.**
227
- * **Manage Tags - Edit Tags, Delete Tags**
228
- * **Add Tags - Tag Name, Description for Filters to be applied later to Galleries, Albums**
229
- * **Customize Thumbnail Gallery - Layout Settings for Thumbnails, Gallery Title & Description, Thumbnail Title & Description.**
230
- * **Customize Masonry Gallery - Layout Settings for Thumbnails, Gallery Title & Description, Thumbnail Title & Description.**
231
- * **Customize Slideshow Gallery - Layout Settings for Thumbnails, Gallery Title & Description, Thumbnail Title & Description.**
232
- * **Customize Image Browser Gallery - Layout Settings for Thumbnails, Gallery Title & Description, Thumbnail Title & Description.**
233
- * **Customize Justified Grid Gallery - Layout Settings for Thumbnails, Gallery Title & Description, Thumbnail Title & Description.**
234
- * **Customize Blog Style Gallery - Layout Settings for Thumbnails, Gallery Title & Description, Thumbnail Title & Description.**
235
- * **Customize Compact Album Gallery - Layout Settings for Thumbnails, Gallery Title & Description, Thumbnail Title & Description.**
236
- * **Customize Extended Album Gallery - Layout Settings for Thumbnails, Gallery Title & Description, Thumbnail Title & Description.**
237
- * **Customize Layouts using Custom CSS.**
238
- * **Customize Lightcase Lightbox - General Settings, Image Title, Image Description.**
239
- * **Customize Fancy Box Lightbox - General Settings, Image Title, Image Description.**
240
- * **Customize Color Box Lightbox - General Settings, Image Title, Image Description.**
241
- * **Customize Foo Box Free Edition - General Settings, Image Title, Image Description.**
242
- * **Customize Nivo Lightbox - General Settings, Image Title, Image Description.**
243
- * **Global Options - Configure Thumbnail Dimensions, Right Click Protection, Language Direction**
244
- * **Lazy Load Settings - Customize Lazy Load Settings for loading of Images in Galleries and Albums.**
245
- * **Filter Settings - Customize Filter Settings to create Filterable Photo Gallery for your website/blog.**
246
- * **Order By Settings - Customize Order By Button.**
247
- * **Search Box Settings - Customize Search Button to make your galleries also searchable.**
248
- * **Page Navigation Settings - Customize Page Navigation to make your galleries to divide into pages.**
249
- * **Watermark Settings - Customize Watermark Settings to make your galleries enabled with watermarking.**
250
- * **Advertisement Settings - Customize Advertisement Settings to make your WordPress gallery lightbox loaded with advertisement.**
251
- * **WordPress Gallery Shortcode Wizard for Thumbnail Gallery, Masonry Gallery, Slideshow Gallery, Image Browser Gallery, Justified Grid Gallery Gallery, Blog Style Gallery.**
252
- * **Special Effects for Gallery Images & Thumbnails**
253
- * **Animation Effects for Gallery Images & Thumbnails**
254
- * **Roles and Capabilities to let you choose what WordPress roles can edit your galleries.**
255
- * **Awesome grid gallery layouts using compact album.**
256
- * **Awesome filterable portfolio using tags in all layouts.**
257
- * **Photo Gallery Widget to embed all WordPress gallery shortcodes.**
258
- * **24/7 Technical Support**
259
 
260
- The gallery is completely customizable, resizable and is compatible with all browsers and devices (iPhone, iPad and Android smartphones). You will be able to insert it in any page or post you want with inbuilt short code generator.
261
 
262
- Visit [here](https://gallery-bank.tech-banker.com/) to upgrade to Premium Editions now.
263
 
264
- Gallery Bank uses FooBox as its default gallery lightbox which is licensed under GPL V2 or later.
265
 
266
- ### Responsive Gallery Plugin
267
 
268
- It is being designed keeping in mind the optimal viewing experience across a wide range of devices. At the same time it is coded to work also on old browsers! Whether your visitors are on a Mobile, Laptop or Desktop your Gallery will look great on any device.
269
 
270
- ### Unlimited Image Galleries & Photos
271
 
272
- You can adds unlimited number of images in a single gallery. As you have created a number of image galleries, you can add as many short-codes on your page as you need.
273
 
274
- ### Layout Settings
275
 
276
- Easily Configuration settings for Thumbnails, Album Covers, Different Lightboxes, Slideshow, Pagination etc. for customizing your albums as per your website's look & feel.
277
 
278
- ### Easy Setup & Management
279
 
280
- Create stunning, 100% responsive, SEO-friendly **photo gallery WordPress** in minutes. It provides easy-to-manage functionality to rename, upload, copy, add and remove images. Gallery Bank uses also WordPress in-built media uploader as a feature to upload images.
281
 
282
- ### Image Gallery
283
 
284
- It allows you to add multiple images with multiple effects. Image Gallery option allows you to customize the settings for views of images.
285
 
286
- ### Masonry Gallery
287
 
288
- With Photo Gallery by Gallery Bank, you can implement Masonry Layout. Masonry layouts are a great choice for creating galleries using images with varied dimensions. It works by placing elements in optimal position based on available vertical space.
289
 
290
- ### Gallery Lightbox
291
 
292
- Lightbox will appear when you click on the image and it will help you show more detail about your pictures with full description and full size of image.
293
 
294
- ### Gallery Widget
295
 
296
- Gallery Widget lets you easily embed shortcode from the shortcode wizard and beautify your online gallery website with awesome galleries and albums.
297
 
298
- ### Translate this Plugin
299
 
300
- If you can help us with translation to some other language please contact us at [support@tech-banker.com](mailto:support@tech-banker.com)
301
 
302
- We’re really appreciate it!
303
 
304
- ### Technical Support
305
 
306
- Dear users, our plugins are available for free download. If you have any questions or recommendations regarding the functionality of our plugins, please feel free to contact us.
307
 
308
- If you think, that you found a bug in our plugin or have any question contact us at [support@tech-banker.com](mailto:support@tech-banker.com)
309
 
310
- Please use the support forum on WordPress.org only for this free Standard version of the plugin.
311
 
312
- For the Premium Edition there is a separate support package available. Please do not use the WordPress.org support forum for questions about the Premium Edition.
313
 
314
- == Frequently Asked Questions ==
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
315
 
316
- = Who should you use Gallery Bank - The Best WordPress Gallery Plugin? =
317
 
318
- Well, Gallery Bank is perfect for photographers, designers, bloggers, and small businesses.
319
 
320
- Basically if you want to create a beautiful WordPress gallery, then you need to use Gallery Bank.
321
 
322
- = Do I still need to have coding skills to use Gallery Bank? =
323
 
324
- Absolutely not! You can create and customize beautiful image galleries without any coding knowledge. We made it super easy!
325
 
326
- = What kind of galleries can I create with Gallery Bank? =
327
 
328
- With this wordPress gallery plugin, you can create the following:
329
 
330
- Photo gallery
331
- Image gallery
332
- Video gallery
333
- Fullscreen gallery
334
- Image Gallery with Albums
335
- Image Gallery with Lightbox
336
- Featured Content Gallery
337
- Masonry Photo Gallery
338
- Justified Image Gallery
339
- Image Gallery with Pagination
340
- Image Gallery with Tags
341
- Photo Gallery with EXIF Data
342
- Image Gallery with Watermarks
343
- Photo Gallery with Slideshow
344
- Image Gallery with Zoom
345
- Photo Gallery with Proofing
346
- Image Gallery with Lazyload
347
- Image Gallery with Lightroom Photos
348
- YouTube Video Gallery
349
- Vimeo Video Gallery
350
- Dynamic Photo Gallery
351
- Portfolio Gallery
352
- Photo Gallery with Tiles
353
- Image Gallery with Grid
354
 
 
355
 
356
- = I'd like access to all features. How can I get them? =
357
 
358
- You can get access to more features, Addons and support by <a href="https://gallery-bank.tech-banker.com/" rel="friend" title="Click here to learn more about Gallery Bank!">visiting the Gallery Bank Official website and purchasing a license</a>.
359
 
360
- = Is Gallery Bank translation ready? =
361
 
362
- Yes, Gallery Bank has full translation and localization support via the gallery-bank textdomain. To submit a translation, see https://translate.wordpress.org/projects/wp-plugins/gallery-bank/
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
363
 
364
  = Are there some restrictions for adding images? =
365
 
366
- There is no limit for the amount of images. You can add as many images as you want. Plugin has no limitations on upload of images. However, you can only add upto 5 galleries in the free edition.
367
 
368
  = When I upgrade to the commercial version, will I lose all the images, galleries and settings that I have made up in the free version of the Gallery? =
369
 
@@ -374,7 +2471,6 @@ Of course Not. In order to completely remove everything from the database, you h
374
  You can use [WordPress Support Forums](https://WordPress.org/support/plugin/gallery-bank/). They will help you to quickly install a Gallery Plugin. We are always ready to help everyone.
375
 
376
  For more information, feel free to visit the official website for the [Gallery WordPress Gallery Plugin](https://WordPress.org/support/plugin/gallery-bank/)
377
-
378
  == Installation ==
379
 
380
  ### Gallery Bank - Performing a new installation
@@ -433,6 +2529,11 @@ The following set of lists are the minimum requirements for installing Gallery B
433
 
434
  == Changelog ==
435
 
 
 
 
 
 
436
  = 4.0.20 =
437
 
438
  * FIX: Wizard Bugs
1
+ === Gallery - Photo Gallery - Image Gallery - Photo Albums - Portfolio - WordPress Gallery Plugin ===
2
+ Contributors: gallery-bank, contact-banker
3
+ Tags: album, gallery, gallery widget, image gallery, images, masonry gallery, media gallery, photo album, photo gallery, portfolio, responsive gallery, wordpress gallery, wordpress gallery plugin
4
+ Requires at least: 3.0
5
+ Tested up to: 4.8
6
+ Stable Tag: trunk
7
+ License: GPLv2 or later
8
+ License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
+
10
+ Gallery Plugin for WordPress. Creates responsive photo gallery widget with image gallery, masonry gallery, media gallery, portfolio gallery, albums.
 
11
 
12
  == Description ==
13
 
14
+ ### Best WordPress Gallery Plugin
15
+
16
+ https://youtu.be/gdXQdyGPLlE
17
+
18
+ https://youtu.be/1UqagKny3a0
19
+
20
+ ### The #1 photo gallery plugin on WordPress.org - **30,000+ customers** agree!
21
+
22
+ #### Gallery Bank allows you to create beautiful responsive photo gallery and video gallery for your WordPress site in minutes, not hours!
23
+
24
+ * [Gallery Bank - Image Gallery](https://gallery-bank.tech-banker.com/)
25
+ * [Detailed Features for Photo Gallery Plugin](http://gallery-bank.tech-banker.com/features/detailed-features/)
26
+ * [Front End Demos for WP Gallery Plugin](https://gallery-bank.tech-banker.com/frontend-demos/)
27
+ * [Back End Demos for Photo Albums and Photo Gallery](https://gallery-bank.tech-banker.com/backend-demos/)
28
+ * [Gallery Bank Documentation (Pro Editions)](https://gallery-bank.tech-banker.com/documentation/)
29
+ * [Upgrade to Gallery Bank Premium Editions now!](https://gallery-bank.tech-banker.com/pricing/)
30
+
31
+
32
+ > ### WordPress Gallery Plugin Demos for Masonry Gallery
33
+
34
+ > * [Masonry Gallery - WordPress Image Gallery Plugin](https://gallery-bank.tech-banker.com/frontend-demos/individual-images-with-title-description-masonry-layout/)
35
+ > * [Masonry Gallery with WordPress Gallery Lightbox - Gallery Wordpress Plugin](https://gallery-bank.tech-banker.com/frontend-demos/individual-images-with-lightboxes-masonry-layout/)
36
+ > * [Masonry Gallery with Pagination - Photo Gallery WordPress Plugin](https://gallery-bank.tech-banker.com/frontend-demos/individual-images-with-pagination-masonry-layout/)
37
+ > * [Masonry Gallery with Lazy Load - Best WordPress Gallery Plugin](https://gallery-bank.tech-banker.com/frontend-demos/individual-images-with-lazy-load-masonry-layout/)
38
+ > * [Masonry Gallery with Filters](https://gallery-bank.tech-banker.com/frontend-demos/individual-images-with-filters-masonry-layout/)
39
+ > * [Masonry Gallery with Order By](https://gallery-bank.tech-banker.com/frontend-demos/individual-images-with-order-by-masonry-layout/)
40
+ > * [Masonry Gallery with Search Box](https://gallery-bank.tech-banker.com/frontend-demos/individual-images-with-search-box-masonry-layout/)
41
+ > * [Masonry Gallery with Watermark](https://gallery-bank.tech-banker.com/frontend-demos/individual-images-with-watermark-masonry-layout/)
42
+ > * [Masonry Gallery with Animation Effects](https://gallery-bank.tech-banker.com/frontend-demos/individual-images-with-animation-masonry-layout/)
43
+ > * [Masonry Gallery with Special Effects](https://gallery-bank.tech-banker.com/frontend-demos/individual-images-with-special-effects-masonry-layout/)
44
+
45
+ > ### WordPress Gallery Images Demos for Thumbnail Grid Gallery
46
+
47
+ > * [Thumbnail Grid Gallery - WordPress Image Gallery Plugin](https://gallery-bank.tech-banker.com/frontend-demos/individual-images-with-title-description-thumbnail-layout/)
48
+ > * [Thumbnail Grid Gallery with WordPress Gallery Lightbox - Gallery Wordpress Plugin](https://gallery-bank.tech-banker.com/frontend-demos/individual-images-with-lightboxes-thumbnail-layout/)
49
+ > * [Thumbnail Grid Gallery with Pagination - Photo Gallery WordPress Plugin](https://gallery-bank.tech-banker.com/frontend-demos/individual-images-with-pagination-thumbnail-layout/)
50
+ > * [Thumbnail Grid Gallery with Lazy Load - Best WordPress Gallery Plugin](https://gallery-bank.tech-banker.com/frontend-demos/individual-images-with-lazy-load-thumbnail-layout/)
51
+ > * [Thumbnail Grid Gallery with Filters](https://gallery-bank.tech-banker.com/frontend-demos/individual-images-with-filters-thumbnail-layout/)
52
+ > * [Thumbnail Grid Gallery with Order By](https://gallery-bank.tech-banker.com/frontend-demos/individual-images-with-order-by-thumbnail-layout/)
53
+ > * [Thumbnail Grid Gallery with Search Box](https://gallery-bank.tech-banker.com/frontend-demos/individual-images-with-search-box-thumbnail-layout/)
54
+ > * [Thumbnail Grid Gallery with Watermarking](https://gallery-bank.tech-banker.com/frontend-demos/individual-images-with-watermark-thumbnail-layout/)
55
+ > * [Thumbnail Grid Gallery with Animation Effects](https://gallery-bank.tech-banker.com/frontend-demos/individual-images-with-animation-thumbnail-layout/)
56
+ > * [Thumbnail Grid Gallery with Special Effects](https://gallery-bank.tech-banker.com/frontend-demos/individual-images-with-special-effects-thumbnail-layout/)
57
+
58
+ > ### Gallery Plugin Demos for Slideshow Gallery
59
+
60
+ > * [Slideshow Gallery - WordPress Image Gallery Plugin](https://gallery-bank.tech-banker.com/frontend-demos/individual-images-with-title-description-slideshow-layout/)
61
+ > * [Slideshow Gallery with Lazy Load - Best WordPress Gallery Plugin](https://gallery-bank.tech-banker.com/frontend-demos/individual-images-with-lazy-load-slideshow-layout/)
62
+ > * [Slideshow Gallery with Filters](https://gallery-bank.tech-banker.com/frontend-demos/individual-images-with-filters-slideshow-layout/)
63
+ > * [Slideshow Gallery with Order By](https://gallery-bank.tech-banker.com/frontend-demos/individual-images-with-order-by-slideshow-layout/)
64
+ > * [Slideshow Gallery with Search Box](https://gallery-bank.tech-banker.com/frontend-demos/individual-images-with-search-box-slideshow-layout/)
65
+ > * [Slideshow Gallery with Watermarking](https://gallery-bank.tech-banker.com/frontend-demos/individual-images-with-watermark-slideshow-layout/)
66
+ > * [Slideshow Gallery with Animation Effects](https://gallery-bank.tech-banker.com/frontend-demos/individual-images-with-animation-slideshow-layout/)
67
+ > * [Slideshow Gallery with Special Effects](https://gallery-bank.tech-banker.com/frontend-demos/individual-images-with-special-effects-slideshow-layout/)
68
+
69
+ > ### Photo Gallery Plugin Demos for Image Browser Gallery
70
+
71
+ > * [Image Browser Gallery - WordPress Image Gallery Plugin](https://gallery-bank.tech-banker.com/frontend-demos/individual-images-with-title-description-image-browser-layout/)
72
+ > * [Image Browser Gallery with Lazy Load - Best WordPress Gallery Plugin](https://gallery-bank.tech-banker.com/frontend-demos/individual-images-with-lazy-load-image-browser-layout/)
73
+ > * [Image Browser Gallery with Filters](https://gallery-bank.tech-banker.com/frontend-demos/individual-images-with-filters-image-browser-layout/)
74
+ > * [Image Browser Gallery with Order By](https://gallery-bank.tech-banker.com/frontend-demos/individual-images-with-order-by-image-browser-layout/)
75
+ > * [Image Browser Gallery with Search Box](https://gallery-bank.tech-banker.com/frontend-demos/individual-images-with-search-box-image-browser-layout/)
76
+ > * [Image Browser Gallery with Watermarking](https://gallery-bank.tech-banker.com/frontend-demos/individual-images-with-watermark-image-browser-layout/)
77
+ > * [Image Browser Gallery with Animation Effects](https://gallery-bank.tech-banker.com/frontend-demos/individual-images-with-animation-image-browser-layout/)
78
+ > * [Image Browser Gallery with Special Effects](https://gallery-bank.tech-banker.com/frontend-demos/individual-images-with-special-effects-image-browser-layout/)
79
+
80
+ > ### Image Gallery Plugin Demos for Justified Grid Gallery
81
+
82
+ > * [Justified Grid Gallery - WordPress Image Gallery Plugin](https://gallery-bank.tech-banker.com/frontend-demos/individual-images-with-title-description-justified-grid-layout/)
83
+ > * [Justified Grid Gallery with WordPress Gallery Lightbox - Gallery Wordpress Plugin](https://gallery-bank.tech-banker.com/frontend-demos/individual-images-with-lightboxes-justified-grid-layout/)
84
+ > * [Justified Grid Gallery with Pagination - Photo Gallery WordPress Plugin](https://gallery-bank.tech-banker.com/frontend-demos/individual-images-with-pagination-justified-grid-layout/)
85
+ > * [Justified Grid Gallery with Lazy Load - Best WordPress Gallery Plugin](https://gallery-bank.tech-banker.com/frontend-demos/individual-images-with-lazy-load-justified-grid-layout/)
86
+ > * [Justified Grid Gallery with Filters](https://gallery-bank.tech-banker.com/frontend-demos/individual-images-with-filters-justified-grid-layout/)
87
+ > * [Justified Grid Gallery with Order By](https://gallery-bank.tech-banker.com/frontend-demos/individual-images-with-order-by-justified-grid-layout/)
88
+ > * [Justified Grid Gallery with Search Box](https://gallery-bank.tech-banker.com/frontend-demos/individual-images-with-search-box-justified-grid-layout/)
89
+ > * [Justified Grid Gallery with Watermarking](https://gallery-bank.tech-banker.com/frontend-demos/individual-images-with-watermark-justified-grid-layout/)
90
+ > * [Justified Grid Gallery with Animation Effects](https://gallery-bank.tech-banker.com/frontend-demos/individual-images-with-animation-justified-grid-layout/)
91
+ > * [Justified Grid Gallery with Special Effects](https://gallery-bank.tech-banker.com/frontend-demos/individual-images-with-special-effects-justified-grid-layout/)
92
+
93
+ > ### Gallery Images Demos for Blog Style Gallery
94
+
95
+ > * [Blog Style Gallery - WordPress Image Gallery Plugin](https://gallery-bank.tech-banker.com/frontend-demos/individual-images-with-title-description-blog-style-layout/)
96
+ > * [Blog Style Gallery with WordPress Gallery Lightbox - Gallery Wordpress Plugin](https://gallery-bank.tech-banker.com/frontend-demos/individual-images-with-lightboxes-blog-style-layout/)
97
+ > * [Blog Style Gallery with Pagination - Photo Gallery WordPress Plugin](https://gallery-bank.tech-banker.com/frontend-demos/individual-images-with-pagination-blog-style-layout/)
98
+ > * [Blog Style Gallery with Lazy Load - Best WordPress Gallery Plugin](https://gallery-bank.tech-banker.com/frontend-demos/individual-images-with-lazy-load-blog-style-layout/)
99
+ > * [Blog Style Gallery with Filters](https://gallery-bank.tech-banker.com/frontend-demos/individual-images-with-filters-blog-style-layout/)
100
+ > * [Blog Style Gallery with Order By](https://gallery-bank.tech-banker.com/frontend-demos/individual-images-with-order-by-blog-style-layout/)
101
+ > * [Blog Style Gallery with Search Box](https://gallery-bank.tech-banker.com/frontend-demos/individual-images-with-search-box-blog-style-layout/)
102
+ > * [Blog Style Gallery with Watermarking](https://gallery-bank.tech-banker.com/frontend-demos/individual-images-with-watermark-blog-style-layout/)
103
+ > * [Blog Style Gallery with Animation Effects](https://gallery-bank.tech-banker.com/frontend-demos/individual-images-with-animation-blog-style-layout/)
104
+ > * [Blog Style Gallery with Special Effects](https://gallery-bank.tech-banker.com/frontend-demos/individual-images-with-special-effects-blog-style-layout/)
105
+
106
+ > ### Photo Albums Demos for Compact Albums
107
+
108
+ > * [Photo Albums using Compact Album Layout - WordPress Image Gallery Plugin](https://gallery-bank.tech-banker.com/frontend-demos/compact-album-with-title-description-thumbnail-layout/)
109
+ > * [Compact Album with WordPress Gallery Lightbox - Gallery Wordpress Plugin](https://gallery-bank.tech-banker.com/frontend-demos/compact-album-with-lightboxes-thumbnail-layout/)
110
+ > * [Compact Album with Pagination - Photo Gallery WordPress Plugin](https://gallery-bank.tech-banker.com/frontend-demos/compact-album-with-pagination-thumbnail-layout/)
111
+ > * [Compact Album with Lazy Load - Best WordPress Gallery Plugin](https://gallery-bank.tech-banker.com/frontend-demos/compact-album-with-lazy-load-thumbnail-layout/)
112
+ > * [Compact Album with Filters](https://gallery-bank.tech-banker.com/frontend-demos/compact-album-with-filters-thumbnail-layout/)
113
+ > * [Compact Album with Order By](https://gallery-bank.tech-banker.com/frontend-demos/compact-album-with-order-by-thumbnail-layout/)
114
+ > * [Compact Album with Search Box](https://gallery-bank.tech-banker.com/frontend-demos/compact-album-with-search-box-thumbnail-layout/)
115
+ > * [Compact Album with Watermarking](https://gallery-bank.tech-banker.com/frontend-demos/compact-album-with-watermark-thumbnail-layout/)
116
+ > * [Compact Album with Animation Effects](https://gallery-bank.tech-banker.com/frontend-demos/compact-album-with-animation-thumbnail-layout/)
117
+ > * [Compact Album with Special Effects](https://gallery-bank.tech-banker.com/frontend-demos/compact-album-with-special-effects-thumbnail-layout/)
118
+
119
+ > ### Photo Albums Demos for Extended Albums
120
+
121
+ > * [Photo Albums using Extended Album Layout - WordPress Image Gallery Plugin](https://gallery-bank.tech-banker.com/frontend-demos/extended-album-with-title-description-thumbnail-layout/)
122
+ > * [Extended Album with WordPress Gallery Lightbox - Gallery Wordpress Plugin](https://gallery-bank.tech-banker.com/frontend-demos/extended-album-with-lightboxes-thumbnail-layout/)
123
+ > * [Extended Album with Pagination - Photo Gallery WordPress Plugin](https://gallery-bank.tech-banker.com/frontend-demos/extended-album-with-pagination-thumbnail-layout/)
124
+ > * [Extended Album with Lazy Load - Best WordPress Gallery Plugin](https://gallery-bank.tech-banker.com/frontend-demos/extended-album-with-lazy-load-thumbnail-layout/)
125
+ > * [Extended Album with Filters](https://gallery-bank.tech-banker.com/frontend-demos/extended-album-with-filters-thumbnail-layout/)
126
+ > * [Extended Album with Order By](https://gallery-bank.tech-banker.com/frontend-demos/extended-album-with-order-by-thumbnail-layout/)
127
+ > * [Extended Album with Search Box](https://gallery-bank.tech-banker.com/frontend-demos/extended-album-with-search-box-thumbnail-layout/)
128
+ > * [Extended Album with Watermarking](https://gallery-bank.tech-banker.com/frontend-demos/extended-album-with-watermark-thumbnail-layout/)
129
+ > * [Extended Album with Animation Effects](https://gallery-bank.tech-banker.com/frontend-demos/extended-album-with-animation-thumbnail-layout/)
130
+ > * [Extended Album with Special Effects](https://gallery-bank.tech-banker.com/frontend-demos/extended-album-with-special-effects-thumbnail-layout/)
131
+
132
+ > ### Gallery Lightbox Demos
133
+
134
+ > * [LightCase Gallery Lightbox](https://gallery-bank.tech-banker.com/frontend-demos/individual-images-with-lightboxes-masonry-layout/lightcase-lightbox/)
135
+ > * [Fancy Box Gallery Lightbox](https://gallery-bank.tech-banker.com/frontend-demos/individual-images-with-lightboxes-masonry-layout/fancy-box/)
136
+ > * [Color Box Gallery Lightbox](https://gallery-bank.tech-banker.com/frontend-demos/individual-images-with-lightboxes-masonry-layout/color-box/)
137
+ > * [Foo Box Gallery Lightbox](https://gallery-bank.tech-banker.com/frontend-demos/individual-images-with-lightboxes-masonry-layout/foo-box/)
138
+ > * [Nivo Gallery Lightbox](https://gallery-bank.tech-banker.com/frontend-demos/individual-images-with-lightboxes-masonry-layout/nivo-lightbox/)
139
+
140
+ #### Whether you specialize in photography, creative designs, or a journalistic exploration, your photos tell a unique story and deserve to be presented in the best way possible.
141
+
142
+ Gallery Bank is so popular for a reason. It's so easy to use and has loads of different functions that make your life alot easier. Perfectly what so many other photo gallery plugins try to do but always fall short.
143
+
144
+ Gallery Bank is already the most powerful yet simple WordPress gallery plugin ever made. It delivers a very robust system for the management, categorization and display of your images which is a perfect combination for photographers.
145
+
146
+ Gallery Bank is the best image gallery plugin for WordPress. Still asking why? Stunning gallery layouts, responsive, deeplinking, pagination, watermarking, image proofing, easy to use.
147
+
148
+ Let's show off your portfolio, work and experience to prospective clients and employers with our photo gallery plugin today.
149
+
150
+ Gallery Bank is highly optimized for performance because we understand the importance of speed when it comes to SEO and conversion.
151
+
152
+ ### Create Filterable Portfolio with Premium Editions
153
+
154
+ [WordPress Photo Gallery Plugin](https://gallery-bank.tech-banker.com/) is one of the Best WordPress Gallery Plugin designed to create elegant and beautiful photo gallery and photo albums using Masonry Gallery Layouts, Thumbnail Gallery Layouts, Compact Album Layouts and Extended Album Layouts along with Special Effects and Animation Effects.
155
+
156
+ WordPress Photo Gallery Plugin is the only available WordPress Gallery Shortcode Plugin in the market with extra-ordinary features. It is loaded with 200+ features and you can create stunning albums, photo gallery, portfolio gallery on any of your WordPress site/blog.
157
+
158
+ WordPress Photo Gallery Plugin provides a powerful photo gallery engine for uploading and managing photo albums of images, with the ability to batch upload, delete, rearrange and sort images.
159
+
160
+ It is the best Gallery Plugin for WordPress which is being regularly updated for new features and its simplicity of usage along with efficient functionality makes it a perfect choice among photographers to have a stunning look for their sites.
161
+
162
+ ### #1 WordPress Filterable Portfolio Plugin
163
+
164
+ There are also Premium Editions for the Gallery Plugin for WordPress with much more useful pro features available.
165
+
166
+ Gallery Bank has been downloaded over 25,00,000 times. Smart photographers, designers, and developers love Gallery Bank, and you will love too!
167
+
168
+ [Upgrade to Premium Editions - Best Wordpress Gallery Plugin](https://gallery-bank.tech-banker.com/)
169
+
170
+ ### Wordpress Photo Gallery Plugin - Key Features (Free)
171
+
172
+ * Easy to use.
173
+ * 100% Responsive.
174
+ * Retina Support
175
+ * Clean and Modern Design
176
+ * Ajax Themes Compatibility
177
+ * Masonry Gallery
178
+ * Thumbnails Gallery
179
+ * Top Notch Support
180
+ * Strong SEO Foundation
181
+ * Shortcode Generator
182
+ * User Friendly Admin Panel to add Galleries.
183
+ * Create & Manage upto 5 galleries on your WordPress site/blog.
184
+ * Upload unlimited amount of photos/images in your gallery.
185
+ * Images uploaded are stored in a separate directory to avoid mess up with inbuilt wp-uploads folder.
186
+ * Photo Metadata is fetched from each image and populates to Title, Description, Alt Text Fields too.
187
+ * Photo Metadata is retrieved as per IPTC Standard mentioned [here](https://iptc.org/standards/photo-metadata/photo-metadata/)
188
+ * Add Gallery Title and Description to each of your photo galleries and albums.
189
+ * Add Image Title, Image Description, Alt Text to each of your images.
190
+ * Possibility to exclude images from displaying in a particular photo gallery.
191
+ * Add single or multiple galleries to your page or post using a shortcode.
192
+ * Supports Masonry Layout and Thumbnail Layouts.
193
+ * Custom CSS Toolbox
194
+ * Configure Thumbnail Dimensions in Global Options
195
+ * Right Click Protection Feature in Global Options
196
+ * Language Direction Feature in Global Options
197
+ * Shortcode Wizard to add gallery shortcodes on your Page/Post.
198
+ * Gallery Widget to let you use your photo albums and galleries on your widget section.
199
+ * Advanced Compatibility - in our gallery we implement advanced compatibility options to avoid conflict with libraries of another plugins and theme. You can switch between modes to find properly value for your gallery and your case.
200
+ * Multisite Support - in gallery implemented multisite support. You can install gallery in admin dashboard and enable plugin for all child blogs.
201
+
202
+ Take your media gallery to the next level with [Premium Editions](https://gallery-bank.tech-banker.com/) which gives you 200+ features.
203
+
204
+ ### Wordpress Photo Gallery Plugin - Key Features (Premium Editions)
205
+
206
+ * All Standard Edition Features as mentioned above.
207
+ * Supports Thumbnail Gallery, Masonry Gallery, Slideshow Gallery, Image Browser Gallery, Justified Grid Gallery, Blog Style Gallery, Compact Album, Extended Album.
208
+ * Compact Albums displays in a grid gallery format whereas Extended Albums displays in a List format.
209
+ * Manage Galleries
210
+ * Upload Images using PL Uploader, WP Media Manager, FTP Folder, Upload Video
211
+ * Batch images upload - gallery have advanced media manager which allow to upload batch of the images by one click. Just drag and drop set of the gallery images and it�s upload automatically to the server.
212
+ * Video Gallery from Youtube, Facebook, Vimeo etc.
213
+ * Set Thumbnail as Cover Image.
214
+ * Apply Tags to use as Filters for your filterable portfolio.
215
+ * Edit Images - Crop, Rotate Anti Clockwize, Rotate Clockwize, Flip Images Vertically, Flip Images Horizontally, Restore Images, Watermarking.
216
+ * Auto-resizing for thumbnails and images - gallery media manager allow you make additional customization of the gallery images, like: rotation, flip, crop, manual resize.
217
+ * Edit Images - Effects such as Grayscale, Negative, Removal, Sepia, Slate, Saturate, Brightness, Contrast.
218
+ * Customizable Special Effects and Animation Effects - all gallery effects working in cooperation with gallery interface configuration options.
219
+ * Copy Images to other Galleries, Move Images to other Galleries.
220
+ * Sort Galleries - Drag & Drop Images to provide Custom Order/Sequence for displaying as per your needs.
221
+ * Manage Albums - Edit existing Album, Delete Album, Delete All Albums
222
+ * Add Album - Album Title & Description
223
+ * Add Album - Add Existing Galleries to your Album to display on Front End.
224
+ * Sort Galleries - Drag & Drop Images to provide Custom Order/Sequence for displaying as per your needs.
225
+ * Manage Tags - Edit Tags, Delete Tags
226
+ * Add Tags - Tag Name, Description for Filters to be applied later to Galleries, Albums
227
+ * Customize Thumbnail Gallery - Layout Settings for Thumbnails, Gallery Title & Description, Thumbnail Title & Description.
228
+ * Customize Masonry Gallery - Layout Settings for Thumbnails, Gallery Title & Description, Thumbnail Title & Description.
229
+ * Customize Slideshow Gallery - Layout Settings for Thumbnails, Gallery Title & Description, Thumbnail Title & Description.
230
+ * Customize Image Browser Gallery - Layout Settings for Thumbnails, Gallery Title & Description, Thumbnail Title & Description.
231
+ * Customize Justified Grid Gallery - Layout Settings for Thumbnails, Gallery Title & Description, Thumbnail Title & Description.
232
+ * Customize Blog Style Gallery - Layout Settings for Thumbnails, Gallery Title & Description, Thumbnail Title & Description.
233
+ * Customize Compact Album Gallery - Layout Settings for Thumbnails, Gallery Title & Description, Thumbnail Title & Description.
234
+ * Customize Extended Album Gallery - Layout Settings for Thumbnails, Gallery Title & Description, Thumbnail Title & Description.
235
+ * Customize Layouts using Custom CSS.
236
+ * Customize Lightcase Lightbox - General Settings, Image Title, Image Description.
237
+ * Customize Fancy Box Lightbox - General Settings, Image Title, Image Description.
238
+ * Customize Color Box Lightbox - General Settings, Image Title, Image Description.
239
+ * Customize Foo Box Free Edition - General Settings, Image Title, Image Description.
240
+ * Customize Nivo Lightbox - General Settings, Image Title, Image Description.
241
+ * Global Options - Configure Thumbnail Dimensions, Right Click Protection, Language Direction
242
+ * Lazy Load Settings - Customize Lazy Load Settings for loading of Images in Galleries and Albums.
243
+ * Filter Settings - Customize Filter Settings to create Filterable Photo Gallery for your website/blog.
244
+ * Order By Settings - Customize Order By Button.
245
+ * Search Box Settings - Customize Search Button to make your galleries also searchable.
246
+ * Page Navigation Settings - Customize Page Navigation to make your galleries to divide into pages.
247
+ * Watermark Settings - Customize Watermark Settings to make your galleries enabled with watermarking.
248
+ * Advertisement Settings - Customize Advertisement Settings to make your WordPress gallery lightbox loaded with advertisement.
249
+ * WordPress Gallery Shortcode Wizard for Thumbnail Gallery, Masonry Gallery, Slideshow Gallery, Image Browser Gallery, Justified Grid Gallery Gallery, Blog Style Gallery.
250
+ * Special Effects for Gallery Images & Thumbnails
251
+ * Animation Effects for Gallery Images & Thumbnails
252
+ * Roles and Capabilities to let you choose what WordPress roles can edit your galleries.
253
+ * Awesome grid gallery layouts using compact album.
254
+ * Awesome filterable portfolio using tags in all layouts.
255
+ * Photo Gallery Widget to embed all WordPress gallery shortcodes.
256
+ * 24/7 Technical Support
257
+
258
+ The gallery is completely customizable, resizable and is compatible with all browsers and devices (iPhone, iPad and Android smartphones). You will be able to insert it in any page or post you want with inbuilt short code generator.
259
+
260
+ Visit [here](https://gallery-bank.tech-banker.com/) to upgrade to Premium Editions now.
261
+
262
+ Gallery Bank uses FooBox as its default gallery lightbox which is licensed under GPL V2 or later.
263
+
264
+ ###Adapts to Anything
265
+
266
+ Gallery Bank is being designed keeping in mind the optimal viewing experience across a wide range of devices. At the same time it is coded to work also on old browsers! Whether your visitors are on a Mobile, Laptop or Desktop your Gallery will look great on any device.
267
+
268
+ ### Unlimited Galleries & Images
269
+
270
+ Gallery Bank adds an unlimited number of images in a single gallery. As you have created a number of image galleries, you can add as many shortcodes on your page as you need.
271
+
272
+ ### Global Settings
273
+
274
+ Easily Configuration settings for Thumbnails, Album Covers, Lightbox, Slideshows, Pagination etc. for customizing your albums as per your website�s look & feel.
275
+
276
+ ### Easy Setup & Management
277
+
278
+ Create stunning, 100% responsive, SEO-friendly photo galleries in minutes. It provides easy-to-manage functionality to rename, upload, copy, add and remove images. Gallery Bank use WordPress in-built media uploader.
279
+
280
+ ### Grid & List Layout
281
+
282
+ Gallery Bank implements not only classic gallery layout, but also grid layout for the modern style gallery with different size of the gallery thumbnails. You can also choose List Format for styling.
283
+
284
+ ### Multiple Column Layouts
285
+
286
+ You can set multiple column layout for image gallery. Column Layout allow you to display your content in chunks that are visually appealing. In gallery settings you can define different amount of thumbnails columns for different screen size/resolution.
287
+
288
+ ### Image Gallery
289
+
290
+ Gallery Bank allow you to add multiple images with multiple effects. Image Gallery option allows you to customize the settings for views of images.
291
+
292
+ ### Masonry Gallery
293
+
294
+ With Gallery Bank, you can implement Masonry Layout. Masonry Layouts are a great choice for creating galleries using images with varied dimensions. It works by placing elements in optimal position based on available vertical space.
295
+
296
+ ### Thumbnail Gallery
297
+
298
+ Gallery Bank allows you to implements customization options for thumbnails size, width, height, border, text, heading and description. You can choose between original or custom settings for thumbnail size.
299
+
300
+ ### Blog Style Gallery
301
+
302
+ The Blog Style gallery works with images of any size or orientation in the same gallery. With blog style gallery, you can also add title and description of image.
303
+
304
+ ### Filmstrip Gallery
305
+
306
+ This is great feature as it helps you to navigate to a particular image from lightbox. There are multiple options to customize filmstrip container and images size and styles in it.
307
+
308
+ ### Lightbox Gallery
309
+
310
+ Gallery Bank allow you to use different Lightboxes which seamlessly integrate with our gallery plugin. It includes lightboxes like Foo Box, Fancy Box, Color Box, Nivo Lightbox, Lightcase Lightbox.
311
+
312
+ ### Compact Albums
313
+
314
+ Each thumbnail in the Compact Album links to the gallery you include in your album. You can also display title and description of the gallery along with the thumbnail.
315
+
316
+ ### Extended Albums
317
+
318
+ Extended Album displays as a list, with thumbnails to the left. Alongside the right of the thumbnail is the title and description of the gallery. Each thumbnail links to the gallery you include in your album.
319
+
320
+ ### Purge Images & Albums
321
+
322
+ Purge Images and Albums means to remove extra or unused images from album-thumbs, gallery-uploads, and thumbs folder. Using this option, you can clean your gallery from unused data.
323
+
324
+ ### Slideshows
325
+
326
+ Gallery Bank gives you the best feature i.e. slideshow which is flexible, all aspects can easily be configured and embedding the gallery. Slideshows perform best if images are sized to desired slideshow width / container.
327
+
328
+ ### Hover Effects
329
+
330
+ Gallery Bank plugin is really rich with Hover Effects. You can use rotate, scale and skew effect on hover. You can also change the values for hover animation elements.
331
+
332
+ ### Animations
333
+
334
+ You can easily add attractive and adorable animations to the image gallery and slideshows. Gallery Bank uses CSS3 transitions for faster animation performance. This plugin comes with numerous beautiful inbuilt animations.
335
+ animation
336
+
337
+ ### Special Effects
338
+
339
+ Gallery Bank enhance your galleries with special effects. Show or hide them on mouse over or turn them on or off regardless of the mouse. They are available for all images in a cross-browser compatible fashion.
340
+
341
+ ### Duplicate Gallery
342
+
343
+ With the help of Gallery Bank plugin, you need to just setup styles of the gallery in one place and use the same options for another gallery on your website. This feature reduce the work time & gives you beautiful gallery.
344
+
345
+ ### Title & Description
346
+
347
+ Gallery Bank allow to add title and description to each image. Description can be seen not in all view, but some of them has a place for it. Image Gallery accomplished with title and description looks rich and perfect.
348
+
349
+ ### Pagination
350
+
351
+ Pagination allows number of images allowed on a single page and provide navigation for the rest. It is used to control the amount of content on a gallery page and enable users to navigate back and forth through large numbers of gallery pages.
352
+
353
+ ### Auto Play Options
354
+
355
+ Gallery Bank allow you to enable or disable auto play options for image slideshow. The autoplay option triggers the gallery to start playing as soon as it is loaded. You can also choose time interval at which the image changes in slideshow.
356
+
357
+ ### Shortcode Wizard
358
+
359
+ Enhance the functionality of the Gallery Bank plugin with the awesome Shortcode Wizard. It has been developed to easily insert albums/images to any of your Post/Page to provide ultra-easiness.
360
+
361
+ ### Social Sharing
362
+
363
+ With an introduction to Social Sharing, users can now share albums/images within their social circle and can allow commenting on it as well. The most popular social networking sites: Facebook, Twitter, Google+, Pinterest and Tumblr where you can share your galleries.
364
+
365
+ ### Watermark & Protection
366
+
367
+ You can protect the copyright to your images with watermarking options. Simply add a text or image watermark, select display size and position and you�re all set.
368
+ watermark
369
+
370
+ ### Supports Media Manager
371
+
372
+ Gallery Bank supports Media Manager which provides you wide set of options to crop, rotate, flip and scale gallery images according to your requirement. Batch upload of the gallery images by one click.
373
+
374
+ ### Image Filters
375
+
376
+ You can add tags for each image to filter it from other images. Using tags, you can filter images into different categories and display images of same categories separately.
377
+
378
+ ### Border Settings
379
+
380
+ Gallery Bank provide advanced options for configuration design and style of borders. You can fully customize size, color, transparency of gallery interface. Shadow also have additional blur option for gallery thumbnails shadow.
381
+
382
+ ### Font Settings
383
+
384
+ Gallery Bank have built-in advanced text style options. With these options, you can fully customize title, caption and description of every gallery image.
385
+ font-settings
386
+
387
+ ### Lazy Loading Option
388
+
389
+ Gallery Bank implements advanced lazy loading options. For the case when you have big sets of gallery images, you can define the amount for first load and more options for further images.
390
+
391
+ ### Color Selectors
392
+
393
+ For all front-end interface elements, Gallery Bank implements very comfortable color selector. With this, you can define any color of your choice and make albums according to your need. You can also select transparency for the color. Colors could be defined in HEX or RGB style.
394
+
395
+ ### Roles & Capabilities
396
+
397
+ Gallery Bank allows you to determine the access level or permissions of Gallery Plugin among authorized users. By default, Administrators will have full control to manage the different options in Gallery Bank.
398
+
399
+ ### Browser Compatibility
400
+
401
+ Gallery Bank plugin is fully compatible with all the popular browsers like Chrome, Safari, Opera, Firefox etc.
402
+ browser compatible
403
+
404
+ ### SEO Friendly
405
+
406
+ Gallery Bank automatically updates all images with proper Alt and Title attributes. If your images do not have Alt and Title already set, it will add them according to the options you set.
407
+
408
+ ### Custom CSS
409
+
410
+ Custom CSS editor give you a powerful feature here. If you want to make some changes on the look of the template, then simply write your own CSS in Custom CSS box. Then your own CSS style will override the plugins CSS and provide you the ability to customize the basic layout of coming soon page.
411
+
412
+ ### Super Duper Support
413
+
414
+ Quick Response to your queries and issues are provided directly by the support team, Buy with Confidence!
415
+
416
+ ### Automatic Plugin Updates
417
+
418
+ Gallery Bank allow you to get free updates whenever there is a new version available to Personal, Business & Developer Edition users on monthly basis with Bug Fixes.
419
+ auto update
420
+
421
+ ### User Friendly Interface
422
+
423
+ Gallery Bank is a Superlative High Quality Plugin which allows you to create albums with an ease. It is an easy and powerful WordPress Plugin. It gives you a stylish and responsive Gallery.
424
+
425
+ ### Highly Customization
426
+
427
+ It is easily customizable. You can specify the number of images to display in a single row in an album. Additionally, you can customize thumbnail images by cropping, flipping and rotating them. You can edit gallery and album by changing sizes and colors for different features.
428
+
429
+ ### Multi � Lingual
430
+
431
+ Gallery Bank supports 36 Global languages. More and more people across the globe are new associating with Gallery Plugin.
432
+
433
+ ### Responsive Gallery Plugin
434
+
435
+ It is being designed keeping in mind the optimal viewing experience across a wide range of devices. At the same time it is coded to work also on old browsers! Whether your visitors are on a Mobile, Laptop or Desktop your Gallery will look great on any device.
436
+
437
+ ### Layout Settings
438
+
439
+ Easily Configuration settings for Thumbnails, Album Covers, Different Lightboxes, Slideshow, Pagination etc. for customizing your albums as per your website's look & feel.
440
+
441
+ ### Easy Setup & Management
442
+
443
+ Create stunning, 100% responsive, SEO-friendly photo gallery WordPress in minutes. It provides easy-to-manage functionality to rename, upload, copy, add and remove images. Gallery Bank uses also WordPress in-built media uploader as a feature to upload images.
444
+
445
+ ### Image Gallery
446
+
447
+ It allows you to add multiple images with multiple effects. Image Gallery option allows you to customize the settings for views of images.
448
+
449
+ ### Gallery Widget
450
+
451
+ Gallery Widget lets you easily embed shortcode from the shortcode wizard and beautify your online gallery website with awesome galleries and albums.
452
+
453
+ ### Translate this Plugin
454
+
455
+ If you can help us with translation to some other language please contact us at [support@tech-banker.com](mailto:support@tech-banker.com)
456
+
457
+ We�re really appreciate it!
458
+
459
+ ### Technical Support
460
+
461
+ Dear users, our plugins are available for free download. If you have any questions or recommendations regarding the functionality of our plugins, please feel free to contact us.
462
+
463
+ If you think, that you found a bug in our plugin or have any question contact us at [support@tech-banker.com](mailto:support@tech-banker.com)
464
+
465
+ Please use the support forum on WordPress.org only for this free Standard version of the plugin.
466
+
467
+ For the Premium Edition there is a separate support package available. Please do not use the WordPress.org support forum for questions about the Premium Edition.
468
+
469
+ == Frequently Asked Questions ==
470
+
471
+ = How to Install? =
472
+
473
+ Here are the below mentioned steps for installing Gallery Bank on your WordPress.
474
+
475
+ If you are using the Standard Edition, you can follow the following steps:
476
+
477
+ * Login to the WordPress Administrator Panel.
478
+ * Go to "Plugins > Add New".
479
+ * In the Search box, type "Gallery Bank" and press Enter.
480
+ * In the results grid, you will get a link as "Gallery Bank", click on "Install Now" link for "Gallery Bank".
481
+ * Click "Activate Plugin" link to activate the Plugin.
482
+
483
+ Hopefully, if you have followed the steps properly as mentioned above, you will see the success message.
484
+
485
+ If any problem occurs during installation process, please contact us at [support@tech-banker.com](support@tech-banker.com)
486
+
487
+ = How to customize Galleries? =
488
+
489
+ Galleries section is divided into following three parts:
490
+
491
+ * Manage Galleries
492
+ * Add Gallery
493
+ * Sort Galleries
494
+
495
+ Using Manage Galleries, user can customize and manage the settings of existing galleries.
496
+
497
+ Using Add Gallery, user can add new gallery.
498
+
499
+ Using Sort Galleries, user can sort order of images in a gallery. For this, you just have to drag and drop images to rearrange them in your preferred order.
500
+
501
+ This gives an idea about how to add, manage and sort Galleries in Gallery Bank. You can also add Title, Description, Alt Text and Links to the images in a gallery.
502
+
503
+ = How to manage Galleries created? =
504
+
505
+ On the **Gallery Bank Navigation Panel**, click on **Galleries - Manage Galleries**.
506
+
507
+ **Bulk-Action:** If you would like to delete or duplicate multiple galleries together, then you would need to tick the appropriate check boxes and then choose "Delete" or "Duplicate" option from the Bulk-Action drop-down.
508
+
509
+ **Apply Button:** After selecting particular option, click on "Apply" button to perform the selected action on galleries all together.
510
+
511
+ **Add Gallery:** If you would like to add new gallery, then you would need to click on "Add Gallery" button. It will redirect you to Add Gallery page.
512
+
513
+ **Delete All Galleries:** If you would like to delete all galleries, then you would need to click on "Delete All Galleries" button.
514
+
515
+ **Purge Galleries:** If you would like to remove extra or unused Images from album-thumbs, gallery-uploads, and thumbs folder, then you would need to click on "Purge Galleries".
516
+
517
+ = How to Edit or Delete Gallery? =
518
+
519
+ In order to "Edit Gallery" from the list of Galleries as shown above, you would need to click on "Edit" located at the bottom of Cover Image in Gallery Cover Image column in each row.
520
+
521
+ Once you click on "Edit", you would be redirected to "Edit Gallery" page, where you can edit the gallery.
522
+
523
+ In order to "Delete Gallery" from the list of Galleries as shown above, you would need to click on "Delete" located at the bottom of Cover Image in Gallery Cover Image column in each row.
524
+
525
+ By clicking on this icon, you would see a confirmation message asking to "Confirm" whether you would like to delete the gallery?
526
+
527
+ Once you press the OK button, the gallery would be deleted.
528
+
529
+ = How to Add a new Gallery? =
530
+
531
+ On the **Gallery Bank Navigation Panel**, select **Galleries - Add Gallery**.
532
+
533
+ **Gallery Title:** In this field, you would need to provide "Gallery Title".
534
+
535
+ **Gallery Description:** In this field, you would need to provide "Gallery Description". It would be displayed when using shortcode.
536
+
537
+ Once everything is being setup, you would need to click on "Save Changes" button located at bottom of the screen to save the settings.
538
+
539
+ = How to upload images to a Gallery? =
540
+
541
+ In order to upload images to the gallery, you would need to click on "Upload Images" tab at top of the page.
542
+
543
+ You can upload images from your Local System, WP Media Manager or FTP.
544
+
545
+ If you would like to upload images from your own computer, then you would need to click on "Local System" tab.
546
+
547
+ In order to upload files, you would need to click on "Add Files" button or you can drag and drop files from your computer.
548
+
549
+ After selecting files, you would need to click on "Start Upload" button to upload the files into gallery.
550
+
551
+ You would be able to view the size of files on bottom-right corner of Select Files screen.
552
+
553
+ If you would like to upload images from WP Media Manager, then you would need to click on "WP Media Manager" tab.
554
+
555
+ Now you would need to click on "Upload Thumbnails" button to upload images from Media Manager.
556
+
557
+ If you would like to upload images from FTP, then you would need to click on "Upload From FTP" tab.
558
+
559
+ You can browse and locate the images from FTP to upload them into your gallery.
560
+
561
+ After uploading images in gallery, you would be able to see them in a list from where you can customize the settings of every image in gallery.
562
+
563
+ **Bulk-Action:** If you would like to perform an action on multiple images together, then you would need to tick the appropriate check boxes and then choose required option from the Bulk-Action drop-down.
564
+
565
+ **Apply Button:** After selecting particular option, click on "Apply" button to perform the selected action on images all together.
566
+
567
+ **Image Title:** In this field, you would need to provide "Image Title" for image.
568
+
569
+ **Image Alt Text:** In this field, you would need to provide alternative tags for image to make it visible for search engines and show in case of slower connections.
570
+
571
+ **Image Description:** In this field, you would need to provide "Image Description" for image.
572
+
573
+ **Tags:** In this field, you would need to choose "Tags" for particular image.
574
+
575
+ **Enable Url Redirect on click of Image:** If you would like to redirect user to a specific location when clicking on an image, then you would need to select "Enable" checkbox.
576
+
577
+ **Url Link:** This option becomes visible when "Enable" option is being selected from "Enable Url Redirect on click of Image". Now you would need to provide the URL link of location where you would like to redirect user when clicking on this image.
578
+
579
+ **Thumbnail:** Under this column, you would be able to see thumbnail of image. If you would like to set an image as a "Cover Image", then you would need to check button for "Set As Cover Image".
580
+
581
+ If you would not like to display image with other gallery images, then tick "Exclude?" checkbox.
582
+
583
+ If you would like edit image, then you would need to click on "Edit" located at bottom of the Thumbnail Image.
584
+
585
+ Once you click on "Edit", the following popup will appear on your screen.
586
+
587
+ Now you can perform various actions like **Crop**, **Rotate** and **Flip** image according to your choice or you can apply various effects on image using toolbar located at top left corner. You can also adjust **Brightness** and **Contrast** of image.
588
+
589
+ If you would like to scale image to particular dimension, then provide the required dimensions and click "Scale" button located at the right sidebar.
590
+
591
+ If you would like to crop image in a specific "Aspect Ratio", then you would need to provide required ratio.
592
+
593
+ Once everything is setup, you would need to close popup to return to the Add Gallery Page.
594
+
595
+ If you would like to "Delete" image from gallery, then you would need to click on "Delete" located at bottom of the Thumbnail Image.
596
+
597
+ Once everything is being setup, you would need to click on "Save Changes" button to save the settings.
598
+
599
+ = How to sort images in a Gallery? (Premium Edition) =
600
+
601
+ On the **Gallery Bank Navigation Panel**, select **Galleries - Sort Galleries**.
602
+
603
+ **Choose Gallery:** In this field, you would need to choose specific Gallery for sorting.
604
+
605
+ You would need to drag and drop images to arrange them in specific order.
606
+
607
+ After arranging them, you would need to click on "Save Changes" button located at bottom of the page to save the settings.
608
+
609
+ = How to customize created Albums? (Premium Edition) =
610
+
611
+ Albums Section is divided into following three parts:
612
+
613
+ * Manage Albums
614
+ * Add Album
615
+ * Sort Albums
616
+
617
+ Using **Manage Albums**, user can customize and manage the settings of existing albums. You can also view the meta information about albums and easily modify and delete the albums if required.
618
+
619
+ Using **Add Album**, user can add new album. You can add galleries to your album by choosing them from the list of available galleries.
620
+
621
+ Using **Sort Albums**, user can sort order of galleries in an album. You can easily sort the ordering of galleries by drag and drop method.
622
+
623
+ **How to manage Albums?**
624
+
625
+ On the **Gallery Bank Navigation Panel**, click on **Albums - Manage Albums**.
626
+
627
+ **Bulk Action:** If you would like to delete or duplicate multiple albums together, then you would need to tick the appropriate check boxes and then choose "Delete Albums" or "Duplicate Albums" option from the Bulk Action drop-down.
628
+
629
+ **Apply Button:** After selecting particular option, click on "Apply" button to perform the selected action on albums all together.
630
+
631
+ **Add Album:** If you would like to add new album, then you would need to click on "Add Album" button. It will redirect you to Add Album page.
632
+
633
+ **Delete All Albums:** If you would like to delete all albums, then you would need to click on "Delete All Albums" button.
634
+
635
+ **Purge Albums:** If you would like to remove extra or unused images from album-thumbs, gallery-uploads, and thumbs folder, then you would need to click on "Purge Albums".
636
+
637
+ = How to Edit or Delete Album? (Premium Edition) =
638
+
639
+ In order to "Edit Album" from the list of Albums as shown above, you would need to click on "Edit" located at the bottom of Cover Image in Album Cover Image column in each row.
640
+
641
+ Once you click on "Edit", you would be redirected to "Update Album" page, where you can edit the album.
642
+
643
+ In order to "Delete Album" from the list of Albums as shown above, you would need to click on "Delete" located at the bottom of Cover Image in Album Cover Image column in each row.
644
+
645
+ By clicking on this icon, you would see a confirmation message asking to "Confirm" whether you would like to delete the album?
646
+
647
+ Once you press the OK button, the album would be deleted.
648
+
649
+ = How to Add a new Album? (Premium Edition) =
650
+
651
+ On the **Gallery Bank Navigation Panel**, select **Albums - Add Album**.
652
+
653
+ **Album Title:** In this field, you would need to provide "Album Title".
654
+
655
+ **Album Description:** In this field, you would need to provide "Album Description".
656
+
657
+ Once everything is being setup, you would need to click on "Save Changes" button located at bottom of the screen to save the settings.
658
+
659
+ = How to upload galleries to album? (Premium Edition) =
660
+
661
+ In order to upload albums, you would need to click on "Upload Albums" tab at top of the page.
662
+
663
+ **Album Cover:** In this field, you would need to upload image for Album Cover.
664
+
665
+ From "Galleries Available" select list, you would need to choose the galleries which you would like to add in your album.
666
+
667
+ In order to add multiple galleries together, you would need to hold the "Ctrl" button and choose galleries from select list.
668
+
669
+ On clicking "Add >>" button, selected galleries would be added to your album and will be displayed on "Galleries Included in this Album" list.
670
+
671
+ From "Galleries Included in this Album" select list, you would need to choose the galleries which you would like to remove from your album.
672
+
673
+ In order to remove multiple galleries together, you would need to hold the "Ctrl" button and choose galleries from select list.
674
+
675
+ On clicking "<< Remove" button, selected galleries would be added to "Galleries Available" list.
676
+
677
+ Once everything is being setup, you would need to click on the "Save Changes" button located at the bottom of the page to save the settings.
678
+
679
+ = How to sort Albums? (Premium Edition) =
680
+
681
+ On the **Gallery Bank Navigation Panel**, select **Albums - Sort Albums**.
682
+
683
+ **Choose Album:** In this field, you would need to choose a specific Album for sorting.
684
+
685
+ Once you reach the page as seen above, you would need to drag and drop the galleries to arrange them in specific order.
686
+
687
+ After arranging them, you would need to click on "Save Changes" button to save the settings.
688
+
689
+ = How to customize Tags? (Premium Edition) =
690
+
691
+ Tags Page gives an idea about how to add and manage the Gallery Tags.
692
+
693
+ Tags are divided into two sections.
694
+
695
+ * Manage Tags
696
+ * Add Tag
697
+
698
+ Using **Manage Tags**, user can customize and manage the settings for existing tags. This page shows detailed list of tags that are currently present. It will display tag name, tag description, status of tags.
699
+
700
+ Using **Add Tag**, user can add new tags for images. You would need to provide Tag Name and Description to add a new tag.
701
+
702
+ If any problem occurs during any process, please contact us at [support@tech-banker.com](support@tech-banker.com)
703
+
704
+ = How to Manage Tags? (Premium Edition) =
705
+
706
+ On the **Gallery Bank Navigation Panel**, select **Tags - Manage Tags**.
707
+
708
+ The following information would be displayed on this page.
709
+
710
+ **Bulk Action:** If you would like to delete multiple tags simultaneously, then you would need to tick appropriate check boxes and then choose "Delete" option from Bulk Action drop-down.
711
+
712
+ **Apply Button:** After selecting "Delete" option, click on "Apply" button to delete selected tags all together.
713
+
714
+ **Add Tag:** If you would like to add new tag, then you would need to click on "Add Tag" button. It will redirect you to Add Tag page.
715
+
716
+ **Tag Name:** Under this column, you would be able to view "Tag Name".
717
+
718
+ **Tag Description:** Under this column, you would be able to view "Tag Description".
719
+
720
+ **Status:** Under this column, you would be able to see whether the tag is used or unused.
721
+
722
+ = How to Edit or Delete Tags? (Premium Edition) =
723
+
724
+ In order to "Edit Tags", you would need to click on "Edit Icon" located under the Action column in each row.
725
+
726
+ By clicking on this icon, you would be re-directed to the Edit Tag page, where you can modify the tag settings.
727
+
728
+ Once everything is being setup, you would need to click on the "Save Changes" button located at bottom and top of the page to save the changes.
729
+
730
+ In order to "Delete Tags", you would need to click on "Delete Icon" located under the Action column in each row.
731
+
732
+ By clicking on this button, you would see a confirmation message asking to "Confirm" whether you would like to delete the tag?
733
+
734
+ Once you press the OK button, the tag would be deleted.
735
+
736
+ = How to Add Tag? (Premium Edition) =
737
+
738
+ On the **Gallery Bank Navigation Panel**, select **Tags - Add Tag**.
739
+
740
+ Here is the description of each control on page.
741
+
742
+ **Tag Name:** In this field, you would need to provide "Tag Name".
743
+
744
+ **Tag Description:** In this field, you would need to provide a brief "Tag Description".
745
+
746
+ Once everything is being setup, you would need to click on "Save Changes" button located at top and bottom of the page to save the settings.
747
+
748
+ You can use these tags to filter images into different categories and display images of same categories separately.
749
+
750
+ = How to manage Layout Settings? (Premium Edition) =
751
+
752
+ Layout Settings are divided into nine sections.
753
+
754
+ * Thumbnail Layout
755
+ * Masonry Layout
756
+ * Slideshow Layout
757
+ * Image Browser Layout
758
+ * Justified Grid Layout
759
+ * Blog Style Layout
760
+ * Compact Album Layout
761
+ * Extended Album Layout
762
+ * Custom CSS
763
+
764
+ Gallery Bank provides you various options to customize the gallery layouts. You can modify the settings to make your gallery more beautiful and attractive.
765
+
766
+ It allows you to add Custom CSS to override the default css of plugin and fully customize the look of your gallery.
767
+
768
+ = How to manage Thumbnail Layout? (Premium Edition) =
769
+
770
+ On the **Gallery Bank Navigation Panel**, select **Layout Settings - Thumbnail Layout**.
771
+
772
+ You would be able to manage different Thumbnail Layout settings. For this, you would need to click on particular tabs which you would like to modify from top of the page.
773
+
774
+ **How to manage Thumbnails for Thumbnail Layout?**
775
+
776
+ In order to manage thumbnails for Thumbnail Layout, you would need to click on "Thumbnails" tab from top of the page.
777
+
778
+ Here is the description of each control on this page.
779
+
780
+ **Thumbnail Dimensions:** In this field, you would need to provide "Width and Height" for image thumbnails.
781
+
782
+ **Background Color & Transparency:** In this field, you would need to choose "Color and Opacity" for background. Transparency should be from 0 to 100.
783
+
784
+ **Thumbnail Opacity:** In this field, you would need to provide Opacity for Thumbnail in percentage. It should be from 0 to 100.
785
+
786
+ **Border Style:** In this field, you would need to provide Width, Style and Color for Border of Thumbnail.
787
+
788
+ **Border Radius:** In this field, you would need to provide "Border Radius" for Thumbnail.
789
+
790
+ **Shadow:** In this field, you would need to provide CSS type values for "Shadow" of Thumbnail.
791
+
792
+ **Shadow Color:** In this field, you would need to choose "Shadow Color" for Thumbnail.
793
+
794
+ **Hover Effect & Value:** In this field, you would need to choose the effect to be applied to Thumbnail when hovered and provide specific value for selected hover effect.
795
+
796
+ **Transition:** In this field, you would need to provide Transition time to complete the effect. It should be from 1 to 9.
797
+
798
+ **Margin:** In this field, you would need to provide "Margin" for Thumbnail.
799
+
800
+ **Padding:** In this field, you would need to provide "Padding" for Thumbnail.
801
+
802
+ Once everything is being setup, you would need to click on "Save Changes" button to save the settings.
803
+
804
+ **How to customize Gallery Title for Thumbnail Layout?**
805
+
806
+ In order to customize Gallery Title of Thumbnail Layout, you would need to click on "Gallery Title" tab from top of the page.
807
+
808
+ Here is the description of each control on this page.
809
+
810
+ **HTML Tag:** In this field, you would need to choose "HTML Tag" for Gallery Title.
811
+
812
+ **Text Alignment:** In this field, you would need to choose "Text Alignment" for Gallery Title.
813
+
814
+ **Font Style:** In this field, you would need to provide "Font Size and Color" for Gallery Title.
815
+
816
+ **Font Family:** In this field, you would need to choose "Font Family" for Gallery Title.
817
+
818
+ **Margin:** In this field, you would need to provide "Margin" for Gallery Title.
819
+
820
+ **Padding:** In this field, you would need to provide "Padding" for Gallery Title.
821
+
822
+ Once everything is being setup, you would need to click on "Save Changes" button to save the settings.
823
+
824
+ **How to customize Gallery Description for Thumbnail Layout?**
825
+
826
+ In order to customize Gallery Description of Thumbnail Layout, you would need to click on "Gallery Description" tab from top of the page.
827
+
828
+ Here is the description of each control on this page.
829
+
830
+ **HTML Tag:** In this field, you would need to choose "HTML Tag" for Gallery Description.
831
+
832
+ **Text Alignment:** In this field, you would need to choose "Text Alignment" for Gallery Description.
833
+
834
+ **Font Style:** In this field, you would need to provide "Font Size and Color" for Gallery Description.
835
+
836
+ **Font Family:** In this field, you would need to choose "Font Family" for Gallery Description.
837
+
838
+ **Margin:** In this field, you would need to provide "Margin" for Gallery Description.
839
+
840
+ **Padding:** In this field, you would need to provide "Padding" for Gallery Description.
841
+
842
+ Once everything is being setup, you would need to click on "Save Changes" button to save the settings.
843
+
844
+ **How to customize Thumbnail Title?**
845
+
846
+ In order to customize Thumbnail Title of Thumbnail Layout, you would need to click on "Thumbnail Title" tab from top of the page.
847
+
848
+ Here is the description of each control on this page.
849
+
850
+ **HTML Tag:** In this field, you would need to choose "HTML Tag" for Thumbnail Title.
851
+
852
+ **Text Alignment:** In this field, you would need to choose "Text Alignment" for Thumbnail Title.
853
+
854
+ **Font Style:** In this field, you would need to provide "Font Size and Color" for Thumbnail Title.
855
+
856
+ **Font Family:** In this field, you would need to choose "Font Family" for Thumbnail Title.
857
+
858
+ **Margin:** In this field, you would need to provide "Margin" for Thumbnail Title.
859
+
860
+ **Padding:** In this field, you would need to provide "Padding" for Thumbnail Title.
861
+
862
+ Once everything is being setup, you would need to click on "Save Changes" button to save the settings.
863
+
864
+ **How to customize Thumbnail Description?**
865
+
866
+ In order to customize Thumbnail Description of Thumbnail Layout, you would need to click on "Thumbnail Description" tab from top of the page.
867
+
868
+ Here is the description of each control on this page.
869
+
870
+ **HTML Tag:** In this field, you would need to choose "HTML Tag" for Thumbnail Description.
871
+
872
+ **Text Alignment:** In this field, you would need to choose "Text Alignment" for Thumbnail Description.
873
+
874
+ **Font Style:** In this field, you would need to provide "Font Size and Color" for Thumbnail Description.
875
+
876
+ **Font Family:** In this field, you would need to choose "Font Family" for Thumbnail Description.
877
+
878
+ **Margin:** In this field, you would need to provide "Margin" for Thumbnail Description.
879
+
880
+ **Padding:** In this field, you would need to provide "Padding" for Thumbnail Description.
881
+
882
+ Once everything is being setup, you would need to click on "Save Changes" button to save the settings.
883
+
884
+ = How to manage Masonry Layout? (Premium Edition) =
885
+
886
+ On the **Gallery Bank Navigation Panel**, select **Layout Settings � Masonry Layout**.
887
+
888
+ You would be able to manage different Masonry Layout settings. For this, you would need to click on particular tabs which you would like to modify from top of the page.
889
+
890
+ **How to manage Thumbnails for Masonry Layout?**
891
+
892
+ In order to manage thumbnails for Masonry Layout, you would need to click on "Thumbnails" tab from top of the page.
893
+
894
+ Here is the description of each control on this page.
895
+
896
+ **Thumbnail Width:** In this field, you would need to provide "Width" for image thumbnails in Masonry Layout.
897
+
898
+ **Background Color & Transparency:** In this field, you would need to choose "Color and Opacity" for background. Transparency should be from 0 to 100.
899
+
900
+ **Thumbnail Opacity:** In this field, you would need to provide Opacity for image thumbnails in percentage. It should be from 0 to 100.
901
+
902
+ **Border Style:** In this field, you would need to provide Width, Style and Color for Border of Masonry Layout.
903
+
904
+ **Border Radius:** In this field, you would need to provide "Border Radius" for Masonry Layout.
905
+
906
+ **Shadow:** In this field, you would need to provide CSS type values for "Shadow" of Masonry Layout.
907
+
908
+ **Shadow Color:** In this field, you would need to choose "Shadow Color" for Masonry Layout.
909
+
910
+ **Hover Effect & Value:** In this field, you would need to choose the effect to be applied to Masonry Layout when hovered and provide specific value for selected hover effect.
911
+
912
+ **Transition:** In this field, you would need to provide Transition time to complete the effect. It should be from 1 to 9.
913
+
914
+ **Margin:** In this field, you would need to provide �Margin� for Masonry Layout.
915
+
916
+ **Padding:** In this field, you would need to provide "Padding" for Masonry Layout.
917
+
918
+ Once everything is being setup, you would need to click on "Save Changes" button to save the settings.
919
+
920
+ **How to customize Gallery Title for Masonry Layout?**
921
+
922
+ In order to customize Gallery Title of Masonry Layout, you would need to click on "Gallery Title" tab from top of the page.
923
+
924
+ Here is the description of each control on this page.
925
+
926
+ **HTML Tag:** In this field, you would need to choose "HTML Tag" for Gallery Title.
927
+
928
+ **Text Alignment:** In this field, you would need to choose "Text Alignment" for Gallery Title.
929
+
930
+ **Font Style:** In this field, you would need to provide "Font Size and Color" for Gallery Title.
931
+
932
+ **Font Family:** In this field, you would need to choose "Font Family" for Gallery Title.
933
+
934
+ **Margin:** In this field, you would need to provide "Margin" for Gallery Title.
935
+
936
+ **Padding:** In this field, you would need to provide "Padding" for Gallery Title.
937
+
938
+ Once everything is being setup, you would need to click on "Save Changes" button to save the settings.
939
+
940
+ **How to customize Gallery Description for Masonry Layout?**
941
+
942
+ In order to customize Gallery Description of Masonry Layout, you would need to click on "Gallery Description" tab from top of the page.
943
+
944
+ Here is the description of each control on this page.
945
+
946
+ **HTML Tag:** In this field, you would need to choose "HTML Tag" for Gallery Description.
947
+
948
+ **Text Alignment:** In this field, you would need to choose "Text Alignment" for Gallery Description.
949
+
950
+ **Font Style:** In this field, you would need to provide "Font Size and Color" for Gallery Description.
951
+
952
+ **Font Family:** In this field, you would need to choose "Font Family" for Gallery Description.
953
+
954
+ **Margin:** In this field, you would need to provide "Margin" for Gallery Description.
955
+
956
+ **Padding:** In this field, you would need to provide "Padding" for Gallery Description.
957
+
958
+ Once everything is being setup, you would need to click on "Save Changes" button to save the settings.
959
+
960
+ **How to customize Thumbnail Title for Masonry Layout?**
961
+
962
+ In order to customize Thumbnail Title of Masonry Layout, you would need to click on "Thumbnail Title" tab from top of the page.
963
+
964
+ Here is the description of each control on this page.
965
+
966
+ **HTML Tag:** In this field, you would need to choose "HTML Tag" for Thumbnail Title.
967
+
968
+ **Text Alignment:** In this field, you would need to choose "Text Alignment� for Thumbnail Title.
969
+
970
+ **Font Style:** In this field, you would need to provide "Font Size and Color" for Thumbnail Title.
971
+
972
+ **Font Family:** In this field, you would need to choose "Font Family" for Thumbnail Title.
973
+
974
+ **Margin:** In this field, you would need to provide "Margin" for Thumbnail Title.
975
+
976
+ **Padding:** In this field, you would need to provide "Padding" for Thumbnail Title.
977
+
978
+ Once everything is being setup, you would need to click on "Save Changes" button to save the settings.
979
+
980
+ **How to customize Thumbnail Description for Masonry Layout?**
981
+
982
+ In order to customize Thumbnail Description of Masonry Layout, you would need to click on "Thumbnail Description" tab from top of the page.
983
+
984
+ Here is the description of each control on this page.
985
+
986
+ **HTML Tag:** In this field, you would need to choose "HTML Tag" for Thumbnail Description.
987
+
988
+ **Text Alignment:** In this field, you would need to choose "Text Alignment" for Thumbnail Description.
989
+
990
+ **Font Style:** In this field, you would need to provide "Font Size and Color" for Thumbnail Description.
991
+
992
+ **Font Family:** In this field, you would need to choose "Font Family" for Thumbnail Description.
993
+
994
+ **Margin:** In this field, you would need to provide "Margin" for Thumbnail Description.
995
+
996
+ **Padding:** In this field, you would need to provide "Padding" for Thumbnail Description.
997
+
998
+ Once everything is being setup, you would need to click on "Save Changes" button to save the settings.
999
+
1000
+ = How to manage Slideshow Layout? (Premium Edition) =
1001
+
1002
+ On the **Gallery Bank Navigation Panel**, select **Layout Settings - Slideshow Layout**.
1003
+
1004
+ You would be able to manage different Slideshow Layout settings. For this, you would need to click on particular tabs which you would like to modify from top of the page.
1005
+
1006
+ **How to manage Thumbnails for Slideshow Layout?**
1007
+
1008
+ In order to manage thumbnails for Slideshow Layout, you would need to click on "Thumbnails" tab from top of the page.
1009
+
1010
+ Here is the description of each control on this page.
1011
+
1012
+ **Background Color:** In this field, you would need to choose "Background Color" for Slideshow Layout.
1013
+
1014
+ **Border Style:** In this field, you would need to provide Width, Style and Color for Border of Slideshow Layout.
1015
+
1016
+ **Border Radius:** In this field, you would need to provide "Border Radius" for Slideshow Layout.
1017
+
1018
+ **Buttons Color:** In this field, you would need to choose "Buttons Color".
1019
+
1020
+ **Buttons Hover Color:** In this field, you would need to choose "Buttons Hover Color".
1021
+
1022
+ **Buttons Border Style:** In this field, you would need to provide Width, Style and Color for Border of Buttons.
1023
+
1024
+ **Buttons Border Radius:** In this field, you would need to provide "Border Radius" for Buttons.
1025
+
1026
+ **Shadow:** In this field, you would need to provide CSS type values for "Shadow" of Slideshow Layout.
1027
+
1028
+ **Shadow Color:** In this field, you would need to choose "Shadow Color" for Slideshow Layout.
1029
+
1030
+ **Buttons Background Transparency:** In this field, you would need to provide the level of transparency you would like to apply to Buttons. It should be from 0 to 100.
1031
+
1032
+ **Filmstrip Border Style:** In this field, you would need to provide Width, Style and Color for Border of Filmstrip.
1033
+
1034
+ **Filmstrip Border Radius:** In this field, you would need to provide "Border Radius" for Filmstrip.
1035
+
1036
+ **Filmstrip Active Border Style:** In this field, you would need to provide Border Width, Style and Color for Filmstrip item, which is currently being displayed.
1037
+
1038
+ **Filmstrip De-active Transparency:** In this field, you would need to provide Transparency for Deactivated Filmstrip.
1039
+
1040
+ **Filmstrip Margin:** In this field, you would need to provide "Margin" for Filmstrip.
1041
+
1042
+ **Filmstrip Padding:** In this field, you would need to provide "Padding" for Filmstrip.
1043
+
1044
+ Once everything is being setup, you would need to click on "Save Changes" button to save the settings.
1045
+
1046
+ **How to customize Gallery Title for Slideshow Layout?**
1047
+
1048
+ In order to customize Gallery Title of Slideshow Layout, you would need to click on "Gallery Title" tab from top of the page.
1049
+
1050
+ Here is the description of each control on this page.
1051
+
1052
+ **HTML Tag:** In this field, you would need to choose "HTML Tag" for Gallery Title.
1053
+
1054
+ **Text Alignment:** In this field, you would need to choose "Text Alignment" for Gallery Title.
1055
+
1056
+ **Font Style:** In this field, you would need to provide "Font Size and Color" for Gallery Title.
1057
+
1058
+ **Font Family:** In this field, you would need to choose "Font Family" for Gallery Title.
1059
+
1060
+ **Margin:** In this field, you would need to provide "Margin" for Gallery Title.
1061
+
1062
+ **Padding:** In this field, you would need to provide "Padding" for Gallery Title.
1063
+
1064
+ Once everything is being setup, you would need to click on "Save Changes" button to save the settings.
1065
+
1066
+ **How to customize Gallery Description for Slideshow Layout?**
1067
+
1068
+ In order to customize Gallery Description of Slideshow Layout, you would need to click on "Gallery Description" tab from top of the page.
1069
+
1070
+ Here is the description of each control on this page.
1071
+
1072
+ **HTML Tag:** In this field, you would need to choose "HTML Tag" for Gallery Description.
1073
+
1074
+ **Text Alignment:** In this field, you would need to choose "Text Alignment" for Gallery Description.
1075
+
1076
+ **Font Style:** In this field, you would need to provide "Font Size and Color" for Gallery Description.
1077
+
1078
+ **Font Family:** In this field, you would need to choose "Font Family" for Gallery Description.
1079
+
1080
+ **Margin:** In this field, you would need to provide "Margin" for Gallery Description.
1081
+
1082
+ **Padding:** In this field, you would need to provide "Padding" for Gallery Description.
1083
+
1084
+ Once everything is being setup, you would need to click on "Save Changes" button to save the settings.
1085
+
1086
+ **How to customize Thumbnail Title for Slideshow Layout?**
1087
+
1088
+ In order to customize Thumbnail Title of Slideshow Layout, you would need to click on "Thumbnail Title" tab from top of the page.
1089
+
1090
+ Here is the description of each control on this page.
1091
+
1092
+ **HTML Tag:** In this field, you would need to choose "HTML Tag" for Thumbnail Title.
1093
+
1094
+ **Text Alignment:** In this field, you would need to choose "Text Alignment" for Thumbnail Title.
1095
+
1096
+ **Font Style:** In this field, you would need to provide "Font Size and Color" for Thumbnail Title.
1097
+
1098
+ **Font Family:** In this field, you would need to choose "Font Family" for Thumbnail Title.
1099
+
1100
+ **Margin:** In this field, you would need to provide "Margin" for Thumbnail Title.
1101
+
1102
+ **Padding:** In this field, you would need to provide "Padding" for Thumbnail Title.
1103
+
1104
+ Once everything is being setup, you would need to click on "Save Changes" button to save the settings.
1105
+
1106
+ **How to customize Thumbnail Description for Slideshow Layout?**
1107
+
1108
+ In order to customize Thumbnail Description of Slideshow Layout, you would need to click on "Thumbnail Description" tab from top of the page.
1109
+
1110
+ Here is the description of each control on this page.
1111
+
1112
+ **HTML Tag:** In this field, you would need to choose "HTML Tag" for Thumbnail Description.
1113
+
1114
+ **Text Alignment:** In this field, you would need to choose "Text Alignment" for Thumbnail Description.
1115
+
1116
+ **Font Style:** In this field, you would need to provide "Font Size and Color" for Thumbnail Description.
1117
+
1118
+ **Font Family:** In this field, you would need to choose "Font Family" for Thumbnail Description.
1119
+
1120
+ **Margin:** In this field, you would need to provide "Margin" for Thumbnail Description.
1121
+
1122
+ **Padding:** In this field, you would need to provide "Padding" for Thumbnail Description.
1123
+
1124
+ Once everything is being setup, you would need to click on "Save Changes" button to save the settings.
1125
+
1126
+ = How to manage Image Browser Layout? (Premium Edition) =
1127
+
1128
+ On the **Gallery Bank Navigation Panel**, select **Layout Settings - Image Browser Layout**.
1129
+
1130
+ You would be able to manage different Image Browser Layout settings. For this, you would need to click on particular tabs which you would like to modify from top of the page.
1131
+
1132
+ **How to manage Thumbnails for Image Browser Layout?**
1133
+
1134
+ In order to manage thumbnails for Image Browser Layout, you would need to click on "Thumbnails" tab from top of the page.
1135
+
1136
+ Here is the description of each control on this page.
1137
+
1138
+ **Image Browser Opacity:** In this field, you would need to provide Opacity for Image Browser Layout in percentage. It should be from 0 to 100.
1139
+
1140
+ **Border Style:** In this field, you would need to provide Width, Style and Color for Border of Image Browser Layout.
1141
+
1142
+ **Border Radius:** In this field, you would need to provide "Border Radius" for Image Browser Layout.
1143
+
1144
+ **Shadow:** In this field, you would need to provide CSS type values for "Shadow" of Image Browser Layout.
1145
+
1146
+ **Shadow Color:** In this field, you would need to choose "Shadow Color" for Image Browser Layout.
1147
+
1148
+ **Buttons Color:** In this field, you would need to choose "Buttons Color".
1149
+
1150
+ **Buttons Hover Color:** In this field, you would need to choose "Buttons Hover Color".
1151
+
1152
+ **Buttons Border Style:** In this field, you would need to provide Width, Style and Color for Border of Buttons.
1153
+
1154
+ **Buttons Border Radius:** In this field, you would need to provide "Border Radius" for Buttons.
1155
+
1156
+ **Buttons Font Style:** In this field, you would need to provide Font Size and Color for Buttons.
1157
+
1158
+ **Buttons Font Family:** In this field, you would need to choose "Font Family" for Buttons.
1159
+
1160
+ **Margin:** In this field, you would need to provide "Margin" for Image Browser Layout.
1161
+
1162
+ **Padding:** In this field, you would need to provide "Padding" for Image Browser Layout.
1163
+
1164
+ Once everything is being setup, you would need to click on "Save Changes" button to save the settings.
1165
+
1166
+ **How to customize Gallery Title for Image Browser Layout?**
1167
+
1168
+ In order to customize Gallery Title of Image Browser Layout, you would need to click on "Gallery Title" tab from top of the page.
1169
+
1170
+ Here is the description of each control on this page.
1171
+
1172
+ **HTML Tag:** In this field, you would need to choose "HTML Tag" for Gallery Title.
1173
+
1174
+ **Text Alignment:** In this field, you would need to choose "Text Alignment" for Gallery Title.
1175
+
1176
+ **Font Style:** In this field, you would need to provide "Font Size and Color" for Gallery Title.
1177
+
1178
+ **Font Family:** In this field, you would need to choose "Font Family" for Gallery Title.
1179
+
1180
+ **Margin:** In this field, you would need to provide "Margin" for Gallery Title.
1181
+
1182
+ **Padding:** In this field, you would need to provide "Padding" for Gallery Title.
1183
+
1184
+ Once everything is being setup, you would need to click on "Save Changes" button to save the settings.
1185
+
1186
+ **How to customize Gallery Description for Image Browser Layout?**
1187
+
1188
+ In order to customize Gallery Description of Image Browser Layout, you would need to click on "Gallery Description" tab from top of the page.
1189
+
1190
+ Here is the description of each control on this page.
1191
+
1192
+ **HTML Tag:** In this field, you would need to choose "HTML Tag" for Gallery Description.
1193
+
1194
+ **Text Alignment:** In this field, you would need to choose "Text Alignment" for Gallery Description.
1195
+
1196
+ **Font Style:** In this field, you would need to provide "Font Size and Color" for Gallery Description.
1197
+
1198
+ **Font Family:** In this field, you would need to choose "Font Family" for Gallery Description.
1199
+
1200
+ **Margin:** In this field, you would need to provide "Margin" for Gallery Description.
1201
+
1202
+ **Padding:** In this field, you would need to provide "Padding" for Gallery Description.
1203
+
1204
+ Once everything is being setup, you would need to click on "Save Changes" button to save the settings.
1205
+
1206
+ **How to customize Thumbnail Title for Image Browser Layout?**
1207
+
1208
+ In order to customize Thumbnail Title of Image Browser Layout, you would need to click on "Thumbnail Title" tab from top of the page.
1209
+
1210
+ Here is the description of each control on this page.
1211
+
1212
+ **HTML Tag:** In this field, you would need to choose "HTML Tag" for Thumbnail Title.
1213
+
1214
+ **Text Alignment:** In this field, you would need to choose "Text Alignment" for Thumbnail Title.
1215
+
1216
+ **Font Style:** In this field, you would need to provide "Font Size and Color" for Thumbnail Title.
1217
+
1218
+ **Font Family:** In this field, you would need to choose "Font Family" for Thumbnail Title.
1219
+
1220
+ **Margin:** In this field, you would need to provide "Margin" for Thumbnail Title.
1221
+
1222
+ **Padding:** In this field, you would need to provide "Padding" for Thumbnail Title.
1223
+
1224
+ Once everything is being setup, you would need to click on "Save Changes' button to save the settings.
1225
+
1226
+ **How to customize Thumbnail Description for Image Browser Layout?**
1227
+
1228
+ In order to customize Thumbnail Description of Image Browser Layout, you would need to click on "Thumbnail Description" tab from top of the page.
1229
+
1230
+ Here is the description of each control on this page.
1231
+
1232
+ **HTML Tag:** In this field, you would need to choose "HTML Tag" for Thumbnail Description.
1233
+
1234
+ **Text Alignment:** In this field, you would need to choose "Text Alignment" for Thumbnail Description.
1235
+
1236
+ **Font Style:** In this field, you would need to provide "Font Size and Color" for Thumbnail Description.
1237
+
1238
+ **Font Family:** In this field, you would need to choose "Font Family" for Thumbnail Description.
1239
+
1240
+ **Margin:** In this field, you would need to provide "Margin" for Thumbnail Description.
1241
+
1242
+ **Padding:** In this field, you would need to provide "Padding" for Thumbnail Description.
1243
+
1244
+ Once everything is being setup, you would need to click on "Save Changes" button to save the settings.
1245
+
1246
+ = How to manage Justified Grid Layout? (Premium Edition) =
1247
+
1248
+ On the **Gallery Bank Navigation Panel**, select **Layout Settings - Justified Grid Layout**.
1249
+
1250
+ You would be able to manage different Justified Grid Layout settings. For this, you would need to click on particular tabs which you would like to modify from top of the page.
1251
+
1252
+ **How to manage Thumbnails for Justified Grid Layout?**
1253
+
1254
+ In order to manage thumbnails for Justified Grid Layout, you would need to click on "Thumbnails" tab from top of the page.
1255
+
1256
+ Here is the description of each control on this page.
1257
+
1258
+ **Justified Grid Opacity:** In this field, you would need to provide Opacity for Justified Grid Layout in percentage. It should be from 0 to 100.
1259
+
1260
+ **Background Color & Transparency:** In this field, you would need to choose "Color and Opacity" for background. Transparency should be from 0 to 100.
1261
+
1262
+ **Border Style:** In this field, you would need to provide Width, Style and Color for Border of Justified Grid Layout.
1263
+
1264
+ **Border Radius:** In this field, you would need to provide "Border Radius" for Justified Grid Layout.
1265
+
1266
+ **Shadow:** In this field, you would need to provide CSS type values for "Shadow" of Justified Grid Layout.
1267
+
1268
+ **Shadow Color:** In this field, you would need to choose "Shadow Color" for Justified Grid Layout.
1269
+
1270
+ **Hover Effect & Value:** In this field, you would need to choose the effect to be applied to Justified Grid Layout when hovered and provide specific value for selected hover effect.
1271
+
1272
+ **Padding:** In this field, you would need to provide "Padding" for Justified Grid Layout.
1273
+
1274
+ **Transition:** In this field, you would need to provide Transition time to complete the effect. It should be from 1 to 9.
1275
+
1276
+ Once everything is being setup, you would need to click on "Save Changes" button to save the settings.
1277
+
1278
+ **How to customize Gallery Title for Justified Grid Layout?**
1279
+
1280
+ In order to customize Gallery Title of Justified Grid Layout, you would need to click on "Gallery Title" tab from top of the page.
1281
+
1282
+ Here is the description of each control on this page.
1283
+
1284
+ **HTML Tag:** In this field, you would need to choose "HTML Tag" for Gallery Title.
1285
+
1286
+ **Text Alignment:** In this field, you would need to choose "Text Alignment" for Gallery Title.
1287
+
1288
+ **Font Style:** In this field, you would need to provide "Font Size and Color" for Gallery Title.
1289
+
1290
+ **Font Family:** In this field, you would need to choose "Font Family" for Gallery Title.
1291
+
1292
+ **Margin:** In this field, you would need to provide "Margin" for Gallery Title.
1293
+
1294
+ **Padding:** In this field, you would need to provide "Padding" for Gallery Title.
1295
+
1296
+ Once everything is being setup, you would need to click on "Save Changes" button to save the settings.
1297
+
1298
+ **How to customize Gallery Description for Justified Grid Layout?**
1299
+
1300
+ In order to customize Gallery Description of Justified Grid Layout, you would need to click on "Gallery Description" tab from top of the page.
1301
+
1302
+ Here is the description of each control on this page.
1303
+
1304
+ **HTML Tag:** In this field, you would need to choose "HTML Tag" for Gallery Description.
1305
+
1306
+ **Text Alignment:** In this field, you would need to choose "Text Alignment" for Gallery Description.
1307
+
1308
+ **Font Style:** In this field, you would need to provide "Font Size and Color" for Gallery Description.
1309
+
1310
+ **Font Family:** In this field, you would need to choose "Font Family" for Gallery Description.
1311
+
1312
+ **Margin:** In this field, you would need to provide "Margin" for Gallery Description.
1313
+
1314
+ **Padding:** In this field, you would need to provide "Padding" for Gallery Description.
1315
+
1316
+ Once everything is being setup, you would need to click on "Save Changes" button to save the settings.
1317
+
1318
+ **How to customize Thumbnail Title for Justified Grid Layout?**
1319
+
1320
+ In order to customize Thumbnail Title of Justified Grid Layout, you would need to click on "Thumbnail Title" tab from top of the page.
1321
+
1322
+ Here is the description of each control on this page.
1323
+
1324
+ **HTML Tag:** In this field, you would need to choose "HTML Tag" for Thumbnail Title.
1325
+
1326
+ **Text Alignment:** In this field, you would need to choose "Text Alignment" for Thumbnail Title.
1327
+
1328
+ **Font Style:** In this field, you would need to provide "Font Size and Color" for Thumbnail Title.
1329
+
1330
+ **Font Family:** In this field, you would need to choose "Font Family" for Thumbnail Title.
1331
+
1332
+ **Margin:** In this field, you would need to provide "Margin" for Thumbnail Title.
1333
+
1334
+ **Padding:** In this field, you would need to provide "Padding" for Thumbnail Title.
1335
+
1336
+ Once everything is being setup, you would need to click on "Save Changes" button to save the settings.
1337
+
1338
+ **How to customize Thumbnail Description for Justified Grid Layout?**
1339
+
1340
+ In order to customize Thumbnail Description of Justified Grid Layout, you would need to click on "Thumbnail Description" tab from top of the page.
1341
+
1342
+ Here is the description of each control on this page.
1343
+
1344
+ **HTML Tag:** In this field, you would need to choose "HTML Tag" for Thumbnail Description.
1345
+
1346
+ **Text Alignment:** In this field, you would need to choose "Text Alignment" for Thumbnail Description.
1347
+
1348
+ **Font Style:** In this field, you would need to provide "Font Size and Color" for Thumbnail Description.
1349
+
1350
+ **Font Family:** In this field, you would need to choose "Font Family" for Thumbnail Description.
1351
+
1352
+ **Margin:** In this field, you would need to provide "Margin" for Thumbnail Description.
1353
+
1354
+ **Padding:** In this field, you would need to provide "Padding" for Thumbnail Description.
1355
+
1356
+ Once everything is being setup, you would need to click on "Save Changes" button to save the settings.
1357
+
1358
+ = How to manage Blog Style Layout? (Premium Edition) =
1359
+
1360
+ On the **Gallery Bank Navigation Panel**, select **Layout Settings - Blog Style Layout**.
1361
+
1362
+ You would be able to manage different Blog Style Layout settings. For this, you would need to click on particular tabs which you would like to modify from top of the page.
1363
+
1364
+ **How to manage Thumbnails for Blog Style Layout?**
1365
+
1366
+ In order to manage thumbnails for Blog Style Layout, you would need to click on "Thumbnails" tab from top of the page.
1367
+
1368
+ Here is the description of each control on this page.
1369
+
1370
+ **Background Color:** In this field, you would need to choose "Background Color" for Blog Style Layout.
1371
+
1372
+ **Background Transparency:** In this field, you would need to provide the level of transparency you would like to apply to a Blog Style Layout. It should be from 0 to 100.
1373
+
1374
+ **Blog Style Opacity:** In this field, you would need to provide Opacity for Blog Style Layout in percentage. It should be from 0 to 100.
1375
+
1376
+ **Border Style:** In this field, you would need to provide Width, Style and Color for Border of Blog Style Layout.
1377
+
1378
+ **Border Radius:** In this field, you would need to provide "Border Radius" for Blog Style Layout.
1379
+
1380
+ **Shadow:** In this field, you would need to provide CSS type values for "Shadow" of Blog Style Layout.
1381
+
1382
+ **Shadow Color:** In this field, you would need to choose "Shadow Color" for Blog Style Layout.
1383
+
1384
+ **Hover Effect & Value:** In this field, you would need to choose the effect to be applied to Blog Style Layout when hovered and provide specific value for selected hover effect.
1385
+
1386
+ **Transition:** In this field, you would need to provide Transition time to complete the effect. It should be from 1 to 9.
1387
+
1388
+ **Margin:** In this field, you would need to provide "Margin" for Blog Style Layout.
1389
+
1390
+ **Padding:** In this field, you would need to provide "Padding" for Blog Style Layout.
1391
+
1392
+ Once everything is being setup, you would need to click on "Save Changes" button to save the settings.
1393
+
1394
+ **How to customize Gallery Title for Blog Style Layout?**
1395
+
1396
+ In order to customize Gallery Title of Blog Style Layout, you would need to click on "Gallery Title" tab from top of the page.
1397
+
1398
+ Here is the description of each control on this page.
1399
+
1400
+ **HTML Tag:** In this field, you would need to choose "HTML Tag" for Gallery Title.
1401
+
1402
+ **Text Alignment:** In this field, you would need to choose "Text Alignment" for Gallery Title.
1403
+
1404
+ **Font Style:** In this field, you would need to provide "Font Size and Color" for Gallery Title.
1405
+
1406
+ **Font Family:** In this field, you would need to choose "Font Family" for Gallery Title.
1407
+
1408
+ **Margin:** In this field, you would need to provide "Margin" for Gallery Title.
1409
+
1410
+ **Padding:** In this field, you would need to provide "Padding" for Gallery Title.
1411
+
1412
+ Once everything is being setup, you would need to click on "Save Changes" button to save the settings.
1413
+
1414
+ **How to customize Gallery Description for Blog Style Layout?**
1415
+
1416
+ In order to customize Gallery Description of Blog Style Layout, you would need to click on "Gallery Description" tab from top of the page.
1417
+
1418
+ Here is the description of each control on this page.
1419
+
1420
+ **HTML Tag:** In this field, you would need to choose "HTML Tag" for Gallery Description.
1421
+
1422
+ **Text Alignment:** In this field, you would need to choose "Text Alignment" for Gallery Description.
1423
+
1424
+ **Font Style:** In this field, you would need to provide "Font Size and Color" for Gallery Description.
1425
+
1426
+ **Font Family:** In this field, you would need to choose "Font Family" for Gallery Description.
1427
+
1428
+ **Margin:** In this field, you would need to provide "Margin" for Gallery Description.
1429
+
1430
+ **Padding:** In this field, you would need to provide "Padding" for Gallery Description.
1431
+
1432
+ Once everything is being setup, you would need to click on "Save Changes" button to save the settings.
1433
+
1434
+ **How to customize Thumbnail Title for Blog Style Layout?**
1435
+
1436
+ In order to customize Thumbnail Title of Blog Style Layout, you would need to click on "Thumbnail Title" tab from top of the page.
1437
+
1438
+ Here is the description of each control on this page.
1439
+
1440
+ **HTML Tag:** In this field, you would need to choose "HTML Tag" for Thumbnail Title.
1441
+
1442
+ **Text Alignment:** In this field, you would need to choose "Text Alignment" for Thumbnail Title.
1443
+
1444
+ **Font Style:** In this field, you would need to provide "Font Size and Color" for Thumbnail Title.
1445
+
1446
+ **Font Family:** In this field, you would need to choose "Font Family" for Thumbnail Title.
1447
+
1448
+ **Margin:** In this field, you would need to provide "Margin" for Thumbnail Title.
1449
+
1450
+ **Padding:** In this field, you would need to provide "Padding" for Thumbnail Title.
1451
+
1452
+ Once everything is being setup, you would need to click on "Save Changes" button to save the settings.
1453
+
1454
+ **How to customize Thumbnail Description for Blog Style Layout?**
1455
+
1456
+ In order to customize Thumbnail Description of Blog Style Layout, you would need to click on "Thumbnail Description" tab from top of the page.
1457
+
1458
+ Here is the description of each control on this page.
1459
+
1460
+ **HTML Tag:** In this field, you would need to choose "HTML Tag" for Thumbnail Description.
1461
+
1462
+ **Text Alignment:** In this field, you would need to choose "Text Alignment" for Thumbnail Description.
1463
+
1464
+ **Font Style:** In this field, you would need to provide "Font Size and Color" for Thumbnail Description.
1465
+
1466
+ **Font Family:** In this field, you would need to choose "Font Family" for Thumbnail Description.
1467
+
1468
+ **Margin:** In this field, you would need to provide "Margin" for Thumbnail Description.
1469
+
1470
+ **Padding:** In this field, you would need to provide "Padding" for Thumbnail Description.
1471
+
1472
+ Once everything is being setup, you would need to click on "Save Changes" button to save the settings.
1473
+
1474
+ = How to manage Compact Album Layout? (Premium Edition) =
1475
+
1476
+ On the **Gallery Bank Navigation Panel**, select **Layout Settings - Compact Album Layout**.
1477
+
1478
+ You would be able to manage different Compact Album Layout settings. For this, you would need to click on particular tabs which you would like to modify from top of the page.
1479
+
1480
+ **How to manage Thumbnails for Compact Album Layout?**
1481
+
1482
+ In order to manage thumbnails for Compact Album Layout, you would need to click on "Thumbnails" tab from top of the page.
1483
+
1484
+ Here is the description of each control on this page.
1485
+
1486
+ **Thumbnail Dimensions:** In this field, you would need to provide "Width and Height" for image thumbnails.
1487
+
1488
+ **Background Color & Transparency:** In this field, you would need to choose "Color and Opacity" for background. Transparency should be from 0 to 100.
1489
+
1490
+ **Thumbnail Opacity:** In this field, you would need to provide Opacity for Thumbnail in percentage. It should be from 0 to 100.
1491
+
1492
+ **Border Style:** In this field, you would need to provide Width, Style and Color for Border of Album.
1493
+
1494
+ **Border Radius:** In this field, you would need to provide "Border Radius" of Album.
1495
+
1496
+ **Shadow:** In this field, you would need to provide CSS type values for "Shadow" of Album.
1497
+
1498
+ **Shadow Color:** In this field, you would need to choose "Shadow Color" of Album.
1499
+
1500
+ **Hover Effect & Value:** In this field, you would need to choose the effect to be applied to Compact Album Layout when hovered and provide specific value for selected hover effect.
1501
+
1502
+ **Transition:** In this field, you would need to provide Transition time to complete the effect. It should be from 1 to 9.
1503
+
1504
+ **Margin:** In this field, you would need to provide "Margin" of Album.
1505
+
1506
+ **Padding:** In this field, you would need to provide "Padding" of Album.
1507
+
1508
+ Once everything is being setup, you would need to click on "Save Changes" button to save the settings.
1509
+
1510
+ **How to customize Album Title for Compact Album Layout?**
1511
+
1512
+ In order to customize Album Title of Compact Album Layout, you would need to click on "Album Title" tab from top of the page.
1513
+
1514
+ Here is the description of each control on this page.
1515
+
1516
+ **HTML Tag:** In this field, you would need to choose "HTML Tag" for Album Title.
1517
+
1518
+ **Text Alignment:** In this field, you would need to choose "Text Alignment" for Album Title.
1519
+
1520
+ **Font Style:** In this field, you would need to provide "Font Size and Color" for Album Title.
1521
+
1522
+ **Line Height:** In this field, you would need to provide "Line Height" for Album Title.
1523
+
1524
+ **Font Family:** In this field, you would need to choose "Font Family" for Album Title.
1525
+
1526
+ **Margin:** In this field, you would need to provide "Margin" for Album Title.
1527
+
1528
+ **Padding:** In this field, you would need to provide "Padding" for Album Title.
1529
+
1530
+ Once everything is being setup, you would need to click on "Save Changes" button to save the settings.
1531
+
1532
+ **How to customize Album Description for Compact Album Layout?**
1533
+
1534
+ In order to customize Album Description of Compact Album Layout, you would need to click on "Album Description" tab from top of the page.
1535
+
1536
+ Here is the description of each control on this page.
1537
+
1538
+ **HTML Tag:** In this field, you would need to choose "HTML Tag" for Album Description.
1539
+
1540
+ **Text Alignment:** In this field, you would need to choose "Text Alignment" for Album Description.
1541
+
1542
+ **Font Style:** In this field, you would need to provide "Font Size and Color" for Album Description.
1543
+
1544
+ **Line Height:** In this field, you would need to provide "Line Height" for Album Description.
1545
+
1546
+ **Font Family:** In this field, you would need to choose "Font Family" for Album Description.
1547
+
1548
+ **Margin:** In this field, you would need to provide "Margin" for Album Description.
1549
+
1550
+ **Padding:** In this field, you would need to provide "Padding" for Album Description.
1551
+
1552
+ Once everything is being setup, you would need to click on "Save Changes" button to save the settings.
1553
+
1554
+ **How to customize Gallery Title for Compact Album Layout?**
1555
+
1556
+ In order to customize Gallery Title of Compact Album Layout, you would need to click on "Gallery Title" tab from top of the page.
1557
+
1558
+ Here is the description of each control on this page.
1559
+
1560
+ **HTML Tag:** In this field, you would need to choose "HTML Tag" for Gallery Title.
1561
+
1562
+ **Text Alignment:** In this field, you would need to choose "Text Alignment" for Gallery Title.
1563
+
1564
+ **Font Style:** In this field, you would need to provide "Font Size and Color" for Gallery Title.
1565
+
1566
+ **Line Height:** In this field, you would need to provide "Line Height" for Gallery Title.
1567
+
1568
+ **Font Family:** In this field, you would need to choose "Font Family" for Gallery Title.
1569
+
1570
+ **Margin:** In this field, you would need to provide "Margin" for Gallery Title.
1571
+
1572
+ **Padding:** In this field, you would need to provide "Padding" for Gallery Title.
1573
+
1574
+ Once everything is being setup, you would need to click on "Save Changes" button to save the settings.
1575
+
1576
+ **How to customize Gallery Description for Compact Album Layout?**
1577
+
1578
+ In order to customize Gallery Description of Compact Album Layout, you would need to click on "Gallery Description" tab from top of the page.
1579
+
1580
+ Here is the description of each control on this page.
1581
+
1582
+ **HTML Tag:** In this field, you would need to choose "HTML Tag" for Gallery Description.
1583
+
1584
+ **Text Alignment:** In this field, you would need to choose "Text Alignment" for Gallery Description.
1585
+
1586
+ **Font Style:** In this field, you would need to provide "Font Size and Color" for Gallery Description.
1587
+
1588
+ **Line Height:** In this field, you would need to provide "Line Height" for Gallery Description.
1589
+
1590
+ **Font Family:** In this field, you would need to choose "Font Family" for Gallery Description.
1591
+
1592
+ **Margin:** In this field, you would need to provide "Margin" for Gallery Description.
1593
+
1594
+ **Padding:** In this field, you would need to provide "Padding" for Gallery Description.
1595
+
1596
+ Once everything is being setup, you would need to click on "Save Changes" button to save the settings.
1597
+
1598
+ **How to customize Buttons for Compact Album Layout?**
1599
+
1600
+ In order to customize Buttons of Compact Album Layout, you would need to click on "Buttons" tab from top of the page.
1601
+
1602
+ Here is the description of each control on this page.
1603
+
1604
+ **Button Text:** In this field, you would need to provide text that would be display on the Button.
1605
+
1606
+ **Button Text Alignment:** In this field, you would need to choose "Button Text Alignment" for Button.
1607
+
1608
+ **Button Color:** In this field, you would need to choose "Button Color" for Button.
1609
+
1610
+ **Button Hover Color:** In this field, you would need to choose "Button Hover Color" for Button.
1611
+
1612
+ **Border Style:** In this field, you would need to provide Width, Style and Color for Border of Button.
1613
+
1614
+ **Border Hover Color:** In this field, you would need to choose "Border Hover Color" for Button.
1615
+
1616
+ **Border Radius:** In this field, you would need to provide "Border Radius" for Button.
1617
+
1618
+ **Font Family:** In this field, you would need to choose "Font Family" for Button.
1619
+
1620
+ **Font Style:** In this field, you would need to provide "Font Size and Color" for Button.
1621
+
1622
+ **Margin:** In this field, you would need to provide "Margin" for Button.
1623
+
1624
+ **Padding:** In this field, you would need to provide "Padding" for Button.
1625
+
1626
+ Once everything is being setup, you would need to click on "Save Changes" button to save the settings.
1627
+
1628
+ = How to manage Extended Album Layout? (Premium Edition) =
1629
+
1630
+ On the **Gallery Bank Navigation Panel**, select **Layout Settings - Extended Album Layout**.
1631
+
1632
+ You would be able to manage different Extended Album Layout settings. For this, you would need to click on particular tabs which you would like to modify from top of the page.
1633
+
1634
+ **How to manage Thumbnails for Extended Album Layout?**
1635
+
1636
+ In order to manage thumbnails for Extended Album Layout, you would need to click on "Thumbnails" tab from top of the page.
1637
+
1638
+ Here is the description of each control on this page.
1639
+
1640
+ **Thumbnail Dimensions:** In this field, you would need to provide "Width and Height" for image thumbnails.
1641
+
1642
+ **Background Color & Transparency:** In this field, you would need to choose "Color and Opacity" for background. Transparency should be from 0 to 100.
1643
+
1644
+ **Thumbnail Opacity:** In this field, you would need to provide Opacity for Thumbnail in percentage. It should be from 0 to 100.
1645
+
1646
+ **Border Style:** In this field, you would need to provide Width, Style and Color for Border of Album.
1647
+
1648
+ **Border Radius:** In this field, you would need to provide "Border Radius" of Album.
1649
+
1650
+ **Shadow:** In this field, you would need to provide CSS type values for "Shadow" of Album.
1651
+
1652
+ **Shadow Color:** In this field, you would need to choose "Shadow Color" of Album.
1653
+
1654
+ **Hover Effect & Value:** In this field, you would need to choose the effect to be applied to Compact Album Layout when hovered and provide specific value for selected hover effect.
1655
+
1656
+ **Transition:** In this field, you would need to provide Transition time to complete the effect. It should be from 1 to 9.
1657
+
1658
+ **Margin:** In this field, you would need to provide "Margin" of Album.
1659
+
1660
+ **Padding:** In this field, you would need to provide "Padding" of Album.
1661
+
1662
+ Once everything is being setup, you would need to click on "Save Changes" button to save the settings.
1663
+
1664
+ **How to customize Album Title for Extended Album Layout?**
1665
+
1666
+ In order to customize Album Title of Extended Album Layout, you would need to click on "Album Title" tab from top of the page.
1667
+
1668
+ Here is the description of each control on this page.
1669
+
1670
+ **HTML Tag:** In this field, you would need to choose "HTML Tag" for Album Title.
1671
+
1672
+ **Text Alignment:** In this field, you would need to choose "Text Alignment" for Album Title.
1673
+
1674
+ **Font Style:** In this field, you would need to provide "Font Size and Color" for Album Title.
1675
+
1676
+ **Line Height:** In this field, you would need to provide "Line Height" for Album Title.
1677
+
1678
+ **Font Family:** In this field, you would need to choose "Font Family" for Album Title.
1679
+
1680
+ **Margin:** In this field, you would need to provide "Margin" for Album Title.
1681
+
1682
+ **Padding:** In this field, you would need to provide "Padding" for Album Title.
1683
+
1684
+ Once everything is being setup, you would need to click on "Save Changes" button to save the settings.
1685
+
1686
+ **How to customize Album Description for Extended Album Layout?**
1687
+
1688
+ In order to customize Album Description of Extended Album Layout, you would need to click on "Album Description" tab from top of the page.
1689
+
1690
+ Here is the description of each control on this page.
1691
+
1692
+ **HTML Tag:** In this field, you would need to choose "HTML Tag" for Album Description.
1693
+
1694
+ **Text Alignment:** In this field, you would need to choose "Text Alignment" for Album Description.
1695
+
1696
+ **Font Style:** In this field, you would need to provide "Font Size and Color" for Album Description.
1697
+
1698
+ **Line Height:** In this field, you would need to provide "Line Height" for Album Description.
1699
+
1700
+ **Font Family:** In this field, you would need to choose "Font Family" for Album Description.
1701
+
1702
+ **Margin:** In this field, you would need to provide "Margin" for Album Description.
1703
+
1704
+ **Padding:** In this field, you would need to provide "Padding" for Album Description.
1705
+
1706
+ Once everything is being setup, you would need to click on "Save Changes" button to save the settings.
1707
+
1708
+ **How to customize Gallery Title for Extended Album Layout?**
1709
+
1710
+ In order to customize Gallery Title of Extended Album Layout, you would need to click on "Gallery Title" tab from top of the page.
1711
+
1712
+ Here is the description of each control on this page.
1713
+
1714
+ **HTML Tag:** In this field, you would need to choose "HTML Tag" for Gallery Title.
1715
+
1716
+ **Text Alignment:** In this field, you would need to choose "Text Alignment" for Gallery Title.
1717
+
1718
+ **Font Style:** In this field, you would need to provide "Font Size and Color" for Gallery Title.
1719
+
1720
+ **Line Height:** In this field, you would need to provide "Line Height" for Gallery Title.
1721
+
1722
+ **Font Family:** In this field, you would need to choose "Font Family" for Gallery Title.
1723
+
1724
+ **Margin:** In this field, you would need to provide "Margin" for Gallery Title.
1725
+
1726
+ **Padding:** In this field, you would need to provide "Padding" for Gallery Title.
1727
+
1728
+ Once everything is being setup, you would need to click on "Save Changes" button to save the settings.
1729
+
1730
+ **How to customize Gallery Description for Extended Album Layout?**
1731
+
1732
+ In order to customize Gallery Description of Extended Album Layout, you would need to click on "Gallery Description" tab from top of the page.
1733
+
1734
+ Here is the description of each control on this page.
1735
+
1736
+ **HTML Tag:** In this field, you would need to choose "HTML Tag" for Gallery Description.
1737
+
1738
+ **Text Alignment:** In this field, you would need to choose "Text Alignment" for Gallery Description.
1739
+
1740
+ **Font Style:** In this field, you would need to provide "Font Size and Color" for Gallery Description.
1741
+
1742
+ **Line Height:** In this field, you would need to provide "Line Height" for Gallery Description.
1743
+
1744
+ **Font Family:** In this field, you would need to choose "Font Family" for Gallery Description.
1745
+
1746
+ **Margin:** In this field, you would need to provide "Margin" for Gallery Description.
1747
+
1748
+ **Padding:** In this field, you would need to provide "Padding" for Gallery Description.
1749
+
1750
+ Once everything is being setup, you would need to click on "Save Changes" button to save the settings.
1751
+
1752
+ **How to customize Buttons for Extended Album Layout?**
1753
+
1754
+ In order to customize Buttons of Extended Album Layout, you would need to click on "Buttons" tab from top of the page.
1755
+
1756
+ Here is the description of each control on this page.
1757
+
1758
+ **Button Text:** In this field, you would need to provide text that would be display on the Button.
1759
+
1760
+ **Button Text Alignment:** In this field, you would need to choose "Button Text Alignment" for Button.
1761
+
1762
+ **Button Color:** In this field, you would need to choose "Button Color" for Button.
1763
+
1764
+ **Button Hover Color:** In this field, you would need to choose "Button Hover Color" for Button.
1765
+
1766
+ **Border Style:** In this field, you would need to provide Width, Style and Color for Border of Button.
1767
+
1768
+ **Border Hover Color:** In this field, you would need to choose "Border Hover Color" for Button.
1769
+
1770
+ **Border Radius:** In this field, you would need to provide "Border Radius" for Button.
1771
+
1772
+ **Font Family:** In this field, you would need to choose "Font Family" for Button.
1773
+
1774
+ **Font Style:** In this field, you would need to provide "Font Size and Color" for Button.
1775
+
1776
+ **Margin:** In this field, you would need to provide "Margin" for Button.
1777
+
1778
+ **Padding:** In this field, you would need to provide "Padding" for Button.
1779
+
1780
+ Once everything is being setup, you would need to click on "Save Changes" button to save the settings.
1781
+
1782
+ **How to manage Custom CSS?**
1783
+
1784
+ On the **Gallery Bank Navigation Panel**, click on **Layout Settings - Custom CSS**.
1785
+
1786
+ **Custom CSS:** In this field, you would need to provide CSS code manually to add extra styling to the layout of Gallery Bank. This CSS style will override the plugins css and provide you the ability to customize the settings for various layouts in Gallery Bank.
1787
+
1788
+ Once everything is being setup, you would need to click on "Save Changes" button located at the bottom of the page to save the changes.
1789
+
1790
+ = How to manage Lightboxes? (Premium Edition) =
1791
+
1792
+ Gallery Bank includes the following five lightboxes:
1793
+
1794
+ * Lightcase
1795
+ * Fancy Box
1796
+ * Color Box
1797
+ * Foo Box Free Edition
1798
+ * Nivo Lightbox
1799
+
1800
+ Gallery Bank allows you to display your photos in a lightbox when they're clicked. They seamlessly integrate with our gallery plugin.
1801
+
1802
+ Our lightbox comes with several controls such as arrow navigation, keyboard navigation, mousewheel scroll navigation options. It also provides you the ability to customize various settings such as title, description, fonts, border, autoplay slideshow, background, overlay, opacity and much more.
1803
+
1804
+ = How to customize Lightcase Lightbox? (Premium Edition) =
1805
+
1806
+ On the **Gallery Bank Navigation Panel**, select **Lightboxes - Lightcase**.
1807
+
1808
+ you would be able to manage different Lightcase Lightbox settings. For this, you would need to click on particular tabs which you would like to modify from top of the page.
1809
+
1810
+ **How to customize Settings for Lightcase?**
1811
+
1812
+ In order to manage settings for Lightcase, you would need to click on "Settings" tab from top of the page.
1813
+
1814
+ Here is the description of each control on this page.
1815
+
1816
+ **Autoplay Slideshow:** In this field, you would need to choose "Enable" to autoplay the slideshow in Lightcase.
1817
+
1818
+ **Transition:** In this field, you would need to choose "Transition Effect" for Lightbox.
1819
+
1820
+ **Starting Transition Speed:** In this field, you would need to provide Starting Transition Speed for Lightbox.
1821
+
1822
+ **Ending Transition Speed:** In this field, you would need to provide Ending Transition Speed for Lightbox.
1823
+
1824
+ **Overlay Color:** In this field, you would need to choose Color for Overlay.
1825
+
1826
+ **Overlay Opacity:** In this field, you would need to provide Opacity for Overlay. It should be from 0 to 100.
1827
+
1828
+ **Button Style:** In this field, you would need to provide Font Size and Color for Buttons in Lightcase Lightbox.
1829
+
1830
+ **Close Button:** In this field, you would need to choose "Show" to display Close Button.
1831
+
1832
+ **Image Counter:** In this field, you would need to choose "Show" to display image counter in Lightbox.
1833
+
1834
+ **Counter Font Style:** In this field, you would need to provide Font Size and Color for image counter.
1835
+
1836
+ **Counter Font Family:** In this field, you would need to choose "Font Family" for image counter.
1837
+
1838
+ **Border Style:** In this field, you would need to provide Width, Style and Color for border of Lightcase Lightbox.
1839
+
1840
+ **Border Radius:** In this field, you would need to provide "Border Radius" for Lightcase Lightbox.
1841
+
1842
+ Once everything is being setup, you would need to click on "Save Changes" button to save the settings.
1843
+
1844
+ **How to customize Image Title for Lightcase?**
1845
+
1846
+ In order to manage image title for Lightcase, you would need to click on "Image Title" tab from top of the page.
1847
+
1848
+ Here is the description of each control on this page.
1849
+
1850
+ **Title:** In this field, you would need to choose "Show" to display Title for image in Lightcase.
1851
+
1852
+ **HTML Tag:** In this field, you would need to choose "HTML Tag" for Image Title.
1853
 
1854
+ **Text Alignment:** In this field, you would need to choose "Text Alignment" for Image Title.
1855
 
1856
+ **Font Style:** In this field, you would need to provide "Font Size and Color" for Image Title.
1857
 
1858
+ **Font Family:** In this field, you would need to choose "Font Family" for Image Title.
1859
 
1860
+ **Margin:** In this field, you would need to provide "Margin" for Image Title.
1861
 
1862
+ **Padding:** In this field, you would need to provide "Padding" for Image Title.
 
 
 
 
 
1863
 
1864
+ Once everything is being setup, you would need to click on "Save Changes" button to save the settings.
1865
 
1866
+ **How to customize Image Description for Lightcase?**
 
1867
 
1868
+ In order to manage image description for Lightcase, you would need to click on "Image Description" tab from top of the page.
1869
 
1870
+ Here is the description of each control on this page.
1871
 
1872
+ **Description:** In this field, you would need to choose "Show" to display Description for image in Lightcase.
1873
 
1874
+ **HTML Tag:** In this field, you would need to choose "HTML Tag" for Image Description.
1875
 
1876
+ **Text Alignment:** In this field, you would need to choose "Text Alignment" for Image Description.
1877
 
1878
+ **Font Style:** In this field, you would need to provide "Font Size and Color" for Image Description.
 
 
 
 
 
 
 
 
 
1879
 
1880
+ **Font Family:** In this field, you would need to choose "Font Family" for Image Description.
1881
 
1882
+ **Margin:** In this field, you would need to provide "Margin" for Image Description.
 
 
 
 
 
 
 
 
 
1883
 
1884
+ **Padding:** In this field, you would need to provide "Padding" for Image Description.
1885
 
1886
+ Once everything is being setup, you would need to click on "Save Changes" button to save the settings.
 
 
 
 
 
 
 
1887
 
1888
+ = How to customize Fancy Box? (Premium Edition) =
1889
 
1890
+ On the **Gallery Bank Navigation Panel**, select **Lightboxes - Fancy Box**.
 
 
 
 
 
 
 
1891
 
1892
+ You would be able to manage different Fancy Box settings. For this, you would need to click on particular tabs which you would like to modify from top of the page.
1893
 
1894
+ **How to customize Settings for Fancy Box?**
 
 
 
 
 
 
 
 
 
1895
 
1896
+ In order to manage settings for Fancy Box, you would need to click on "Settings" tab from top of the page.
1897
 
1898
+ Here is the description of each control on this page.
 
 
 
 
 
 
 
 
 
1899
 
1900
+ **Title Position:** In this field, you would need to choose position for Title from the provided options.
1901
 
1902
+ **Button Position:** In this field, you would need to choose "Button Position" for Fancy Box.
 
 
 
 
 
 
 
 
 
1903
 
1904
+ **Navigation Arrows:** In this field, you would need to choose "Show" to display navigation arrows.
1905
 
1906
+ **Mouse Wheel:** If you would like that Fancy Box will respond to mouse wheel events, then you would need to choose "Enable" from dropdown or vice-versa.
 
 
 
 
 
 
 
 
 
1907
 
1908
+ **Repeat Images:** If you would like to repeat images in lightbox, then you would need to choose "Enable" from dropdown or vice-versa.
1909
 
1910
+ **Speed:** In this field, you would need to provide "Speed" for slideshow in Fancy Box.
 
 
 
 
1911
 
1912
+ **Open speed:** In this field, you would need to provide speed of opening for Fancy Box.
1913
 
1914
+ **Close speed:** In this field, you would need to provide speed of closing for Fancy Box.
1915
 
1916
+ **Escape Button:** In this field, you would need to choose "Enable" to close image with Esc Button on keyboard.
1917
 
1918
+ **Close Button:** In this field, you would need to choose "Show" to display Close Button.
1919
 
1920
+ **Open Effect:** In this field, you would need to choose an opening effect for Fancy Box.
1921
 
1922
+ **Close Effect:** In this field, you would need to choose a closing effect for Fancy Box.
1923
 
1924
+ **Margin:** In this field, you would need to provide "Margin" for Fancy Box.
1925
 
1926
+ **Padding:** In this field, you would need to "Padding" for Fancy Box.
1927
 
1928
+ **Background Color:** In this field, you would need to choose "Background Color" for Fancy Box.
1929
 
1930
+ **Background Opacity:** In this field, you would need to provide "Background Opacity" for Fancy Box. It should be from 0 to 100.
1931
 
1932
+ **Overlay Color:** In this field, you would need to choose Color for Overlay.
1933
 
1934
+ **Overlay Opacity:** In this field, you would need to provide Opacity for Overlay. It should be from 0 to 100.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1935
 
1936
+ **Border Style:** In this field, you would need to provide Width, Style and Color for border of Fancy Box.
1937
 
1938
+ **Border Radius:** In this field, you would need to provide "Border Radius" for Fancy Box.
1939
 
1940
+ Once everything is being setup, you would need to click on "Save Changes" button located at bottom of the page to save the settings.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1941
 
1942
+ **How to customize Image Title for Fancy Box?**
1943
 
1944
+ In order to manage image title for Fancy Box, you would need to click on "Image Title" tab from top of the page.
1945
 
1946
+ Here is the description of each control on this page.
1947
 
1948
+ **Title:** In this field, you would need to choose "Show" to display Title for image in Fancy Box.
1949
 
1950
+ **HTML Tag:** In this field, you would need to choose "HTML Tag" for Image Title.
1951
 
1952
+ **Text Alignment:** In this field, you would need to choose "Text Alignment" for Image Title.
1953
 
1954
+ **Font Style:** In this field, you would need to provide "Font Size and Color" for Image Title.
1955
 
1956
+ **Font Family:** In this field, you would need to choose "Font Family" for Image Title.
1957
 
1958
+ **Margin:** In this field, you would need to provide "Margin" for Image Title.
1959
 
1960
+ **Padding:** In this field, you would need to provide "Padding" for Image Title.
1961
 
1962
+ Once everything is being setup, you would need to click on "Save Changes" button located at bottom of the page to save the settings.
1963
 
1964
+ **How to customize Image Description for Fancy Box?**
1965
 
1966
+ In order to manage image description for Fancy Box, you would need to click on "Image Description" tab from top of the page.
1967
 
1968
+ Here is the description of each control on this page.
1969
 
1970
+ **Description:** In this field, you would need to choose "Show" to display Description for image in Fancy Box.
1971
 
1972
+ **HTML Tag:** In this field, you would need to choose "HTML Tag" for Image Description.
1973
 
1974
+ **Text Alignment:** In this field, you would need to choose "Text Alignment" for Image Description.
1975
 
1976
+ **Font Style:** In this field, you would need to provide "Font Size and Color" for Image Description.
1977
 
1978
+ **Font Family:** In this field, you would need to choose "Font Family" for Image Description.
1979
 
1980
+ **Margin:** In this field, you would need to provide "Margin" for Image Description.
1981
 
1982
+ **Padding:** In this field, you would need to provide "Padding" for Image Description.
1983
 
1984
+ Once everything is being setup, you would need to click on "Save Changes" button located at bottom of the page to save the settings.
1985
 
1986
+ = How to customize Color Box? (Premium Edition) =
1987
 
1988
+ On the **Gallery Bank Navigation Panel**, select **Lightboxes - Color Box**.
1989
 
1990
+ You would be able to manage different Color Box settings. For this, you would need to click on particular tabs which you would like to modify from top of the page.
1991
 
1992
+ **How to customize Settings for Color Box?**
1993
 
1994
+ In order to manage settings for Color Box, you would need to click on "Settings" tab from top of the page.
1995
 
1996
+ Here is the description of each control on this page.
1997
+
1998
+ **Color Box Type:** In this field, you would need to choose one of designed styles for Color Box.
1999
+
2000
+ **Color Box Transition Effect:** In this field, you would need to choose "Transition Effect" for Color Box.
2001
+
2002
+ **Transition Speed:** In this field, you would need to provide "Transition Speed" for Color Box.
2003
+
2004
+ **Fade Out:** In this field, you would need to provide speed at which the images in Color Box would Fade Out.
2005
+
2006
+ **Positioning:** In this field, you would need to choose Position for Color Box.
2007
+
2008
+ **Fixed Position:** If you would not like to change position of lightbox while scrolling up or down, then you would need to choose "Enable" from dropdown or vice-versa.
2009
+
2010
+ **Open when page load:** In this field, you would need to choose "Enable" to display Color Box at page loading.
2011
+
2012
+ **Show Close Button:** In this field, you would need to choose "Enable" to display Close Button.
2013
+
2014
+ **Slideshow:** If you would like to display slideshow in Color Box, then you would need to choose "Enable" or vice-versa.
2015
+
2016
+ **Slideshow Speed:** This option becomes visible when slideshow option is enabled. In this field, you would need to provide "Speed" for slideshow.
2017
+
2018
+ **Auto Slideshow:** This option becomes visible when slideshow option is enabled. In this field, you would need to choose "Enable" to autoplay the slideshow.
2019
+
2020
+ **Background Color:** In this field, you would need to choose "Background Color".
2021
+
2022
+ **Background Opacity:** In this field, you would need to provide "Background Opacity". It should be from 0 to 100.
2023
+
2024
+ Once everything is being setup, you would need to click on "Save Changes" button located at bottom of the page to save the settings.
2025
+
2026
+ **How to customize Image Title for Color Box?**
2027
+
2028
+ In order to manage image title for Color Box, you would need to click on "Image Title" tab from top of the page.
2029
+
2030
+ Here is the description of each control on this page.
2031
+
2032
+ **Title:** In this field, you would need to choose "Show" to display Title for image in Lightbox.
2033
+
2034
+ **HTML Tag:** In this field, you would need to choose "HTML Tag" for Image Title.
2035
+
2036
+ **Text Alignment:** In this field, you would need to choose "Text Alignment" for Image Title.
2037
+
2038
+ **Font Style:** In this field, you would need to provide "Font Size and Color" for Image Title.
2039
+
2040
+ **Font Family:** In this field, you would need to choose "Font Family" for Image Title.
2041
+
2042
+ **Margin:** In this field, you would need to provide "Margin" for Image Title.
2043
+
2044
+ **Padding:** In this field, you would need to provide "Padding" for Image Title.
2045
+
2046
+ Once everything is being setup, you would need to click on "Save Changes" button located at bottom of the page to save the settings.
2047
+
2048
+ **How to customize Image Description for Color Box?**
2049
+
2050
+ In order to manage image description for Color Box, you would need to click on "Image Description" tab from top of the page.
2051
+
2052
+ Here is the description of each control on this page.
2053
+
2054
+ **Description:** In this field, you would need to choose "Show" to display Image Description.
2055
+
2056
+ **HTML Tag:** In this field, you would need to choose "HTML Tag" for Image Description.
2057
+
2058
+ **Text Alignment:** In this field, you would need to choose "Text Alignment" for Image Description.
2059
+
2060
+ **Font Style:** In this field, you would need to provide "Font Size and Color" for Image Description.
2061
+
2062
+ **Font Family:** In this field, you would need to choose "Font Family" for Image Description.
2063
+
2064
+ **Margin:** In this field, you would need to provide "Margin" for Image Description.
2065
+
2066
+ **Padding:** In this field, you would need to provide "Padding" for Image Description.
2067
+
2068
+ Once everything is being setup, you would need to click on "Save Changes" button located at bottom of the page to save the settings.
2069
+
2070
+ = How to customize Foo Box? (Premium Edition) =
2071
+
2072
+ On the **Gallery Bank Navigation Panel**, select **Lightboxes - Foo Box Free Edition**.
2073
+
2074
+ You would be able to manage different Foo Box settings. For this, you would need to click on particular tabs which you would like to modify from top of the page.
2075
+
2076
+ **How to customize Settings for Foo Box?**
2077
+
2078
+ In order to manage settings for Foo Box, you would need to click on "Settings" tab from top of the page.
2079
+
2080
+ Here is the description of each control on this page.
2081
+
2082
+ **Show Count:** In this field, you would need to choose "Enable" to display count of images in Lightbox.
2083
+
2084
+ **Hide Page Scrollbars:** In this field, you would need to choose "Enable" to hide page scrollbars.
2085
+
2086
+ **Title Show On Hover:** If you would like to display Title on hover of images, then you would need to choose "Enable" from dropdown or vice-versa.
2087
+
2088
+ **Close Overlay Click:** If you would like to close lightbox by clicking on overlay, then you would need to choose "Enable" from dropdown or vice-versa.
2089
+
2090
+ **Overlay Color:** In this field, you would need to choose Color for Overlay.
2091
+
2092
+ **Overlay Opacity:** In this field, you would need to provide Opacity for Overlay. It should be from 0 to 100.
2093
+
2094
+ **Border Style:** In this field, you would need to provide Width, Style and Color for border of Lightbox.
2095
+
2096
+ **Border Radius:** In this field, you would need to provide "Border Radius" for Lightbox.
2097
+
2098
+ Once everything is being setup, you would need to click on "Save Changes" button located at bottom of the page to save the settings.
2099
+
2100
+ **How to customize Image Title for Foo Box?**
2101
+
2102
+ In order to manage image title for Foo Box, you would need to click on "Image Title" tab from top of the page.
2103
+
2104
+ Here is the description of each control on this page.
2105
+
2106
+ **Title:** In this field, you would need to choose "Show" to display Image Title.
2107
+
2108
+ **HTML Tag:** In this field, you would need to choose "HTML Tag" for Image Title.
2109
+
2110
+ **Text Alignment:** In this field, you would need to choose "Text Alignment" for Image Title.
2111
+
2112
+ **Font Style:** In this field, you would need to provide "Font Size and Color" for Image Title.
2113
+
2114
+ **Font Family:** In this field, you would need to choose "Font Family" for Image Title.
2115
+
2116
+ **Margin:** In this field, you would need to provide "Margin" for Image Title.
2117
+
2118
+ **Padding:** In this field, you would need to provide "Padding" for Image Title.
2119
+
2120
+ Once everything is being setup, you would need to click on "Save Changes" button located at bottom of the page to save the settings.
2121
+
2122
+ How to customize Image Description for Foo Box?
2123
+
2124
+ In order to manage image description for Foo Box, you would need to click on "Image Description" tab from top of the page.
2125
+
2126
+ Here is the description of each control on this page.
2127
+
2128
+ **Description:** In this field, you would need to choose "Show" to display Image Description.
2129
+
2130
+ **HTML Tag:** In this field, you would need to choose "HTML Tag" for Image Description.
2131
+
2132
+ **Text Alignment:** In this field, you would need to choose "Text Alignment" for Image Description.
2133
+
2134
+ **Font Style:** In this field, you would need to provide "Font Size and Color" for Image Description.
2135
+
2136
+ **Font Family:** In this field, you would need to choose "Font Family" for Image Description.
2137
+
2138
+ **Margin:** In this field, you would need to provide "Margin" for Image Description.
2139
+
2140
+ **Padding:** In this field, you would need to provide "Padding" for Image Description.
2141
+
2142
+ Once everything is being setup, you would need to click on "Save Changes" button located at bottom of the page to save the settings.
2143
+
2144
+ = How to customize Nivo Lightbox? (Premium Edition) =
2145
+
2146
+ On the **Gallery Bank Navigation Panel**, select **Lightboxes - Nivo Lightbox**.
2147
+
2148
+ You would be able to manage different Nivo Lightbox settings. For this, you would need to click on particular tabs which you would like to modify from top of the page.
2149
+
2150
+ **How to customize Settings for Nivo Lightbox?**
2151
+
2152
+ In order to manage settings for Nivo Lightbox, you would need to click on "Settings" tab from top of the page.
2153
+
2154
+ Here is the description of each control on this page.
2155
+
2156
+ **Choose Open Effects:** In this field, you would need to choose Effect which is to be applied on opening of Nivo Lightbox.
2157
+
2158
+ **Keyboard Navigation:** If you would like to navigate images from keyboard arrow keys, then you would need to choose "Enable" from dropdown or vice-versa.
2159
+
2160
+ **Click Image To Close:** If you would like to close lightbox by clicking on image, then you would need to choose "Enable" from dropdown or vice-versa.
2161
+
2162
+ **Click Overlay To Close:** If you would like to close lightbox by clicking on overlay, then you would need to choose "Enable" from dropdown or vice-versa.
2163
+
2164
+ **Overlay Color:** In this field, you would need to choose Color for Overlay.
2165
+
2166
+ **Overlay Opacity:** In this field, you would need to provide Opacity for Overlay. It should be from 0 to 100.
2167
+
2168
+ **Border Style:** In this field, you would need to provide Width, Style and Color for border of Nivo Lightbox.
2169
+
2170
+ **Border Radius:** In this field, you would need to provide "Border Radius" for Nivo Lightbox.
2171
+
2172
+ Once everything is being setup, you would need to click on "Save Changes" button located at bottom of the page to save the settings.
2173
+
2174
+ **How to customize Image Title for Nivo Lightbox?**
2175
+
2176
+ In order to manage image title for Nivo Lightbox, you would need to click on "Image Title" tab from top of the page.
2177
 
2178
+ Here is the description of each control on this page.
2179
 
2180
+ **Title:** In this field, you would need to choose "Show" to display Title for image in Nivo Lightbox.
2181
 
2182
+ **HTML Tag:** In this field, you would need to choose "HTML Tag" for Image Title.
2183
 
2184
+ **Text Alignment:** In this field, you would need to choose "Text Alignment" for Image Title.
2185
 
2186
+ **Font Style:** In this field, you would need to provide "Font Size and Color" for Image Title.
2187
 
2188
+ **Font Family:** In this field, you would need to choose "Font Family" for Image Title.
2189
 
2190
+ **Margin:** In this field, you would need to provide "Margin" for Image Title.
2191
 
2192
+ **Padding:** In this field, you would need to provide "Padding" for Image Title.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2193
 
2194
+ Once everything is being setup, you would need to click on "Save Changes" button located at bottom of the page to save the settings.
2195
 
2196
+ **How to customize Image Description for Nivo Lightbox?**
2197
 
2198
+ In order to manage image description for Nivo Lightbox, you would need to click on "Image Description" tab from top of the page.
2199
 
2200
+ Here is the description of each control on this page.
2201
 
2202
+ **Description:** In this field, you would need to choose "Show" to display Description for image in Nivo Lightbox.
2203
+
2204
+ **HTML Tag:** In this field, you would need to choose "HTML Tag" for Image Description.
2205
+
2206
+ **Text Alignment:** In this field, you would need to choose "Text Alignment" for Image Description.
2207
+
2208
+ **Font Style:** In this field, you would need to provide "Font Size and Color" for Image Description.
2209
+
2210
+ **Font Family:** In this field, you would need to choose "Font Family" for Image Description.
2211
+
2212
+ **Margin:** In this field, you would need to provide "Margin" for Image Description.
2213
+
2214
+ **Padding:** In this field, you would need to provide "Padding" for Image Description.
2215
+
2216
+ Once everything is being setup, you would need to click on "Save Changes" button located at bottom of the page to save the settings.
2217
+
2218
+ = How to manage General Settings? (Premium Edition) =
2219
+
2220
+ General Settings are divided into eight sections.
2221
+
2222
+ * Global Options : From here, you can change image dimensions, thumbnail dimensions, enable or disable right click protection and set language direction.
2223
+ * Filter Settings : This gives an idea about how to customize filter settings like background, border, fonts, etc.
2224
+ * Lazy Load Settings : This gives an idea about how to customize loader settings for lazy load.
2225
+ * Search Box Settings : Using this, you can customize search box settings such as its placeholder text, background, border, fonts etc.
2226
+ * Order By Settings : From here, you would be able to manage settings to show Order By for galleries or albums.
2227
+ * Page Navigation : This gives an idea about how to customize Page Navigation options.
2228
+ * Watermark Settings : Using this, you can add text or image watermark on images.
2229
+ * Advertisement : Using this, you can add text or image advertisement on images and provide link to redirect user on clicking of image.
2230
+
2231
+ = How to manage Global Options? (Premium Edition) =
2232
+
2233
+ On the **Gallery Bank Navigation Panel**, select **General Settings - Global Options**.
2234
+
2235
+ Here is the description of each control on the page.
2236
+
2237
+ **Image Dimensions:** In this field, you would need to provide Dimensions for Generated Image.
2238
+
2239
+ **Thumbnail Dimensions:** In this field, you would need to provide Dimensions for Generated Thumbnail.
2240
+
2241
+ **Right Click Protection:** In this field, you would need to choose whether to enable right-click protection for images or not.
2242
+
2243
+ **Language Direction:** In this field, you would need to choose Language Direction.
2244
+
2245
+ Once everything is being setup, you would need to click on "Save Changes" button located at bottom of the page to save the settings.
2246
+
2247
+ = How to manage Lazy Load Settings? (Premium Edition) =
2248
+
2249
+ On the **Gallery Bank Navigation Panel**, select **General Settings � Lazy Load Settings**.
2250
+
2251
+ Here is the description of each control on the page.
2252
+
2253
+ **Background Color:** In this field, you would need to choose "Background Color" for Loader.
2254
+
2255
+ **Loader Color:** In this field, you would need to choose "Color" for Loader.
2256
+
2257
+ **Text:** In this field, you would need to choose "Show" to display Loader Text.
2258
+
2259
+ **Title:** In this field, you would need to provide content for "Loader Text".
2260
+
2261
+ **Font Style:** In this field, you would need to provide "Font Size and Color" for Loader Text.
2262
+
2263
+ **Font Family:** In this field, you would need to choose "Font Family" for Loader Text.
2264
+
2265
+ Once everything is being setup, you would need to click on "Save Changes" button to save the settings.
2266
+
2267
+ = How to manage Filter Settings? (Premium Edition) =
2268
+
2269
+ On the **Gallery Bank Navigation Panel**, click on **General Settings - Filter Settings**.
2270
+
2271
+ Here is the description of each control on this page.
2272
+
2273
+ **Font Style:** In this field, you would need to provide Font Size and Color for Filters.
2274
+
2275
+ **Font Family:** In this field, you would need to choose "Font Family" for Filters.
2276
+
2277
+ **Active Font Color:** In this field, you would need to choose "Active Font Color" for Filters.
2278
+
2279
+ **Font Hover Color:** In this field, you would need to choose "Font Hover Color" for Filters.
2280
+
2281
+ **Background Color & Transparency:** In this field, you would need to choose "Color and Opacity" for background of Filters. Transparency should be from 0 to 100.
2282
+
2283
+ **Background Hover Color:** In this field, you would need to choose Background Color On Hover.
2284
+
2285
+ **Border Style:** In this field, you would need to provide Width, Style and Color for Border of Filters.
2286
+
2287
+ **Border Radius:** In this field, you would need to provide "Border Radius" for Filters.
2288
+
2289
+ **Border Hover Color:** In this field, you would need to choose Border Color On Hover.
2290
+
2291
+ **Margin:** In this field, you would need to provide "Margin" for Filters.
2292
+
2293
+ **Padding:** In this field, you would need to provide "Padding" for Filters.
2294
+
2295
+ Once everything is being setup, you would need to click on "Save Changes" button located at bottom of the page to save the settings.
2296
+
2297
+ = How to manage Order By Settings? (Premium Edition) =
2298
+
2299
+ On the *Gallery Bank Navigation Panel*, select *General Settings - Order By Settings*.
2300
+
2301
+ Here is the description of each control on the page.
2302
+
2303
+ **Font Style:** In this field, you would need to provide "Font Size and Color" for Order By.
2304
+
2305
+ **Font Family:** In this field, you would need to choose "Font Family" for Order By.
2306
+
2307
+ **Active Font Color:** In this field, you would need to choose "Active Font Color" for Order By.
2308
+
2309
+ **Font Hover Color:** In this field, you would need to choose "Font Hover Color" for Order By.
2310
+
2311
+ **Background Color & Transparency:** In this field, you would need to choose "Color and Opacity" for background of Order By. Transparency should be from 0 to 100.
2312
+
2313
+ **Background Hover Color:** In this field, you would need to choose Background Color on Hover.
2314
+
2315
+ **Border Style:** In this field, you would need to provide Width, Style and Color for Border of Order By.
2316
+
2317
+ **Border Radius:** In this field, you would need to provide "Border Radius" for Order By.
2318
+
2319
+ **Border Hover Color:** In this field, you would need to choose Border Color on Hover.
2320
+
2321
+ **Margin:** In this field, you would need to provide "Margin" for Order By.
2322
+
2323
+ **Padding:** In this field, you would need to provide "Padding" for Order By.
2324
+
2325
+ Once everything is being setup, you would need to click on "Save Changes" button to save the settings.
2326
+
2327
+ = How to manage Search Box Settings? (Premium Edition) =
2328
+
2329
+ On the *Gallery Bank Navigation Panel*, select *General Settings - Lazy Load Settings*.
2330
+
2331
+ Here is the description of each control on the page.
2332
+
2333
+ **Placeholder Text:** In this field, you would need to provide "Text" for Search Box Placeholder.
2334
+
2335
+ **Font Style:** In this field, you would need to provide "Font Size and Color" for Search Box.
2336
+
2337
+ **Font Family:** In this field, you would need to choose "Font Family" for Search Box.
2338
+
2339
+ **Background Color & Transparency:** In this field, you would need to choose "Color and Opacity" for background of Search Box. Transparency should be from 0 to 100.
2340
+
2341
+ **Border Style:** In this field, you would need to provide Width, Style and Color for Border of Search Box.
2342
+
2343
+ **Border Radius:** In this field, you would need to provide "Border Radius" for Search Box.
2344
+
2345
+ **Margin:** In this field, you would need to provide "Margin" for Search Box.
2346
+
2347
+ **Padding:** In this field, you would need to provide "Padding" for Search Box.
2348
+
2349
+ Once everything is being setup, you would need to click on "Save Changes" button to save the settings.
2350
+
2351
+ = How to manage Page Navigation? (Premium Edition) =
2352
+
2353
+ On the **Gallery Bank Navigation Panel**, click on **General Settings - Page Navigation**.
2354
+
2355
+ Here is the description of each control on the page.
2356
+
2357
+ **Background Color:** In this field, you would need to choose "Background Color" for Page Navigation.
2358
+
2359
+ **Background Transparency:** In this field, you would need to provide Transparency for Background of Page Navigation. It should be from 0 to 100.
2360
+
2361
+ **Numbering:** If you would like to show numbering on Page Navigation, then you would need to choose "Yes" or vice-versa.
2362
+
2363
+ **Button Text:** In this field, you would need to choose whether to display Text or Arrows on Page Navigation Button.
2364
+
2365
+ **Alignment:** In this field, you would need to choose "Alignment" for Page Navigation.
2366
+
2367
+ **Position:** In this field, you would need to provide "Position" for Page Navigation.
2368
+
2369
+ **Border Style:** In this field, you would need to provide Width, Style and Color for Border of Page Navigation.
2370
+
2371
+ **Border Radius:** In this field, you would need to provide "Border Radius" for Page Navigation.
2372
+
2373
+ **Font Style:** In this field, you would need to provide Font Size and Color for Page Navigation.
2374
+
2375
+ **Font Family:** In this field, you would need to choose "Font Family" for Page Navigation.
2376
+
2377
+ **Margin:** In this field, you would need to provide "Margin" for Page Navigation.
2378
+
2379
+ **Padding:** In this field, you would need to provide "Padding" for Page Navigation.
2380
+
2381
+ Once everything is being setup, you would need to click on "Save Changes" button located at bottom of the page to save the settings.
2382
+
2383
+ = How to manage Watermark Settings? (Premium Edition) =
2384
+
2385
+ On the **Gallery Bank Navigation Panel**, click on **General Settings - Watermark Settings**.
2386
+
2387
+ **Watermark Type:** In this field, you would need to choose what type of watermark would you like to use in your galleries and albums. It could be Text or Image. If you would not like to use watermark then choose "None".
2388
+
2389
+ Here is the description of each control on the page.
2390
+
2391
+ **Watermark Text:** In this field, you would need to provide Watermark Text which will be displayed over the gallery/album images.
2392
+
2393
+ **Font Style:** In this field, you would need to provide Font Size and Color for Watermark Text.
2394
+
2395
+ **Text Angle:** In this field, you would need to provide an Angle at which the Watermark Text is to be rotated.
2396
+
2397
+ **Offset:** In this field, you would need to provide values for Offset X and Y for Watermark.
2398
+
2399
+ **Watermark Opacity:** In this field, you would need to provide Opacity for Watermark. It should be from 0 to 100.
2400
+
2401
+ **Watermark Position:** In this field, you would need to choose Position for Watermark.
2402
+
2403
+ Once everything is being setup, you would need to click on "Save Changes" button located at bottom of the page to save the settings.
2404
+
2405
+ If you would like to use an Image as Watermark, then you would need to choose "Image" from Watermark Type dropdown.
2406
+
2407
+ Here is the description of each control on the page.
2408
+
2409
+ **Watermark URL:** In this field, you would need to provide URL of that particular image. If you would like to add image from Media Library, then you would need to click on "Add Image" button and choose image from Media Library.
2410
+
2411
+ **Watermark Size:** In this field, you would need to provide appropriate Size (in percentage for the responsive look) for Watermark Image.
2412
+
2413
+ **Offset:** In this field, you would need to provide values for Offset X and Y for Watermark.
2414
+
2415
+ **Watermark Opacity:** In this field, you would need to provide Opacity for Watermark. It should be from 0 to 100.
2416
+
2417
+ **Watermark Position:** In this field, you would need to choose Position for Watermark.
2418
+
2419
+ Once everything is being setup, you would need to click on "Save Changes" button located at bottom of the page to save the settings.
2420
+
2421
+ = How to manage Advertisement?(Premium Edition) =
2422
+
2423
+ On the **Gallery Bank Navigation Panel**, click on **General Settings - Advertisement**.
2424
+
2425
+ **Advertisement Type:** In this field, you would need to choose what type of Advertisement would you like to use in your galleries and albums. It could be Text or Image. If you would not like to use Advertisement then choose "None".
2426
+
2427
+ Here is the description of each control on the page.
2428
+
2429
+ **Advertisement Text:** In this field, you would need to provide Advertisement Text which will be displayed over the gallery/album images.
2430
+
2431
+ **Advertisement Link:** In this field, you would need to provide link for advertisement, which will open when the user clicks on Advertisement Text.
2432
+
2433
+ **Advertisement Opacity:** In this field, you would need to provide "Advertisement Opacity" for Advertisement. It should be from 0 to 100.
2434
+
2435
+ **Font Style:** In this field, you would need to provide Font Size and Color for Advertisement Text.
2436
+
2437
+ **Font Family:** In this field, you would need to choose "Font Family" for Advertisement Text from dropdown.
2438
+
2439
+ **Advertisement Position:** In this field, you would need to choose Position for Advertisement.
2440
+
2441
+ Once everything is being setup, you would need to click on "Save Changes" button located at bottom of the page to save the settings.
2442
+
2443
+ If you would like to use an Image as Advertisement, then you would need to choose "Image" from Advertisement Type dropdown.
2444
+
2445
+ Here is the description of each control on the page.
2446
+
2447
+ **Advertisement Link:** In this field, you would need to provide link for advertisement, which will open when the user clicks on Advertisement Image.
2448
+
2449
+ **Advertisement Opacity:** In this field, you would need to provide "Advertisement Opacity" for Advertisement. It should be from 0 to 100.
2450
+
2451
+ **Advertisement URL:** In this field, you would need to provide URL of that particular image. If you would like to add image from Media Library, then you would need to click on "Add Image" button and choose image from Media Library.
2452
+
2453
+ **Advertisement Image Width:** In this field, you would need to provide Width for Advertisement Image.
2454
+
2455
+ **Advertisement Height:** In this field, you would need to provide Height for Advertisement Image.
2456
+
2457
+ **Advertisement Position:** In this field, you would need to choose Position for Advertisement.
2458
+
2459
+ Once everything is being setup, you would need to click on "Save Changes" button located at bottom of the page to save the settings.
2460
 
2461
  = Are there some restrictions for adding images? =
2462
 
2463
+ There is no limit for the amount of images. You can add as many images as you want. Plugin has no limitations on upload of images and galleries.
2464
 
2465
  = When I upgrade to the commercial version, will I lose all the images, galleries and settings that I have made up in the free version of the Gallery? =
2466
 
2471
  You can use [WordPress Support Forums](https://WordPress.org/support/plugin/gallery-bank/). They will help you to quickly install a Gallery Plugin. We are always ready to help everyone.
2472
 
2473
  For more information, feel free to visit the official website for the [Gallery WordPress Gallery Plugin](https://WordPress.org/support/plugin/gallery-bank/)
 
2474
  == Installation ==
2475
 
2476
  ### Gallery Bank - Performing a new installation
2529
 
2530
  == Changelog ==
2531
 
2532
+ = 4.0.21 =
2533
+
2534
+ * FIX: Major Thumbs Generation Bug
2535
+ * FIX: Uninstall Plugin Bugs
2536
+
2537
  = 4.0.20 =
2538
 
2539
  * FIX: Wizard Bugs
uninstall.php CHANGED
@@ -7,11 +7,8 @@
7
  * @version 4.0.0
8
  */
9
 
10
- if (!defined("ABSPATH")) {
11
- exit;
12
- } // Exit if accessed directly
13
- if (!is_user_logged_in()) {
14
- return;
15
  } else {
16
  if (!current_user_can("manage_options")) {
17
  return;
7
  * @version 4.0.0
8
  */
9
 
10
+ if (!defined('WP_UNINSTALL_PLUGIN')) {
11
+ die;
 
 
 
12
  } else {
13
  if (!current_user_can("manage_options")) {
14
  return;