Photo Gallery by WD – Responsive Photo Gallery - Version 1.1.28

Version Description

  • Bug fixed in filemanager
Download this release

Release Info

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

Code changes from version 1.1.27 to 1.1.28

Files changed (3) hide show
  1. filemanager/model.php +1 -1
  2. photo-gallery.php +1 -1
  3. readme.txt +197 -122
filemanager/model.php CHANGED
@@ -47,7 +47,7 @@ class FilemanagerModel {
47
  $data['path_components'] = $this->get_path_components();
48
  $data['dir'] = (isset($_REQUEST['dir']) ? $_REQUEST['dir'] : '');
49
  $data['files'] = $this->get_files($session_data['sort_by'], $session_data['sort_order']);
50
- $data['media_library_files'] = ($this->controller->get_options_data()->enable_ML_import ? $this->get_media_library_files($session_data['sort_by'], $session_data['sort_order']) : NULL);
51
  $data['extensions'] = (isset($_REQUEST['extensions']) ? $_REQUEST['extensions'] : '');
52
  $data['callback'] = (isset($_REQUEST['callback']) ? $_REQUEST['callback'] : '');
53
 
47
  $data['path_components'] = $this->get_path_components();
48
  $data['dir'] = (isset($_REQUEST['dir']) ? $_REQUEST['dir'] : '');
49
  $data['files'] = $this->get_files($session_data['sort_by'], $session_data['sort_order']);
50
+ $data['media_library_files'] = ($this->controller->get_options_data()->enable_ML_import ? $this->get_media_library_files($session_data['sort_by'], $session_data['sort_order']) : array());
51
  $data['extensions'] = (isset($_REQUEST['extensions']) ? $_REQUEST['extensions'] : '');
52
  $data['callback'] = (isset($_REQUEST['callback']) ? $_REQUEST['callback'] : '');
53
 
photo-gallery.php CHANGED
@@ -4,7 +4,7 @@
4
  * Plugin Name: Photo Gallery
5
  * Plugin URI: http://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.1.27
8
  * Author: http://web-dorado.com/
9
  * License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
10
  */
4
  * Plugin Name: Photo Gallery
5
  * Plugin URI: http://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.1.28
8
  * Author: http://web-dorado.com/
9
  * License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
10
  */
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://web-dorado.com/products/wordpress-photo-gallery-plugin.html
4
  Tags: photo, photo gallery, image gallery, video gallery, gallery, galleries, wordpress gallery plugin, images gallery, album, photo albums, Simple gallery, best gallery plugin, free photo gallery, wp gallery, wordpress gallery, website gallery, gallery shortcode, best gallery, picture, pictures, gallery slider, photo album, photogallery, widget gallery, image, images, photos, gallery lightbox, photoset, wordpress photo gallery plugin, wp gallery plugins, responsive wordpress photo gallery, media, image album, filterable gallery, banner rotator, fullscreen gallery, Fotogalerie, Galleria, galerie, galeri
5
  Requires at least: 3.0
6
  Tested up to: 3.9
7
- Stable tag: 1.1.27
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -89,7 +89,7 @@ Upgrade to [WordPress Photo Gallery Pro](http://web-dorado.com/products/wordpres
89
 
90
  ### Supported languages
91
 
92
- *If you need language of Photo Gallery which is not included in this list, please contact us and we will do the translation of Photo Gallery within 3 days. If you find some mistakes in the translation of Photo Gallery, please contact us and we will correct it within 3 days.*
93
 
94
  Afrikaans (af)
95
  Albanian (sq)
@@ -154,11 +154,11 @@ After downloading the ZIP file,
154
 
155
  1. Log in to the administrator panel.
156
  1. Go to Plugins Add > New > Upload.
157
- 1. Click `Choose file` (`Browse`) and select the downloaded zip file.
158
  *For Mac Users*
159
- *Go to your Downloads folder and locate the folder with the plugin. Right-click on the folder and select Compress. Now you have a newly created .zip file which can be installed as described here.*
160
  1. Click `Install Now` button.
161
- 1. Click `Activate Plugin` button for activating the plugin.
162
 
163
  If any problem occurs, please contact us at [info@web-dorado.com](mailto:info@web-dorado.com).
164
 
@@ -172,6 +172,12 @@ If any problem occurs, please contact us at [info@web-dorado.com](mailto:info@w
172
 
173
  == Changelog ==
174
 
 
 
 
 
 
 
175
  = 1.1.26 =
176
  * added option "Import from Media Library"
177
 
@@ -263,7 +269,7 @@ If any problem occurs, please contact us at [info@web-dorado.com](mailto:info@w
263
  ==Wordpress Photo Gallery Step by step guide==
264
  Step by step guide
265
 
266
- Step 1: Installing the Gallery
267
  1.1 Minimum requirements.
268
  Wordpress 3.0+
269
  PHP 5.x
@@ -278,7 +284,8 @@ Click `Activate Plugin` button for activating the plugin.
278
  If the installation succeeded you will see the success message. If any problem occurs, please contact us info@web-dorado.com.
279
 
280
 
281
- Step 2: Creating/Editing Galleries for the Photo Gallery.
 
282
  2.1 On the left menu select Photo Gallery>Add Galleries/Images> Add new.
283
  2.2 Name. Specify the name of the gallery.
284
  2.3 Slug. Specify the alias in your website for the gallery.
@@ -290,24 +297,24 @@ Step 2: Creating/Editing Galleries for the Photo Gallery.
290
 
291
  The Photo Gallery plugin is not using standard WordPress Media Manager, instead here you will be redirected to Photo Gallery File Manager. After uploading images you should mark them and press Add button.
292
  Photo Gallery File Manager
293
- 2.8.1 Up. This button will allow you to move within the taxonomy of the folder to a higher level folder.
294
  2.8.2 Make a directory. You can indicate the location of the directory to get images to be used in the gallery.
295
  2.8.3 Rename item. You can rename the chosen gallery images without leaving the uploader.
296
  2.8.4 Copy. You can copy images and directories to use in the galleries and albums.
297
  2.8.5 Cut. You can cut images and directories.
298
  2.8.6 Paste. You can paste copied/cut images and directories.
299
- 2.8.7 Remove items. You can remove any amount of items from the list.
300
- 2.8.8 Upload files. You can upload images from your PC and other devices using this feature. Multi-upload is also possible. To upload all images, you should first press Ctrl+A.
301
 
302
  To add the images to your Gallery, you should press Add the selected images to gallery button.
303
- Important! Before uploading an image, you should provide dimensions for the generated thumbnail at the top of the Media Upload window or leave it to default value set in the Thumbnail options (Options Menu).
304
- 2.8.9 View options: View thumbnails. Displays images in Thumbnail view.
305
- View list. Displays images in list view.
306
 
307
  Now let`s explore the individual gallery image options. Refer to the buttons on the right side and below.
308
- 2.9 Set Watermark. You can apply the created watermark by checking the image you want to add the watermark to and pressing the button. The watermark can be created in Options menu of the product. You can also add the watermark to all gallery images first selecting all gallery images and then pressing Set watermark button.
309
- 2.10 Reset. You can reset the gallery images to the default by selecting multiple/all images and pressing this button. It will remove all kind of changes, including crop, rotate and watermark.
310
- 2.11 Show order column. You can either Drag and Drop images to change the positioning of the images in the gallery or prefer order column, where you can provide numbering for the images to be displayed in a gallery. This option is more useful when you have multiple pages of images and it is not convenient to use Drag/Drop.
311
  2.12 Save images. Using this button you can save only the changes made with the images, the changes with the gallery as a whole should be saved with the upper Save button.
312
  2.13 Publish. Check the images you want to publish in the gallery and press the button.
313
  2.14 Unpublish. Check the images you want to temporary unpublish from the gallery and press the button.
@@ -320,13 +327,17 @@ Now let`s explore the individual gallery image options. Refer to the buttons on
320
  2.21 Tags. Each gallery image can have a number of tags from the list of created tags.
321
  2.22 Published. Choose whether to publish or unpublish the uploaded images within the gallery.
322
 
323
- Step 3: Creating/Editing Tags for the Photo Gallery galleries and albums.
 
 
324
  3.1 On the left menu select Photo Gallery> Tags.
325
  3.2 Name. Provide a title for the tag.
326
  3.3 Slug. Specify the alias for the tag in your website.
327
  3.4 Add Tag. Press this button to add the created tag into the list.
328
 
329
- Step 4: Creating/Editing Albums for the Photo Gallery.
 
 
330
  4.1 On the left menu select Photo Gallery> Albums> Add new.
331
  4.2 Name. Provide a name for the album.
332
  4.3 Slug. Specify the alias for the album in your website.
@@ -334,16 +345,22 @@ Step 4: Creating/Editing Albums for the Photo Gallery.
334
  4.5 Author. The author of the album will be automatically set by the logged in user, who creates the album.
335
  4.6 Published. Choose whether to publish the album or not.
336
  4.7 Preview Image. Choose the preview image for the album. If you leave it blank it will automatically use the first image used in the album.
337
- 4.8 Albums and Galleries. Choose the galleries or already created albums to be used in the album. Here you can add multiple galleries and albums. There is no such limitation.
338
  4.9 Drag/Drop. After adding the albums you will be able to use drag/drop option to set the order for the albums to be displayed.
339
-
340
- Step 5: Editing Options for Photo Gallery.
 
 
341
  Here you can change default options for different views of Photo Gallery, as well as general options of the galleries and albums. You can simply navigate here choosing the corresponding tab.
342
  5.1 Global Options of Photo Gallery.
343
  5.1.1 Images directory. Provide an image directory location which will host the uploaded gallery images.
344
  5.1.2 Gallery role. Choose whether only author can make changes in the gallery or not.
345
  5.1.3 Album role. Choose whether only author can make changes in the albums or not.
346
  5.1.4 Image role. Choose whether only author can make changes in the gallery images or not.
 
 
 
 
347
 
348
  5.2 Watermark. You can use this option to add different types of watermarks on your gallery images.
349
  5.2.1 Watermark Type. Choose what kind of advertisement you want to use from provided 2 options (text, image) or not to use watermarks in your galleries and albums.
@@ -383,14 +400,19 @@ Advertisement position. Choose the positioning of the advertisement from the ava
383
  5.4.4 Enable filmstrip. Choose whether to include the filmstrip of gallery or album images in the lightbox or not.
384
  5.4.5 Filmstrip height. Define the height of the filmstrip in pixels.
385
  5.4.6 Enable control buttons. Choose whether to display control buttons in the lightbox or not.
386
- 5.4.7 Enable fullscreen. Choose whether to have a possibility of entering Fullscreen from the lightbox or not.
387
- 5.4.8 Enable comments. Choose whether to display comments with the gallery images or not.
388
- 5.4.9 Enable Captcha for comments. Choose whether to have Captcha field for the possibility of adding comments as a human verification or not.
389
- 5.4.10 Enable original image display button. Choose whether to allow displaying original images upon clicking the button or not.
390
- 5.4.11 Enable image download. Choose whether to allow downloading the gallery images or not.
391
- 5.4.12 Enable Facebook button. Choose whether to display Facebook share button with the gallery images or not.
392
- 5.4.13 Enable Twitter button. Choose whether to display twit button with the gallery images or not.
393
- 5.4.14 Enable Google+ button. Choose whether to display Google+ share button with the gallery images or not.
 
 
 
 
 
394
 
395
  5.5 Album Options
396
  5.5.1 Number of album columns. Provide the maximum number of columns to be displayed within a single album.
@@ -418,7 +440,7 @@ Advertisement position. Choose the positioning of the advertisement from the ava
418
  5.6.14 Music URL. Provide the URL of the track which will be played alongside the slideshow.
419
 
420
  5.7 Thumbnail Options
421
- 5.7.1 Number of image columns. Provide the maximum number of image columns to be displayed with Thumbnails view.
422
  5.7.2 Images per page. Provide the maximum number of gallery images to be displayed in a single page.
423
  5.7.3 Show image title. Choose whether to always display the image title, have it displayed only when hovered or never display it.
424
  5.7.4 Generated thumbnail dimensions. Provide the dimensions of the thumbnail image which will be generated from the original image.
@@ -436,7 +458,10 @@ Advertisement position. Choose the positioning of the advertisement from the ava
436
  5.8.6 Images per page in Blog Style view. Specify the number of images to be displayed in a single page for the Blog Style view.
437
  5.8.7 Enable Pagination for Blog Style view. Choose whether to have pagination for the Blog Style view or not.
438
 
439
- Step 6: Creating/Editing Themes for different views of the Photo Gallery.
 
 
 
440
  Use one of the default Photo Gallery themes or click `Add new` button to create a new theme.
441
  6.1 Thumbnails.
442
  6.1.1 Name. Provide a name for the theme.
@@ -451,11 +476,15 @@ Use one of the default Photo Gallery themes or click `Add new` button to create
451
  6.1.10 Thumbnail transparency. Specify the level of the transparency you want to apply to the thumbnails.
452
  6.1.11 Full background color. Choose the background color for the overall thumbnail view box.
453
  6.1.12 Full background transparency. Specify the level of the transparency you want to apply to the overall thumbnail view box.
454
- 6.1.13 Alignment. Select the alignment of the thumbnail box.
455
- 6.1.14 Hover effect. Choose the effect to the applied to individual images when hovered or avoid having any.
456
- 6.1.15 Hover effect value. Specify the values for the selected hover in CSS type.
457
- 6.1.16 Transition. Choose whether to have a transition with hover effects or not.
458
-
 
 
 
 
459
  6.2 Masonry
460
  6.2.1 Name. Provide a name for the theme.
461
  6.2.2 Padding. Define the padding of the individual gallery images.
@@ -670,87 +699,127 @@ Use one of the default Photo Gallery themes or click `Add new` button to create
670
  6.7.23 Buttons and title background transparency. Set the level of the background transparency for the buttons (social media sharing and comments) and title.
671
  6.7.24 Buttons or title alignment. Choose an alignment for either buttons or title. The second option will be adjusted automatically.
672
 
673
- 6.8 Lightbox
674
- 6.8.1 Name. Provide a name for the theme.
675
- 6.8.2 Overlay background color. Choose the background color for the background overlay.
676
- 6.8.3 Overlay background transparency. Select the level of transparency for the background overlay.
677
- 6.8.4 Lightbox background color. Select the overall background color for the lightbox.
678
- 6.8.5 Control buttons height. Set the height for the control buttons in the lightbox.
679
- 6.8.6 Control buttons margin (top). Set the top margin for the control buttons in the lightbox.
680
- 6.8.7 Control buttons margin (left). Set the left margin for the control buttons in the lightbox.
681
- 6.8.8 Control buttons position. Choose the position for the control buttons.
682
- 6.8.9 Control buttons background color. Choose the background color for the control buttons.
683
- 6.8.10 Control buttons container border radius. Set the border radius for the control buttons container.
684
- 6.8.11 Control buttons container background transparency. Choose the transparency level for the control buttons container.
685
- 6.8.12 Control buttons alignment. Set the positioning of the control buttons.
686
- 6.8.13 Control buttons color. Choose the color to use for the control buttons.
687
- 6.8.14 Control buttons transparency. Choose the level of transparency for the control buttons.
688
- 6.8.15 Toggle button height. Set the height for the toggle button.
689
- 6.8.16 Toggle button width. Set the width for the toggle button.
690
- 6.8.17 Close button border radius. Define the border radius for the Right and Left buttons.
691
- 6.8.18 Close button border width. Set the border width for the Close button.
692
- 6.8.19 Close button border style. Choose the border style for the Close button.
693
- 6.8.20 Close button border color. Select the border color for the Close button.
694
- 6.8.21 Close button box shadow. Set the box shadow for the Close button.
695
- 6.8.22 Close button background color. Select Close button background color.
696
- 6.8.23 Close button transparency. Choose the level of transparency for the Close button.
697
- 6.8.24 Close button width. Set the Close button width.
698
- 6.8.25 Close button height. Set the Close button height.
699
- 6.8.26 Close button top. Set the margin between the top border and the Close button.
700
- 6.8.27 Close button right. Set the margin between the right border and the Close button.
701
- 6.8.28 Close button size. Define the Close button size in pixels.
702
- 6.8.29 Close button color. Choose a color for the Close button.
703
- 6.8.30 Fullscreen close button color. Choose a color for the Fullscreen exit button.
704
- 6.8.31 Share buttons color. Choose a color to be applied to all Social share buttons used with the view.
705
- 6.8.32 Right, left buttons style. Choose the style for the Right and Left buttons.
706
- 6.8.33 Right, left buttons background color. Select the background color for the Right and Left buttons.
707
- 6.8.34 Right, left buttons transparency. Select the level of transparency for the Right and Left buttons.
708
- 6.8.35 Right, left buttons box shadow. Set the Right and Left buttons box shadow using CSS type values.
709
- 6.8.36 Right, left buttons height. Set the height for the Right and Left buttons.
710
- 6.8.37 Right, left buttons width. Set the width for the Right and Left buttons.
711
- 6.8.38 Right, left buttons size. Define the size for the Right and Left buttons.
712
- 6.8.39 Right, left, close buttons hover color. Choose the Right, Left and Close buttons color when hovered.
713
- 6.8.40 Right, left buttons color. Choose the Right and Left buttons color.
714
- 6.8.41 Right, left buttons border radius. Set the border radius for the Right and Left buttons.
715
- 6.8.42 Right, left buttons border width. Set the border width for the Right and Left buttons.
716
- 6.8.43 Right, left buttons border style. Choose the border style for the Right and Left buttons.
717
- 6.8.44 Right, left buttons border color. Choose the border color for the Right and Left buttons.
718
- 6.8.45 Filmstrip position. Set the filmstrip position in the lightbox.
719
- 6.8.46 Filmstrip thumbnail margin. Specify the margin for the filmstrip image using CSS type values.
720
- 6.8.47 Filmstrip thumbnail border width. Set the border width for the lightbox filmstrip.
721
- 6.8.48 Filmstrip thumbnail border style. Choose the border style for the lightbox filmstrip.
722
- 6.8.49 Filmstrip thumbnail border color. Select the border color for the lightbox filmstrip.
723
- 6.8.50 Filmstrip thumbnail border radius. Set the lightbox filmstrip border radius using CSS type values.
724
- 6.8.51 Filmstrip thumbnail active border width. Set the border width for the lightbox filmstrip image which is currently displayed.
725
- 6.8.52 Filmstrip thumbnail active border color. Choose the border style for the lightbox filmstrip image which is currently displayed.
726
- 6.8.53 Filmstrip thumbnail deactive transparency. Choose the transparency level of the thumbnails except the currently displayed one.
727
- 6.8.54 Filmstrip right, left buttons size. Define the button size for the Right and Left buttons of the filmstrip.
728
- 6.8.55 Filmstrip right, left buttons color. Select the button color for the Right and Left buttons of the filmstrip.
729
- 6.8.56 Filmstrip right, left button background color. Select the button background color for the Right and Left buttons of the filmstrip.
730
- 6.8.57 Comments width. Define the width of the comment box for the images in the lightbox.
731
- 6.8.58 Comments position. Select the comment position for the images.
732
- 6.8.59 Comments background color. Select the background color for the comment box in the lightbox.
733
- 6.8.60 Comments font size. Define the font size for the comments input field labels.
734
- 6.8.61 Comments font color. Define the font color for the image comments.
735
- 6.8.62 Comments font family. Select the font family for the image comments.
736
- 6.8.63 Comments author font size. Define the font size for the Author text in the image comment box.
737
- 6.8.64 Comments date font size. Define the font size for the image comment date.
738
- 6.8.65 Comments body font size. Define the font size for the image comments.
739
- 6.8.66 Comment input border width. Define the border width for the comment box.
740
- 6.8.67 Comment input border style. Select the style to be applied to the comment box border.
741
- 6.8.68 Comment input border color. Choose the border color for the comment box border
742
- 6.8.69 Comment input border radius. Set the border radius for the comment box input field.
743
- 6.8.70 Comment input padding. Set padding for the comment box input area using CSS type values.
744
- 6.8.71 Comment input background color. Choose the background color for the comment input field.
745
- 6.8.72 Comment button background color. Choose a background color for the comment button.
746
- 6.8.73 Comment button padding. Set the comment button padding using CSS type values.
747
- 6.8.74 Comment button border width. Set the border width for the comment button.
748
- 6.8.75 Comment button border style. Select the border style for the comment button.
749
- 6.8.76 Comment button border color. Choose the border color for the comment button.
750
- 6.8.77 Comment button border radius. Set the border radius for the comment button using CSS type values.
751
- 6.8.78 Comment separator width. Set the width for the comment separators.
752
- 6.8.79 Comment separator style. Choose the style for the comment separator lines.
753
- 6.8.80 Comment separator color. Select the color for the comment separators.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
754
 
755
  6.9 Page Navigation.
756
  6.9.1 Name. Provide a name for the theme.
@@ -773,14 +842,18 @@ Use one of the default Photo Gallery themes or click `Add new` button to create
773
  6.9.18 Numbering. Choose whether to have numbers next to navigation buttons or not.
774
  6.9.19 Button text. Choose whether to have text or navigation arrow set for the page navigation.
775
 
776
- Step 7: Editing comments.
 
 
777
  7.1 Image. Choose the gallery image you want to moderate the comments for.
778
  7.2 Name. Choose the author of the comments, if there are multiple comments for the chosen gallery image.
779
  7.3 Publish. Click to publish the gallery image comment.
780
  7.4 Unpublish. Click to unpublish the gallery image comment.
781
  7.5 Delete. Click to delete the gallery image comment.
782
 
783
- Step 8: Publishing the Created Photo Gallery.
 
 
784
  To insert a gallery into a Page or a Post.
785
  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 image and select the gallery/album display you want to use for that specific page/post.
786
  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.
@@ -889,9 +962,10 @@ Advertisement link. Provide the link, which will open in a new window, when the
889
  Advertisement dimensions. Define the dimensions of the image used for the advertisement.
890
  Advertisement opacity. Define the level of opacity for the advertisement, providing its percentage.
891
  Advertisement position. Choose the positioning of the advertisement from the available 9 options.
 
 
892
 
893
-
894
- Step 9: Publishing Photo Gallery widgets.
895
  Go to Appearance>Widgets. Here select the widget option you want to add to a custom location. Afterwards drag and drop the selected widget into the custom location, fill in the options and press Save button.
896
  9.1 Tag Cloud. This widget is included as a hosted widget for the WordPress standard Tag Cloud. It will display the tags added to the albums and images. After the click, the images using the tags will be displayed in Thumbnails view.
897
  9.1.1 Title. Provide a title for the tag cloud.
@@ -934,7 +1008,8 @@ Theme. Choose the theme, which will be applied to the gallery/album correspondin
934
  9.4.7 Theme. Choose the theme, which will be applied to the gallery/album.
935
 
936
 
937
- Step 10: Generating shortcode for the Photo Gallery.
 
938
 
939
  To use the created galleries and albums for the custom location, you can generate custom shortcodes and edit the created shortcodes.
940
 
4
  Tags: photo, photo gallery, image gallery, video gallery, gallery, galleries, wordpress gallery plugin, images gallery, album, photo albums, Simple gallery, best gallery plugin, free photo gallery, wp gallery, wordpress gallery, website gallery, gallery shortcode, best gallery, picture, pictures, gallery slider, photo album, photogallery, widget gallery, image, images, photos, gallery lightbox, photoset, wordpress photo gallery plugin, wp gallery plugins, responsive wordpress photo gallery, media, image album, filterable gallery, banner rotator, fullscreen gallery, Fotogalerie, Galleria, galerie, galeri
5
  Requires at least: 3.0
6
  Tested up to: 3.9
7
+ Stable tag: 1.1.28
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
89
 
90
  ### Supported languages
91
 
92
+ *If you need language of Photo Gallery which is not included in this list, please contact us and we will do the translation of Photo Gallery within 3 days. If you find any mistakes in the translation, please contact us and we will make relevant corrections within 3 days. *
93
 
94
  Afrikaans (af)
95
  Albanian (sq)
154
 
155
  1. Log in to the administrator panel.
156
  1. Go to Plugins Add > New > Upload.
157
+ 1. Click `Choose file` (`Browse`) and select the downloaded zip file of the gallery.
158
  *For Mac Users*
159
+ *Go to your Downloads folder and locate the folder with the gallery plugin. Right-click on the folder and select Compress. Now you have a newly created .zip file which can be installed as described here.*
160
  1. Click `Install Now` button.
161
+ 1. Click `Activate Plugin` button for activating the gallery plugin.
162
 
163
  If any problem occurs, please contact us at [info@web-dorado.com](mailto:info@web-dorado.com).
164
 
172
 
173
  == Changelog ==
174
 
175
+ = 1.1.28 =
176
+ * Bug fixed in filemanager
177
+
178
+ = 1.1.27 =
179
+ * change in loading
180
+
181
  = 1.1.26 =
182
  * added option "Import from Media Library"
183
 
269
  ==Wordpress Photo Gallery Step by step guide==
270
  Step by step guide
271
 
272
+ = Step 1: Installing the Gallery =
273
  1.1 Minimum requirements.
274
  Wordpress 3.0+
275
  PHP 5.x
284
  If the installation succeeded you will see the success message. If any problem occurs, please contact us info@web-dorado.com.
285
 
286
 
287
+
288
+ = Step 2: Creating/Editing Galleries for the Photo Gallery. =
289
  2.1 On the left menu select Photo Gallery>Add Galleries/Images> Add new.
290
  2.2 Name. Specify the name of the gallery.
291
  2.3 Slug. Specify the alias in your website for the gallery.
297
 
298
  The Photo Gallery plugin is not using standard WordPress Media Manager, instead here you will be redirected to Photo Gallery File Manager. After uploading images you should mark them and press Add button.
299
  Photo Gallery File Manager
300
+ 2.8.1 Up. This button will allow you to move within the taxonomy of the folder to a higher level folder to upload image from there.
301
  2.8.2 Make a directory. You can indicate the location of the directory to get images to be used in the gallery.
302
  2.8.3 Rename item. You can rename the chosen gallery images without leaving the uploader.
303
  2.8.4 Copy. You can copy images and directories to use in the galleries and albums.
304
  2.8.5 Cut. You can cut images and directories.
305
  2.8.6 Paste. You can paste copied/cut images and directories.
306
+ 2.8.7 Remove items. You can remove any amount of items from the list, including gallery folder, images.
307
+ 2.8.8 Upload files. You can upload images to your gallery from your PC and other devices using this feature. Multi-upload is also possible. To upload all images for the use in the gallery, you should first press Ctrl+A.
308
 
309
  To add the images to your Gallery, you should press Add the selected images to gallery button.
310
+ Important! Before uploading an image, you should provide dimensions for the generated thumbnail at the top of the Media Upload window or leave it to default value set in the Thumbnail options (Options Menu). This way the thumbnail view of the Gallery will use the specified dimension of the gallery.
311
+ 2.8.9 View options: View thumbnails. Displays uploaded gallery images in Thumbnail view.
312
+ View list. Displays uploaded gallery images in list view.
313
 
314
  Now let`s explore the individual gallery image options. Refer to the buttons on the right side and below.
315
+ 2.9 Set Watermark. You can apply the created watermark by checking the gallery image you want to add the watermark to and pressing the button. The watermark can be created in Options menu of the Gallery plugin. You can also add the watermark to all gallery images first selecting all gallery images and then pressing Set watermark button.
316
+ 2.10 Reset. You can reset the gallery images to the default by selecting multiple/all images and pressing this button. It will remove all kind of changes, including crop, rotate and watermark changes to individual images or the entire gallery as such.
317
+ 2.11 Show order column. You can either Drag and Drop gallery images to change the positioning of the images in the gallery or prefer order column, where you can provide numbering for the images to be displayed in a gallery. This option is more useful when you have multiple pages of images and it is not convenient to use Drag/Drop.
318
  2.12 Save images. Using this button you can save only the changes made with the images, the changes with the gallery as a whole should be saved with the upper Save button.
319
  2.13 Publish. Check the images you want to publish in the gallery and press the button.
320
  2.14 Unpublish. Check the images you want to temporary unpublish from the gallery and press the button.
327
  2.21 Tags. Each gallery image can have a number of tags from the list of created tags.
328
  2.22 Published. Choose whether to publish or unpublish the uploaded images within the gallery.
329
 
330
+
331
+
332
+ = Step 3: Creating/Editing Tags for the Photo Gallery galleries and albums. =
333
  3.1 On the left menu select Photo Gallery> Tags.
334
  3.2 Name. Provide a title for the tag.
335
  3.3 Slug. Specify the alias for the tag in your website.
336
  3.4 Add Tag. Press this button to add the created tag into the list.
337
 
338
+
339
+
340
+ = Step 4: Creating/Editing Albums for the Photo Gallery. =
341
  4.1 On the left menu select Photo Gallery> Albums> Add new.
342
  4.2 Name. Provide a name for the album.
343
  4.3 Slug. Specify the alias for the album in your website.
345
  4.5 Author. The author of the album will be automatically set by the logged in user, who creates the album.
346
  4.6 Published. Choose whether to publish the album or not.
347
  4.7 Preview Image. Choose the preview image for the album. If you leave it blank it will automatically use the first image used in the album.
348
+ 4.8 Albums and Galleries. Choose gallery, galleries or already created albums to be used in the album. Here you can add multiple galleries and albums. There is no such limitation.
349
  4.9 Drag/Drop. After adding the albums you will be able to use drag/drop option to set the order for the albums to be displayed.
350
+
351
+
352
+
353
+ = Step 5: Editing Options for Photo Gallery. =
354
  Here you can change default options for different views of Photo Gallery, as well as general options of the galleries and albums. You can simply navigate here choosing the corresponding tab.
355
  5.1 Global Options of Photo Gallery.
356
  5.1.1 Images directory. Provide an image directory location which will host the uploaded gallery images.
357
  5.1.2 Gallery role. Choose whether only author can make changes in the gallery or not.
358
  5.1.3 Album role. Choose whether only author can make changes in the albums or not.
359
  5.1.4 Image role. Choose whether only author can make changes in the gallery images or not.
360
+ 5.1.5 Show Search box. Choose whether to display a search box for the image search in galleries or not.
361
+ 5.1.6 Search box width. Set the width for the search box displayed with the gallery.
362
+ 5.1.7. Preload images. Choose whether to have a preload for specific number of gallery images first or have them all loaded and only then displayed in the slideshow of the gallery.
363
+ 5.1.8. Count of images. Specify the number of gallery images which will be loaded before opening the slideshow. The rest of the images will be loaded during the processing of the slideshow.
364
 
365
  5.2 Watermark. You can use this option to add different types of watermarks on your gallery images.
366
  5.2.1 Watermark Type. Choose what kind of advertisement you want to use from provided 2 options (text, image) or not to use watermarks in your galleries and albums.
400
  5.4.4 Enable filmstrip. Choose whether to include the filmstrip of gallery or album images in the lightbox or not.
401
  5.4.5 Filmstrip height. Define the height of the filmstrip in pixels.
402
  5.4.6 Enable control buttons. Choose whether to display control buttons in the lightbox or not.
403
+ 5.4.7 Enable fullscreen. Choose whether to have a possibility of entering Fullscreen from the lightbox or not.
404
+ 5.4.8 Enable info. Choose whether to have possibility of displaying gallery image information (Title and description) in this view or not.
405
+ 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.
406
+ 5.4.10 Enable rating. Choose whether to display rating possibility for the gallery images or not.
407
+ 5.4.11 Enable comments. Choose whether to display comments with the gallery images or not.
408
+ 5.4.12 Enable Captcha for comments. Choose whether to have Captcha field for the possibility of adding comments as a human verification or not.
409
+ 5.4.13 Enable original image display button. Choose whether to allow displaying original images upon clicking the button or not.
410
+ 5.4.14 Enable image download. Choose whether to allow downloading the gallery images or not.
411
+ 5.4.15 Enable Facebook button. Choose whether to display Facebook share button with the gallery images or not.
412
+ 5.4.16 Enable Twitter button. Choose whether to display twit button with the gallery images or not.
413
+ 5.4.17 Enable Google+ button. Choose whether to display Google+ share button with the gallery images or not.
414
+ 5.4.18 Enable Pinterest button. Choose whether to display Pinterest pin button with the gallery images or not.
415
+ 5.4.19 Enable Tumblr button. Choose whether to display Tumblr share button with the gallery images or not.
416
 
417
  5.5 Album Options
418
  5.5.1 Number of album columns. Provide the maximum number of columns to be displayed within a single album.
440
  5.6.14 Music URL. Provide the URL of the track which will be played alongside the slideshow.
441
 
442
  5.7 Thumbnail Options
443
+ 5.7.1 Number of image columns. Provide the maximum number of gallery image columns to be displayed with Thumbnails view.
444
  5.7.2 Images per page. Provide the maximum number of gallery images to be displayed in a single page.
445
  5.7.3 Show image title. Choose whether to always display the image title, have it displayed only when hovered or never display it.
446
  5.7.4 Generated thumbnail dimensions. Provide the dimensions of the thumbnail image which will be generated from the original image.
458
  5.8.6 Images per page in Blog Style view. Specify the number of images to be displayed in a single page for the Blog Style view.
459
  5.8.7 Enable Pagination for Blog Style view. Choose whether to have pagination for the Blog Style view or not.
460
 
461
+
462
+
463
+
464
+ = Step 6: Creating/Editing Themes for different views of the Photo Gallery. =
465
  Use one of the default Photo Gallery themes or click `Add new` button to create a new theme.
466
  6.1 Thumbnails.
467
  6.1.1 Name. Provide a name for the theme.
476
  6.1.10 Thumbnail transparency. Specify the level of the transparency you want to apply to the thumbnails.
477
  6.1.11 Full background color. Choose the background color for the overall thumbnail view box.
478
  6.1.12 Full background transparency. Specify the level of the transparency you want to apply to the overall thumbnail view box.
479
+ 6.1.13 Alignment. Select the alignment of the thumbnail box.
480
+ 6.1.14 Title position. Choose the position for the gallery title.
481
+ 6.1.15 Title font size. Define the font size for the gallery image title.
482
+ 6.1.16 Title font color. Choose the gallery image title font color.
483
+ 6.1.17 Title font family. Choose the font family for the gallery image title.
484
+ 6.1.18 Title font weight. Choose the font weight for the gallery image title.
485
+ 6.1.19 Title box shadow. Using CSS type values set the box shadow for the gallery image title.
486
+ 6.1.20 Title margin. Set the gallery image title margin using CSS type values.
487
+
488
  6.2 Masonry
489
  6.2.1 Name. Provide a name for the theme.
490
  6.2.2 Padding. Define the padding of the individual gallery images.
699
  6.7.23 Buttons and title background transparency. Set the level of the background transparency for the buttons (social media sharing and comments) and title.
700
  6.7.24 Buttons or title alignment. Choose an alignment for either buttons or title. The second option will be adjusted automatically.
701
 
702
+ 6.8 Lightbox
703
+ 6.8.1 Name. Provide a name for the theme.
704
+ 6.8.2 Overlay background color. Choose the background color for the image background overlay.
705
+ 6.8.3 Overlay background transparency. Select the level of transparency for the background overlay.
706
+ 6.8.4 Lightbox background color. Select the overall background color for the lightbox.
707
+ 6.8.5 Control buttons height. Set the height for the control buttons in the lightbox.
708
+ 6.8.6 Control buttons margin (top). Set the top margin for the control buttons in the lightbox.
709
+ 6.8.7 Control buttons margin (left). Set the left margin for the control buttons in the lightbox.
710
+ 6.8.8 Control buttons position. Choose the position for the control buttons over the gallery images.
711
+ 6.8.9 Control buttons background color. Choose the background color for the control buttons of the gallery images.
712
+ 6.8.10 Control buttons container border radius. Set the border radius for the control buttons container.
713
+ 6.8.11 Control buttons container background transparency. Choose the transparency level for the control buttons container.
714
+ 6.8.12 Control buttons alignment. Set the positioning of the control buttons over the gallery images.
715
+ 6.8.13 Control buttons color. Choose the color to use for the control buttons.
716
+ 6.8.14 Control buttons transparency. Choose the level of transparency for the control buttons.
717
+ 6.8.15 Toggle button height. Set the height for the toggle button.
718
+ 6.8.16 Toggle button width. Set the width for the toggle button.
719
+ 6.8.17 Close button border radius. Define the border radius for the Right and Left buttons.
720
+ 6.8.18 Close button border width. Set the border width for the Close button.
721
+ 6.8.19 Close button border style. Choose the border style for the Close button.
722
+ 6.8.20 Close button border color. Select the border color for the Close button.
723
+ 6.8.21 Close button box shadow. Set the box shadow for the Close button.
724
+ 6.8.22 Close button background color. Select Close button background color.
725
+ 6.8.23 Close button transparency. Choose the level of transparency for the Close button.
726
+ 6.8.24 Close button width. Set the Close button width.
727
+ 6.8.25 Close button height. Set the Close button height.
728
+ 6.8.26 Close button top. Set the margin between the top border and the Close button.
729
+ 6.8.27 Close button right. Set the margin between the right border and the Close button.
730
+ 6.8.28 Close button size. Define the Close button size in pixels.
731
+ 6.8.29 Close button color. Choose a color for the Close button.
732
+ 6.8.30 Fullscreen close button color. Choose a color for the Fullscreen exit button.
733
+ 6.8.31 Share buttons color. Choose a color to be applied to all Social share buttons used with the view.
734
+ 6.8.32 Right, left buttons style. Choose the style for the Right and Left buttons.
735
+ 6.8.33 Right, left buttons background color. Select the background color for the Right and Left buttons.
736
+ 6.8.34 Right, left buttons transparency. Select the level of transparency for the Right and Left buttons.
737
+ 6.8.35 Right, left buttons box shadow. Set the Right and Left buttons box shadow using CSS type values.
738
+ 6.8.36 Right, left buttons height. Set the height for the Right and Left buttons.
739
+ 6.8.37 Right, left buttons width. Set the width for the Right and Left buttons.
740
+ 6.8.38 Right, left buttons size. Define the size for the Right and Left buttons.
741
+ 6.8.39 Right, left, close buttons hover color. Choose the Right, Left and Close buttons color when hovered.
742
+ 6.8.40 Right, left buttons color. Choose the Right and Left buttons color.
743
+ 6.8.41 Right, left buttons border radius. Set the border radius for the Right and Left buttons.
744
+ 6.8.42 Right, left buttons border width. Set the border width for the Right and Left buttons.
745
+ 6.8.43 Right, left buttons border style. Choose the border style for the Right and Left buttons.
746
+ 6.8.44 Right, left buttons border color. Choose the border color for the Right and Left buttons.
747
+ 6.8.45 Filmstrip position. Set the filmstrip position in the lightbox.
748
+ 6.8.46 Filmstrip thumbnail margin. Specify the margin for the filmstrip image using CSS type values.
749
+ 6.8.47 Filmstrip thumbnail border width. Set the border width for the lightbox filmstrip.
750
+ 6.8.48 Filmstrip thumbnail border style. Choose the border style for the lightbox filmstrip.
751
+ 6.8.49 Filmstrip thumbnail border color. Select the border color for the lightbox filmstrip.
752
+ 6.8.50 Filmstrip thumbnail border radius. Set the lightbox filmstrip border radius using CSS type values.
753
+ 6.8.51 Filmstrip thumbnail active border width. Set the border width for the lightbox filmstrip image which is currently displayed.
754
+ 6.8.52 Filmstrip thumbnail active border color. Choose the border style for the lightbox filmstrip image which is currently displayed.
755
+ 6.8.53 Filmstrip thumbnail deactive transparency. Choose the transparency level of the thumbnails except the currently displayed one.
756
+ 6.8.54 Filmstrip right, left buttons size. Define the button size for the Right and Left buttons of the filmstrip.
757
+ 6.8.55 Filmstrip right, left buttons color. Select the button color for the Right and Left buttons of the filmstrip.
758
+ 6.8.56 Filmstrip right, left button background color. Select the button background color for the Right and Left buttons of the filmstrip.
759
+ 6.8.57 Rating position. Set the position for the rating icons over the gallery images.
760
+ 6.8.58 Rating alignment. Set the alignment for the rating icon.
761
+ 6.8.59 Rating icon. Select the rating icon among six possible options.
762
+ 6.8.60 Rating color. Choose the color for the selected rating icon.
763
+ 6.8.61 Rating hover color. Choose the color for the selecting rating icon range when hovered.
764
+ 6.8.62 Rating size. Define the rating dimensions.
765
+ 6.8.63 Rating icon count. Set the amount of the rating symbols to be displayed.
766
+ 6.8.64 Rating padding. Set the padding for the rating.
767
+ 6.8.65 Hit counter position. Set the position for the hit counter.
768
+ 6.8.66 Hit counter alignment. Set the alignment for the hit counter.
769
+ 6.8.67 Hit counter background color. Choose the background color for the hit counter box.
770
+ 6.8.68 Hit counter background transparency. Define the level of the background transparency for the hit counter box.
771
+ 6.8.69 Hit counter border width. Set the border width for the hit counter box.
772
+ 6.8.70 Hit counter border style. Specify the border style for the hit counter box.
773
+ 6.8.71 Hit counter border color. Choose the border color for the hit counter box.
774
+ 6.8.72 Hit counter border radius. Set the border radius for the hit counter box.
775
+ 6.8.73 Hit counter padding. Set the padding for the hit counter box.
776
+ 6.8.74 Hit counter margin. Set the margin for the hit counter box.
777
+ 6.8.75 Hit counter font color. Select the font color within the hit counter box.
778
+ 6.8.76 Hit counter font family. Choose the font family for the hit counter box text.
779
+ 6.8.77 Hit counter font weight. Choose the font weight for the hit counter box text.
780
+ 6.8.78 Hit counter font size. Select the font size for the hit counter box text.
781
+ 6.8.79 Info position. Specify the position of the gallery image title and description.
782
+ 6.8.80 Info alignment. Select the alignment for the gallery image title and description.
783
+ 6.8.81 Info background color. Choose the background color for the gallery image information.
784
+ 6.8.82 Info background transparency. Set the level of transparency for the gallery image information background.
785
+ 6.8.83 Info border width. Set a border width for the gallery image information box.
786
+ 6.8.84 Info border style. Set the border style for the gallery image information box.
787
+ 6.8.85 Info border color. Set the border color for the gallery image information box.
788
+ 6.8.86 Info border radius. Set the border radius for the gallery image information box.
789
+ 6.8.87 Info padding. Set the padding for the image information box using CSS style values.
790
+ 6.8.88 Info margin. Set the margin for the image information box using CSS style values.
791
+ 6.8.89 Title font color. Choose the font color for the gallery image title.
792
+ 6.8.90 Title font family. Specify the font family for the gallery image title.
793
+ 6.8.91 Title font weight. Specify the font style for the gallery image title.
794
+ 6.8.92 Title font size. Set the font size for the gallery image title.
795
+ 6.8.93 Description font color. Choose the font color for the gallery image description.
796
+ 6.8.94 Description font family. Set the font family for the gallery image description.
797
+ 6.8.95 Description font weight. Set the font style for the gallery image description.
798
+ 6.8.96 Description font size. Define the font size for the gallery image description.
799
+ 6.8.97 Comments width. Define the width of the comment box for the gallery images in the lightbox.
800
+ 6.8.98 Comments position. Select the comment position for the gallery images.
801
+ 6.8.99 Comments background color. Select the background color for the comment box in the lightbox.
802
+ 6.8.100 Comments font size. Define the font size for the comments input field labels.
803
+ 6.8.101 Comments font color. Define the font color for the gallery image comments.
804
+ 6.8.102 Comments font family. Select the font family for the image comments.
805
+ 6.8.103 Comments author font size. Define the font size for the Author text in the image comment box.
806
+ 6.8.104 Comments date font size. Define the font size for the gallery image comment date.
807
+ 6.8.105 Comments body font size. Define the font size for the gallery image comments.
808
+ 6.8.106 Comment input border width. Define the border width for the comment box.
809
+ 6.8.107 Comment input border style. Select the style to be applied to the comment box border.
810
+ 6.8.108 Comment input border color. Choose the border color for the comment box border
811
+ 6.8.109 Comment input border radius. Set the border radius for the comment box input field.
812
+ 6.8.110 Comment input padding. Set padding for the comment box input area using CSS type values.
813
+ 6.8.111 Comment input background color. Choose the background color for the comment input field.
814
+ 6.8.112 Comment button background color. Choose a background color for the comment button.
815
+ 6.8.113 Comment button padding. Set the comment button padding using CSS type values.
816
+ 6.8.114 Comment button border width. Set the border width for the comment button.
817
+ 6.8.115 Comment button border style. Select the border style for the comment button.
818
+ 6.8.116 Comment button border color. Choose the border color for the comment button.
819
+ 6.8.117 Comment button border radius. Set the border radius for the comment button using CSS type values.
820
+ 6.8.118 Comment separator width. Set the width for the comment separators.
821
+ 6.8.119 Comment separator style. Choose the style for the comment separator lines.
822
+ 6.8.120 Comment separator color. Select the color for the comment separators.
823
 
824
  6.9 Page Navigation.
825
  6.9.1 Name. Provide a name for the theme.
842
  6.9.18 Numbering. Choose whether to have numbers next to navigation buttons or not.
843
  6.9.19 Button text. Choose whether to have text or navigation arrow set for the page navigation.
844
 
845
+
846
+
847
+ = Step 7: Editing comments. =
848
  7.1 Image. Choose the gallery image you want to moderate the comments for.
849
  7.2 Name. Choose the author of the comments, if there are multiple comments for the chosen gallery image.
850
  7.3 Publish. Click to publish the gallery image comment.
851
  7.4 Unpublish. Click to unpublish the gallery image comment.
852
  7.5 Delete. Click to delete the gallery image comment.
853
 
854
+
855
+
856
+ = Step 8: Publishing the Created Photo Gallery. =
857
  To insert a gallery into a Page or a Post.
858
  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 image and select the gallery/album display you want to use for that specific page/post.
859
  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.
962
  Advertisement dimensions. Define the dimensions of the image used for the advertisement.
963
  Advertisement opacity. Define the level of opacity for the advertisement, providing its percentage.
964
  Advertisement position. Choose the positioning of the advertisement from the available 9 options.
965
+
966
+
967
 
968
+ = Step 9: Publishing Photo Gallery widgets. =
 
969
  Go to Appearance>Widgets. Here select the widget option you want to add to a custom location. Afterwards drag and drop the selected widget into the custom location, fill in the options and press Save button.
970
  9.1 Tag Cloud. This widget is included as a hosted widget for the WordPress standard Tag Cloud. It will display the tags added to the albums and images. After the click, the images using the tags will be displayed in Thumbnails view.
971
  9.1.1 Title. Provide a title for the tag cloud.
1008
  9.4.7 Theme. Choose the theme, which will be applied to the gallery/album.
1009
 
1010
 
1011
+
1012
+ = Step 10: Generating shortcode for the Photo Gallery. =
1013
 
1014
  To use the created galleries and albums for the custom location, you can generate custom shortcodes and edit the created shortcodes.
1015