Photo Gallery by WD – Responsive Photo Gallery - Version 1.3.38

Version Description

  • Fixed: Gallery title for old versions.
  • Fixed: Conflict with Jetpack Photon module.
Download this release

Release Info

Developer webdorado
Plugin Icon 128x128 Photo Gallery by WD – Responsive Photo Gallery
Version 1.3.38
Comparing to
See all releases

Code changes from version 1.3.37 to 1.3.38

admin/views/BWGViewOptions_bwg.php CHANGED
@@ -1197,8 +1197,6 @@ class BWGViewOptions_bwg {
1197
  <div class="bwg_line_option">|</div>
1198
  <div id="div_4" class="gallery_type" onclick="bwg_change_option_type('4')"><?php _e('Slideshow', 'bwg_back'); ?></div>
1199
  <div class="bwg_line_option">|</div>
1200
- <div id="div_5" class="gallery_type" onclick="bwg_change_option_type('5')"><?php _e('Album options', 'bwg_back'); ?></div>
1201
- <div class="bwg_line_option">|</div>
1202
  <div id="div_6" class="gallery_type" onclick="bwg_change_option_type('6')"><?php _e('Social options', 'bwg_back'); ?></div>
1203
  <div class="bwg_line_option">|</div>
1204
  <div id="div_7" class="gallery_type" onclick="bwg_change_option_type('7')"><?php _e('Watermark', 'bwg_back'); ?></div>
@@ -1584,13 +1582,6 @@ class BWGViewOptions_bwg {
1584
  </tr>
1585
  </table>
1586
  </div>
1587
- <!--Album options-->
1588
- <div class="spider_div_options" id="div_content_5">
1589
- <table>
1590
- <tbody>
1591
- </tbody>
1592
- </table>
1593
- </div>
1594
  <!--Embed options-->
1595
  <div class="spider_div_options" id="div_content_6">
1596
  <table>
1197
  <div class="bwg_line_option">|</div>
1198
  <div id="div_4" class="gallery_type" onclick="bwg_change_option_type('4')"><?php _e('Slideshow', 'bwg_back'); ?></div>
1199
  <div class="bwg_line_option">|</div>
 
 
1200
  <div id="div_6" class="gallery_type" onclick="bwg_change_option_type('6')"><?php _e('Social options', 'bwg_back'); ?></div>
1201
  <div class="bwg_line_option">|</div>
1202
  <div id="div_7" class="gallery_type" onclick="bwg_change_option_type('7')"><?php _e('Watermark', 'bwg_back'); ?></div>
1582
  </tr>
1583
  </table>
1584
  </div>
 
 
 
 
 
 
 
1585
  <!--Embed options-->
1586
  <div class="spider_div_options" id="div_content_6">
1587
  <table>
frontend/views/BWGViewImage_browser.php CHANGED
@@ -2,6 +2,7 @@
2
  class BWGViewImage_browser {
3
  public function display($params, $from_shortcode = 0, $bwg = 0) {
4
  global $WD_BWG_UPLOAD_DIR;
 
5
  require_once(WD_BWG_DIR . '/framework/WDWLibrary.php');
6
  require_once(WD_BWG_DIR . '/framework/WDWLibraryEmbed.php');
7
  $theme_row = WDWLibrary::get_theme_row_data($params['theme_id']);
@@ -51,7 +52,7 @@ class BWGViewImage_browser {
51
  $params['show_gallery_description'] = 0;
52
  }
53
  if (!isset($params['showthumbs_name'])) {
54
- $params['showthumbs_name'] = 0;
55
  }
56
  if (!$theme_row) {
57
  echo WDWLibrary::message(__('There is no theme selected or the theme was deleted.', 'bwg'), 'wd_error');
@@ -76,7 +77,6 @@ class BWGViewImage_browser {
76
  }
77
  $image_title = $params['image_browser_title_enable'];
78
  $enable_image_description = $params['image_browser_description_enable'];
79
- global $wd_bwg_options;
80
  $placeholder = isset($wd_bwg_options->placeholder) ? $wd_bwg_options->placeholder : '';
81
  $image_right_click = $wd_bwg_options->image_right_click;
82
  if (!isset($params['popup_fullscreen'])) {
2
  class BWGViewImage_browser {
3
  public function display($params, $from_shortcode = 0, $bwg = 0) {
4
  global $WD_BWG_UPLOAD_DIR;
5
+ global $wd_bwg_options;
6
  require_once(WD_BWG_DIR . '/framework/WDWLibrary.php');
7
  require_once(WD_BWG_DIR . '/framework/WDWLibraryEmbed.php');
8
  $theme_row = WDWLibrary::get_theme_row_data($params['theme_id']);
52
  $params['show_gallery_description'] = 0;
53
  }
54
  if (!isset($params['showthumbs_name'])) {
55
+ $params['showthumbs_name'] = $wd_bwg_options->showthumbs_name;
56
  }
57
  if (!$theme_row) {
58
  echo WDWLibrary::message(__('There is no theme selected or the theme was deleted.', 'bwg'), 'wd_error');
77
  }
78
  $image_title = $params['image_browser_title_enable'];
79
  $enable_image_description = $params['image_browser_description_enable'];
 
80
  $placeholder = isset($wd_bwg_options->placeholder) ? $wd_bwg_options->placeholder : '';
81
  $image_right_click = $wd_bwg_options->image_right_click;
82
  if (!isset($params['popup_fullscreen'])) {
frontend/views/BWGViewThumbnails.php CHANGED
@@ -2,6 +2,7 @@
2
  class BWGViewThumbnails {
3
  public function display($params, $from_shortcode = 0, $bwg = 0) {
4
  global $WD_BWG_UPLOAD_DIR;
 
5
  require_once(WD_BWG_DIR . '/framework/WDWLibrary.php');
6
 
7
  if (!isset($params['image_title'])) {
@@ -65,11 +66,10 @@ class BWGViewThumbnails {
65
  $params['show_gallery_description'] = 0;
66
  }
67
  if (!isset($params['showthumbs_name'])) {
68
- $params['showthumbs_name'] = 0;
69
  }
70
  $from = (isset($params['from']) ? esc_html($params['from']) : 0);
71
  $sort_direction = $params['order_by'];
72
- global $wd_bwg_options;
73
  $placeholder = isset($wd_bwg_options->placeholder) ? $wd_bwg_options->placeholder : '';
74
  $play_icon = $wd_bwg_options->play_icon;
75
  if ($from) {
2
  class BWGViewThumbnails {
3
  public function display($params, $from_shortcode = 0, $bwg = 0) {
4
  global $WD_BWG_UPLOAD_DIR;
5
+ global $wd_bwg_options;
6
  require_once(WD_BWG_DIR . '/framework/WDWLibrary.php');
7
 
8
  if (!isset($params['image_title'])) {
66
  $params['show_gallery_description'] = 0;
67
  }
68
  if (!isset($params['showthumbs_name'])) {
69
+ $params['showthumbs_name'] = $wd_bwg_options->showthumbs_name;
70
  }
71
  $from = (isset($params['from']) ? esc_html($params['from']) : 0);
72
  $sort_direction = $params['order_by'];
 
73
  $placeholder = isset($wd_bwg_options->placeholder) ? $wd_bwg_options->placeholder : '';
74
  $play_icon = $wd_bwg_options->play_icon;
75
  if ($from) {
photo-gallery.php CHANGED
@@ -4,8 +4,8 @@
4
  * Plugin Name: Photo Gallery
5
  * Plugin URI: https://web-dorado.com/products/wordpress-photo-gallery-plugin.html
6
  * Description: This plugin is a fully responsive gallery plugin with advanced functionality. It allows having different image galleries for your posts and pages. You can create unlimited number of galleries, combine them into albums, and provide descriptions and tags.
7
- * Version: 1.3.37
8
- * Author: WebDorado
9
  * Author URI: https://web-dorado.com/
10
  * License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
11
  */
@@ -504,12 +504,24 @@ add_shortcode('Best_Wordpress_Gallery', 'bwg_shortcode');
504
 
505
  $bwg = 0;
506
  function bwg_front_end($params) {
 
 
 
 
 
 
507
  require_once(WD_BWG_DIR . '/frontend/controllers/BWGController' . ucfirst($params['gallery_type']) . '.php');
508
  $controller_class = 'BWGController' . ucfirst($params['gallery_type']) . '';
509
  $controller = new $controller_class();
510
  global $bwg;
511
  $controller->execute($params, 1, $bwg);
512
  $bwg++;
 
 
 
 
 
 
513
  return;
514
  }
515
 
@@ -1593,7 +1605,7 @@ function bwg_activate() {
1593
  ));
1594
  }
1595
  $version = get_option('wd_bwg_version');
1596
- $new_version = '1.3.37';
1597
  if ($version && version_compare($version, $new_version, '<')) {
1598
  require_once WD_BWG_DIR . "/update/bwg_update.php";
1599
  bwg_update($version);
@@ -1645,7 +1657,7 @@ wp_oembed_add_provider( '#https://instagr(\.am|am\.com)/p/.*#i', 'https://api.in
1645
 
1646
  function bwg_update_hook() {
1647
  $version = get_option('wd_bwg_version');
1648
- $new_version = '1.3.37';
1649
  if ($version && version_compare($version, $new_version, '<')) {
1650
  require_once WD_BWG_DIR . "/update/bwg_update.php";
1651
  bwg_update($version);
4
  * Plugin Name: Photo Gallery
5
  * Plugin URI: https://web-dorado.com/products/wordpress-photo-gallery-plugin.html
6
  * Description: This plugin is a fully responsive gallery plugin with advanced functionality. It allows having different image galleries for your posts and pages. You can create unlimited number of galleries, combine them into albums, and provide descriptions and tags.
7
+ * Version: 1.3.38
8
+ * Author: Photo Gallery Team
9
  * Author URI: https://web-dorado.com/
10
  * License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
11
  */
504
 
505
  $bwg = 0;
506
  function bwg_front_end($params) {
507
+ // Disable Jetpack’s Photon module.
508
+ $photon_removed = FALSE;
509
+ if ( class_exists("Jetpack_Photon") && method_exists(Jetpack_Photon, "instance") ) {
510
+ $photon_removed = remove_filter('image_downsize', array( Jetpack_Photon::instance(), 'filter_image_downsize' ));
511
+ }
512
+
513
  require_once(WD_BWG_DIR . '/frontend/controllers/BWGController' . ucfirst($params['gallery_type']) . '.php');
514
  $controller_class = 'BWGController' . ucfirst($params['gallery_type']) . '';
515
  $controller = new $controller_class();
516
  global $bwg;
517
  $controller->execute($params, 1, $bwg);
518
  $bwg++;
519
+
520
+ // Enable Jetpack’s Photon module.
521
+ if ( $photon_removed ) {
522
+ add_filter( 'image_downsize', array( Jetpack_Photon::instance(), 'filter_image_downsize' ), 10, 3 );
523
+ }
524
+
525
  return;
526
  }
527
 
1605
  ));
1606
  }
1607
  $version = get_option('wd_bwg_version');
1608
+ $new_version = '1.3.38';
1609
  if ($version && version_compare($version, $new_version, '<')) {
1610
  require_once WD_BWG_DIR . "/update/bwg_update.php";
1611
  bwg_update($version);
1657
 
1658
  function bwg_update_hook() {
1659
  $version = get_option('wd_bwg_version');
1660
+ $new_version = '1.3.38';
1661
  if ($version && version_compare($version, $new_version, '<')) {
1662
  require_once WD_BWG_DIR . "/update/bwg_update.php";
1663
  bwg_update($version);
readme.txt CHANGED
@@ -1,10 +1,10 @@
1
  === Photo Gallery by WD – Responsive Photo Gallery for WordPress ===
2
- Contributors: webdorado,wdsupport
3
  Donate link: https://web-dorado.com/products/wordpress-photo-gallery-plugin.html
4
  Tags: gallery, photo gallery, image gallery, responsive gallery, wordpress gallery plugin, photo albums, gallery slider, gallery lightbox, wordpress photo gallery plugin, fullscreen gallery, watermarking, video gallery
5
  Requires at least: 3.4
6
  Tested up to: 4.7
7
- Stable tag: 1.3.37
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -31,7 +31,7 @@ Create 100% responsive FREE WordPress photo gallery in minutes. Easy to customiz
31
 
32
  Photo Gallery is an advanced plugin with a list of tools and options for adding and editing images for different views. This is a fully responsive gallery plugin. The product includes plugin for adding image galleries and albums to posts and pages, as well as multiple widgets. You can add images, providing detailed gallery descriptions and tags, organize the galleries into different photo albums.
33
 
34
- The responsive photo gallery allows to upload unlimited number of pictures and create as many photo albums as you need. Want to include videos? The plugin comes with audio and video support, that will enable you to create a YouTube video gallery or a Vimeo video gallery quick and easy.
35
 
36
  The free gallery plugin is one of the most feature rich plugins out there. With number of gallery views, including Gallery carousel, Instagram Gallery, Thumbnail gallery, Facebook Gallery and others, the image photo gallery plugin is a top gallery plugin choice.
37
 
@@ -81,8 +81,7 @@ If you think you found a bug in Photo Gallery or have any problem/question conce
81
  * Detailed (Extended) album and compact album view
82
  * Possibility of changing the roles of who can edit the galleries/albums/images (Author/All Users)
83
  * Chances to provide details for images (tags, captions)
84
- * Thumbnail editing tools (Crop, rotate and flip)
85
- * Various thumbnail customization options
86
  * Possibility of changing the amount of images displayed in a single row of an album/gallery
87
  * Slideshow view with auto play and shuffle features
88
  * Audio track playback possibility with the image slideshow
@@ -98,14 +97,13 @@ If you think you found a bug in Photo Gallery or have any problem/question conce
98
  * Possibility of uploading images from the Media Library of the website.
99
  * Possibility to add tags (captions) to all images at once.
100
  * Right-click disabling option for the image downloads protection.
101
- * Possibility to display images in the albums in thumbnail or masonry view upon opening
102
- * Customize thumbnail dimensions, height, number of columns of albums
103
  * WordPress Search Integration by gallery and album title
104
  * Possibility to display the number of the images in the gallery lightbox (optional feature)
105
  * Resizing possibility after adding the pictures
106
  * Possibility to display Search Box on the gallery page for the search based on titles
107
  * Possibility to display the number of images in the lightbox
108
- * Enable full width feature for the lightbox gallery.
109
  * Possibility to add next/previous and play/pause buttons in carousel
110
  * Possibility to enable/disable autoplay for gallery carousel
111
  * Redirection option upon clicking picture thumbnail
@@ -119,7 +117,7 @@ Upgrade to [WordPress Photo Gallery Pro](https://web-dorado.com/products/wordpre
119
  * Masonry Album view
120
  * Slideshow/Lightbox 15 effects.
121
  * Editable themes.
122
- * Instagram Integration to create Instagram gallery.
123
  * Commenting possibility with Captcha protection possibility.
124
  * Social sharing possibility (Facebook, Google+, Twitter, Pinterest and Tumblr).
125
  * Dynamic Photo Gallery Tag Cloud widget with image tag cloud and text tag cloud options.
@@ -190,6 +188,10 @@ To enable the feature of adding Media Library images, go to Photo Gallery > Opti
190
 
191
  == Changelog ==
192
 
 
 
 
 
193
  = 1.3.37 =
194
  * Added: Show gallery title (optional from shortcode).
195
  * Added: Show gallery description (optional).
@@ -1041,7 +1043,7 @@ Advertisement position. Choose the positioning of the advertisement from the ava
1041
  5.4.3 Interval. Provide the time interval between the display of slideshow images in seconds.
1042
  5.4.4 Enable filmstrip. Choose whether to include the filmstrip of gallery or album images in the lightbox or not.
1043
  5.4.5 Filmstrip height. Define the height of the filmstrip in pixels.
1044
- 5.4.6 Enable control buttons. Choose whether to display control buttons in the lightbox gallery or not.
1045
  5.4.7 Enable fullscreen. Choose whether to have a possibility of entering Fullscreen from the lightbox or not.
1046
  5.4.8 Enable info. Choose whether to have possibility of displaying gallery image information (Title and description) in this view or not.
1047
  5.4.9 Display info by default. Choose whether to display gallery image title by default when opening the lightbox or not. The image can be hidden hitting info button.
@@ -1495,13 +1497,13 @@ Use one of the default Photo Gallery themes or click Add new button to create a
1495
 
1496
  = Step 8: Publishing the Created Photo Gallery. =
1497
  To insert a gallery into a Page or a Post.
1498
- Open the post/page you want to display the image gallery. Press the button named Photo Gallery. A camera icon will be inserted into the page/post. Click on the gallery image and select the gallery/album display you want to use for that specific page/post.
1499
  Each Photo Gallery shortcode uses three columns of parameters. The first column shows parameters specific for that Photo Gallery view only, the second one shows Lightbox (except Slideshow view) parameters, the third one is referred to the Advertisement.
1500
  In addition you can add the galllery shortcode using Shortcode Generator of the Photo Gallery.
1501
  8.1 General Parameters (First Column)
1502
  8.1.1Thumbnails
1503
  Theme. Select the theme to be applied to this Photo Gallery view.
1504
- Gallery. Select the image gallery.
1505
  Sort by. Choose the option to use for the gallery image sequence.
1506
  Max. number of image columns. Provide the number of image columns in a page.
1507
  Images per page. Provide the maximum number of gallery images per page.
@@ -1509,7 +1511,7 @@ Enable pagination. Choose whether to have pagination for the view or not.
1509
  Image thumbnail dimensions. Define the thumbnail width and height in pixels.
1510
  8.1.2 Masonry
1511
  Theme. Select the theme to be applied to this Photo Gallery view.
1512
- Gallery. Select the images gallery.
1513
  Sort by. Choose the option to use for image sequence.
1514
  Max. number of image columns. Provide the number of image columns in a page.
1515
  Images per page. Provide the maximum number of gallery images per page.
@@ -1579,7 +1581,7 @@ Enable Twitter button. Choose whether to have Twitter social sharing button enab
1579
  Enable Google+ button. Choose whether to have Google+ social sharing button enabled in the pop-up or not.
1580
 
1581
  (for Slideshow View only)
1582
- Enable image title. Choose whether to display gallery image titles during the gallery slideshow or not.
1583
  Title position. Set the position of the title using the available options.
1584
  Enable image description. Choose whether to display gallery image description during the slideshow or not.
1585
  Description position. Set the position of the description using the available options.
@@ -1632,7 +1634,7 @@ Theme. Choose the theme, which will be applied to the gallery/album correspondin
1632
  9.3.1 Title. Provide a title for the gallery slideshow.
1633
  9.3.2 Select Gallery. Specify the gallery you want to use for the slideshow.
1634
  9.3.3 Dimensions. Specify the width and height for the gallery slideshow.
1635
- 9.3.4 Slideshow effect. Select the effect to apply to the gallery slideshow.
1636
  9.3.5 Time interval. Define the time interval between the change of gallery images in seconds.
1637
  9.3.6 Enable shuffle. Choose whether to have shuffle for the slideshow images or not.
1638
  9.3.7 Theme. Choose the theme to be applied to the gallery image slideshow.
1
  === Photo Gallery by WD – Responsive Photo Gallery for WordPress ===
2
+ Contributors: webdorado,wdsupport,photogallerysupport
3
  Donate link: https://web-dorado.com/products/wordpress-photo-gallery-plugin.html
4
  Tags: gallery, photo gallery, image gallery, responsive gallery, wordpress gallery plugin, photo albums, gallery slider, gallery lightbox, wordpress photo gallery plugin, fullscreen gallery, watermarking, video gallery
5
  Requires at least: 3.4
6
  Tested up to: 4.7
7
+ Stable tag: 1.3.38
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
31
 
32
  Photo Gallery is an advanced plugin with a list of tools and options for adding and editing images for different views. This is a fully responsive gallery plugin. The product includes plugin for adding image galleries and albums to posts and pages, as well as multiple widgets. You can add images, providing detailed gallery descriptions and tags, organize the galleries into different photo albums.
33
 
34
+ The responsive photo gallery allows to upload unlimited number of pictures and create as many photo albums as you need. Want to include videos? The plugin comes with audio and video support, that will enable you to create a YouTube gallery or a Vimeo video gallery quick and easy.
35
 
36
  The free gallery plugin is one of the most feature rich plugins out there. With number of gallery views, including Gallery carousel, Instagram Gallery, Thumbnail gallery, Facebook Gallery and others, the image photo gallery plugin is a top gallery plugin choice.
37
 
81
  * Detailed (Extended) album and compact album view
82
  * Possibility of changing the roles of who can edit the galleries/albums/images (Author/All Users)
83
  * Chances to provide details for images (tags, captions)
84
+ * Thumbnail editing tools (Crop, rotate and flip)
 
85
  * Possibility of changing the amount of images displayed in a single row of an album/gallery
86
  * Slideshow view with auto play and shuffle features
87
  * Audio track playback possibility with the image slideshow
97
  * Possibility of uploading images from the Media Library of the website.
98
  * Possibility to add tags (captions) to all images at once.
99
  * Right-click disabling option for the image downloads protection.
100
+ * Possibility to display images in the albums in thumbnail or masonry view upon opening
 
101
  * WordPress Search Integration by gallery and album title
102
  * Possibility to display the number of the images in the gallery lightbox (optional feature)
103
  * Resizing possibility after adding the pictures
104
  * Possibility to display Search Box on the gallery page for the search based on titles
105
  * Possibility to display the number of images in the lightbox
106
+ * Enable full width feature for the lightbox.
107
  * Possibility to add next/previous and play/pause buttons in carousel
108
  * Possibility to enable/disable autoplay for gallery carousel
109
  * Redirection option upon clicking picture thumbnail
117
  * Masonry Album view
118
  * Slideshow/Lightbox 15 effects.
119
  * Editable themes.
120
+ * Instagram Integration.
121
  * Commenting possibility with Captcha protection possibility.
122
  * Social sharing possibility (Facebook, Google+, Twitter, Pinterest and Tumblr).
123
  * Dynamic Photo Gallery Tag Cloud widget with image tag cloud and text tag cloud options.
188
 
189
  == Changelog ==
190
 
191
+ = 1.3.38 =
192
+ * Fixed: Gallery title for old versions.
193
+ * Fixed: Conflict with Jetpack Photon module.
194
+
195
  = 1.3.37 =
196
  * Added: Show gallery title (optional from shortcode).
197
  * Added: Show gallery description (optional).
1043
  5.4.3 Interval. Provide the time interval between the display of slideshow images in seconds.
1044
  5.4.4 Enable filmstrip. Choose whether to include the filmstrip of gallery or album images in the lightbox or not.
1045
  5.4.5 Filmstrip height. Define the height of the filmstrip in pixels.
1046
+ 5.4.6 Enable control buttons. Choose whether to display control buttons in the lightbox or not.
1047
  5.4.7 Enable fullscreen. Choose whether to have a possibility of entering Fullscreen from the lightbox or not.
1048
  5.4.8 Enable info. Choose whether to have possibility of displaying gallery image information (Title and description) in this view or not.
1049
  5.4.9 Display info by default. Choose whether to display gallery image title by default when opening the lightbox or not. The image can be hidden hitting info button.
1497
 
1498
  = Step 8: Publishing the Created Photo Gallery. =
1499
  To insert a gallery into a Page or a Post.
1500
+ Open the post/page you want to display the gallery. Press the button named Photo Gallery. A camera icon will be inserted into the page/post. Click on the gallery image and select the gallery/album display you want to use for that specific page/post.
1501
  Each Photo Gallery shortcode uses three columns of parameters. The first column shows parameters specific for that Photo Gallery view only, the second one shows Lightbox (except Slideshow view) parameters, the third one is referred to the Advertisement.
1502
  In addition you can add the galllery shortcode using Shortcode Generator of the Photo Gallery.
1503
  8.1 General Parameters (First Column)
1504
  8.1.1Thumbnails
1505
  Theme. Select the theme to be applied to this Photo Gallery view.
1506
+ Gallery. Select the gallery.
1507
  Sort by. Choose the option to use for the gallery image sequence.
1508
  Max. number of image columns. Provide the number of image columns in a page.
1509
  Images per page. Provide the maximum number of gallery images per page.
1511
  Image thumbnail dimensions. Define the thumbnail width and height in pixels.
1512
  8.1.2 Masonry
1513
  Theme. Select the theme to be applied to this Photo Gallery view.
1514
+ Gallery. Select the gallery.
1515
  Sort by. Choose the option to use for image sequence.
1516
  Max. number of image columns. Provide the number of image columns in a page.
1517
  Images per page. Provide the maximum number of gallery images per page.
1581
  Enable Google+ button. Choose whether to have Google+ social sharing button enabled in the pop-up or not.
1582
 
1583
  (for Slideshow View only)
1584
+ Enable image title. Choose whether to display gallery image titles during the slideshow or not.
1585
  Title position. Set the position of the title using the available options.
1586
  Enable image description. Choose whether to display gallery image description during the slideshow or not.
1587
  Description position. Set the position of the description using the available options.
1634
  9.3.1 Title. Provide a title for the gallery slideshow.
1635
  9.3.2 Select Gallery. Specify the gallery you want to use for the slideshow.
1636
  9.3.3 Dimensions. Specify the width and height for the gallery slideshow.
1637
+ 9.3.4 Slideshow effect. Select the effect to apply to the slideshow.
1638
  9.3.5 Time interval. Define the time interval between the change of gallery images in seconds.
1639
  9.3.6 Enable shuffle. Choose whether to have shuffle for the slideshow images or not.
1640
  9.3.7 Theme. Choose the theme to be applied to the gallery image slideshow.