Gallery – Photo Gallery and Images Gallery - Version 1.6.3

Version Description

  • Added gallery password protection support on the front end
  • Changed configuration of the gallery
Download this release

Release Info

Developer robosoft
Plugin Icon 128x128 Gallery – Photo Gallery and Images Gallery
Version 1.6.3
Comparing to
See all releases

Code changes from version 1.6.2 to 1.6.3

includes/frontend/rbs_gallery_frontend.php CHANGED
@@ -17,6 +17,9 @@
17
 
18
  function rbg_gallery_tag($content){
19
  global $post;
 
 
 
20
  $returnCode = '';
21
  if( get_post_type() == ROBO_GALLERY_TYPE_POST && is_main_query() ){
22
  $returnCode = do_shortcode("[robo-gallery id={$post->ID}]");
17
 
18
  function rbg_gallery_tag($content){
19
  global $post;
20
+
21
+ if ( post_password_required() ) return $content;
22
+
23
  $returnCode = '';
24
  if( get_post_type() == ROBO_GALLERY_TYPE_POST && is_main_query() ){
25
  $returnCode = do_shortcode("[robo-gallery id={$post->ID}]");
readme.txt CHANGED
@@ -1,10 +1,10 @@
1
  === Robo Gallery - Photo Gallery and Images Gallery ===
2
  Contributors: robosoft
3
  Donate link: http://www.robosoft.co/robogallery
4
- Tags: gallery, images, images gallery, photo gallery, photos, gallery plugin, photo gallery plugin, photo gallery plugins, add gallery, add galleries, add picture, add image
5
  Requires at least: 3.3
6
  Tested up to: 4.4
7
- Stable tag: 1.6.2
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -189,14 +189,6 @@ If you have some conflict in gallery back end you can sort it with new compatibi
189
 
190
  When you create new gallery or open already existent gallery for edit on the right side of the edit gallery section you'll see gallery images manager button. When you open gallery images manager you'll be able there edit all gallery images. Upload, edit or delete. In gallery images manager you can use drag and drop gallery images upload tool.
191
 
192
- = What can I do if some gallery interface elements in backend do not work properly? =
193
-
194
- If you have some conflict in gallery back end you can sort it with new compatibility option. If combo box element do not drop down you can switch between classic and modern style, as result you can avoid conflict with another code.
195
-
196
- = How to change amount of images loading on gallery page? =
197
-
198
- In gallery settings we have few options which makes you able to select amount of the images for the first load and for load more action
199
-
200
  = How to define video for some gallery image? =
201
 
202
  Every gallery image have additional fields where you can define custom link, title, description. One of the link option allow you to define link type, for example video link. All this options you can find in gallery images manager, inside general gallery settings
@@ -205,62 +197,50 @@ Every gallery image have additional fields where you can define custom link, tit
205
 
206
  When you create gallery in plugin galleries manager you can go to the post or page editor and there using special wizard button insert gallery into your wordpress post or page. Another way you can insert your gallery manually using shortcode, which you can find in gallery edit mode in shortcode section on the right side of the gallery settings
207
 
208
- = How to generate shortcode for Wordpress page, post or widget? =
209
 
210
- First of all you can copy shortcode inside gallery settings , in separate shortcode block. Another way generate shortcode directly in post or page edit mode. You can find wizard button on top of content editor
211
 
212
- = How to customize hover effect? =
213
 
214
- In gallery settings you can find hover type options. In settings of the gallery you can select custom hover effect settings or even template for customization of the gallery thumbnails hover
 
 
 
 
215
 
216
  = Do you have some limits for images types in gallery? =
217
 
218
  You can use any standard file type in our gallery: png, jpg, jpeg, gif
219
 
220
- = How to customize border of the gallery thumbnails? =
221
 
222
- In gallery settings you can find general settings section where you can turn on/off thumbnails border. Also you can customize there style of the border, namely width, color and style of the thumbnail borders
223
 
224
  = Is it possible create gallery in Wordpress post with Gallery? =
225
 
226
  Yes, you can insert gallery into post with shortcode tag
227
 
228
- = How to change font size of the gallery image caption? =
229
-
230
- In gallery settings you can enable custom caption settings where you can customize font size and see results in live preview
231
-
232
- = How to change text below image in lightbox ? =
233
-
234
- In gallery setting you can select which text show below image in gallery lightbox. You can select Caption, Title or image Description as source for this field in gallery lightbox.
235
-
236
- = How to define custom hover effect for some gallery thumbnail? =
237
 
238
- When you open gallery media manager you'll see there list of the gallery images. Click on some image and on the right side you'll see images options. Every gallery image have custom effect field where you can select different hover effect for every image of the gallery.
239
 
240
- = How to change quality of the gallery thumbnails? =
241
 
242
- Quality of the gallery thumbnails could be easily changed in gallery size option / thumbnails options / source
243
 
244
  = How I can create custom (grid) layout of the thumbnails? =
245
 
246
  In our gallery we implemented layout based on columns amount. So you can general amount of the columns in your gallery grid and define custom amount of the columns which every image gonna take. As result you can customize layout of the gallery grid
247
 
248
- = How to enable lazy load in gallery options? =
249
-
250
- In gallery settings you can find option to enable/disable lazy load, also there you'll have alot of additional options for customization of the loading process
251
-
252
- = How to customize border of the gallery thumbnails? =
253
-
254
- In gallery settings you can find general settings section where you can turn on/off thumbnails border. Also you can customize there style of the border, namely width, color and style of the thumbnail borders
255
-
256
- = How to define size of the gallery images thumbnails? =
257
-
258
- Our gallery is fully responsive and gallery thumbnails size depend of a lot of factors. Gallery calculate thumbnails automatically depend of the general gallery size and gallery layout settings. First of all you can define ratio values for gallery thumbnails. Size of the thumbnails could be selected from standard pre-defined wordpress sizes: thumbnail, medium, large, full
259
-
260
  = Do you have some limit for images size in gallery? =
261
 
262
  No, we don't have any limits for image size in our gallery.
263
 
 
 
 
 
264
  = Do you have some limits for images amount in gallery? =
265
 
266
  No, we don't have any limits for amount of the images in gallery
@@ -273,30 +253,42 @@ Shadows of the thumbnails you can customize in gallery settings. With gallery se
273
 
274
  Yes, you can use generated direct link inside particular gallery settings
275
 
276
- = How to hide titles of the gallery image in lightbox ? =
277
 
278
- In lightbox section of the gallery settings you can find hide title option. If you enable it titles of the gallery images in lightbox will be turned off.
279
 
280
- = Where specify description of the gallery images? =
281
 
282
- When you open gallery settings inside you'll find images manager section. Images manager make you able to add/edit descriptions and titles of every gallery image
283
 
284
- = How to change spacing between thumbnails? =
285
 
286
- In gallery settings you can define horizontal and vertical paddings between gallery thumbnails
287
 
288
- = How to make gallery thumbnails with rounded corners? =
289
 
290
- In gallery settings you can find section rounds where with special options you can define radius for the gallery thumbnails
291
 
292
- = Is it possible to use HTML in image description ? =
293
 
294
- Yes, you can use HTML tags inside gallery image description field
 
 
 
 
295
 
296
  = How to change color of the gallery interface elements? =
297
 
298
  Color of every gallery front end interface element could be changed changed in admin section with color selector. There you can change colors of the menu buttons, load more button, borders, shadows, backgrounds and etc.
299
 
 
 
 
 
 
 
 
 
300
  = How to customize gallery layouts for different screen resolutions? =
301
 
302
  In admin section of the gallery you'll find columns options which provide you advanced customization options for different resolutions. You can define some static size or auto size for every resolution.
@@ -305,29 +297,37 @@ In admin section of the gallery you'll find columns options which provide you ad
305
 
306
  Yes, you can have different styles of the borders and shadows for static and hovered gallery thumbnails.
307
 
308
- = How to set description text below image in the lightbox? =
309
 
310
- In gallery settings you can find lightbox section and if you need to show description of the images below images in the lightbox you need to select text source in lightbox settings from defined values.
311
 
312
  = How to change ordering of the gallery images? =
313
 
314
  When you open gallery for edit you can find there images manager where you can change ordering of the gallery images
315
 
316
- = How to use multi-category functionality of the gallery? =
317
 
318
- In our gallery we implemented multi-categories structure. Every gallery category could have child and parent gallery, which you can manually define in gallery settings
 
 
 
 
 
 
 
 
319
 
320
  = How to change font color of the gallery image caption? =
321
 
322
  In gallery settings you can enable custom caption settings where you can customize font color and see results in live preview
323
 
324
- = How to define custom link for some gallery images? =
325
 
326
- Every gallery image have additional fields where you can define custom link, title, description. All this options you can find in gallery images manager, inside general gallery settings
327
 
328
- = Which parameters I can change for the gallery thumbnails borders and shadows? =
329
 
330
- You can change size, color and style of gallery thumbnails borders and shadows. Also you can define different parameters for static and hovered status
331
 
332
  = How to load more function work? =
333
 
@@ -575,6 +575,10 @@ If any problem occurs, please contact us.
575
 
576
  == Changelog ==
577
 
 
 
 
 
578
  = 1.6.2 =
579
  * Updated notification section configuration
580
  * Added new content into video user guide section
@@ -826,6 +830,9 @@ If any problem occurs, please contact us.
826
 
827
  == Upgrade Notice ==
828
 
 
 
 
829
  = 1.6.2 =
830
  Updated notification section configuration, added new content into video user guide section
831
 
1
  === Robo Gallery - Photo Gallery and Images Gallery ===
2
  Contributors: robosoft
3
  Donate link: http://www.robosoft.co/robogallery
4
+ Tags: gallery, add gallery, photo gallery, images gallery, media gallery, responsive gallery, gallery image, gallery lightbox, Polaroid gallery, Gallery Plugin, plugin gallery, video gallery, gallery shortcode, responsive images gallery, website gallery, widget gallery, wordpress gallery, wordpress gallery plugin, wordpress photo gallery plugin, wp gallery, wp gallery plugin, wp gallery plugins, multi categories gallery, add galleries, add picture, add pictures, album, best gallery, best gallery plugin, responsive galleries, mobile gallery, mobile galleries, responsive photo gallery, best portfolio, easy media gallery, filterable gallery, filterable portfolio, foto, fotoalbum, fotogalerie, sortable gallery, sortable galleries, free photo gallery, fullscreen gallery, galary, galeri, galerie, galerij, galery, gallary, Galleria, gallerie, galleries, gallery decription, gallery slider, gelary, gellary, gellery, google, grid gallery, image, image album, image gallery, image gallery plugin, image lightbox, image slider, image slideshow, images, jquery, jquery gallery, links, media, multiple pictures, page, pagination gallery, pagination portfolio, photo, photo album, photo albums, photoalbum, photogallery, photos, photoset, picture, pictures, plugin, plugin for gallery, portfolio, portfolio gallery, portfolio plugin, Post, posts, responsive slideshow, responsive wordpress photo gallery, seo image, slide show, slideshow, thumbnail, upload images, upload photos, batch upload, multiply images upload, view images, view pictures, wordpress portfolio plugin, multi-categories gallery, multi categories galleries, robo gallery
5
  Requires at least: 3.3
6
  Tested up to: 4.4
7
+ Stable tag: 1.6.3
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
189
 
190
  When you create new gallery or open already existent gallery for edit on the right side of the edit gallery section you'll see gallery images manager button. When you open gallery images manager you'll be able there edit all gallery images. Upload, edit or delete. In gallery images manager you can use drag and drop gallery images upload tool.
191
 
 
 
 
 
 
 
 
 
192
  = How to define video for some gallery image? =
193
 
194
  Every gallery image have additional fields where you can define custom link, title, description. One of the link option allow you to define link type, for example video link. All this options you can find in gallery images manager, inside general gallery settings
197
 
198
  When you create gallery in plugin galleries manager you can go to the post or page editor and there using special wizard button insert gallery into your wordpress post or page. Another way you can insert your gallery manually using shortcode, which you can find in gallery edit mode in shortcode section on the right side of the gallery settings
199
 
200
+ = What can I do if some gallery interface elements in backend do not work properly? =
201
 
202
+ If you have some conflict in gallery back end you can sort it with new compatibility option. If combo box element do not drop down you can switch between classic and modern style, as result you can avoid conflict with another code.
203
 
204
+ = How to change amount of images loading on gallery page? =
205
 
206
+ In gallery settings we have few options which makes you able to select amount of the images for the first load and for load more action
207
+
208
+ = How to generate shortcode for Wordpress page, post or widget? =
209
+
210
+ First of all you can copy shortcode inside gallery settings , in separate shortcode block. Another way generate shortcode directly in post or page edit mode. You can find wizard button on top of content editor
211
 
212
  = Do you have some limits for images types in gallery? =
213
 
214
  You can use any standard file type in our gallery: png, jpg, jpeg, gif
215
 
216
+ = How to change quality of the gallery thumbnails? =
217
 
218
+ Quality of the gallery thumbnails could be easily changed in gallery size option / thumbnails options / source
219
 
220
  = Is it possible create gallery in Wordpress post with Gallery? =
221
 
222
  Yes, you can insert gallery into post with shortcode tag
223
 
224
+ = How to customize border of the gallery thumbnails? =
 
 
 
 
 
 
 
 
225
 
226
+ In gallery settings you can find general settings section where you can turn on/off thumbnails border. Also you can customize there style of the border, namely width, color and style of the thumbnail borders
227
 
228
+ = How to customize hover effect? =
229
 
230
+ In gallery settings you can find hover type options. In settings of the gallery you can select custom hover effect settings or even template for customization of the gallery thumbnails hover
231
 
232
  = How I can create custom (grid) layout of the thumbnails? =
233
 
234
  In our gallery we implemented layout based on columns amount. So you can general amount of the columns in your gallery grid and define custom amount of the columns which every image gonna take. As result you can customize layout of the gallery grid
235
 
 
 
 
 
 
 
 
 
 
 
 
 
236
  = Do you have some limit for images size in gallery? =
237
 
238
  No, we don't have any limits for image size in our gallery.
239
 
240
+ = How to change text below image in lightbox ? =
241
+
242
+ In gallery setting you can select which text show below image in gallery lightbox. You can select Caption, Title or image Description as source for this field in gallery lightbox.
243
+
244
  = Do you have some limits for images amount in gallery? =
245
 
246
  No, we don't have any limits for amount of the images in gallery
253
 
254
  Yes, you can use generated direct link inside particular gallery settings
255
 
256
+ = How to define custom hover effect for some gallery thumbnail? =
257
 
258
+ When you open gallery media manager you'll see there list of the gallery images. Click on some image and on the right side you'll see images options. Every gallery image have custom effect field where you can select different hover effect for every image of the gallery.
259
 
260
+ = How to change font size of the gallery image caption? =
261
 
262
+ In gallery settings you can enable custom caption settings where you can customize font size and see results in live preview
263
 
264
+ = How to customize border of the gallery thumbnails? =
265
 
266
+ In gallery settings you can find general settings section where you can turn on/off thumbnails border. Also you can customize there style of the border, namely width, color and style of the thumbnail borders
267
 
268
+ = How to define size of the gallery images thumbnails? =
269
 
270
+ Our gallery is fully responsive and gallery thumbnails size depend of a lot of factors. Gallery calculate thumbnails automatically depend of the general gallery size and gallery layout settings. First of all you can define ratio values for gallery thumbnails. Size of the thumbnails could be selected from standard pre-defined wordpress sizes: thumbnail, medium, large, full
271
 
272
+ = How to enable lazy load in gallery options? =
273
 
274
+ In gallery settings you can find option to enable/disable lazy load, also there you'll have alot of additional options for customization of the loading process
275
+
276
+ = How to hide titles of the gallery image in lightbox ? =
277
+
278
+ In lightbox section of the gallery settings you can find hide title option. If you enable it titles of the gallery images in lightbox will be turned off.
279
 
280
  = How to change color of the gallery interface elements? =
281
 
282
  Color of every gallery front end interface element could be changed changed in admin section with color selector. There you can change colors of the menu buttons, load more button, borders, shadows, backgrounds and etc.
283
 
284
+ = Where specify description of the gallery images? =
285
+
286
+ When you open gallery settings inside you'll find images manager section. Images manager make you able to add/edit descriptions and titles of every gallery image
287
+
288
+ = How to change spacing between thumbnails? =
289
+
290
+ In gallery settings you can define horizontal and vertical paddings between gallery thumbnails
291
+
292
  = How to customize gallery layouts for different screen resolutions? =
293
 
294
  In admin section of the gallery you'll find columns options which provide you advanced customization options for different resolutions. You can define some static size or auto size for every resolution.
297
 
298
  Yes, you can have different styles of the borders and shadows for static and hovered gallery thumbnails.
299
 
300
+ = Which parameters I can change for the gallery thumbnails borders and shadows? =
301
 
302
+ You can change size, color and style of gallery thumbnails borders and shadows. Also you can define different parameters for static and hovered status
303
 
304
  = How to change ordering of the gallery images? =
305
 
306
  When you open gallery for edit you can find there images manager where you can change ordering of the gallery images
307
 
308
+ = How to define custom link for some gallery images? =
309
 
310
+ Every gallery image have additional fields where you can define custom link, title, description. All this options you can find in gallery images manager, inside general gallery settings
311
+
312
+ = How to make gallery thumbnails with rounded corners? =
313
+
314
+ In gallery settings you can find section rounds where with special options you can define radius for the gallery thumbnails
315
+
316
+ = How to set description text below image in the lightbox? =
317
+
318
+ In gallery settings you can find lightbox section and if you need to show description of the images below images in the lightbox you need to select text source in lightbox settings from defined values.
319
 
320
  = How to change font color of the gallery image caption? =
321
 
322
  In gallery settings you can enable custom caption settings where you can customize font color and see results in live preview
323
 
324
+ = Is it possible to use HTML in image description ? =
325
 
326
+ Yes, you can use HTML tags inside gallery image description field
327
 
328
+ = How to use multi-category functionality of the gallery? =
329
 
330
+ In our gallery we implemented multi-categories structure. Every gallery category could have child and parent gallery, which you can manually define in gallery settings
331
 
332
  = How to load more function work? =
333
 
575
 
576
  == Changelog ==
577
 
578
+ = 1.6.3 =
579
+ * Added gallery password protection support on the front end
580
+ * Changed configuration of the gallery
581
+
582
  = 1.6.2 =
583
  * Updated notification section configuration
584
  * Added new content into video user guide section
830
 
831
  == Upgrade Notice ==
832
 
833
+ = 1.6.3 =
834
+ Added gallery password protection support on the front end, changed configuration of the gallery
835
+
836
  = 1.6.2 =
837
  Updated notification section configuration, added new content into video user guide section
838
 
robogallery.php CHANGED
@@ -8,7 +8,7 @@
8
  * Plugin Name: Robo Gallery
9
  * Plugin URI: http://robosoft.co/robogallery
10
  * Description: A responsive, easy and elegant way to show gallery.
11
- * Version: 1.6.2
12
  * Author: RoboSoft (c)
13
  * Author URI: http://robosoft.co/robogallery
14
  * License: GPL-2.0+
@@ -19,7 +19,7 @@
19
 
20
  if ( ! defined( 'WPINC' ) ) die;
21
  define("ROBO_GALLERY", 1);
22
- define("ROBO_GALLERY_VERSION", '1.6.2');
23
  define("ROBO_GALLERY_PATH", plugin_dir_path( __FILE__ ));
24
  define("ROBO_GALLERY_SPECIAL", 0);
25
 
8
  * Plugin Name: Robo Gallery
9
  * Plugin URI: http://robosoft.co/robogallery
10
  * Description: A responsive, easy and elegant way to show gallery.
11
+ * Version: 1.6.3
12
  * Author: RoboSoft (c)
13
  * Author URI: http://robosoft.co/robogallery
14
  * License: GPL-2.0+
19
 
20
  if ( ! defined( 'WPINC' ) ) die;
21
  define("ROBO_GALLERY", 1);
22
+ define("ROBO_GALLERY_VERSION", '1.6.3');
23
  define("ROBO_GALLERY_PATH", plugin_dir_path( __FILE__ ));
24
  define("ROBO_GALLERY_SPECIAL", 0);
25