Gallery Bank: WordPress Photo Gallery Plugin - Version 4.0.13

Version Description

  • FIX: Minor Bugs
  • TWEAK: Pricing Page
Download this release

Release Info

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

Code changes from version 4.0.11 to 4.0.13

assets/global/img/banner.png ADDED
Binary file
gallery-bank.php CHANGED
@@ -5,7 +5,7 @@
5
  * Description: Photo Gallery Plugin for WordPress. Creates elegant responsive gallery widget, image gallery, media gallery, portfolio gallery and albums.
6
  * Author: Tech Banker
7
  * Author URI: https://gallery-bank.tech-banker.com
8
- * Version: 4.0.11
9
  * License: GPLv3
10
  * Text Domain: gallery-bank
11
  * Domain Path: /languages
5
  * Description: Photo Gallery Plugin for WordPress. Creates elegant responsive gallery widget, image gallery, media gallery, portfolio gallery and albums.
6
  * Author: Tech Banker
7
  * Author URI: https://gallery-bank.tech-banker.com
8
+ * Version: 4.0.13
9
  * License: GPLv3
10
  * Text Domain: gallery-bank
11
  * Domain Path: /languages
includes/footer.php CHANGED
@@ -297,17 +297,25 @@ if (!is_user_logged_in()) {
297
  }
298
  function get_gallery_id_gallery_bank()
299
  {
300
- jQuery.post(ajaxurl,
301
- {
302
- data: "<?php echo isset($_REQUEST["gallery_id"]) ? intval($_REQUEST["gallery_id"]) : 0; ?>",
303
- param: "gb_get_gallery_id_gallery_bank",
304
- action: "gallery_bank_action_module",
305
- _wp_nonce: "<?php echo $get_gallery_id_gallery_bank; ?>"
306
- },
307
- function (data)
308
- {
309
- window.location.href = "admin.php?page=gb_add_gallery&gallery_id=" + data + "&mode=add";
310
- });
 
 
 
 
 
 
 
 
311
  }
312
  function submit_handler_common_gallery_bank(form_id, meta_id, param, nonce, overlay_loading, window_location) {
313
  overlay_loading_gallery_bank(overlay_loading);
@@ -515,6 +523,12 @@ if (!is_user_logged_in()) {
515
  var shortCutFunction = jQuery("#toastTypeGroup_error input:checked").val();
516
  toastr[shortCutFunction](premium_edition);
517
  }
 
 
 
 
 
 
518
  var clipboard = new Clipboard(".icon-custom-docs");
519
  clipboard.on("success", function (e)
520
  {
@@ -738,16 +752,6 @@ if (!is_user_logged_in()) {
738
  },
739
  submitHandler: function ()
740
  {
741
- if (window.CKEDITOR)
742
- {
743
- var gallery_description = jQuery("#ux_txtarea_gallery_heading_content").val(CKEDITOR.instances["ux_heading_content"].getData());
744
- } else if (jQuery("#wp-ux_heading_content-wrap").hasClass("tmce-active"))
745
- {
746
- var gallery_description = jQuery("#ux_txtarea_gallery_heading_content").val(tinyMCE.get("ux_heading_content").getContent());
747
- } else
748
- {
749
- var gallery_description = jQuery("#ux_txtarea_gallery_heading_content").val(jQuery("#ux_heading_content").val());
750
- }
751
  if (array_delete_images.length > 0)
752
  {
753
  jQuery.post(ajaxurl,
@@ -789,6 +793,15 @@ if (!is_user_logged_in()) {
789
 
790
  jQuery(document).ready(function ()
791
  {
 
 
 
 
 
 
 
 
 
792
  jQuery("#cboxTitle").remove();
793
  jQuery("#brightness").on("input change", function ()
794
  {
@@ -798,10 +811,6 @@ if (!is_user_logged_in()) {
798
  {
799
  jQuery("#contrast_value").val(jQuery("#contrast").val());
800
  });
801
- if (window.CKEDITOR)
802
- {
803
- CKEDITOR.replace("ux_heading_content");
804
- }
805
  set_gallery_cover_image();
806
  <?php
807
  global $wp_version;
297
  }
298
  function get_gallery_id_gallery_bank()
299
  {
300
+ var total_galleries_added = <?php echo isset($total_galleries_data) ? $total_galleries_data : 0; ?>;
301
+ if (total_galleries_added >= 5)
302
+ {
303
+ var shortCutFunction = jQuery("#toastTypeGroup_error input:checked").val();
304
+ toastr[shortCutFunction](<?php echo json_encode($gb_create_galleries_disclaimer); ?>);
305
+ } else
306
+ {
307
+ jQuery.post(ajaxurl,
308
+ {
309
+ data: "<?php echo isset($_REQUEST["gallery_id"]) ? intval($_REQUEST["gallery_id"]) : 0; ?>",
310
+ param: "gb_get_gallery_id_gallery_bank",
311
+ action: "gallery_bank_action_module",
312
+ _wp_nonce: "<?php echo $get_gallery_id_gallery_bank; ?>"
313
+ },
314
+ function (data)
315
+ {
316
+ window.location.href = "admin.php?page=gb_add_gallery&gallery_id=" + data + "&mode=add";
317
+ });
318
+ }
319
  }
320
  function submit_handler_common_gallery_bank(form_id, meta_id, param, nonce, overlay_loading, window_location) {
321
  overlay_loading_gallery_bank(overlay_loading);
523
  var shortCutFunction = jQuery("#toastTypeGroup_error input:checked").val();
524
  toastr[shortCutFunction](premium_edition);
525
  }
526
+ function galleries_allowed_exceeded_gallery_bank()
527
+ {
528
+ var premium_edition = <?php echo json_encode($gb_create_galleries_disclaimer); ?>;
529
+ var shortCutFunction = jQuery("#toastTypeGroup_error input:checked").val();
530
+ toastr[shortCutFunction](premium_edition);
531
+ }
532
  var clipboard = new Clipboard(".icon-custom-docs");
533
  clipboard.on("success", function (e)
534
  {
752
  },
753
  submitHandler: function ()
754
  {
 
 
 
 
 
 
 
 
 
 
755
  if (array_delete_images.length > 0)
756
  {
757
  jQuery.post(ajaxurl,
793
 
794
  jQuery(document).ready(function ()
795
  {
796
+ <?php
797
+ if ((isset($_REQUEST["mode"]) && $_REQUEST["mode"] != "edit") || !isset($_REQUEST["mode"])) {
798
+ if ($total_galleries_data > 5) {
799
+ ?>
800
+ window.location.href = "admin.php?page=gallery_bank";
801
+ <?php
802
+ }
803
+ }
804
+ ?>
805
  jQuery("#cboxTitle").remove();
806
  jQuery("#brightness").on("input change", function ()
807
  {
811
  {
812
  jQuery("#contrast_value").val(jQuery("#contrast").val());
813
  });
 
 
 
 
814
  set_gallery_cover_image();
815
  <?php
816
  global $wp_version;
includes/queries.php CHANGED
@@ -72,6 +72,13 @@ if (!is_user_logged_in()) {
72
  }
73
  $page_navigation_get_data = get_meta_value_gallery_bank("page_navigation_settings");
74
  $check_gallery_bank_wizard = get_option("gallery-bank-welcome-page");
 
 
 
 
 
 
 
75
  $check_url = $check_gallery_bank_wizard == "" ? "gb_welcome_gallery_bank" : esc_attr($_GET["page"]);
76
  if (isset($_GET["page"])) {
77
  switch ($check_url) {
72
  }
73
  $page_navigation_get_data = get_meta_value_gallery_bank("page_navigation_settings");
74
  $check_gallery_bank_wizard = get_option("gallery-bank-welcome-page");
75
+ $total_galleries_data = $wpdb->get_var
76
+ (
77
+ $wpdb->prepare
78
+ (
79
+ "SELECT count(*) FROM " . gallery_bank_parent() . " WHERE type = %s", "gallery"
80
+ )
81
+ );
82
  $check_url = $check_gallery_bank_wizard == "" ? "gb_welcome_gallery_bank" : esc_attr($_GET["page"]);
83
  if (isset($_GET["page"])) {
84
  switch ($check_url) {
includes/sidebar.php CHANGED
@@ -395,6 +395,11 @@ if (!is_user_logged_in()) {
395
  </div>
396
  <div class="page-content-wrapper">
397
  <div class="page-content">
 
 
 
 
 
398
  <?php
399
  }
400
  }
395
  </div>
396
  <div class="page-content-wrapper">
397
  <div class="page-content">
398
+ <div style="margin-bottom:12px">
399
+ <a href="https://gallery-bank.tech-banker.com/" target="_blank">
400
+ <img src="<?php echo plugins_url("assets/global/img/banner.png", dirname(__FILE__)); ?>" title="Gallery Bank" style="width: 100%;">
401
+ </a>
402
+ </div>
403
  <?php
404
  }
405
  }
includes/translations.php CHANGED
@@ -196,6 +196,7 @@ if (!is_user_logged_in()) {
196
  $gb_upgrade = __("Upgrade", "gallery-bank");
197
 
198
  // footer
 
199
  $gb_translation_request = __("Translation Request", "gallery-bank");
200
  $gb_feature_requests_your_name = __("Your Name", "gallery-bank");
201
  $gb_feature_requests_your_name_tooltip = __("In this field, you would need to provide your Name which will be sent along with your Feature Request", "gallery-bank");
@@ -279,7 +280,7 @@ if (!is_user_logged_in()) {
279
  $gb_take_lightbox_further = __("Want even more fine tuned control over your Lightbox display?", "gallery-bank");
280
  $gb_lightbox_upgrade_message = __("By upgrading to Gallery Bank Pro, you can get access to numerous other lightbox features, including: custom lightbox titles, enable/disable lightbox controls (arrow, keyboard and mousehweel navigation), custom lightbox transition effects, native fullscreen support, gallery deeplinking, image protection, lightbox slideshows and so much more!", "gallery-bank");
281
  $gb_take_galleries_further = __("Want to take your galleries further?", "gallery-bank");
282
- $gb_galleries_upgrade_message = __("By upgrading to Gallery Bank Pro, you can edit your images, rotate, flip, restore, copy, move, crop and provide special effects, watermarks and make them SEO friendly.", "gallery-bank");
283
  $gb_tags_upgrade_message = __("By upgrading to Gallery Bank Pro, you can add Tags to your Gallery images, allow users to filter your Gallery by tag and so much more!", "gallery-bank");
284
  $gb_albums_upgrade_message = __("By upgrading to Gallery Bank Pro, you can add multiple galleries to an album and then display the album using a shortcode on your page/post", "gallery-bank");
285
  $gb_layouts_upgrade_message = __("By upgrading to Gallery Bank Pro, you can customize your layouts as per your website needs. Create stunning and beautiful galleries using Layout Settings.", "gallery-bank");
@@ -568,6 +569,7 @@ if (!is_user_logged_in()) {
568
  $gb_add_gallery_embed_video = __("Embed Video", "gallery-bank");
569
  $gb_add_gallery_title_tooltip = __("In this field, you would need to provide Gallery Title", "gallery-bank");
570
  $gb_add_gallery_title_placeholder = __("Please provide Gallery Title", "gallery-bank");
 
571
  $gb_add_gallery_description_tooltip = __("In this field, you would need to provide Gallery Description. It would be displayed when using shortcode", "gallery-bank");
572
  $gb_add_gallery_local_system = __("Local System", "gallery-bank");
573
  $gb_add_gallery_wp_media_manager = __("WP Media Manager", "gallery-bank");
196
  $gb_upgrade = __("Upgrade", "gallery-bank");
197
 
198
  // footer
199
+ $gb_create_galleries_disclaimer = __("You can only create 5 Galleries in Gallery Bank Lite Edition.", "gallery-bank");
200
  $gb_translation_request = __("Translation Request", "gallery-bank");
201
  $gb_feature_requests_your_name = __("Your Name", "gallery-bank");
202
  $gb_feature_requests_your_name_tooltip = __("In this field, you would need to provide your Name which will be sent along with your Feature Request", "gallery-bank");
280
  $gb_take_lightbox_further = __("Want even more fine tuned control over your Lightbox display?", "gallery-bank");
281
  $gb_lightbox_upgrade_message = __("By upgrading to Gallery Bank Pro, you can get access to numerous other lightbox features, including: custom lightbox titles, enable/disable lightbox controls (arrow, keyboard and mousehweel navigation), custom lightbox transition effects, native fullscreen support, gallery deeplinking, image protection, lightbox slideshows and so much more!", "gallery-bank");
282
  $gb_take_galleries_further = __("Want to take your galleries further?", "gallery-bank");
283
+ $gb_galleries_upgrade_message = __("By upgrading to Gallery Bank Pro, you can create unlimited galleries, images and edit your images, rotate, flip, restore, copy, move, crop and provide special effects, watermarks and make them SEO friendly.", "gallery-bank");
284
  $gb_tags_upgrade_message = __("By upgrading to Gallery Bank Pro, you can add Tags to your Gallery images, allow users to filter your Gallery by tag and so much more!", "gallery-bank");
285
  $gb_albums_upgrade_message = __("By upgrading to Gallery Bank Pro, you can add multiple galleries to an album and then display the album using a shortcode on your page/post", "gallery-bank");
286
  $gb_layouts_upgrade_message = __("By upgrading to Gallery Bank Pro, you can customize your layouts as per your website needs. Create stunning and beautiful galleries using Layout Settings.", "gallery-bank");
569
  $gb_add_gallery_embed_video = __("Embed Video", "gallery-bank");
570
  $gb_add_gallery_title_tooltip = __("In this field, you would need to provide Gallery Title", "gallery-bank");
571
  $gb_add_gallery_title_placeholder = __("Please provide Gallery Title", "gallery-bank");
572
+ $gb_add_gallery_description_placeholder = __("Please provide Gallery Description", "gallery-bank");
573
  $gb_add_gallery_description_tooltip = __("In this field, you would need to provide Gallery Description. It would be displayed when using shortcode", "gallery-bank");
574
  $gb_add_gallery_local_system = __("Local System", "gallery-bank");
575
  $gb_add_gallery_wp_media_manager = __("WP Media Manager", "gallery-bank");
readme.txt CHANGED
@@ -1,14 +1,14 @@
1
  === Gallery, Photo Gallery, Image Gallery, Photo Albums - WordPress Gallery Plugin ===
2
  Contributors: gallery-bank, contact-banker
3
  Donate link: https://gallery-bank.tech-banker.com/
4
- Tags: gallery, photo gallery, gallery lightbox, gallery plugin, gallery widget, grid gallery, image gallery, images images, masonry gallery, media gallery, mosaic gallery, photo album, portfolio gallery, responsive gallery, thumbnail gallery, wordpress gallery, wordpress gallery plugin, album, fancy gallery
5
  Requires at least: 3.3
6
- Tested up to: 4.9
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. Gallery Widget, Image Gallery, Grid Gallery, Media Gallery, Filterable Portfolio Gallery, Gallery Lightbox, Photo Albums.
12
 
13
  == Description ==
14
 
@@ -20,11 +20,6 @@ Responsive Gallery Plugin. Gallery Widget, Image Gallery, Grid Gallery, Media Ga
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
- 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.
24
-
25
- > <strong>Gallery Bank Premium Editions</strong><br />
26
- > 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 Bank">Click here to purchase the best premium WordPress gallery plugin now!</a>
27
-
28
  #### This plugin is the ideal solution for creating portfolio gallery, media gallery, albums, gallery lightbox, gallery widgets, fullscreen galleries and albums.
29
 
30
  * **[Gallery Bank - Responsive Image Gallery Plugin](https://gallery-bank.tech-banker.com/)**
@@ -34,6 +29,11 @@ Whether you specialize in photography, creative designs, or a journalistic explo
34
  * **[Documentation - Best Photo Gallery WordPress Plugin](https://gallery-bank.tech-banker.com/documentation/)**
35
  * **[Upgrade to Premium Editions - Photo Gallery Plugin for WordPress](https://gallery-bank.tech-banker.com/pricing/)**
36
 
 
 
 
 
 
37
  = Install and create your first Wordpress gallery in few minutes =
38
 
39
  [youtube https://youtu.be/gdXQdyGPLlE]
@@ -182,7 +182,7 @@ Gallery Bank has been downloaded over 25,00,000 times. Smart photographers, desi
182
  * **Strong SEO Foundation**
183
  * **Shortcode Generator**
184
  * **User Friendly Admin Panel to add Galleries.**
185
- * **Create & Manage unlimited amount of image 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.**
@@ -198,6 +198,8 @@ Gallery Bank has been downloaded over 25,00,000 times. Smart photographers, desi
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
 
202
  Take your media gallery to the next level with [Premium Editions](https://gallery-bank.tech-banker.com/) which gives you 200+ features.
203
 
@@ -208,11 +210,14 @@ Take your media gallery to the next level with [Premium Editions](https://galler
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
  * **Video Gallery from Youtube, Facebook, Vimeo etc.**
212
  * **Set Thumbnail as Cover Image.**
213
  * **Apply Tags to use as Filters for your filterable portfolio.**
214
  * **Edit Images - Crop, Rotate Anti Clockwize, Rotate Clockwize, Flip Images Vertically, Flip Images Horizontally, Restore Images, Watermarking.**
 
215
  * **Edit Images - Effects such as Grayscale, Negative, Removal, Sepia, Slate, Saturate, Brightness, Contrast.**
 
216
  * **Copy Images to other Galleries, Move Images to other Galleries.**
217
  * **Sort Galleries - Drag & Drop Images to provide Custom Order/Sequence for displaying as per your needs.**
218
  * **Manage Albums - Edit existing Album, Delete Album, Delete All Albums**
@@ -247,8 +252,8 @@ Take your media gallery to the next level with [Premium Editions](https://galler
247
  * **Special Effects for Gallery Images & Thumbnails**
248
  * **Animation Effects for Gallery Images & Thumbnails**
249
  * **Roles and Capabilities to let you choose what WordPress roles can edit your galleries.**
250
- * **Awesome **grid gallery** layouts using compact album.**
251
- * **Awesome **filterable portfolio** using tags in all layouts.**
252
  * **Photo Gallery Widget to embed all WordPress gallery shortcodes.**
253
  * **24/7 Technical Support**
254
 
@@ -356,2128 +361,164 @@ You can get access to more features, Addons and support by <a href="https://gall
356
 
357
  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/
358
 
359
- = How to customize Galleries? =
360
-
361
- Galleries section is divided into following three parts:
362
-
363
- * Manage Galleries
364
- * Add Gallery
365
- * Sort Galleries
366
-
367
- Using Manage Galleries, user can customize and manage the settings of existing galleries.
368
-
369
- Using Add Gallery, user can add new gallery.
370
-
371
- 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.
372
-
373
- 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.
374
-
375
- = How to manage Galleries created? =
376
-
377
- On the **Gallery Bank Navigation Panel**, click on **Galleries - Manage Galleries**.
378
-
379
- **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.
380
-
381
- **Apply Button:** After selecting particular option, click on "Apply" button to perform the selected action on galleries all together.
382
-
383
- **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.
384
-
385
- **Delete All Galleries:** If you would like to delete all galleries, then you would need to click on "Delete All Galleries" button.
386
-
387
- **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".
388
-
389
- = How to Edit or Delete Gallery? =
390
-
391
- 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.
392
-
393
- Once you click on "Edit", you would be redirected to "Edit Gallery" page, where you can edit the gallery.
394
-
395
- 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.
396
-
397
- By clicking on this icon, you would see a confirmation message asking to "Confirm" whether you would like to delete the gallery?
398
-
399
- Once you press the OK button, the gallery would be deleted.
400
-
401
- = How to Add a new Gallery? =
402
-
403
- On the **Gallery Bank Navigation Panel**, select **Galleries - Add Gallery**.
404
-
405
- **Gallery Title:** In this field, you would need to provide "Gallery Title".
406
-
407
- **Gallery Description:** In this field, you would need to provide "Gallery Description". It would be displayed when using shortcode.
408
-
409
- Once everything is being setup, you would need to click on "Save Changes" button located at bottom of the screen to save the settings.
410
-
411
- = How to upload images to a Gallery? =
412
-
413
- In order to upload images to the gallery, you would need to click on "Upload Images" tab at top of the page.
414
-
415
- You can upload images from your Local System, WP Media Manager or FTP.
416
-
417
- If you would like to upload images from your own computer, then you would need to click on "Local System" tab.
418
-
419
- In order to upload files, you would need to click on "Add Files" button or you can drag and drop files from your computer.
420
-
421
- After selecting files, you would need to click on "Start Upload" button to upload the files into gallery.
422
-
423
- You would be able to view the size of files on bottom-right corner of Select Files screen.
424
-
425
- If you would like to upload images from WP Media Manager, then you would need to click on "WP Media Manager" tab.
426
-
427
- Now you would need to click on "Upload Thumbnails" button to upload images from Media Manager.
428
-
429
- If you would like to upload images from FTP, then you would need to click on "Upload From FTP" tab.
430
-
431
- You can browse and locate the images from FTP to upload them into your gallery.
432
-
433
- 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.
434
-
435
- **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.
436
-
437
- **Apply Button:** After selecting particular option, click on "Apply" button to perform the selected action on images all together.
438
-
439
- **Image Title:** In this field, you would need to provide "Image Title" for image.
440
-
441
- **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.
442
-
443
- **Image Description:** In this field, you would need to provide "Image Description" for image.
444
-
445
- **Tags:** In this field, you would need to choose "Tags" for particular image.
446
-
447
- **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.
448
-
449
- **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.
450
-
451
- **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".
452
-
453
- If you would not like to display image with other gallery images, then tick "Exclude?" checkbox.
454
-
455
- If you would like edit image, then you would need to click on "Edit" located at bottom of the Thumbnail Image.
456
-
457
- Once you click on "Edit", the following popup will appear on your screen.
458
-
459
- 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.
460
-
461
- If you would like to scale image to particular dimension, then provide the required dimensions and click "Scale" button located at the right sidebar.
462
-
463
- If you would like to crop image in a specific "Aspect Ratio", then you would need to provide required ratio.
464
-
465
- Once everything is setup, you would need to close popup to return to the Add Gallery Page.
466
-
467
- If you would like to "Delete" image from gallery, then you would need to click on "Delete" located at bottom of the Thumbnail Image.
468
-
469
- Once everything is being setup, you would need to click on "Save Changes" button to save the settings.
470
-
471
- = How to sort images in a Gallery? (Premium Edition) =
472
-
473
- On the **Gallery Bank Navigation Panel**, select **Galleries - Sort Galleries**.
474
-
475
- **Choose Gallery:** In this field, you would need to choose specific Gallery for sorting.
476
-
477
- You would need to drag and drop images to arrange them in specific order.
478
-
479
- After arranging them, you would need to click on "Save Changes" button located at bottom of the page to save the settings.
480
-
481
- = How to customize created Albums? (Premium Edition) =
482
-
483
- Albums Section is divided into following three parts:
484
-
485
- * Manage Albums
486
- * Add Album
487
- * Sort Albums
488
-
489
- 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.
490
-
491
- Using **Add Album**, user can add new album. You can add galleries to your album by choosing them from the list of available galleries.
492
-
493
- 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.
494
-
495
- **How to manage Albums?**
496
-
497
- On the **Gallery Bank Navigation Panel**, click on **Albums - Manage Albums**.
498
-
499
- **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.
500
-
501
- **Apply Button:** After selecting particular option, click on "Apply" button to perform the selected action on albums all together.
502
-
503
- **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.
504
-
505
- **Delete All Albums:** If you would like to delete all albums, then you would need to click on "Delete All Albums" button.
506
-
507
- **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".
508
-
509
- = How to Edit or Delete Album? (Premium Edition) =
510
-
511
- 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.
512
-
513
- Once you click on "Edit", you would be redirected to "Update Album" page, where you can edit the album.
514
-
515
- 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.
516
-
517
- By clicking on this icon, you would see a confirmation message asking to "Confirm" whether you would like to delete the album?
518
-
519
- Once you press the OK button, the album would be deleted.
520
-
521
- = How to Add a new Album? (Premium Edition) =
522
-
523
- On the **Gallery Bank Navigation Panel**, select **Albums - Add Album**.
524
-
525
- **Album Title:** In this field, you would need to provide "Album Title".
526
-
527
- **Album Description:** In this field, you would need to provide "Album Description".
528
-
529
- Once everything is being setup, you would need to click on "Save Changes" button located at bottom of the screen to save the settings.
530
-
531
- = How to upload galleries to album? (Premium Edition) =
532
-
533
- In order to upload albums, you would need to click on "Upload Albums" tab at top of the page.
534
-
535
- **Album Cover:** In this field, you would need to upload image for Album Cover.
536
-
537
- From "Galleries Available" select list, you would need to choose the galleries which you would like to add in your album.
538
-
539
- In order to add multiple galleries together, you would need to hold the "Ctrl" button and choose galleries from select list.
540
-
541
- On clicking "Add >>" button, selected galleries would be added to your album and will be displayed on "Galleries Included in this Album" list.
542
-
543
- From "Galleries Included in this Album" select list, you would need to choose the galleries which you would like to remove from your album.
544
-
545
- In order to remove multiple galleries together, you would need to hold the "Ctrl" button and choose galleries from select list.
546
-
547
- On clicking "<< Remove" button, selected galleries would be added to "Galleries Available" list.
548
-
549
- 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.
550
-
551
- = How to sort Albums? (Premium Edition) =
552
-
553
- On the **Gallery Bank Navigation Panel**, select **Albums - Sort Albums**.
554
-
555
- **Choose Album:** In this field, you would need to choose a specific Album for sorting.
556
-
557
- Once you reach the page as seen above, you would need to drag and drop the galleries to arrange them in specific order.
558
-
559
- After arranging them, you would need to click on "Save Changes" button to save the settings.
560
-
561
- = How to customize Tags? (Premium Edition) =
562
-
563
- Tags Page gives an idea about how to add and manage the Gallery Tags.
564
-
565
- Tags are divided into two sections.
566
-
567
- * Manage Tags
568
- * Add Tag
569
-
570
- 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.
571
-
572
- Using **Add Tag**, user can add new tags for images. You would need to provide Tag Name and Description to add a new tag.
573
-
574
- If any problem occurs during any process, please contact us at [support@tech-banker.com](support@tech-banker.com)
575
-
576
- = How to Manage Tags? (Premium Edition) =
577
-
578
- On the **Gallery Bank Navigation Panel**, select **Tags - Manage Tags**.
579
-
580
- The following information would be displayed on this page.
581
-
582
- **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.
583
-
584
- **Apply Button:** After selecting "Delete" option, click on "Apply" button to delete selected tags all together.
585
-
586
- **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.
587
-
588
- **Tag Name:** Under this column, you would be able to view "Tag Name".
589
-
590
- **Tag Description:** Under this column, you would be able to view "Tag Description".
591
-
592
- **Status:** Under this column, you would be able to see whether the tag is used or unused.
593
-
594
- = How to Edit or Delete Tags? (Premium Edition) =
595
-
596
- In order to "Edit Tags", you would need to click on "Edit Icon" located under the Action column in each row.
597
-
598
- By clicking on this icon, you would be re-directed to the Edit Tag page, where you can modify the tag settings.
599
-
600
- 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.
601
-
602
- In order to "Delete Tags", you would need to click on "Delete Icon" located under the Action column in each row.
603
-
604
- By clicking on this button, you would see a confirmation message asking to "Confirm" whether you would like to delete the tag?
605
-
606
- Once you press the OK button, the tag would be deleted.
607
-
608
- = How to Add Tag? (Premium Edition) =
609
 
610
- On the **Gallery Bank Navigation Panel**, select **Tags - Add Tag**.
611
 
612
- Here is the description of each control on page.
613
 
614
- **Tag Name:** In this field, you would need to provide "Tag Name".
615
 
616
- **Tag Description:** In this field, you would need to provide a brief "Tag Description".
617
 
618
- 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.
619
 
620
- You can use these tags to filter images into different categories and display images of same categories separately.
621
 
622
- = How to manage Layout Settings? (Premium Edition) =
623
 
624
- Layout Settings are divided into nine sections.
625
 
626
- * Thumbnail Layout
627
- * Masonry Layout
628
- * Slideshow Layout
629
- * Image Browser Layout
630
- * Justified Grid Layout
631
- * Blog Style Layout
632
- * Compact Album Layout
633
- * Extended Album Layout
634
- * Custom CSS
635
 
636
- Gallery Bank provides you various options to customize the gallery layouts. You can modify the settings to make your gallery more beautiful and attractive.
637
 
638
- It allows you to add Custom CSS to override the default css of plugin and fully customize the look of your gallery.
 
 
639
 
640
- = How to manage Thumbnail Layout? (Premium Edition) =
641
 
642
- On the **Gallery Bank Navigation Panel**, select **Layout Settings - Thumbnail Layout**.
 
 
 
643
 
644
- 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.
645
 
646
- **How to manage Thumbnails for Thumbnail Layout?**
 
 
 
 
647
 
648
- In order to manage thumbnails for Thumbnail Layout, you would need to click on "Thumbnails" tab from top of the page.
649
 
650
- Here is the description of each control on this page.
 
 
 
651
 
652
- **Thumbnail Dimensions:** In this field, you would need to provide "Width and Height" for image thumbnails.
653
 
654
- **Background Color & Transparency:** In this field, you would need to choose "Color and Opacity" for background. Transparency should be from 0 to 100.
 
 
655
 
656
- **Thumbnail Opacity:** In this field, you would need to provide Opacity for Thumbnail in percentage. It should be from 0 to 100.
657
 
658
- **Border Style:** In this field, you would need to provide Width, Style and Color for Border of Thumbnail.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
659
 
660
- **Border Radius:** In this field, you would need to provide "Border Radius" for Thumbnail.
661
 
662
- **Shadow:** In this field, you would need to provide CSS type values for "Shadow" of Thumbnail.
663
 
664
- **Shadow Color:** In this field, you would need to choose "Shadow Color" for Thumbnail.
 
665
 
666
- **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.
667
 
668
- **Transition:** In this field, you would need to provide Transition time to complete the effect. It should be from 1 to 9.
669
-
670
- **Margin:** In this field, you would need to provide "Margin" for Thumbnail.
671
-
672
- **Padding:** In this field, you would need to provide "Padding" for Thumbnail.
673
-
674
- Once everything is being setup, you would need to click on "Save Changes" button to save the settings.
675
-
676
- **How to customize Gallery Title for Thumbnail Layout?**
677
-
678
- In order to customize Gallery Title of Thumbnail Layout, you would need to click on "Gallery Title" tab from top of the page.
679
-
680
- Here is the description of each control on this page.
681
-
682
- **HTML Tag:** In this field, you would need to choose "HTML Tag" for Gallery Title.
683
-
684
- **Text Alignment:** In this field, you would need to choose "Text Alignment" for Gallery Title.
685
-
686
- **Font Style:** In this field, you would need to provide "Font Size and Color" for Gallery Title.
687
-
688
- **Font Family:** In this field, you would need to choose "Font Family" for Gallery Title.
689
-
690
- **Margin:** In this field, you would need to provide "Margin" for Gallery Title.
691
-
692
- **Padding:** In this field, you would need to provide "Padding" for Gallery Title.
693
-
694
- Once everything is being setup, you would need to click on "Save Changes" button to save the settings.
695
-
696
- **How to customize Gallery Description for Thumbnail Layout?**
697
-
698
- In order to customize Gallery Description of Thumbnail Layout, you would need to click on "Gallery Description" tab from top of the page.
699
-
700
- Here is the description of each control on this page.
701
-
702
- **HTML Tag:** In this field, you would need to choose "HTML Tag" for Gallery Description.
703
-
704
- **Text Alignment:** In this field, you would need to choose "Text Alignment" for Gallery Description.
705
-
706
- **Font Style:** In this field, you would need to provide "Font Size and Color" for Gallery Description.
707
-
708
- **Font Family:** In this field, you would need to choose "Font Family" for Gallery Description.
709
-
710
- **Margin:** In this field, you would need to provide "Margin" for Gallery Description.
711
-
712
- **Padding:** In this field, you would need to provide "Padding" for Gallery Description.
713
-
714
- Once everything is being setup, you would need to click on "Save Changes" button to save the settings.
715
-
716
- **How to customize Thumbnail Title?**
717
-
718
- In order to customize Thumbnail Title of Thumbnail Layout, you would need to click on "Thumbnail Title" tab from top of the page.
719
-
720
- Here is the description of each control on this page.
721
-
722
- **HTML Tag:** In this field, you would need to choose "HTML Tag" for Thumbnail Title.
723
-
724
- **Text Alignment:** In this field, you would need to choose "Text Alignment" for Thumbnail Title.
725
-
726
- **Font Style:** In this field, you would need to provide "Font Size and Color" for Thumbnail Title.
727
-
728
- **Font Family:** In this field, you would need to choose "Font Family" for Thumbnail Title.
729
-
730
- **Margin:** In this field, you would need to provide "Margin" for Thumbnail Title.
731
-
732
- **Padding:** In this field, you would need to provide "Padding" for Thumbnail Title.
733
-
734
- Once everything is being setup, you would need to click on "Save Changes" button to save the settings.
735
-
736
- **How to customize Thumbnail Description?**
737
-
738
- In order to customize Thumbnail Description of Thumbnail Layout, you would need to click on "Thumbnail Description" tab from top of the page.
739
-
740
- Here is the description of each control on this page.
741
-
742
- **HTML Tag:** In this field, you would need to choose "HTML Tag" for Thumbnail Description.
743
-
744
- **Text Alignment:** In this field, you would need to choose "Text Alignment" for Thumbnail Description.
745
-
746
- **Font Style:** In this field, you would need to provide "Font Size and Color" for Thumbnail Description.
747
-
748
- **Font Family:** In this field, you would need to choose "Font Family" for Thumbnail Description.
749
-
750
- **Margin:** In this field, you would need to provide "Margin" for Thumbnail Description.
751
-
752
- **Padding:** In this field, you would need to provide "Padding" for Thumbnail Description.
753
-
754
- Once everything is being setup, you would need to click on "Save Changes" button to save the settings.
755
-
756
- = How to manage Masonry Layout? (Premium Edition) =
757
-
758
- On the **Gallery Bank Navigation Panel**, select **Layout Settings � Masonry Layout**.
759
-
760
- 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.
761
-
762
- **How to manage Thumbnails for Masonry Layout?**
763
-
764
- In order to manage thumbnails for Masonry Layout, you would need to click on "Thumbnails" tab from top of the page.
765
-
766
- Here is the description of each control on this page.
767
-
768
- **Thumbnail Width:** In this field, you would need to provide "Width" for image thumbnails in Masonry Layout.
769
-
770
- **Background Color & Transparency:** In this field, you would need to choose "Color and Opacity" for background. Transparency should be from 0 to 100.
771
-
772
- **Thumbnail Opacity:** In this field, you would need to provide Opacity for image thumbnails in percentage. It should be from 0 to 100.
773
-
774
- **Border Style:** In this field, you would need to provide Width, Style and Color for Border of Masonry Layout.
775
-
776
- **Border Radius:** In this field, you would need to provide "Border Radius" for Masonry Layout.
777
-
778
- **Shadow:** In this field, you would need to provide CSS type values for "Shadow" of Masonry Layout.
779
-
780
- **Shadow Color:** In this field, you would need to choose "Shadow Color" for Masonry Layout.
781
-
782
- **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.
783
-
784
- **Transition:** In this field, you would need to provide Transition time to complete the effect. It should be from 1 to 9.
785
-
786
- **Margin:** In this field, you would need to provide �Margin� for Masonry Layout.
787
-
788
- **Padding:** In this field, you would need to provide "Padding" for Masonry Layout.
789
-
790
- Once everything is being setup, you would need to click on "Save Changes" button to save the settings.
791
-
792
- **How to customize Gallery Title for Masonry Layout?**
793
-
794
- In order to customize Gallery Title of Masonry Layout, you would need to click on "Gallery Title" tab from top of the page.
795
-
796
- Here is the description of each control on this page.
797
-
798
- **HTML Tag:** In this field, you would need to choose "HTML Tag" for Gallery Title.
799
-
800
- **Text Alignment:** In this field, you would need to choose "Text Alignment" for Gallery Title.
801
-
802
- **Font Style:** In this field, you would need to provide "Font Size and Color" for Gallery Title.
803
-
804
- **Font Family:** In this field, you would need to choose "Font Family" for Gallery Title.
805
-
806
- **Margin:** In this field, you would need to provide "Margin" for Gallery Title.
807
-
808
- **Padding:** In this field, you would need to provide "Padding" for Gallery Title.
809
-
810
- Once everything is being setup, you would need to click on "Save Changes" button to save the settings.
811
-
812
- **How to customize Gallery Description for Masonry Layout?**
813
-
814
- In order to customize Gallery Description of Masonry Layout, you would need to click on "Gallery Description" tab from top of the page.
815
-
816
- Here is the description of each control on this page.
817
-
818
- **HTML Tag:** In this field, you would need to choose "HTML Tag" for Gallery Description.
819
-
820
- **Text Alignment:** In this field, you would need to choose "Text Alignment" for Gallery Description.
821
-
822
- **Font Style:** In this field, you would need to provide "Font Size and Color" for Gallery Description.
823
-
824
- **Font Family:** In this field, you would need to choose "Font Family" for Gallery Description.
825
-
826
- **Margin:** In this field, you would need to provide "Margin" for Gallery Description.
827
-
828
- **Padding:** In this field, you would need to provide "Padding" for Gallery Description.
829
-
830
- Once everything is being setup, you would need to click on "Save Changes" button to save the settings.
831
-
832
- **How to customize Thumbnail Title for Masonry Layout?**
833
-
834
- In order to customize Thumbnail Title of Masonry Layout, you would need to click on "Thumbnail Title" tab from top of the page.
835
-
836
- Here is the description of each control on this page.
837
-
838
- **HTML Tag:** In this field, you would need to choose "HTML Tag" for Thumbnail Title.
839
-
840
- **Text Alignment:** In this field, you would need to choose "Text Alignment� for Thumbnail Title.
841
-
842
- **Font Style:** In this field, you would need to provide "Font Size and Color" for Thumbnail Title.
843
-
844
- **Font Family:** In this field, you would need to choose "Font Family" for Thumbnail Title.
845
-
846
- **Margin:** In this field, you would need to provide "Margin" for Thumbnail Title.
847
-
848
- **Padding:** In this field, you would need to provide "Padding" for Thumbnail Title.
849
-
850
- Once everything is being setup, you would need to click on "Save Changes" button to save the settings.
851
-
852
- **How to customize Thumbnail Description for Masonry Layout?**
853
-
854
- In order to customize Thumbnail Description of Masonry Layout, you would need to click on "Thumbnail Description" tab from top of the page.
855
-
856
- Here is the description of each control on this page.
857
-
858
- **HTML Tag:** In this field, you would need to choose "HTML Tag" for Thumbnail Description.
859
-
860
- **Text Alignment:** In this field, you would need to choose "Text Alignment" for Thumbnail Description.
861
-
862
- **Font Style:** In this field, you would need to provide "Font Size and Color" for Thumbnail Description.
863
-
864
- **Font Family:** In this field, you would need to choose "Font Family" for Thumbnail Description.
865
-
866
- **Margin:** In this field, you would need to provide "Margin" for Thumbnail Description.
867
-
868
- **Padding:** In this field, you would need to provide "Padding" for Thumbnail Description.
869
-
870
- Once everything is being setup, you would need to click on "Save Changes" button to save the settings.
871
-
872
- = How to manage Slideshow Layout? (Premium Edition) =
873
-
874
- On the **Gallery Bank Navigation Panel**, select **Layout Settings - Slideshow Layout**.
875
-
876
- 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.
877
-
878
- **How to manage Thumbnails for Slideshow Layout?**
879
-
880
- In order to manage thumbnails for Slideshow Layout, you would need to click on "Thumbnails" tab from top of the page.
881
-
882
- Here is the description of each control on this page.
883
-
884
- **Background Color:** In this field, you would need to choose "Background Color" for Slideshow Layout.
885
-
886
- **Border Style:** In this field, you would need to provide Width, Style and Color for Border of Slideshow Layout.
887
-
888
- **Border Radius:** In this field, you would need to provide "Border Radius" for Slideshow Layout.
889
-
890
- **Buttons Color:** In this field, you would need to choose "Buttons Color".
891
-
892
- **Buttons Hover Color:** In this field, you would need to choose "Buttons Hover Color".
893
-
894
- **Buttons Border Style:** In this field, you would need to provide Width, Style and Color for Border of Buttons.
895
-
896
- **Buttons Border Radius:** In this field, you would need to provide "Border Radius" for Buttons.
897
-
898
- **Shadow:** In this field, you would need to provide CSS type values for "Shadow" of Slideshow Layout.
899
-
900
- **Shadow Color:** In this field, you would need to choose "Shadow Color" for Slideshow Layout.
901
-
902
- **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.
903
-
904
- **Filmstrip Border Style:** In this field, you would need to provide Width, Style and Color for Border of Filmstrip.
905
-
906
- **Filmstrip Border Radius:** In this field, you would need to provide "Border Radius" for Filmstrip.
907
-
908
- **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.
909
-
910
- **Filmstrip De-active Transparency:** In this field, you would need to provide Transparency for Deactivated Filmstrip.
911
-
912
- **Filmstrip Margin:** In this field, you would need to provide "Margin" for Filmstrip.
913
-
914
- **Filmstrip Padding:** In this field, you would need to provide "Padding" for Filmstrip.
915
-
916
- Once everything is being setup, you would need to click on "Save Changes" button to save the settings.
917
-
918
- **How to customize Gallery Title for Slideshow Layout?**
919
-
920
- In order to customize Gallery Title of Slideshow Layout, you would need to click on "Gallery Title" tab from top of the page.
921
-
922
- Here is the description of each control on this page.
923
-
924
- **HTML Tag:** In this field, you would need to choose "HTML Tag" for Gallery Title.
925
-
926
- **Text Alignment:** In this field, you would need to choose "Text Alignment" for Gallery Title.
927
-
928
- **Font Style:** In this field, you would need to provide "Font Size and Color" for Gallery Title.
929
-
930
- **Font Family:** In this field, you would need to choose "Font Family" for Gallery Title.
931
-
932
- **Margin:** In this field, you would need to provide "Margin" for Gallery Title.
933
-
934
- **Padding:** In this field, you would need to provide "Padding" for Gallery Title.
935
-
936
- Once everything is being setup, you would need to click on "Save Changes" button to save the settings.
937
-
938
- **How to customize Gallery Description for Slideshow Layout?**
939
-
940
- In order to customize Gallery Description of Slideshow Layout, you would need to click on "Gallery Description" tab from top of the page.
941
-
942
- Here is the description of each control on this page.
943
-
944
- **HTML Tag:** In this field, you would need to choose "HTML Tag" for Gallery Description.
945
-
946
- **Text Alignment:** In this field, you would need to choose "Text Alignment" for Gallery Description.
947
-
948
- **Font Style:** In this field, you would need to provide "Font Size and Color" for Gallery Description.
949
-
950
- **Font Family:** In this field, you would need to choose "Font Family" for Gallery Description.
951
-
952
- **Margin:** In this field, you would need to provide "Margin" for Gallery Description.
953
-
954
- **Padding:** In this field, you would need to provide "Padding" for Gallery Description.
955
-
956
- Once everything is being setup, you would need to click on "Save Changes" button to save the settings.
957
-
958
- **How to customize Thumbnail Title for Slideshow Layout?**
959
-
960
- In order to customize Thumbnail Title of Slideshow Layout, you would need to click on "Thumbnail Title" tab from top of the page.
961
-
962
- Here is the description of each control on this page.
963
-
964
- **HTML Tag:** In this field, you would need to choose "HTML Tag" for Thumbnail Title.
965
-
966
- **Text Alignment:** In this field, you would need to choose "Text Alignment" for Thumbnail Title.
967
-
968
- **Font Style:** In this field, you would need to provide "Font Size and Color" for Thumbnail Title.
969
-
970
- **Font Family:** In this field, you would need to choose "Font Family" for Thumbnail Title.
971
-
972
- **Margin:** In this field, you would need to provide "Margin" for Thumbnail Title.
973
-
974
- **Padding:** In this field, you would need to provide "Padding" for Thumbnail Title.
975
-
976
- Once everything is being setup, you would need to click on "Save Changes" button to save the settings.
977
-
978
- **How to customize Thumbnail Description for Slideshow Layout?**
979
-
980
- In order to customize Thumbnail Description of Slideshow Layout, you would need to click on "Thumbnail Description" tab from top of the page.
981
-
982
- Here is the description of each control on this page.
983
-
984
- **HTML Tag:** In this field, you would need to choose "HTML Tag" for Thumbnail Description.
985
-
986
- **Text Alignment:** In this field, you would need to choose "Text Alignment" for Thumbnail Description.
987
-
988
- **Font Style:** In this field, you would need to provide "Font Size and Color" for Thumbnail Description.
989
-
990
- **Font Family:** In this field, you would need to choose "Font Family" for Thumbnail Description.
991
-
992
- **Margin:** In this field, you would need to provide "Margin" for Thumbnail Description.
993
-
994
- **Padding:** In this field, you would need to provide "Padding" for Thumbnail Description.
995
-
996
- Once everything is being setup, you would need to click on "Save Changes" button to save the settings.
997
-
998
- = How to manage Image Browser Layout? (Premium Edition) =
999
-
1000
- On the **Gallery Bank Navigation Panel**, select **Layout Settings - Image Browser Layout**.
1001
-
1002
- 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.
1003
-
1004
- **How to manage Thumbnails for Image Browser Layout?**
1005
-
1006
- In order to manage thumbnails for Image Browser Layout, you would need to click on "Thumbnails" tab from top of the page.
1007
-
1008
- Here is the description of each control on this page.
1009
-
1010
- **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.
1011
-
1012
- **Border Style:** In this field, you would need to provide Width, Style and Color for Border of Image Browser Layout.
1013
-
1014
- **Border Radius:** In this field, you would need to provide "Border Radius" for Image Browser Layout.
1015
-
1016
- **Shadow:** In this field, you would need to provide CSS type values for "Shadow" of Image Browser Layout.
1017
-
1018
- **Shadow Color:** In this field, you would need to choose "Shadow Color" for Image Browser Layout.
1019
-
1020
- **Buttons Color:** In this field, you would need to choose "Buttons Color".
1021
-
1022
- **Buttons Hover Color:** In this field, you would need to choose "Buttons Hover Color".
1023
-
1024
- **Buttons Border Style:** In this field, you would need to provide Width, Style and Color for Border of Buttons.
1025
-
1026
- **Buttons Border Radius:** In this field, you would need to provide "Border Radius" for Buttons.
1027
-
1028
- **Buttons Font Style:** In this field, you would need to provide Font Size and Color for Buttons.
1029
-
1030
- **Buttons Font Family:** In this field, you would need to choose "Font Family" for Buttons.
1031
-
1032
- **Margin:** In this field, you would need to provide "Margin" for Image Browser Layout.
1033
-
1034
- **Padding:** In this field, you would need to provide "Padding" for Image Browser Layout.
1035
-
1036
- Once everything is being setup, you would need to click on "Save Changes" button to save the settings.
1037
-
1038
- **How to customize Gallery Title for Image Browser Layout?**
1039
-
1040
- In order to customize Gallery Title of Image Browser Layout, you would need to click on "Gallery Title" tab from top of the page.
1041
-
1042
- Here is the description of each control on this page.
1043
-
1044
- **HTML Tag:** In this field, you would need to choose "HTML Tag" for Gallery Title.
1045
-
1046
- **Text Alignment:** In this field, you would need to choose "Text Alignment" for Gallery Title.
1047
-
1048
- **Font Style:** In this field, you would need to provide "Font Size and Color" for Gallery Title.
1049
-
1050
- **Font Family:** In this field, you would need to choose "Font Family" for Gallery Title.
1051
-
1052
- **Margin:** In this field, you would need to provide "Margin" for Gallery Title.
1053
-
1054
- **Padding:** In this field, you would need to provide "Padding" for Gallery Title.
1055
-
1056
- Once everything is being setup, you would need to click on "Save Changes" button to save the settings.
1057
-
1058
- **How to customize Gallery Description for Image Browser Layout?**
1059
-
1060
- In order to customize Gallery Description of Image Browser Layout, you would need to click on "Gallery Description" tab from top of the page.
1061
-
1062
- Here is the description of each control on this page.
1063
-
1064
- **HTML Tag:** In this field, you would need to choose "HTML Tag" for Gallery Description.
1065
-
1066
- **Text Alignment:** In this field, you would need to choose "Text Alignment" for Gallery Description.
1067
-
1068
- **Font Style:** In this field, you would need to provide "Font Size and Color" for Gallery Description.
1069
-
1070
- **Font Family:** In this field, you would need to choose "Font Family" for Gallery Description.
1071
-
1072
- **Margin:** In this field, you would need to provide "Margin" for Gallery Description.
1073
-
1074
- **Padding:** In this field, you would need to provide "Padding" for Gallery Description.
1075
-
1076
- Once everything is being setup, you would need to click on "Save Changes" button to save the settings.
1077
-
1078
- **How to customize Thumbnail Title for Image Browser Layout?**
1079
-
1080
- In order to customize Thumbnail Title of Image Browser Layout, you would need to click on "Thumbnail Title" tab from top of the page.
1081
-
1082
- Here is the description of each control on this page.
1083
-
1084
- **HTML Tag:** In this field, you would need to choose "HTML Tag" for Thumbnail Title.
1085
-
1086
- **Text Alignment:** In this field, you would need to choose "Text Alignment" for Thumbnail Title.
1087
-
1088
- **Font Style:** In this field, you would need to provide "Font Size and Color" for Thumbnail Title.
1089
-
1090
- **Font Family:** In this field, you would need to choose "Font Family" for Thumbnail Title.
1091
-
1092
- **Margin:** In this field, you would need to provide "Margin" for Thumbnail Title.
1093
-
1094
- **Padding:** In this field, you would need to provide "Padding" for Thumbnail Title.
1095
-
1096
- Once everything is being setup, you would need to click on "Save Changes' button to save the settings.
1097
-
1098
- **How to customize Thumbnail Description for Image Browser Layout?**
1099
-
1100
- In order to customize Thumbnail Description of Image Browser Layout, you would need to click on "Thumbnail Description" tab from top of the page.
1101
-
1102
- Here is the description of each control on this page.
1103
-
1104
- **HTML Tag:** In this field, you would need to choose "HTML Tag" for Thumbnail Description.
1105
-
1106
- **Text Alignment:** In this field, you would need to choose "Text Alignment" for Thumbnail Description.
1107
-
1108
- **Font Style:** In this field, you would need to provide "Font Size and Color" for Thumbnail Description.
1109
-
1110
- **Font Family:** In this field, you would need to choose "Font Family" for Thumbnail Description.
1111
-
1112
- **Margin:** In this field, you would need to provide "Margin" for Thumbnail Description.
1113
-
1114
- **Padding:** In this field, you would need to provide "Padding" for Thumbnail Description.
1115
-
1116
- Once everything is being setup, you would need to click on "Save Changes" button to save the settings.
1117
-
1118
- = How to manage Justified Grid Layout? (Premium Edition) =
1119
-
1120
- On the **Gallery Bank Navigation Panel**, select **Layout Settings - Justified Grid Layout**.
1121
-
1122
- 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.
1123
-
1124
- **How to manage Thumbnails for Justified Grid Layout?**
1125
-
1126
- In order to manage thumbnails for Justified Grid Layout, you would need to click on "Thumbnails" tab from top of the page.
1127
-
1128
- Here is the description of each control on this page.
1129
-
1130
- **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.
1131
-
1132
- **Background Color & Transparency:** In this field, you would need to choose "Color and Opacity" for background. Transparency should be from 0 to 100.
1133
-
1134
- **Border Style:** In this field, you would need to provide Width, Style and Color for Border of Justified Grid Layout.
1135
-
1136
- **Border Radius:** In this field, you would need to provide "Border Radius" for Justified Grid Layout.
1137
-
1138
- **Shadow:** In this field, you would need to provide CSS type values for "Shadow" of Justified Grid Layout.
1139
-
1140
- **Shadow Color:** In this field, you would need to choose "Shadow Color" for Justified Grid Layout.
1141
-
1142
- **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.
1143
-
1144
- **Padding:** In this field, you would need to provide "Padding" for Justified Grid Layout.
1145
-
1146
- **Transition:** In this field, you would need to provide Transition time to complete the effect. It should be from 1 to 9.
1147
-
1148
- Once everything is being setup, you would need to click on "Save Changes" button to save the settings.
1149
-
1150
- **How to customize Gallery Title for Justified Grid Layout?**
1151
-
1152
- In order to customize Gallery Title of Justified Grid Layout, you would need to click on "Gallery Title" tab from top of the page.
1153
-
1154
- Here is the description of each control on this page.
1155
-
1156
- **HTML Tag:** In this field, you would need to choose "HTML Tag" for Gallery Title.
1157
-
1158
- **Text Alignment:** In this field, you would need to choose "Text Alignment" for Gallery Title.
1159
-
1160
- **Font Style:** In this field, you would need to provide "Font Size and Color" for Gallery Title.
1161
-
1162
- **Font Family:** In this field, you would need to choose "Font Family" for Gallery Title.
1163
-
1164
- **Margin:** In this field, you would need to provide "Margin" for Gallery Title.
1165
-
1166
- **Padding:** In this field, you would need to provide "Padding" for Gallery Title.
1167
-
1168
- Once everything is being setup, you would need to click on "Save Changes" button to save the settings.
1169
-
1170
- **How to customize Gallery Description for Justified Grid Layout?**
1171
-
1172
- In order to customize Gallery Description of Justified Grid Layout, you would need to click on "Gallery Description" tab from top of the page.
1173
-
1174
- Here is the description of each control on this page.
1175
-
1176
- **HTML Tag:** In this field, you would need to choose "HTML Tag" for Gallery Description.
1177
-
1178
- **Text Alignment:** In this field, you would need to choose "Text Alignment" for Gallery Description.
1179
-
1180
- **Font Style:** In this field, you would need to provide "Font Size and Color" for Gallery Description.
1181
-
1182
- **Font Family:** In this field, you would need to choose "Font Family" for Gallery Description.
1183
-
1184
- **Margin:** In this field, you would need to provide "Margin" for Gallery Description.
1185
-
1186
- **Padding:** In this field, you would need to provide "Padding" for Gallery Description.
1187
-
1188
- Once everything is being setup, you would need to click on "Save Changes" button to save the settings.
1189
-
1190
- **How to customize Thumbnail Title for Justified Grid Layout?**
1191
-
1192
- In order to customize Thumbnail Title of Justified Grid Layout, you would need to click on "Thumbnail Title" tab from top of the page.
1193
-
1194
- Here is the description of each control on this page.
1195
-
1196
- **HTML Tag:** In this field, you would need to choose "HTML Tag" for Thumbnail Title.
1197
-
1198
- **Text Alignment:** In this field, you would need to choose "Text Alignment" for Thumbnail Title.
1199
-
1200
- **Font Style:** In this field, you would need to provide "Font Size and Color" for Thumbnail Title.
1201
-
1202
- **Font Family:** In this field, you would need to choose "Font Family" for Thumbnail Title.
1203
-
1204
- **Margin:** In this field, you would need to provide "Margin" for Thumbnail Title.
1205
-
1206
- **Padding:** In this field, you would need to provide "Padding" for Thumbnail Title.
1207
-
1208
- Once everything is being setup, you would need to click on "Save Changes" button to save the settings.
1209
-
1210
- **How to customize Thumbnail Description for Justified Grid Layout?**
1211
-
1212
- In order to customize Thumbnail Description of Justified Grid Layout, you would need to click on "Thumbnail Description" tab from top of the page.
1213
-
1214
- Here is the description of each control on this page.
1215
-
1216
- **HTML Tag:** In this field, you would need to choose "HTML Tag" for Thumbnail Description.
1217
-
1218
- **Text Alignment:** In this field, you would need to choose "Text Alignment" for Thumbnail Description.
1219
-
1220
- **Font Style:** In this field, you would need to provide "Font Size and Color" for Thumbnail Description.
1221
-
1222
- **Font Family:** In this field, you would need to choose "Font Family" for Thumbnail Description.
1223
-
1224
- **Margin:** In this field, you would need to provide "Margin" for Thumbnail Description.
1225
-
1226
- **Padding:** In this field, you would need to provide "Padding" for Thumbnail Description.
1227
-
1228
- Once everything is being setup, you would need to click on "Save Changes" button to save the settings.
1229
-
1230
- = How to manage Blog Style Layout? (Premium Edition) =
1231
-
1232
- On the **Gallery Bank Navigation Panel**, select **Layout Settings - Blog Style Layout**.
1233
-
1234
- 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.
1235
-
1236
- **How to manage Thumbnails for Blog Style Layout?**
1237
-
1238
- In order to manage thumbnails for Blog Style Layout, you would need to click on "Thumbnails" tab from top of the page.
1239
-
1240
- Here is the description of each control on this page.
1241
-
1242
- **Background Color:** In this field, you would need to choose "Background Color" for Blog Style Layout.
1243
-
1244
- **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.
1245
-
1246
- **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.
1247
-
1248
- **Border Style:** In this field, you would need to provide Width, Style and Color for Border of Blog Style Layout.
1249
-
1250
- **Border Radius:** In this field, you would need to provide "Border Radius" for Blog Style Layout.
1251
-
1252
- **Shadow:** In this field, you would need to provide CSS type values for "Shadow" of Blog Style Layout.
1253
-
1254
- **Shadow Color:** In this field, you would need to choose "Shadow Color" for Blog Style Layout.
1255
-
1256
- **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.
1257
-
1258
- **Transition:** In this field, you would need to provide Transition time to complete the effect. It should be from 1 to 9.
1259
-
1260
- **Margin:** In this field, you would need to provide "Margin" for Blog Style Layout.
1261
-
1262
- **Padding:** In this field, you would need to provide "Padding" for Blog Style Layout.
1263
-
1264
- Once everything is being setup, you would need to click on "Save Changes" button to save the settings.
1265
-
1266
- **How to customize Gallery Title for Blog Style Layout?**
1267
-
1268
- In order to customize Gallery Title of Blog Style Layout, you would need to click on "Gallery Title" tab from top of the page.
1269
-
1270
- Here is the description of each control on this page.
1271
-
1272
- **HTML Tag:** In this field, you would need to choose "HTML Tag" for Gallery Title.
1273
-
1274
- **Text Alignment:** In this field, you would need to choose "Text Alignment" for Gallery Title.
1275
-
1276
- **Font Style:** In this field, you would need to provide "Font Size and Color" for Gallery Title.
1277
-
1278
- **Font Family:** In this field, you would need to choose "Font Family" for Gallery Title.
1279
-
1280
- **Margin:** In this field, you would need to provide "Margin" for Gallery Title.
1281
-
1282
- **Padding:** In this field, you would need to provide "Padding" for Gallery Title.
1283
-
1284
- Once everything is being setup, you would need to click on "Save Changes" button to save the settings.
1285
-
1286
- **How to customize Gallery Description for Blog Style Layout?**
1287
-
1288
- In order to customize Gallery Description of Blog Style Layout, you would need to click on "Gallery Description" tab from top of the page.
1289
-
1290
- Here is the description of each control on this page.
1291
-
1292
- **HTML Tag:** In this field, you would need to choose "HTML Tag" for Gallery Description.
1293
-
1294
- **Text Alignment:** In this field, you would need to choose "Text Alignment" for Gallery Description.
1295
-
1296
- **Font Style:** In this field, you would need to provide "Font Size and Color" for Gallery Description.
1297
-
1298
- **Font Family:** In this field, you would need to choose "Font Family" for Gallery Description.
1299
-
1300
- **Margin:** In this field, you would need to provide "Margin" for Gallery Description.
1301
-
1302
- **Padding:** In this field, you would need to provide "Padding" for Gallery Description.
1303
-
1304
- Once everything is being setup, you would need to click on "Save Changes" button to save the settings.
1305
-
1306
- **How to customize Thumbnail Title for Blog Style Layout?**
1307
-
1308
- In order to customize Thumbnail Title of Blog Style Layout, you would need to click on "Thumbnail Title" tab from top of the page.
1309
-
1310
- Here is the description of each control on this page.
1311
-
1312
- **HTML Tag:** In this field, you would need to choose "HTML Tag" for Thumbnail Title.
1313
-
1314
- **Text Alignment:** In this field, you would need to choose "Text Alignment" for Thumbnail Title.
1315
-
1316
- **Font Style:** In this field, you would need to provide "Font Size and Color" for Thumbnail Title.
1317
-
1318
- **Font Family:** In this field, you would need to choose "Font Family" for Thumbnail Title.
1319
-
1320
- **Margin:** In this field, you would need to provide "Margin" for Thumbnail Title.
1321
-
1322
- **Padding:** In this field, you would need to provide "Padding" for Thumbnail Title.
1323
-
1324
- Once everything is being setup, you would need to click on "Save Changes" button to save the settings.
1325
-
1326
- **How to customize Thumbnail Description for Blog Style Layout?**
1327
-
1328
- In order to customize Thumbnail Description of Blog Style Layout, you would need to click on "Thumbnail Description" tab from top of the page.
1329
-
1330
- Here is the description of each control on this page.
1331
-
1332
- **HTML Tag:** In this field, you would need to choose "HTML Tag" for Thumbnail Description.
1333
-
1334
- **Text Alignment:** In this field, you would need to choose "Text Alignment" for Thumbnail Description.
1335
-
1336
- **Font Style:** In this field, you would need to provide "Font Size and Color" for Thumbnail Description.
1337
-
1338
- **Font Family:** In this field, you would need to choose "Font Family" for Thumbnail Description.
1339
-
1340
- **Margin:** In this field, you would need to provide "Margin" for Thumbnail Description.
1341
-
1342
- **Padding:** In this field, you would need to provide "Padding" for Thumbnail Description.
1343
-
1344
- Once everything is being setup, you would need to click on "Save Changes" button to save the settings.
1345
-
1346
- = How to manage Compact Album Layout? (Premium Edition) =
1347
-
1348
- On the **Gallery Bank Navigation Panel**, select **Layout Settings - Compact Album Layout**.
1349
-
1350
- 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.
1351
-
1352
- **How to manage Thumbnails for Compact Album Layout?**
1353
-
1354
- In order to manage thumbnails for Compact Album Layout, you would need to click on "Thumbnails" tab from top of the page.
1355
-
1356
- Here is the description of each control on this page.
1357
-
1358
- **Thumbnail Dimensions:** In this field, you would need to provide "Width and Height" for image thumbnails.
1359
-
1360
- **Background Color & Transparency:** In this field, you would need to choose "Color and Opacity" for background. Transparency should be from 0 to 100.
1361
-
1362
- **Thumbnail Opacity:** In this field, you would need to provide Opacity for Thumbnail in percentage. It should be from 0 to 100.
1363
-
1364
- **Border Style:** In this field, you would need to provide Width, Style and Color for Border of Album.
1365
-
1366
- **Border Radius:** In this field, you would need to provide "Border Radius" of Album.
1367
-
1368
- **Shadow:** In this field, you would need to provide CSS type values for "Shadow" of Album.
1369
-
1370
- **Shadow Color:** In this field, you would need to choose "Shadow Color" of Album.
1371
-
1372
- **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.
1373
-
1374
- **Transition:** In this field, you would need to provide Transition time to complete the effect. It should be from 1 to 9.
1375
-
1376
- **Margin:** In this field, you would need to provide "Margin" of Album.
1377
-
1378
- **Padding:** In this field, you would need to provide "Padding" of Album.
1379
-
1380
- Once everything is being setup, you would need to click on "Save Changes" button to save the settings.
1381
-
1382
- **How to customize Album Title for Compact Album Layout?**
1383
-
1384
- In order to customize Album Title of Compact Album Layout, you would need to click on "Album Title" tab from top of the page.
1385
-
1386
- Here is the description of each control on this page.
1387
-
1388
- **HTML Tag:** In this field, you would need to choose "HTML Tag" for Album Title.
1389
-
1390
- **Text Alignment:** In this field, you would need to choose "Text Alignment" for Album Title.
1391
-
1392
- **Font Style:** In this field, you would need to provide "Font Size and Color" for Album Title.
1393
-
1394
- **Line Height:** In this field, you would need to provide "Line Height" for Album Title.
1395
-
1396
- **Font Family:** In this field, you would need to choose "Font Family" for Album Title.
1397
-
1398
- **Margin:** In this field, you would need to provide "Margin" for Album Title.
1399
-
1400
- **Padding:** In this field, you would need to provide "Padding" for Album Title.
1401
-
1402
- Once everything is being setup, you would need to click on "Save Changes" button to save the settings.
1403
-
1404
- **How to customize Album Description for Compact Album Layout?**
1405
-
1406
- In order to customize Album Description of Compact Album Layout, you would need to click on "Album Description" tab from top of the page.
1407
-
1408
- Here is the description of each control on this page.
1409
-
1410
- **HTML Tag:** In this field, you would need to choose "HTML Tag" for Album Description.
1411
-
1412
- **Text Alignment:** In this field, you would need to choose "Text Alignment" for Album Description.
1413
-
1414
- **Font Style:** In this field, you would need to provide "Font Size and Color" for Album Description.
1415
-
1416
- **Line Height:** In this field, you would need to provide "Line Height" for Album Description.
1417
-
1418
- **Font Family:** In this field, you would need to choose "Font Family" for Album Description.
1419
-
1420
- **Margin:** In this field, you would need to provide "Margin" for Album Description.
1421
-
1422
- **Padding:** In this field, you would need to provide "Padding" for Album Description.
1423
-
1424
- Once everything is being setup, you would need to click on "Save Changes" button to save the settings.
1425
-
1426
- **How to customize Gallery Title for Compact Album Layout?**
1427
-
1428
- In order to customize Gallery Title of Compact Album Layout, you would need to click on "Gallery Title" tab from top of the page.
1429
-
1430
- Here is the description of each control on this page.
1431
-
1432
- **HTML Tag:** In this field, you would need to choose "HTML Tag" for Gallery Title.
1433
-
1434
- **Text Alignment:** In this field, you would need to choose "Text Alignment" for Gallery Title.
1435
-
1436
- **Font Style:** In this field, you would need to provide "Font Size and Color" for Gallery Title.
1437
-
1438
- **Line Height:** In this field, you would need to provide "Line Height" for Gallery Title.
1439
-
1440
- **Font Family:** In this field, you would need to choose "Font Family" for Gallery Title.
1441
-
1442
- **Margin:** In this field, you would need to provide "Margin" for Gallery Title.
1443
-
1444
- **Padding:** In this field, you would need to provide "Padding" for Gallery Title.
1445
-
1446
- Once everything is being setup, you would need to click on "Save Changes" button to save the settings.
1447
-
1448
- **How to customize Gallery Description for Compact Album Layout?**
1449
-
1450
- In order to customize Gallery Description of Compact Album Layout, you would need to click on "Gallery Description" tab from top of the page.
1451
-
1452
- Here is the description of each control on this page.
1453
-
1454
- **HTML Tag:** In this field, you would need to choose "HTML Tag" for Gallery Description.
1455
-
1456
- **Text Alignment:** In this field, you would need to choose "Text Alignment" for Gallery Description.
1457
-
1458
- **Font Style:** In this field, you would need to provide "Font Size and Color" for Gallery Description.
1459
-
1460
- **Line Height:** In this field, you would need to provide "Line Height" for Gallery Description.
1461
-
1462
- **Font Family:** In this field, you would need to choose "Font Family" for Gallery Description.
1463
-
1464
- **Margin:** In this field, you would need to provide "Margin" for Gallery Description.
1465
-
1466
- **Padding:** In this field, you would need to provide "Padding" for Gallery Description.
1467
-
1468
- Once everything is being setup, you would need to click on "Save Changes" button to save the settings.
1469
-
1470
- **How to customize Buttons for Compact Album Layout?**
1471
-
1472
- In order to customize Buttons of Compact Album Layout, you would need to click on "Buttons" tab from top of the page.
1473
-
1474
- Here is the description of each control on this page.
1475
-
1476
- **Button Text:** In this field, you would need to provide text that would be display on the Button.
1477
-
1478
- **Button Text Alignment:** In this field, you would need to choose "Button Text Alignment" for Button.
1479
-
1480
- **Button Color:** In this field, you would need to choose "Button Color" for Button.
1481
-
1482
- **Button Hover Color:** In this field, you would need to choose "Button Hover Color" for Button.
1483
-
1484
- **Border Style:** In this field, you would need to provide Width, Style and Color for Border of Button.
1485
-
1486
- **Border Hover Color:** In this field, you would need to choose "Border Hover Color" for Button.
1487
-
1488
- **Border Radius:** In this field, you would need to provide "Border Radius" for Button.
1489
-
1490
- **Font Family:** In this field, you would need to choose "Font Family" for Button.
1491
-
1492
- **Font Style:** In this field, you would need to provide "Font Size and Color" for Button.
1493
-
1494
- **Margin:** In this field, you would need to provide "Margin" for Button.
1495
-
1496
- **Padding:** In this field, you would need to provide "Padding" for Button.
1497
-
1498
- Once everything is being setup, you would need to click on "Save Changes" button to save the settings.
1499
-
1500
- = How to manage Extended Album Layout? (Premium Edition) =
1501
-
1502
- On the **Gallery Bank Navigation Panel**, select **Layout Settings - Extended Album Layout**.
1503
-
1504
- 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.
1505
-
1506
- **How to manage Thumbnails for Extended Album Layout?**
1507
-
1508
- In order to manage thumbnails for Extended Album Layout, you would need to click on "Thumbnails" tab from top of the page.
1509
-
1510
- Here is the description of each control on this page.
1511
-
1512
- **Thumbnail Dimensions:** In this field, you would need to provide "Width and Height" for image thumbnails.
1513
-
1514
- **Background Color & Transparency:** In this field, you would need to choose "Color and Opacity" for background. Transparency should be from 0 to 100.
1515
-
1516
- **Thumbnail Opacity:** In this field, you would need to provide Opacity for Thumbnail in percentage. It should be from 0 to 100.
1517
-
1518
- **Border Style:** In this field, you would need to provide Width, Style and Color for Border of Album.
1519
-
1520
- **Border Radius:** In this field, you would need to provide "Border Radius" of Album.
1521
-
1522
- **Shadow:** In this field, you would need to provide CSS type values for "Shadow" of Album.
1523
-
1524
- **Shadow Color:** In this field, you would need to choose "Shadow Color" of Album.
1525
-
1526
- **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.
1527
-
1528
- **Transition:** In this field, you would need to provide Transition time to complete the effect. It should be from 1 to 9.
1529
-
1530
- **Margin:** In this field, you would need to provide "Margin" of Album.
1531
-
1532
- **Padding:** In this field, you would need to provide "Padding" of Album.
1533
-
1534
- Once everything is being setup, you would need to click on "Save Changes" button to save the settings.
1535
-
1536
- **How to customize Album Title for Extended Album Layout?**
1537
-
1538
- In order to customize Album Title of Extended Album Layout, you would need to click on "Album Title" tab from top of the page.
1539
-
1540
- Here is the description of each control on this page.
1541
-
1542
- **HTML Tag:** In this field, you would need to choose "HTML Tag" for Album Title.
1543
-
1544
- **Text Alignment:** In this field, you would need to choose "Text Alignment" for Album Title.
1545
-
1546
- **Font Style:** In this field, you would need to provide "Font Size and Color" for Album Title.
1547
-
1548
- **Line Height:** In this field, you would need to provide "Line Height" for Album Title.
1549
-
1550
- **Font Family:** In this field, you would need to choose "Font Family" for Album Title.
1551
-
1552
- **Margin:** In this field, you would need to provide "Margin" for Album Title.
1553
-
1554
- **Padding:** In this field, you would need to provide "Padding" for Album Title.
1555
-
1556
- Once everything is being setup, you would need to click on "Save Changes" button to save the settings.
1557
-
1558
- **How to customize Album Description for Extended Album Layout?**
1559
-
1560
- In order to customize Album Description of Extended Album Layout, you would need to click on "Album Description" tab from top of the page.
1561
-
1562
- Here is the description of each control on this page.
1563
-
1564
- **HTML Tag:** In this field, you would need to choose "HTML Tag" for Album Description.
1565
-
1566
- **Text Alignment:** In this field, you would need to choose "Text Alignment" for Album Description.
1567
-
1568
- **Font Style:** In this field, you would need to provide "Font Size and Color" for Album Description.
1569
-
1570
- **Line Height:** In this field, you would need to provide "Line Height" for Album Description.
1571
-
1572
- **Font Family:** In this field, you would need to choose "Font Family" for Album Description.
1573
-
1574
- **Margin:** In this field, you would need to provide "Margin" for Album Description.
1575
-
1576
- **Padding:** In this field, you would need to provide "Padding" for Album Description.
1577
-
1578
- Once everything is being setup, you would need to click on "Save Changes" button to save the settings.
1579
-
1580
- **How to customize Gallery Title for Extended Album Layout?**
1581
-
1582
- In order to customize Gallery Title of Extended Album Layout, you would need to click on "Gallery Title" tab from top of the page.
1583
-
1584
- Here is the description of each control on this page.
1585
-
1586
- **HTML Tag:** In this field, you would need to choose "HTML Tag" for Gallery Title.
1587
-
1588
- **Text Alignment:** In this field, you would need to choose "Text Alignment" for Gallery Title.
1589
-
1590
- **Font Style:** In this field, you would need to provide "Font Size and Color" for Gallery Title.
1591
-
1592
- **Line Height:** In this field, you would need to provide "Line Height" for Gallery Title.
1593
-
1594
- **Font Family:** In this field, you would need to choose "Font Family" for Gallery Title.
1595
-
1596
- **Margin:** In this field, you would need to provide "Margin" for Gallery Title.
1597
-
1598
- **Padding:** In this field, you would need to provide "Padding" for Gallery Title.
1599
-
1600
- Once everything is being setup, you would need to click on "Save Changes" button to save the settings.
1601
-
1602
- **How to customize Gallery Description for Extended Album Layout?**
1603
-
1604
- In order to customize Gallery Description of Extended Album Layout, you would need to click on "Gallery Description" tab from top of the page.
1605
-
1606
- Here is the description of each control on this page.
1607
-
1608
- **HTML Tag:** In this field, you would need to choose "HTML Tag" for Gallery Description.
1609
-
1610
- **Text Alignment:** In this field, you would need to choose "Text Alignment" for Gallery Description.
1611
-
1612
- **Font Style:** In this field, you would need to provide "Font Size and Color" for Gallery Description.
1613
-
1614
- **Line Height:** In this field, you would need to provide "Line Height" for Gallery Description.
1615
-
1616
- **Font Family:** In this field, you would need to choose "Font Family" for Gallery Description.
1617
-
1618
- **Margin:** In this field, you would need to provide "Margin" for Gallery Description.
1619
-
1620
- **Padding:** In this field, you would need to provide "Padding" for Gallery Description.
1621
-
1622
- Once everything is being setup, you would need to click on "Save Changes" button to save the settings.
1623
-
1624
- **How to customize Buttons for Extended Album Layout?**
1625
-
1626
- In order to customize Buttons of Extended Album Layout, you would need to click on "Buttons" tab from top of the page.
1627
-
1628
- Here is the description of each control on this page.
1629
-
1630
- **Button Text:** In this field, you would need to provide text that would be display on the Button.
1631
-
1632
- **Button Text Alignment:** In this field, you would need to choose "Button Text Alignment" for Button.
1633
-
1634
- **Button Color:** In this field, you would need to choose "Button Color" for Button.
1635
-
1636
- **Button Hover Color:** In this field, you would need to choose "Button Hover Color" for Button.
1637
-
1638
- **Border Style:** In this field, you would need to provide Width, Style and Color for Border of Button.
1639
-
1640
- **Border Hover Color:** In this field, you would need to choose "Border Hover Color" for Button.
1641
-
1642
- **Border Radius:** In this field, you would need to provide "Border Radius" for Button.
1643
-
1644
- **Font Family:** In this field, you would need to choose "Font Family" for Button.
1645
-
1646
- **Font Style:** In this field, you would need to provide "Font Size and Color" for Button.
1647
-
1648
- **Margin:** In this field, you would need to provide "Margin" for Button.
1649
-
1650
- **Padding:** In this field, you would need to provide "Padding" for Button.
1651
-
1652
- Once everything is being setup, you would need to click on "Save Changes" button to save the settings.
1653
-
1654
- **How to manage Custom CSS?**
1655
-
1656
- On the **Gallery Bank Navigation Panel**, click on **Layout Settings - Custom CSS**.
1657
-
1658
- **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.
1659
-
1660
- 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.
1661
-
1662
- = How to manage Lightboxes? (Premium Edition) =
1663
-
1664
- Gallery Bank includes the following five lightboxes:
1665
-
1666
- * Lightcase
1667
- * Fancy Box
1668
- * Color Box
1669
- * Foo Box Free Edition
1670
- * Nivo Lightbox
1671
-
1672
- Gallery Bank allows you to display your photos in a lightbox when they're clicked. They seamlessly integrate with our gallery plugin.
1673
-
1674
- 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.
1675
-
1676
- = How to customize Lightcase Lightbox? (Premium Edition) =
1677
-
1678
- On the **Gallery Bank Navigation Panel**, select **Lightboxes - Lightcase**.
1679
-
1680
- 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.
1681
-
1682
- **How to customize Settings for Lightcase?**
1683
-
1684
- In order to manage settings for Lightcase, you would need to click on "Settings" tab from top of the page.
1685
-
1686
- Here is the description of each control on this page.
1687
-
1688
- **Autoplay Slideshow:** In this field, you would need to choose "Enable" to autoplay the slideshow in Lightcase.
1689
-
1690
- **Transition:** In this field, you would need to choose "Transition Effect" for Lightbox.
1691
-
1692
- **Starting Transition Speed:** In this field, you would need to provide Starting Transition Speed for Lightbox.
1693
-
1694
- **Ending Transition Speed:** In this field, you would need to provide Ending Transition Speed for Lightbox.
1695
-
1696
- **Overlay Color:** In this field, you would need to choose Color for Overlay.
1697
-
1698
- **Overlay Opacity:** In this field, you would need to provide Opacity for Overlay. It should be from 0 to 100.
1699
-
1700
- **Button Style:** In this field, you would need to provide Font Size and Color for Buttons in Lightcase Lightbox.
1701
-
1702
- **Close Button:** In this field, you would need to choose "Show" to display Close Button.
1703
-
1704
- **Image Counter:** In this field, you would need to choose "Show" to display image counter in Lightbox.
1705
-
1706
- **Counter Font Style:** In this field, you would need to provide Font Size and Color for image counter.
1707
-
1708
- **Counter Font Family:** In this field, you would need to choose "Font Family" for image counter.
1709
-
1710
- **Border Style:** In this field, you would need to provide Width, Style and Color for border of Lightcase Lightbox.
1711
-
1712
- **Border Radius:** In this field, you would need to provide "Border Radius" for Lightcase Lightbox.
1713
-
1714
- Once everything is being setup, you would need to click on "Save Changes" button to save the settings.
1715
-
1716
- **How to customize Image Title for Lightcase?**
1717
-
1718
- In order to manage image title for Lightcase, you would need to click on "Image Title" tab from top of the page.
1719
-
1720
- Here is the description of each control on this page.
1721
-
1722
- **Title:** In this field, you would need to choose "Show" to display Title for image in Lightcase.
1723
-
1724
- **HTML Tag:** In this field, you would need to choose "HTML Tag" for Image Title.
1725
-
1726
- **Text Alignment:** In this field, you would need to choose "Text Alignment" for Image Title.
1727
-
1728
- **Font Style:** In this field, you would need to provide "Font Size and Color" for Image Title.
1729
-
1730
- **Font Family:** In this field, you would need to choose "Font Family" for Image Title.
1731
-
1732
- **Margin:** In this field, you would need to provide "Margin" for Image Title.
1733
-
1734
- **Padding:** In this field, you would need to provide "Padding" for Image Title.
1735
-
1736
- Once everything is being setup, you would need to click on "Save Changes" button to save the settings.
1737
-
1738
- **How to customize Image Description for Lightcase?**
1739
-
1740
- In order to manage image description for Lightcase, you would need to click on "Image Description" tab from top of the page.
1741
-
1742
- Here is the description of each control on this page.
1743
-
1744
- **Description:** In this field, you would need to choose "Show" to display Description for image in Lightcase.
1745
-
1746
- **HTML Tag:** In this field, you would need to choose "HTML Tag" for Image Description.
1747
-
1748
- **Text Alignment:** In this field, you would need to choose "Text Alignment" for Image Description.
1749
-
1750
- **Font Style:** In this field, you would need to provide "Font Size and Color" for Image Description.
1751
-
1752
- **Font Family:** In this field, you would need to choose "Font Family" for Image Description.
1753
-
1754
- **Margin:** In this field, you would need to provide "Margin" for Image Description.
1755
-
1756
- **Padding:** In this field, you would need to provide "Padding" for Image Description.
1757
-
1758
- Once everything is being setup, you would need to click on "Save Changes" button to save the settings.
1759
-
1760
- = How to customize Fancy Box? (Premium Edition) =
1761
-
1762
- On the **Gallery Bank Navigation Panel**, select **Lightboxes - Fancy Box**.
1763
-
1764
- 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.
1765
-
1766
- **How to customize Settings for Fancy Box?**
1767
-
1768
- In order to manage settings for Fancy Box, you would need to click on "Settings" tab from top of the page.
1769
-
1770
- Here is the description of each control on this page.
1771
-
1772
- **Title Position:** In this field, you would need to choose position for Title from the provided options.
1773
-
1774
- **Button Position:** In this field, you would need to choose "Button Position" for Fancy Box.
1775
-
1776
- **Navigation Arrows:** In this field, you would need to choose "Show" to display navigation arrows.
1777
-
1778
- **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.
1779
-
1780
- **Repeat Images:** If you would like to repeat images in lightbox, then you would need to choose "Enable" from dropdown or vice-versa.
1781
-
1782
- **Speed:** In this field, you would need to provide "Speed" for slideshow in Fancy Box.
1783
-
1784
- **Open speed:** In this field, you would need to provide speed of opening for Fancy Box.
1785
-
1786
- **Close speed:** In this field, you would need to provide speed of closing for Fancy Box.
1787
-
1788
- **Escape Button:** In this field, you would need to choose "Enable" to close image with Esc Button on keyboard.
1789
-
1790
- **Close Button:** In this field, you would need to choose "Show" to display Close Button.
1791
-
1792
- **Open Effect:** In this field, you would need to choose an opening effect for Fancy Box.
1793
-
1794
- **Close Effect:** In this field, you would need to choose a closing effect for Fancy Box.
1795
-
1796
- **Margin:** In this field, you would need to provide "Margin" for Fancy Box.
1797
-
1798
- **Padding:** In this field, you would need to "Padding" for Fancy Box.
1799
-
1800
- **Background Color:** In this field, you would need to choose "Background Color" for Fancy Box.
1801
-
1802
- **Background Opacity:** In this field, you would need to provide "Background Opacity" for Fancy Box. It should be from 0 to 100.
1803
-
1804
- **Overlay Color:** In this field, you would need to choose Color for Overlay.
1805
-
1806
- **Overlay Opacity:** In this field, you would need to provide Opacity for Overlay. It should be from 0 to 100.
1807
-
1808
- **Border Style:** In this field, you would need to provide Width, Style and Color for border of Fancy Box.
1809
-
1810
- **Border Radius:** In this field, you would need to provide "Border Radius" for Fancy Box.
1811
-
1812
- Once everything is being setup, you would need to click on "Save Changes" button located at bottom of the page to save the settings.
1813
-
1814
- **How to customize Image Title for Fancy Box?**
1815
-
1816
- In order to manage image title for Fancy Box, you would need to click on "Image Title" tab from top of the page.
1817
-
1818
- Here is the description of each control on this page.
1819
-
1820
- **Title:** In this field, you would need to choose "Show" to display Title for image in Fancy Box.
1821
-
1822
- **HTML Tag:** In this field, you would need to choose "HTML Tag" for Image Title.
1823
-
1824
- **Text Alignment:** In this field, you would need to choose "Text Alignment" for Image Title.
1825
-
1826
- **Font Style:** In this field, you would need to provide "Font Size and Color" for Image Title.
1827
-
1828
- **Font Family:** In this field, you would need to choose "Font Family" for Image Title.
1829
-
1830
- **Margin:** In this field, you would need to provide "Margin" for Image Title.
1831
-
1832
- **Padding:** In this field, you would need to provide "Padding" for Image Title.
1833
-
1834
- Once everything is being setup, you would need to click on "Save Changes" button located at bottom of the page to save the settings.
1835
-
1836
- **How to customize Image Description for Fancy Box?**
1837
-
1838
- In order to manage image description for Fancy Box, you would need to click on "Image Description" tab from top of the page.
1839
-
1840
- Here is the description of each control on this page.
1841
-
1842
- **Description:** In this field, you would need to choose "Show" to display Description for image in Fancy Box.
1843
-
1844
- **HTML Tag:** In this field, you would need to choose "HTML Tag" for Image Description.
1845
-
1846
- **Text Alignment:** In this field, you would need to choose "Text Alignment" for Image Description.
1847
-
1848
- **Font Style:** In this field, you would need to provide "Font Size and Color" for Image Description.
1849
-
1850
- **Font Family:** In this field, you would need to choose "Font Family" for Image Description.
1851
-
1852
- **Margin:** In this field, you would need to provide "Margin" for Image Description.
1853
-
1854
- **Padding:** In this field, you would need to provide "Padding" for Image Description.
1855
-
1856
- Once everything is being setup, you would need to click on "Save Changes" button located at bottom of the page to save the settings.
1857
-
1858
- = How to customize Color Box? (Premium Edition) =
1859
-
1860
- On the **Gallery Bank Navigation Panel**, select **Lightboxes - Color Box**.
1861
-
1862
- 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.
1863
-
1864
- **How to customize Settings for Color Box?**
1865
-
1866
- In order to manage settings for Color Box, you would need to click on "Settings" tab from top of the page.
1867
-
1868
- Here is the description of each control on this page.
1869
-
1870
- **Color Box Type:** In this field, you would need to choose one of designed styles for Color Box.
1871
-
1872
- **Color Box Transition Effect:** In this field, you would need to choose "Transition Effect" for Color Box.
1873
-
1874
- **Transition Speed:** In this field, you would need to provide "Transition Speed" for Color Box.
1875
-
1876
- **Fade Out:** In this field, you would need to provide speed at which the images in Color Box would Fade Out.
1877
-
1878
- **Positioning:** In this field, you would need to choose Position for Color Box.
1879
-
1880
- **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.
1881
-
1882
- **Open when page load:** In this field, you would need to choose "Enable" to display Color Box at page loading.
1883
-
1884
- **Show Close Button:** In this field, you would need to choose "Enable" to display Close Button.
1885
-
1886
- **Slideshow:** If you would like to display slideshow in Color Box, then you would need to choose "Enable" or vice-versa.
1887
-
1888
- **Slideshow Speed:** This option becomes visible when slideshow option is enabled. In this field, you would need to provide "Speed" for slideshow.
1889
-
1890
- **Auto Slideshow:** This option becomes visible when slideshow option is enabled. In this field, you would need to choose "Enable" to autoplay the slideshow.
1891
-
1892
- **Background Color:** In this field, you would need to choose "Background Color".
1893
-
1894
- **Background Opacity:** In this field, you would need to provide "Background Opacity". It should be from 0 to 100.
1895
-
1896
- Once everything is being setup, you would need to click on "Save Changes" button located at bottom of the page to save the settings.
1897
-
1898
- **How to customize Image Title for Color Box?**
1899
-
1900
- In order to manage image title for Color Box, you would need to click on "Image Title" tab from top of the page.
1901
-
1902
- Here is the description of each control on this page.
1903
-
1904
- **Title:** In this field, you would need to choose "Show" to display Title for image in Lightbox.
1905
-
1906
- **HTML Tag:** In this field, you would need to choose "HTML Tag" for Image Title.
1907
-
1908
- **Text Alignment:** In this field, you would need to choose "Text Alignment" for Image Title.
1909
-
1910
- **Font Style:** In this field, you would need to provide "Font Size and Color" for Image Title.
1911
-
1912
- **Font Family:** In this field, you would need to choose "Font Family" for Image Title.
1913
-
1914
- **Margin:** In this field, you would need to provide "Margin" for Image Title.
1915
-
1916
- **Padding:** In this field, you would need to provide "Padding" for Image Title.
1917
-
1918
- Once everything is being setup, you would need to click on "Save Changes" button located at bottom of the page to save the settings.
1919
-
1920
- **How to customize Image Description for Color Box?**
1921
-
1922
- In order to manage image description for Color Box, you would need to click on "Image Description" tab from top of the page.
1923
-
1924
- Here is the description of each control on this page.
1925
-
1926
- **Description:** In this field, you would need to choose "Show" to display Image Description.
1927
-
1928
- **HTML Tag:** In this field, you would need to choose "HTML Tag" for Image Description.
1929
-
1930
- **Text Alignment:** In this field, you would need to choose "Text Alignment" for Image Description.
1931
-
1932
- **Font Style:** In this field, you would need to provide "Font Size and Color" for Image Description.
1933
-
1934
- **Font Family:** In this field, you would need to choose "Font Family" for Image Description.
1935
-
1936
- **Margin:** In this field, you would need to provide "Margin" for Image Description.
1937
-
1938
- **Padding:** In this field, you would need to provide "Padding" for Image Description.
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 Foo Box? (Premium Edition) =
1943
-
1944
- On the **Gallery Bank Navigation Panel**, select **Lightboxes - Foo Box Free Edition**.
1945
-
1946
- 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.
1947
-
1948
- **How to customize Settings for Foo Box?**
1949
-
1950
- In order to manage settings for Foo Box, you would need to click on "Settings" tab from top of the page.
1951
-
1952
- Here is the description of each control on this page.
1953
-
1954
- **Show Count:** In this field, you would need to choose "Enable" to display count of images in Lightbox.
1955
-
1956
- **Hide Page Scrollbars:** In this field, you would need to choose "Enable" to hide page scrollbars.
1957
-
1958
- **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.
1959
-
1960
- **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.
1961
-
1962
- **Overlay Color:** In this field, you would need to choose Color for Overlay.
1963
-
1964
- **Overlay Opacity:** In this field, you would need to provide Opacity for Overlay. It should be from 0 to 100.
1965
-
1966
- **Border Style:** In this field, you would need to provide Width, Style and Color for border of Lightbox.
1967
-
1968
- **Border Radius:** In this field, you would need to provide "Border Radius" for Lightbox.
1969
-
1970
- Once everything is being setup, you would need to click on "Save Changes" button located at bottom of the page to save the settings.
1971
-
1972
- **How to customize Image Title for Foo Box?**
1973
-
1974
- In order to manage image title for Foo Box, you would need to click on "Image Title" tab from top of the page.
1975
-
1976
- Here is the description of each control on this page.
1977
-
1978
- **Title:** In this field, you would need to choose "Show" to display Image Title.
1979
-
1980
- **HTML Tag:** In this field, you would need to choose "HTML Tag" for Image Title.
1981
-
1982
- **Text Alignment:** In this field, you would need to choose "Text Alignment" for Image Title.
1983
-
1984
- **Font Style:** In this field, you would need to provide "Font Size and Color" for Image Title.
1985
-
1986
- **Font Family:** In this field, you would need to choose "Font Family" for Image Title.
1987
-
1988
- **Margin:** In this field, you would need to provide "Margin" for Image Title.
1989
-
1990
- **Padding:** In this field, you would need to provide "Padding" for Image Title.
1991
-
1992
- Once everything is being setup, you would need to click on "Save Changes" button located at bottom of the page to save the settings.
1993
-
1994
- How to customize Image Description for Foo Box?
1995
-
1996
- In order to manage image description for Foo Box, you would need to click on "Image Description" tab from top of the page.
1997
-
1998
- Here is the description of each control on this page.
1999
-
2000
- **Description:** In this field, you would need to choose "Show" to display Image Description.
2001
-
2002
- **HTML Tag:** In this field, you would need to choose "HTML Tag" for Image Description.
2003
-
2004
- **Text Alignment:** In this field, you would need to choose "Text Alignment" for Image Description.
2005
-
2006
- **Font Style:** In this field, you would need to provide "Font Size and Color" for Image Description.
2007
-
2008
- **Font Family:** In this field, you would need to choose "Font Family" for Image Description.
2009
-
2010
- **Margin:** In this field, you would need to provide "Margin" for Image Description.
2011
-
2012
- **Padding:** In this field, you would need to provide "Padding" for Image Description.
2013
-
2014
- Once everything is being setup, you would need to click on "Save Changes" button located at bottom of the page to save the settings.
2015
-
2016
- = How to customize Nivo Lightbox? (Premium Edition) =
2017
-
2018
- On the **Gallery Bank Navigation Panel**, select **Lightboxes - Nivo Lightbox**.
2019
-
2020
- 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.
2021
-
2022
- **How to customize Settings for Nivo Lightbox?**
2023
-
2024
- In order to manage settings for Nivo Lightbox, you would need to click on "Settings" tab from top of the page.
2025
-
2026
- Here is the description of each control on this page.
2027
-
2028
- **Choose Open Effects:** In this field, you would need to choose Effect which is to be applied on opening of Nivo Lightbox.
2029
-
2030
- **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.
2031
-
2032
- **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.
2033
-
2034
- **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.
2035
-
2036
- **Overlay Color:** In this field, you would need to choose Color for Overlay.
2037
-
2038
- **Overlay Opacity:** In this field, you would need to provide Opacity for Overlay. It should be from 0 to 100.
2039
-
2040
- **Border Style:** In this field, you would need to provide Width, Style and Color for border of Nivo Lightbox.
2041
-
2042
- **Border Radius:** In this field, you would need to provide "Border Radius" for Nivo Lightbox.
2043
-
2044
- Once everything is being setup, you would need to click on "Save Changes" button located at bottom of the page to save the settings.
2045
-
2046
- **How to customize Image Title for Nivo Lightbox?**
2047
-
2048
- In order to manage image title for Nivo Lightbox, you would need to click on "Image Title" tab from top of the page.
2049
-
2050
- Here is the description of each control on this page.
2051
-
2052
- **Title:** In this field, you would need to choose "Show" to display Title for image in Nivo Lightbox.
2053
-
2054
- **HTML Tag:** In this field, you would need to choose "HTML Tag" for Image Title.
2055
-
2056
- **Text Alignment:** In this field, you would need to choose "Text Alignment" for Image Title.
2057
-
2058
- **Font Style:** In this field, you would need to provide "Font Size and Color" for Image Title.
2059
-
2060
- **Font Family:** In this field, you would need to choose "Font Family" for Image Title.
2061
-
2062
- **Margin:** In this field, you would need to provide "Margin" for Image Title.
2063
-
2064
- **Padding:** In this field, you would need to provide "Padding" for Image Title.
2065
-
2066
- Once everything is being setup, you would need to click on "Save Changes" button located at bottom of the page to save the settings.
2067
-
2068
- **How to customize Image Description for Nivo Lightbox?**
2069
-
2070
- In order to manage image description for Nivo Lightbox, you would need to click on "Image Description" tab from top of the page.
2071
-
2072
- Here is the description of each control on this page.
2073
-
2074
- **Description:** In this field, you would need to choose "Show" to display Description for image in Nivo Lightbox.
2075
-
2076
- **HTML Tag:** In this field, you would need to choose "HTML Tag" for Image Description.
2077
-
2078
- **Text Alignment:** In this field, you would need to choose "Text Alignment" for Image Description.
2079
-
2080
- **Font Style:** In this field, you would need to provide "Font Size and Color" for Image Description.
2081
-
2082
- **Font Family:** In this field, you would need to choose "Font Family" for Image Description.
2083
-
2084
- **Margin:** In this field, you would need to provide "Margin" for Image Description.
2085
-
2086
- **Padding:** In this field, you would need to provide "Padding" for Image Description.
2087
-
2088
- Once everything is being setup, you would need to click on "Save Changes" button located at bottom of the page to save the settings.
2089
-
2090
- = How to manage General Settings? (Premium Edition) =
2091
-
2092
- General Settings are divided into eight sections.
2093
-
2094
- * Global Options : From here, you can change image dimensions, thumbnail dimensions, enable or disable right click protection and set language direction.
2095
- * Filter Settings : This gives an idea about how to customize filter settings like background, border, fonts, etc.
2096
- * Lazy Load Settings : This gives an idea about how to customize loader settings for lazy load.
2097
- * Search Box Settings : Using this, you can customize search box settings such as its placeholder text, background, border, fonts etc.
2098
- * Order By Settings : From here, you would be able to manage settings to show Order By for galleries or albums.
2099
- * Page Navigation : This gives an idea about how to customize Page Navigation options.
2100
- * Watermark Settings : Using this, you can add text or image watermark on images.
2101
- * Advertisement : Using this, you can add text or image advertisement on images and provide link to redirect user on clicking of image.
2102
-
2103
- = How to manage Global Options? (Premium Edition) =
2104
-
2105
- On the **Gallery Bank Navigation Panel**, select **General Settings - Global Options**.
2106
-
2107
- Here is the description of each control on the page.
2108
-
2109
- **Image Dimensions:** In this field, you would need to provide Dimensions for Generated Image.
2110
-
2111
- **Thumbnail Dimensions:** In this field, you would need to provide Dimensions for Generated Thumbnail.
2112
-
2113
- **Right Click Protection:** In this field, you would need to choose whether to enable right-click protection for images or not.
2114
-
2115
- **Language Direction:** In this field, you would need to choose Language Direction.
2116
-
2117
- Once everything is being setup, you would need to click on "Save Changes" button located at bottom of the page to save the settings.
2118
-
2119
- = How to manage Lazy Load Settings? (Premium Edition) =
2120
-
2121
- On the **Gallery Bank Navigation Panel**, select **General Settings � Lazy Load Settings**.
2122
-
2123
- Here is the description of each control on the page.
2124
-
2125
- **Background Color:** In this field, you would need to choose "Background Color" for Loader.
2126
-
2127
- **Loader Color:** In this field, you would need to choose "Color" for Loader.
2128
-
2129
- **Text:** In this field, you would need to choose "Show" to display Loader Text.
2130
-
2131
- **Title:** In this field, you would need to provide content for "Loader Text".
2132
-
2133
- **Font Style:** In this field, you would need to provide "Font Size and Color" for Loader Text.
2134
-
2135
- **Font Family:** In this field, you would need to choose "Font Family" for Loader Text.
2136
-
2137
- Once everything is being setup, you would need to click on "Save Changes" button to save the settings.
2138
-
2139
- = How to manage Filter Settings? (Premium Edition) =
2140
-
2141
- On the **Gallery Bank Navigation Panel**, click on **General Settings - Filter Settings**.
2142
-
2143
- Here is the description of each control on this page.
2144
-
2145
- **Font Style:** In this field, you would need to provide Font Size and Color for Filters.
2146
-
2147
- **Font Family:** In this field, you would need to choose "Font Family" for Filters.
2148
-
2149
- **Active Font Color:** In this field, you would need to choose "Active Font Color" for Filters.
2150
-
2151
- **Font Hover Color:** In this field, you would need to choose "Font Hover Color" for Filters.
2152
-
2153
- **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.
2154
-
2155
- **Background Hover Color:** In this field, you would need to choose Background Color On Hover.
2156
-
2157
- **Border Style:** In this field, you would need to provide Width, Style and Color for Border of Filters.
2158
-
2159
- **Border Radius:** In this field, you would need to provide "Border Radius" for Filters.
2160
-
2161
- **Border Hover Color:** In this field, you would need to choose Border Color On Hover.
2162
-
2163
- **Margin:** In this field, you would need to provide "Margin" for Filters.
2164
-
2165
- **Padding:** In this field, you would need to provide "Padding" for Filters.
2166
-
2167
- Once everything is being setup, you would need to click on "Save Changes" button located at bottom of the page to save the settings.
2168
-
2169
- = How to manage Order By Settings? (Premium Edition) =
2170
-
2171
- On the *Gallery Bank Navigation Panel*, select *General Settings - Order By Settings*.
2172
-
2173
- Here is the description of each control on the page.
2174
-
2175
- **Font Style:** In this field, you would need to provide "Font Size and Color" for Order By.
2176
-
2177
- **Font Family:** In this field, you would need to choose "Font Family" for Order By.
2178
-
2179
- **Active Font Color:** In this field, you would need to choose "Active Font Color" for Order By.
2180
-
2181
- **Font Hover Color:** In this field, you would need to choose "Font Hover Color" for Order By.
2182
-
2183
- **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.
2184
-
2185
- **Background Hover Color:** In this field, you would need to choose Background Color on Hover.
2186
-
2187
- **Border Style:** In this field, you would need to provide Width, Style and Color for Border of Order By.
2188
-
2189
- **Border Radius:** In this field, you would need to provide "Border Radius" for Order By.
2190
-
2191
- **Border Hover Color:** In this field, you would need to choose Border Color on Hover.
2192
-
2193
- **Margin:** In this field, you would need to provide "Margin" for Order By.
2194
-
2195
- **Padding:** In this field, you would need to provide "Padding" for Order By.
2196
-
2197
- Once everything is being setup, you would need to click on "Save Changes" button to save the settings.
2198
-
2199
- = How to manage Search Box Settings? (Premium Edition) =
2200
-
2201
- On the *Gallery Bank Navigation Panel*, select *General Settings - Lazy Load Settings*.
2202
-
2203
- Here is the description of each control on the page.
2204
-
2205
- **Placeholder Text:** In this field, you would need to provide "Text" for Search Box Placeholder.
2206
-
2207
- **Font Style:** In this field, you would need to provide "Font Size and Color" for Search Box.
2208
-
2209
- **Font Family:** In this field, you would need to choose "Font Family" for Search Box.
2210
-
2211
- **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.
2212
-
2213
- **Border Style:** In this field, you would need to provide Width, Style and Color for Border of Search Box.
2214
-
2215
- **Border Radius:** In this field, you would need to provide "Border Radius" for Search Box.
2216
-
2217
- **Margin:** In this field, you would need to provide "Margin" for Search Box.
2218
-
2219
- **Padding:** In this field, you would need to provide "Padding" for Search Box.
2220
-
2221
- Once everything is being setup, you would need to click on "Save Changes" button to save the settings.
2222
-
2223
- = How to manage Page Navigation? (Premium Edition) =
2224
-
2225
- On the **Gallery Bank Navigation Panel**, click on **General Settings - Page Navigation**.
2226
-
2227
- Here is the description of each control on the page.
2228
-
2229
- **Background Color:** In this field, you would need to choose "Background Color" for Page Navigation.
2230
-
2231
- **Background Transparency:** In this field, you would need to provide Transparency for Background of Page Navigation. It should be from 0 to 100.
2232
-
2233
- **Numbering:** If you would like to show numbering on Page Navigation, then you would need to choose "Yes" or vice-versa.
2234
-
2235
- **Button Text:** In this field, you would need to choose whether to display Text or Arrows on Page Navigation Button.
2236
-
2237
- **Alignment:** In this field, you would need to choose "Alignment" for Page Navigation.
2238
-
2239
- **Position:** In this field, you would need to provide "Position" for Page Navigation.
2240
-
2241
- **Border Style:** In this field, you would need to provide Width, Style and Color for Border of Page Navigation.
2242
-
2243
- **Border Radius:** In this field, you would need to provide "Border Radius" for Page Navigation.
2244
-
2245
- **Font Style:** In this field, you would need to provide Font Size and Color for Page Navigation.
2246
-
2247
- **Font Family:** In this field, you would need to choose "Font Family" for Page Navigation.
2248
-
2249
- **Margin:** In this field, you would need to provide "Margin" for Page Navigation.
2250
-
2251
- **Padding:** In this field, you would need to provide "Padding" for Page Navigation.
2252
-
2253
- Once everything is being setup, you would need to click on "Save Changes" button located at bottom of the page to save the settings.
2254
-
2255
- = How to manage Watermark Settings? (Premium Edition) =
2256
-
2257
- On the **Gallery Bank Navigation Panel**, click on **General Settings - Watermark Settings**.
2258
-
2259
- **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".
2260
-
2261
- Here is the description of each control on the page.
2262
-
2263
- **Watermark Text:** In this field, you would need to provide Watermark Text which will be displayed over the gallery/album images.
2264
-
2265
- **Font Style:** In this field, you would need to provide Font Size and Color for Watermark Text.
2266
-
2267
- **Text Angle:** In this field, you would need to provide an Angle at which the Watermark Text is to be rotated.
2268
-
2269
- **Offset:** In this field, you would need to provide values for Offset X and Y for Watermark.
2270
-
2271
- **Watermark Opacity:** In this field, you would need to provide Opacity for Watermark. It should be from 0 to 100.
2272
-
2273
- **Watermark Position:** In this field, you would need to choose Position for Watermark.
2274
-
2275
- Once everything is being setup, you would need to click on "Save Changes" button located at bottom of the page to save the settings.
2276
-
2277
- If you would like to use an Image as Watermark, then you would need to choose "Image" from Watermark Type dropdown.
2278
-
2279
- Here is the description of each control on the page.
2280
-
2281
- **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.
2282
-
2283
- **Watermark Size:** In this field, you would need to provide appropriate Size (in percentage for the responsive look) for Watermark Image.
2284
-
2285
- **Offset:** In this field, you would need to provide values for Offset X and Y for Watermark.
2286
-
2287
- **Watermark Opacity:** In this field, you would need to provide Opacity for Watermark. It should be from 0 to 100.
2288
-
2289
- **Watermark Position:** In this field, you would need to choose Position for Watermark.
2290
-
2291
- Once everything is being setup, you would need to click on "Save Changes" button located at bottom of the page to save the settings.
2292
-
2293
- = How to manage Advertisement?(Premium Edition) =
2294
-
2295
- On the **Gallery Bank Navigation Panel**, click on **General Settings - Advertisement**.
2296
-
2297
- **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".
2298
-
2299
- Here is the description of each control on the page.
2300
-
2301
- **Advertisement Text:** In this field, you would need to provide Advertisement Text which will be displayed over the gallery/album images.
2302
-
2303
- **Advertisement Link:** In this field, you would need to provide link for advertisement, which will open when the user clicks on Advertisement Text.
2304
-
2305
- **Advertisement Opacity:** In this field, you would need to provide "Advertisement Opacity" for Advertisement. It should be from 0 to 100.
2306
-
2307
- **Font Style:** In this field, you would need to provide Font Size and Color for Advertisement Text.
2308
-
2309
- **Font Family:** In this field, you would need to choose "Font Family" for Advertisement Text from dropdown.
2310
-
2311
- **Advertisement Position:** In this field, you would need to choose Position for Advertisement.
2312
-
2313
- Once everything is being setup, you would need to click on "Save Changes" button located at bottom of the page to save the settings.
2314
-
2315
- If you would like to use an Image as Advertisement, then you would need to choose "Image" from Advertisement Type dropdown.
2316
-
2317
- Here is the description of each control on the page.
2318
-
2319
- **Advertisement Link:** In this field, you would need to provide link for advertisement, which will open when the user clicks on Advertisement Image.
2320
-
2321
- **Advertisement Opacity:** In this field, you would need to provide "Advertisement Opacity" for Advertisement. It should be from 0 to 100.
2322
-
2323
- **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.
2324
-
2325
- **Advertisement Image Width:** In this field, you would need to provide Width for Advertisement Image.
2326
-
2327
- **Advertisement Height:** In this field, you would need to provide Height for Advertisement Image.
2328
-
2329
- **Advertisement Position:** In this field, you would need to choose Position for Advertisement.
2330
-
2331
- Once everything is being setup, you would need to click on "Save Changes" button located at bottom of the page to save the settings.
2332
-
2333
- = Are there some restrictions for adding images? =
2334
-
2335
- 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.
2336
-
2337
- = 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? =
2338
-
2339
- Of course Not. In order to completely remove everything from the database, you have to go Other Settings option in the Gallery Bank menu and choose Delete Tables at Uninstall to **enable**.
2340
-
2341
- = Do you have any problems with plugin installation or usage? =
2342
-
2343
- 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.
2344
-
2345
- For more information, feel free to visit the official website for the [Gallery WordPress Gallery Plugin](https://WordPress.org/support/plugin/gallery-bank/)
2346
-
2347
- == Installation ==
2348
-
2349
- ### Gallery Bank - Performing a new installation
2350
-
2351
- = Minimum Requirements =
2352
-
2353
- The following set of lists are the minimum requirements for installing Gallery Bank on your machine.
2354
-
2355
- * WordPress 3.3+
2356
- * PHP 5.x
2357
- * MySQL 5.x
2358
-
2359
- = Using The WordPress Dashboard =
2360
-
2361
- 1. Navigate to the 'Add New' in the Plugins Dashboard
2362
- 2. Search for 'Gallery Bank'
2363
- 3. Click 'Install Now'
2364
- 4. Activate the Plugin on the Plugin dashboard
2365
-
2366
- = Uploading in WordPress Dashboard =
2367
-
2368
- 1. Navigate to the 'Add New' in the Plugins Dashboard
2369
- 2. Navigate to the 'Upload' area
2370
- 3. Select `gallery-bank.zip` from your computer
2371
- 4. Click 'Install Now'
2372
- 5. Activate the Plugin in the Plugin dashboard
2373
-
2374
- = Using FTP =
2375
-
2376
- 1. Download `gallery-bank.zip`
2377
- 2. Extract the `gallery-bank` directory to your computer
2378
- 3. Upload the `gallery-bank` directory to the `/wp-content/plugins/` directory
2379
- 4. Activate the Plugin in the Plugin's dashboard
2380
-
2381
- = For Mac Users =
2382
-
2383
- 1. Go to your Downloads folder and locate the folder with the Plugin.
2384
- 2. Right-click on the folder and select Compress.
2385
- 3. Now you have a newly created .zip file which can be installed as described here.
2386
-
2387
- == Screenshots ==
2388
-
2389
- 1. Manage Galleries - WordPress Photo Gallery Plugin
2390
- 2. Add Gallery - Gallery Title & Description - WordPress Photo Gallery Plugin
2391
- 3. Add Gallery - Upload Images - WordPress Photo Gallery Plugin
2392
- 4. Add Gallery - Upload Images - WP Media Manager - WordPress Photo Gallery Plugin
2393
- 5. Add Gallery - Upload Images - Upload From FTP - WordPress Photo Gallery Plugin
2394
- 6. Sort Galleries - WordPress Photo Gallery Plugin
2395
- 7. Manage Albums - WordPress Photo Albums Plugin
2396
- 8. Add Album - Album Title & Description
2397
- 9. Add Album - Upload Albums
2398
- 10. Sort Albums
2399
- 11. Manage Tags
2400
- 12. Add Tag
2401
- 13. Layout Settings - Thumbnail Layout - Thumbnails
2402
- 14. Layout Settings - Thumbnail Layout - Layout Title
2403
- 15. Layout Settings - Thumbnail Layout - Gallery Description
2404
- 16. Layout Settings - Thumbnail Layout - Thumbnail Title
2405
- 17. Layout Settings - Thumbnail Layout - Thumbnail Description
2406
- 18. Layout Settings - Masonry Layout - Thumbnails
2407
- 19. Layout Settings - Masonry Layout - Gallery Title
2408
- 20. Layout Settings - Masonry Layout - Gallery Description
2409
- 21. Layout Settings - Masonry Layout - Thumbnail Title
2410
- 22. Layout Settings - Masonry Layout - Thumbnail Description
2411
- 23. Layout Settings - Slideshow Layout - Thumbnails
2412
- 24. Layout Settings - Slideshow Layout - Gallery Title
2413
- 25. Layout Settings - Slideshow Layout - Gallery Description
2414
- 26. Layout Settings - Slideshow Layout - Thumbnail Title
2415
- 27. Layout Settings - Slideshow Layout - Thumbnail Description
2416
- 28. Layout Settings - Image Browser Layout - Thumbnails
2417
- 29. Layout Settings - Image Browser Layout - Gallery Title
2418
- 30. Layout Settings - Image Browser Layout - Gallery Description
2419
- 31. Layout Settings - Image Browser Layout - Thumbnail Title
2420
- 32. Layout Settings - Image Browser Layout - Thumbnail Description
2421
- 33. Layout Settings - Justified Grid Layout - Thumbnails
2422
- 34. Layout Settings - Justified Grid Layout - Gallery Title
2423
- 35. Layout Settings - Justified Grid Layout - Gallery Description
2424
- 36. Layout Settings - Justified Grid Layout - Thumbnail Title
2425
- 37. Layout Settings - Justified Grid Layout - Thumbnail Description
2426
- 38. Layout Settings - Blog Style Layout - Thumbnails
2427
- 39. Layout Settings - Blog Style Layout - Gallery Title
2428
- 40. Layout Settings - Blog Style Layout - Gallery Description
2429
- 41. Layout Settings - Blog Style Layout - Thumbnail Title
2430
- 42. Layout Settings - Blog Style Layout - Thumbnail Description
2431
- 43. Layout Settings - Compact Album Layout - Thumbnails
2432
- 44. Layout Settings - Compact Album Layout - Album Title
2433
- 45. Layout Settings - Compact Album Layout - Album Description
2434
- 46. Layout Settings - Compact Album Layout - Gallery Title
2435
- 47. Layout Settings - Compact Album Layout - Gallery Description
2436
- 48. Layout Settings - Compact Album Layout - Buttons
2437
- 49. Layout Settings - Extended Album Layout - Thumbnails
2438
- 50. Layout Settings - Extended Album Layout - Album Title
2439
- 51. Layout Settings - Extended Album Layout - Album Description
2440
- 52. Layout Settings - Extended Album Layout - Gallery Title
2441
- 53. Layout Settings - Extended Album Layout - Gallery Description
2442
- 54. Layout Settings - Extended Album Layout - Buttons
2443
- 55. Layout Settings - Custom CSS
2444
- 56. Lightboxes - Lightcase - Settings
2445
- 57. Lightboxes - Lightcase - Image Title
2446
- 58. Lightboxes - Lightcase - Image Description
2447
- 59. Lightboxes - Fancy Box - Settings
2448
- 60. Lightboxes - Fancy Box - Image Title
2449
- 61. Lightboxes - Fancy Box - Image Description
2450
- 62. Lightboxes - Color Box - Settings
2451
- 63. Lightboxes - Color Box - Image Title
2452
- 64. Lightboxes - Color Box - Image Description
2453
- 65. Lightboxes - Foo Box Free Edition - Settings
2454
- 66. Lightboxes - Foo Box Free Edition - Image Title
2455
- 67. Lightboxes - Foo Box Free Edition - Image Description
2456
- 68. Lightboxes - Nivo Lightbox - Settings
2457
- 69. Lightboxes - Nivo Lightbox - Image Title
2458
- 70. Lightboxes - Nivo Lightbox - Image Description
2459
- 71. General Settings - Global Options
2460
- 72. General Settings - Lazy Load Settings
2461
- 73. General Settings - Filter Settings
2462
- 74. General Settings - Order By Settings
2463
- 75. General Settings - Search Box Settings
2464
- 76. General Settings - Page Navigation
2465
- 77. General Settings - Watermark Settings - Text
2466
- 78. General Settings - Watermark Settings - Image
2467
- 79. General Settings - Advertisement - Text
2468
- 80. General Settings - Advertisement - Image
2469
- 81. Wordpress Gallery Shortcode - Thumbnail Layout
2470
- 82. Wordpress Gallery Shortcode - Masonry Layout
2471
- 83. Wordpress Gallery Shortcode - Slideshow Layout
2472
- 84. Wordpress Gallery Shortcode - Image Browser Layout
2473
- 85. Wordpress Gallery Shortcode - Justified Grid Layout
2474
- 86. Wordpress Gallery Shortcode - Blog Style Layout
2475
- 87. Other Settings
2476
- 88. Roles & Capabilities
2477
- 89. Feature Requests
2478
- 90. System Information
2479
-
2480
- == Changelog ==
2481
 
2482
  = 4.0.11 =
2483
 
1
  === Gallery, Photo Gallery, Image Gallery, Photo Albums - WordPress Gallery Plugin ===
2
  Contributors: gallery-bank, contact-banker
3
  Donate link: https://gallery-bank.tech-banker.com/
4
+ Tags: gallery, gallery lightbox, gallery plugin, gallery widget, grid gallery, image gallery, images, masonry gallery, media gallery, photo album, photo albums, photo gallery, portfolio gallery, responsive gallery, wordpress gallery, wordpress gallery plugin, wordpress photo gallery plugin, album
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
 
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/)**
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]
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.**
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
 
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**
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
 
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
 
370
+ Of course Not. In order to completely remove everything from the database, you have to go Other Settings option in the Gallery Bank menu and choose Delete Tables at Uninstall to **enable**.
371
 
372
+ = Do you have any problems with plugin installation or usage? =
373
 
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
381
 
382
+ = Minimum Requirements =
 
 
 
 
 
 
 
 
383
 
384
+ The following set of lists are the minimum requirements for installing Gallery Bank on your machine.
385
 
386
+ * WordPress 3.3+
387
+ * PHP 5.x
388
+ * MySQL 5.x
389
 
390
+ = Using The WordPress Dashboard =
391
 
392
+ 1. Navigate to the 'Add New' in the Plugins Dashboard
393
+ 2. Search for 'Gallery Bank'
394
+ 3. Click 'Install Now'
395
+ 4. Activate the Plugin on the Plugin dashboard
396
 
397
+ = Uploading in WordPress Dashboard =
398
 
399
+ 1. Navigate to the 'Add New' in the Plugins Dashboard
400
+ 2. Navigate to the 'Upload' area
401
+ 3. Select `gallery-bank.zip` from your computer
402
+ 4. Click 'Install Now'
403
+ 5. Activate the Plugin in the Plugin dashboard
404
 
405
+ = Using FTP =
406
 
407
+ 1. Download `gallery-bank.zip`
408
+ 2. Extract the `gallery-bank` directory to your computer
409
+ 3. Upload the `gallery-bank` directory to the `/wp-content/plugins/` directory
410
+ 4. Activate the Plugin in the Plugin's dashboard
411
 
412
+ = For Mac Users =
413
 
414
+ 1. Go to your Downloads folder and locate the folder with the Plugin.
415
+ 2. Right-click on the folder and select Compress.
416
+ 3. Now you have a newly created .zip file which can be installed as described here.
417
 
418
+ == Screenshots ==
419
 
420
+ 1. Manage Galleries - WordPress Photo Gallery Plugin
421
+ 2. Add Gallery - Gallery Title & Description - WordPress Photo Gallery Plugin
422
+ 3. Add Gallery - Upload Images - WordPress Photo Gallery Plugin
423
+ 4. Add Gallery - Upload Images - WP Media Manager - WordPress Photo Gallery Plugin
424
+ 5. Add Gallery - Upload Images - Upload From FTP - WordPress Photo Gallery Plugin
425
+ 6. Sort Galleries - WordPress Photo Gallery Plugin
426
+ 7. Manage Albums - WordPress Photo Albums Plugin
427
+ 8. Add Album - Album Title & Description
428
+ 9. Add Album - Upload Albums
429
+ 10. Sort Albums
430
+ 11. Manage Tags
431
+ 12. Add Tag
432
+ 13. Layout Settings - Thumbnail Layout - Thumbnails
433
+ 14. Layout Settings - Thumbnail Layout - Layout Title
434
+ 15. Layout Settings - Thumbnail Layout - Gallery Description
435
+ 16. Layout Settings - Thumbnail Layout - Thumbnail Title
436
+ 17. Layout Settings - Thumbnail Layout - Thumbnail Description
437
+ 18. Layout Settings - Masonry Layout - Thumbnails
438
+ 19. Layout Settings - Masonry Layout - Gallery Title
439
+ 20. Layout Settings - Masonry Layout - Gallery Description
440
+ 21. Layout Settings - Masonry Layout - Thumbnail Title
441
+ 22. Layout Settings - Masonry Layout - Thumbnail Description
442
+ 23. Layout Settings - Slideshow Layout - Thumbnails
443
+ 24. Layout Settings - Slideshow Layout - Gallery Title
444
+ 25. Layout Settings - Slideshow Layout - Gallery Description
445
+ 26. Layout Settings - Slideshow Layout - Thumbnail Title
446
+ 27. Layout Settings - Slideshow Layout - Thumbnail Description
447
+ 28. Layout Settings - Image Browser Layout - Thumbnails
448
+ 29. Layout Settings - Image Browser Layout - Gallery Title
449
+ 30. Layout Settings - Image Browser Layout - Gallery Description
450
+ 31. Layout Settings - Image Browser Layout - Thumbnail Title
451
+ 32. Layout Settings - Image Browser Layout - Thumbnail Description
452
+ 33. Layout Settings - Justified Grid Layout - Thumbnails
453
+ 34. Layout Settings - Justified Grid Layout - Gallery Title
454
+ 35. Layout Settings - Justified Grid Layout - Gallery Description
455
+ 36. Layout Settings - Justified Grid Layout - Thumbnail Title
456
+ 37. Layout Settings - Justified Grid Layout - Thumbnail Description
457
+ 38. Layout Settings - Blog Style Layout - Thumbnails
458
+ 39. Layout Settings - Blog Style Layout - Gallery Title
459
+ 40. Layout Settings - Blog Style Layout - Gallery Description
460
+ 41. Layout Settings - Blog Style Layout - Thumbnail Title
461
+ 42. Layout Settings - Blog Style Layout - Thumbnail Description
462
+ 43. Layout Settings - Compact Album Layout - Thumbnails
463
+ 44. Layout Settings - Compact Album Layout - Album Title
464
+ 45. Layout Settings - Compact Album Layout - Album Description
465
+ 46. Layout Settings - Compact Album Layout - Gallery Title
466
+ 47. Layout Settings - Compact Album Layout - Gallery Description
467
+ 48. Layout Settings - Compact Album Layout - Buttons
468
+ 49. Layout Settings - Extended Album Layout - Thumbnails
469
+ 50. Layout Settings - Extended Album Layout - Album Title
470
+ 51. Layout Settings - Extended Album Layout - Album Description
471
+ 52. Layout Settings - Extended Album Layout - Gallery Title
472
+ 53. Layout Settings - Extended Album Layout - Gallery Description
473
+ 54. Layout Settings - Extended Album Layout - Buttons
474
+ 55. Layout Settings - Custom CSS
475
+ 56. Lightboxes - Lightcase - Settings
476
+ 57. Lightboxes - Lightcase - Image Title
477
+ 58. Lightboxes - Lightcase - Image Description
478
+ 59. Lightboxes - Fancy Box - Settings
479
+ 60. Lightboxes - Fancy Box - Image Title
480
+ 61. Lightboxes - Fancy Box - Image Description
481
+ 62. Lightboxes - Color Box - Settings
482
+ 63. Lightboxes - Color Box - Image Title
483
+ 64. Lightboxes - Color Box - Image Description
484
+ 65. Lightboxes - Foo Box Free Edition - Settings
485
+ 66. Lightboxes - Foo Box Free Edition - Image Title
486
+ 67. Lightboxes - Foo Box Free Edition - Image Description
487
+ 68. Lightboxes - Nivo Lightbox - Settings
488
+ 69. Lightboxes - Nivo Lightbox - Image Title
489
+ 70. Lightboxes - Nivo Lightbox - Image Description
490
+ 71. General Settings - Global Options
491
+ 72. General Settings - Lazy Load Settings
492
+ 73. General Settings - Filter Settings
493
+ 74. General Settings - Order By Settings
494
+ 75. General Settings - Search Box Settings
495
+ 76. General Settings - Page Navigation
496
+ 77. General Settings - Watermark Settings - Text
497
+ 78. General Settings - Watermark Settings - Image
498
+ 79. General Settings - Advertisement - Text
499
+ 80. General Settings - Advertisement - Image
500
+ 81. Wordpress Gallery Shortcode - Thumbnail Layout
501
+ 82. Wordpress Gallery Shortcode - Masonry Layout
502
+ 83. Wordpress Gallery Shortcode - Slideshow Layout
503
+ 84. Wordpress Gallery Shortcode - Image Browser Layout
504
+ 85. Wordpress Gallery Shortcode - Justified Grid Layout
505
+ 86. Wordpress Gallery Shortcode - Blog Style Layout
506
+ 87. Other Settings
507
+ 88. Roles & Capabilities
508
+ 89. Feature Requests
509
+ 90. System Information
510
 
511
+ == Changelog ==
512
 
513
+ = 4.0.13 =
514
 
515
+ * FIX: Minor Bugs
516
+ * TWEAK: Pricing Page
517
 
518
+ = 4.0.12 =
519
 
520
+ * FIX: Major Bug with Gallery Description Editor
521
+ * TWEAK: Translations File Updated
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
522
 
523
  = 4.0.11 =
524
 
views/galleries/add-gallery.php CHANGED
@@ -83,16 +83,17 @@ if (!is_user_logged_in()) {
83
  <form id="ux_frm_add_gallery">
84
  <div class="form-body">
85
  <div class="note note-warning">
 
 
 
86
  <?php
87
  if ($gb_message_translate_help != "") {
88
  ?>
89
- <h4 class="block">
90
- <?php echo $gb_important_disclaimer; ?>
91
- </h4>
92
  <p><strong><?php echo $gb_message_translate_help; ?> <a href="javascript:void(0);" data-popup-open="ux_open_popup_translator" class="custom_links_feature" onclick="show_pop_up_gallery_bank();"><?php echo $gb_message_translate_here; ?></a></strong></p>
93
  <?php
94
  }
95
  ?>
 
96
  <h4 class="block">
97
  <?php echo $gb_take_galleries_further; ?>
98
  </h4>
@@ -120,11 +121,7 @@ if (!is_user_logged_in()) {
120
  <?php echo $gb_gallery_description_title; ?> :
121
  <i class="icon-custom-question tooltips" data-original-title="<?php echo $gb_add_gallery_description_tooltip; ?>" data-placement="right"></i>
122
  </label>
123
- <?php
124
- $gallery_description = isset($get_gallery_meta_data_unserialize["gallery_description"]) ? htmlspecialchars_decode($get_gallery_meta_data_unserialize["gallery_description"]) : "";
125
- wp_editor($gallery_description, $id = "ux_heading_content", array("media_buttons" => false, "textarea_rows" => 6, "tabindex" => 4));
126
- ?>
127
- <textarea name="ux_txtarea_gallery_heading_content" id="ux_txtarea_gallery_heading_content" style="display:none;"></textarea>
128
  </div>
129
  <div class="tabbable-custom">
130
  <ul class="nav nav-tabs">
83
  <form id="ux_frm_add_gallery">
84
  <div class="form-body">
85
  <div class="note note-warning">
86
+ <h4 class="block">
87
+ <?php echo $gb_important_disclaimer; ?>
88
+ </h4>
89
  <?php
90
  if ($gb_message_translate_help != "") {
91
  ?>
 
 
 
92
  <p><strong><?php echo $gb_message_translate_help; ?> <a href="javascript:void(0);" data-popup-open="ux_open_popup_translator" class="custom_links_feature" onclick="show_pop_up_gallery_bank();"><?php echo $gb_message_translate_here; ?></a></strong></p>
93
  <?php
94
  }
95
  ?>
96
+ <p><?php echo $gb_create_galleries_disclaimer; ?></p>
97
  <h4 class="block">
98
  <?php echo $gb_take_galleries_further; ?>
99
  </h4>
121
  <?php echo $gb_gallery_description_title; ?> :
122
  <i class="icon-custom-question tooltips" data-original-title="<?php echo $gb_add_gallery_description_tooltip; ?>" data-placement="right"></i>
123
  </label>
124
+ <textarea rows="10" class="form-control" name="ux_txtarea_gallery_heading_content" id="ux_txtarea_gallery_heading_content" placeholder="<?php echo $gb_add_gallery_description_placeholder; ?>"><?php echo isset($get_gallery_meta_data_unserialize["gallery_description"]) ? htmlspecialchars_decode($get_gallery_meta_data_unserialize["gallery_description"]) : ""; ?></textarea>
 
 
 
 
125
  </div>
126
  <div class="tabbable-custom">
127
  <ul class="nav nav-tabs">
views/galleries/manage-galleries.php CHANGED
@@ -23,6 +23,7 @@ if (!is_user_logged_in()) {
23
  return;
24
  } elseif (galleries_gallery_bank === "1") {
25
  $gb_manage_gallery_nonce = wp_create_nonce("gb_manage_gallery_nonce");
 
26
  ?>
27
  <div class="page-bar">
28
  <ul class="page-breadcrumb">
@@ -62,16 +63,17 @@ if (!is_user_logged_in()) {
62
  <form id="ux_frm_manage_gallery_bank">
63
  <div class="form-body">
64
  <div class="note note-warning">
 
 
 
65
  <?php
66
  if ($gb_message_translate_help != "") {
67
  ?>
68
- <h4 class="block">
69
- <?php echo $gb_important_disclaimer; ?>
70
- </h4>
71
  <p><strong><?php echo $gb_message_translate_help; ?> <a href="javascript:void(0);" data-popup-open="ux_open_popup_translator" class="custom_links_feature" onclick="show_pop_up_gallery_bank();"><?php echo $gb_message_translate_here; ?></a></strong></p>
72
  <?php
73
  }
74
  ?>
 
75
  <h4 class="block">
76
  <?php echo $gb_take_galleries_further; ?>
77
  </h4>
@@ -87,7 +89,7 @@ if (!is_user_logged_in()) {
87
  <option value="duplicate_galleries" style="color:red;"><?php echo $gb_manage_galleries_duplicate_gallery . " (" . $gb_premium_edition . " )"; ?></option>
88
  </select>
89
  <input type="button" class="btn vivid-green" name="ux_btn_apply_manage_galleries" id="ux_btn_apply_manage_galleries" value="<?php echo $gb_apply; ?>" onclick="premium_edition_notification_gallery_bank()">
90
- <a href="javascript:;" onclick="get_gallery_id_gallery_bank();" class="btn vivid-green"><?php echo $gb_add_gallery; ?></a>
91
  <input type="button" class="btn vivid-green" name="ux_btn_apply_delete_all_galleries" id="ux_btn_apply_delete_all_galleries" onclick="premium_edition_notification_gallery_bank();" value="<?php echo $gb_delete_all_galleries; ?>">
92
  <input type="button" class="btn vivid-green" name="ux_btn_apply_purge_galleries" id="ux_btn_apply_purge_galleries" onclick="premium_edition_notification_gallery_bank();" value="<?php echo $gb_purge_galleries; ?>">
93
  </div>
23
  return;
24
  } elseif (galleries_gallery_bank === "1") {
25
  $gb_manage_gallery_nonce = wp_create_nonce("gb_manage_gallery_nonce");
26
+ $gb_add_gallery_function_on_click = $total_galleries_data >= 5 ? "galleries_allowed_exceeded_gallery_bank()" : "get_gallery_id_gallery_bank()";
27
  ?>
28
  <div class="page-bar">
29
  <ul class="page-breadcrumb">
63
  <form id="ux_frm_manage_gallery_bank">
64
  <div class="form-body">
65
  <div class="note note-warning">
66
+ <h4 class="block">
67
+ <?php echo $gb_important_disclaimer; ?>
68
+ </h4>
69
  <?php
70
  if ($gb_message_translate_help != "") {
71
  ?>
 
 
 
72
  <p><strong><?php echo $gb_message_translate_help; ?> <a href="javascript:void(0);" data-popup-open="ux_open_popup_translator" class="custom_links_feature" onclick="show_pop_up_gallery_bank();"><?php echo $gb_message_translate_here; ?></a></strong></p>
73
  <?php
74
  }
75
  ?>
76
+ <p><?php echo $gb_create_galleries_disclaimer; ?></p>
77
  <h4 class="block">
78
  <?php echo $gb_take_galleries_further; ?>
79
  </h4>
89
  <option value="duplicate_galleries" style="color:red;"><?php echo $gb_manage_galleries_duplicate_gallery . " (" . $gb_premium_edition . " )"; ?></option>
90
  </select>
91
  <input type="button" class="btn vivid-green" name="ux_btn_apply_manage_galleries" id="ux_btn_apply_manage_galleries" value="<?php echo $gb_apply; ?>" onclick="premium_edition_notification_gallery_bank()">
92
+ <a href="javascript:;" onclick="<?php echo $gb_add_gallery_function_on_click; ?>;" class="btn vivid-green"><?php echo $gb_add_gallery; ?></a>
93
  <input type="button" class="btn vivid-green" name="ux_btn_apply_delete_all_galleries" id="ux_btn_apply_delete_all_galleries" onclick="premium_edition_notification_gallery_bank();" value="<?php echo $gb_delete_all_galleries; ?>">
94
  <input type="button" class="btn vivid-green" name="ux_btn_apply_purge_galleries" id="ux_btn_apply_purge_galleries" onclick="premium_edition_notification_gallery_bank();" value="<?php echo $gb_purge_galleries; ?>">
95
  </div>
views/premium-editions/premium-editions.php CHANGED
@@ -1488,7 +1488,7 @@ if (!is_user_logged_in()) {
1488
  <div class="gw-go-header-top">
1489
  <h3>PERSONAL</h3></div>
1490
  <div class="gw-go-header-bottom">
1491
- <div class="gw-go-price-wrap"><span data-id="price" data-currency="{&quot;currency&quot;:&quot;USD&quot;,&quot;position&quot;:&quot;left&quot;,&quot;thousand-sep&quot;:&quot;,&quot;,&quot;decimal-sep&quot;:&quot;.&quot;,&quot;decimal-no&quot;:2}" data-price="29"><span data-id="currency">€</span><span data-id="amount">29</span></span><small>One Time Purchase</small></div>
1492
  </div>
1493
  </div>
1494
  <ul class="gw-go-body">
@@ -1502,10 +1502,10 @@ if (!is_user_logged_in()) {
1502
  <div class="gw-go-body-cell" style="height: 19px;">1 Installation per License</div>
1503
  </li>
1504
  <li class="gw-go-even" data-row-index="3">
1505
- <div class="gw-go-body-cell" style="height: 19px;">1 week of Technical Support</div>
1506
  </li>
1507
  <li data-row-index="4">
1508
- <div class="gw-go-body-cell" style="height: 19px;">1 year of Free Updates</div>
1509
  </li>
1510
  <li class="gw-go-even" data-row-index="5">
1511
  <div class="gw-go-body-cell" style="height: 19px;">Automatic Plugin Updates</div>
@@ -1757,7 +1757,7 @@ if (!is_user_logged_in()) {
1757
  <div class="gw-go-header-top">
1758
  <h3>BUSINESS</h3></div>
1759
  <div class="gw-go-header-bottom">
1760
- <div class="gw-go-price-wrap"><span data-id="price" data-currency="{&quot;currency&quot;:&quot;USD&quot;,&quot;position&quot;:&quot;left&quot;,&quot;thousand-sep&quot;:&quot;,&quot;,&quot;decimal-sep&quot;:&quot;.&quot;,&quot;decimal-no&quot;:2}" data-price="33"><span data-id="currency">€</span><span data-id="amount">33</span></span><small>One Time Purchase</small></div>
1761
  </div>
1762
  </div>
1763
  <ul class="gw-go-body">
@@ -1771,10 +1771,10 @@ if (!is_user_logged_in()) {
1771
  <div class="gw-go-body-cell" style="height: 19px;">1 Installation per License</div>
1772
  </li>
1773
  <li class="gw-go-even" data-row-index="3">
1774
- <div class="gw-go-body-cell" style="height: 19px;">1 month of Technical Support</div>
1775
  </li>
1776
  <li data-row-index="4">
1777
- <div class="gw-go-body-cell" style="height: 19px;">1 year of Free Updates</div>
1778
  </li>
1779
  <li class="gw-go-even" data-row-index="5">
1780
  <div class="gw-go-body-cell" style="height: 19px;">Automatic Plugin Updates</div>
@@ -2025,7 +2025,7 @@ if (!is_user_logged_in()) {
2025
  <div class="gw-go-header-top">
2026
  <h3>DEVELOPER</h3></div>
2027
  <div class="gw-go-header-bottom">
2028
- <div class="gw-go-price-wrap"><span data-id="price" data-currency="{&quot;currency&quot;:&quot;USD&quot;,&quot;position&quot;:&quot;left&quot;,&quot;thousand-sep&quot;:&quot;,&quot;,&quot;decimal-sep&quot;:&quot;.&quot;,&quot;decimal-no&quot;:2}" data-price="129"><span data-id="currency">€</span><span data-id="amount">129</span></span><small>One Time Purchase</small></div>
2029
  </div>
2030
  </div>
2031
  <ul class="gw-go-body">
@@ -2039,10 +2039,10 @@ if (!is_user_logged_in()) {
2039
  <div class="gw-go-body-cell" style="height: 19px;">5 Installations per License</div>
2040
  </li>
2041
  <li class="gw-go-even" data-row-index="3">
2042
- <div class="gw-go-body-cell" style="height: 19px;">6 months of Technical Support</div>
2043
  </li>
2044
  <li data-row-index="4">
2045
- <div class="gw-go-body-cell" style="height: 19px;">Life Time Free Updates</div>
2046
  </li>
2047
  <li class="gw-go-even" data-row-index="5">
2048
  <div class="gw-go-body-cell" style="height: 19px;">Automatic Plugin Updates</div>
1488
  <div class="gw-go-header-top">
1489
  <h3>PERSONAL</h3></div>
1490
  <div class="gw-go-header-bottom">
1491
+ <div class="gw-go-price-wrap"><span data-id="price" data-currency="{&quot;currency&quot;:&quot;USD&quot;,&quot;position&quot;:&quot;left&quot;,&quot;thousand-sep&quot;:&quot;,&quot;,&quot;decimal-sep&quot;:&quot;.&quot;,&quot;decimal-no&quot;:2}" data-price="3.99"><span data-id="currency">€</span><span data-id="amount">3.99</span></span><small>per month</small></div>
1492
  </div>
1493
  </div>
1494
  <ul class="gw-go-body">
1502
  <div class="gw-go-body-cell" style="height: 19px;">1 Installation per License</div>
1503
  </li>
1504
  <li class="gw-go-even" data-row-index="3">
1505
+ <div class="gw-go-body-cell" style="height: 19px;">24x7 Technical Support</div>
1506
  </li>
1507
  <li data-row-index="4">
1508
+ <div class="gw-go-body-cell" style="height: 19px;">Free Updates until Subscription</div>
1509
  </li>
1510
  <li class="gw-go-even" data-row-index="5">
1511
  <div class="gw-go-body-cell" style="height: 19px;">Automatic Plugin Updates</div>
1757
  <div class="gw-go-header-top">
1758
  <h3>BUSINESS</h3></div>
1759
  <div class="gw-go-header-bottom">
1760
+ <div class="gw-go-price-wrap"><span data-id="price" data-currency="{&quot;currency&quot;:&quot;USD&quot;,&quot;position&quot;:&quot;left&quot;,&quot;thousand-sep&quot;:&quot;,&quot;,&quot;decimal-sep&quot;:&quot;.&quot;,&quot;decimal-no&quot;:2}" data-price="7.99"><span data-id="currency">€</span><span data-id="amount">7.99</span></span><small>per month</small></div>
1761
  </div>
1762
  </div>
1763
  <ul class="gw-go-body">
1771
  <div class="gw-go-body-cell" style="height: 19px;">1 Installation per License</div>
1772
  </li>
1773
  <li class="gw-go-even" data-row-index="3">
1774
+ <div class="gw-go-body-cell" style="height: 19px;">24x7 Technical Support</div>
1775
  </li>
1776
  <li data-row-index="4">
1777
+ <div class="gw-go-body-cell" style="height: 19px;">Free Updates until Subscription</div>
1778
  </li>
1779
  <li class="gw-go-even" data-row-index="5">
1780
  <div class="gw-go-body-cell" style="height: 19px;">Automatic Plugin Updates</div>
2025
  <div class="gw-go-header-top">
2026
  <h3>DEVELOPER</h3></div>
2027
  <div class="gw-go-header-bottom">
2028
+ <div class="gw-go-price-wrap"><span data-id="price" data-currency="{&quot;currency&quot;:&quot;USD&quot;,&quot;position&quot;:&quot;left&quot;,&quot;thousand-sep&quot;:&quot;,&quot;,&quot;decimal-sep&quot;:&quot;.&quot;,&quot;decimal-no&quot;:2}" data-price="19.99"><span data-id="currency">€</span><span data-id="amount">19.99</span></span><small>per month</small></div>
2029
  </div>
2030
  </div>
2031
  <ul class="gw-go-body">
2039
  <div class="gw-go-body-cell" style="height: 19px;">5 Installations per License</div>
2040
  </li>
2041
  <li class="gw-go-even" data-row-index="3">
2042
+ <div class="gw-go-body-cell" style="height: 19px;">24x7 Technical Support</div>
2043
  </li>
2044
  <li data-row-index="4">
2045
+ <div class="gw-go-body-cell" style="height: 19px;">Free Updates until Subscription</div>
2046
  </li>
2047
  <li class="gw-go-even" data-row-index="5">
2048
  <div class="gw-go-body-cell" style="height: 19px;">Automatic Plugin Updates</div>
views/wizard/wizard.php CHANGED
@@ -1574,7 +1574,7 @@ if (!is_user_logged_in()) {
1574
  <div class="gw-go-header-top">
1575
  <h3>PERSONAL</h3></div>
1576
  <div class="gw-go-header-bottom">
1577
- <div class="gw-go-price-wrap"><span data-id="price" data-currency="{&quot;currency&quot;:&quot;USD&quot;,&quot;position&quot;:&quot;left&quot;,&quot;thousand-sep&quot;:&quot;,&quot;,&quot;decimal-sep&quot;:&quot;.&quot;,&quot;decimal-no&quot;:2}" data-price="29"><span data-id="currency">€</span><span data-id="amount">29</span></span><small>One Time Purchase</small></div>
1578
  </div>
1579
  </div>
1580
  <ul class="gw-go-body">
@@ -1588,10 +1588,10 @@ if (!is_user_logged_in()) {
1588
  <div class="gw-go-body-cell" style="height: 19px;">1 Installation per License</div>
1589
  </li>
1590
  <li class="gw-go-even" data-row-index="3">
1591
- <div class="gw-go-body-cell" style="height: 19px;">1 week of Technical Support</div>
1592
  </li>
1593
  <li data-row-index="4">
1594
- <div class="gw-go-body-cell" style="height: 19px;">1 year of Free Updates</div>
1595
  </li>
1596
  <li class="gw-go-even" data-row-index="5">
1597
  <div class="gw-go-body-cell" style="height: 19px;">Automatic Plugin Updates</div>
@@ -1843,7 +1843,7 @@ if (!is_user_logged_in()) {
1843
  <div class="gw-go-header-top">
1844
  <h3>BUSINESS</h3></div>
1845
  <div class="gw-go-header-bottom">
1846
- <div class="gw-go-price-wrap"><span data-id="price" data-currency="{&quot;currency&quot;:&quot;USD&quot;,&quot;position&quot;:&quot;left&quot;,&quot;thousand-sep&quot;:&quot;,&quot;,&quot;decimal-sep&quot;:&quot;.&quot;,&quot;decimal-no&quot;:2}" data-price="33"><span data-id="currency">€</span><span data-id="amount">33</span></span><small>One Time Purchase</small></div>
1847
  </div>
1848
  </div>
1849
  <ul class="gw-go-body">
@@ -1857,10 +1857,10 @@ if (!is_user_logged_in()) {
1857
  <div class="gw-go-body-cell" style="height: 19px;">1 Installation per License</div>
1858
  </li>
1859
  <li class="gw-go-even" data-row-index="3">
1860
- <div class="gw-go-body-cell" style="height: 19px;">1 month of Technical Support</div>
1861
  </li>
1862
  <li data-row-index="4">
1863
- <div class="gw-go-body-cell" style="height: 19px;">1 year of Free Updates</div>
1864
  </li>
1865
  <li class="gw-go-even" data-row-index="5">
1866
  <div class="gw-go-body-cell" style="height: 19px;">Automatic Plugin Updates</div>
@@ -2111,7 +2111,7 @@ if (!is_user_logged_in()) {
2111
  <div class="gw-go-header-top">
2112
  <h3>DEVELOPER</h3></div>
2113
  <div class="gw-go-header-bottom">
2114
- <div class="gw-go-price-wrap"><span data-id="price" data-currency="{&quot;currency&quot;:&quot;USD&quot;,&quot;position&quot;:&quot;left&quot;,&quot;thousand-sep&quot;:&quot;,&quot;,&quot;decimal-sep&quot;:&quot;.&quot;,&quot;decimal-no&quot;:2}" data-price="129"><span data-id="currency">€</span><span data-id="amount">129</span></span><small>One Time Purchase</small></div>
2115
  </div>
2116
  </div>
2117
  <ul class="gw-go-body">
@@ -2125,10 +2125,10 @@ if (!is_user_logged_in()) {
2125
  <div class="gw-go-body-cell" style="height: 19px;">5 Installations per License</div>
2126
  </li>
2127
  <li class="gw-go-even" data-row-index="3">
2128
- <div class="gw-go-body-cell" style="height: 19px;">6 months of Technical Support</div>
2129
  </li>
2130
  <li data-row-index="4">
2131
- <div class="gw-go-body-cell" style="height: 19px;">Life Time Free Updates</div>
2132
  </li>
2133
  <li class="gw-go-even" data-row-index="5">
2134
  <div class="gw-go-body-cell" style="height: 19px;">Automatic Plugin Updates</div>
1574
  <div class="gw-go-header-top">
1575
  <h3>PERSONAL</h3></div>
1576
  <div class="gw-go-header-bottom">
1577
+ <div class="gw-go-price-wrap"><span data-id="price" data-currency="{&quot;currency&quot;:&quot;USD&quot;,&quot;position&quot;:&quot;left&quot;,&quot;thousand-sep&quot;:&quot;,&quot;,&quot;decimal-sep&quot;:&quot;.&quot;,&quot;decimal-no&quot;:2}" data-price="3.99"><span data-id="currency">€</span><span data-id="amount">3.99</span></span><small>per month</small></div>
1578
  </div>
1579
  </div>
1580
  <ul class="gw-go-body">
1588
  <div class="gw-go-body-cell" style="height: 19px;">1 Installation per License</div>
1589
  </li>
1590
  <li class="gw-go-even" data-row-index="3">
1591
+ <div class="gw-go-body-cell" style="height: 19px;">24x7 Technical Support</div>
1592
  </li>
1593
  <li data-row-index="4">
1594
+ <div class="gw-go-body-cell" style="height: 19px;">Free Updates until Subscription</div>
1595
  </li>
1596
  <li class="gw-go-even" data-row-index="5">
1597
  <div class="gw-go-body-cell" style="height: 19px;">Automatic Plugin Updates</div>
1843
  <div class="gw-go-header-top">
1844
  <h3>BUSINESS</h3></div>
1845
  <div class="gw-go-header-bottom">
1846
+ <div class="gw-go-price-wrap"><span data-id="price" data-currency="{&quot;currency&quot;:&quot;USD&quot;,&quot;position&quot;:&quot;left&quot;,&quot;thousand-sep&quot;:&quot;,&quot;,&quot;decimal-sep&quot;:&quot;.&quot;,&quot;decimal-no&quot;:2}" data-price="7.99"><span data-id="currency">€</span><span data-id="amount">7.99</span></span><small>per month</small></div>
1847
  </div>
1848
  </div>
1849
  <ul class="gw-go-body">
1857
  <div class="gw-go-body-cell" style="height: 19px;">1 Installation per License</div>
1858
  </li>
1859
  <li class="gw-go-even" data-row-index="3">
1860
+ <div class="gw-go-body-cell" style="height: 19px;">24x7 Technical Support</div>
1861
  </li>
1862
  <li data-row-index="4">
1863
+ <div class="gw-go-body-cell" style="height: 19px;">Free Updates until Subscription</div>
1864
  </li>
1865
  <li class="gw-go-even" data-row-index="5">
1866
  <div class="gw-go-body-cell" style="height: 19px;">Automatic Plugin Updates</div>
2111
  <div class="gw-go-header-top">
2112
  <h3>DEVELOPER</h3></div>
2113
  <div class="gw-go-header-bottom">
2114
+ <div class="gw-go-price-wrap"><span data-id="price" data-currency="{&quot;currency&quot;:&quot;USD&quot;,&quot;position&quot;:&quot;left&quot;,&quot;thousand-sep&quot;:&quot;,&quot;,&quot;decimal-sep&quot;:&quot;.&quot;,&quot;decimal-no&quot;:2}" data-price="19.99"><span data-id="currency">€</span><span data-id="amount">19.99</span></span><small>per month</small></div>
2115
  </div>
2116
  </div>
2117
  <ul class="gw-go-body">
2125
  <div class="gw-go-body-cell" style="height: 19px;">5 Installations per License</div>
2126
  </li>
2127
  <li class="gw-go-even" data-row-index="3">
2128
+ <div class="gw-go-body-cell" style="height: 19px;">24x7 Technical Support</div>
2129
  </li>
2130
  <li data-row-index="4">
2131
+ <div class="gw-go-body-cell" style="height: 19px;">Free Updates until Subscription</div>
2132
  </li>
2133
  <li class="gw-go-even" data-row-index="5">
2134
  <div class="gw-go-body-cell" style="height: 19px;">Automatic Plugin Updates</div>