Gallery – Photo Gallery and Images Gallery - Version 1.9.6

Version Description

  • Updated general gallery settings
  • Added option for switch between old style or drag and drop style categories manager
Download this release

Release Info

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

Code changes from version 1.9.5 to 1.9.6

includes/rbs_gallery_init.php CHANGED
@@ -61,6 +61,11 @@ function create_post_type_robo_gallery() {
61
 
62
  require_once ROBO_GALLERY_INCLUDES_PATH.'rbs_class_update.php';
63
  $update = new RoboGalleryUpdate();
 
 
 
 
 
64
 
65
  register_post_type( ROBO_GALLERY_TYPE_POST,
66
  array(
@@ -77,7 +82,7 @@ function create_post_type_robo_gallery() {
77
  'public' => true,
78
  'has_archive' => false,
79
  'hierarchical' => true,
80
- 'supports' => array( 'title', 'comments'), // 'page-attributes',
81
  'menu_icon' => 'dashicons-format-gallery',
82
  ));
83
  /* to-do options */
@@ -149,5 +154,9 @@ rbs_gallery_include('rbs_create_post_ajax.php', ROBO_GALLERY_EXTENSIONS_PATH);
149
  /* Init function */
150
 
151
  rbs_gallery_include('backup/backup.init.php', ROBO_GALLERY_EXTENSIONS_PATH);
152
- rbs_gallery_include('category/category.init.php', ROBO_GALLERY_EXTENSIONS_PATH);
 
 
 
 
153
  rbs_gallery_include('stats/stats.init.php', ROBO_GALLERY_EXTENSIONS_PATH);
61
 
62
  require_once ROBO_GALLERY_INCLUDES_PATH.'rbs_class_update.php';
63
  $update = new RoboGalleryUpdate();
64
+
65
+ $supportArray = array( 'title', 'comments');
66
+ if( get_option(ROBO_GALLERY_PREFIX.'categoryShow', 0) ){
67
+ $supportArray[] = 'page-attributes';
68
+ }
69
 
70
  register_post_type( ROBO_GALLERY_TYPE_POST,
71
  array(
82
  'public' => true,
83
  'has_archive' => false,
84
  'hierarchical' => true,
85
+ 'supports' => $supportArray,
86
  'menu_icon' => 'dashicons-format-gallery',
87
  ));
88
  /* to-do options */
154
  /* Init function */
155
 
156
  rbs_gallery_include('backup/backup.init.php', ROBO_GALLERY_EXTENSIONS_PATH);
157
+
158
+ if( !get_option(ROBO_GALLERY_PREFIX.'categoryShow', 0) ){
159
+ rbs_gallery_include('category/category.init.php', ROBO_GALLERY_EXTENSIONS_PATH);
160
+ }
161
+
162
  rbs_gallery_include('stats/stats.init.php', ROBO_GALLERY_EXTENSIONS_PATH);
includes/rbs_gallery_menu.php CHANGED
@@ -49,6 +49,8 @@ if(!function_exists('robo_gallery_settings_submenu_page')){
49
  register_setting( 'rbs_gallery_settings', ROBO_GALLERY_PREFIX.'delay' );
50
  register_setting( 'rbs_gallery_settings', ROBO_GALLERY_PREFIX.'postShowText' );
51
  register_setting( 'rbs_gallery_settings', ROBO_GALLERY_PREFIX.'postShowText' );
 
 
52
 
53
  }
54
 
49
  register_setting( 'rbs_gallery_settings', ROBO_GALLERY_PREFIX.'delay' );
50
  register_setting( 'rbs_gallery_settings', ROBO_GALLERY_PREFIX.'postShowText' );
51
  register_setting( 'rbs_gallery_settings', ROBO_GALLERY_PREFIX.'postShowText' );
52
+
53
+ register_setting( 'rbs_gallery_settings', ROBO_GALLERY_PREFIX.'categoryShow' );
54
 
55
  }
56
 
includes/rbs_gallery_settings.php CHANGED
@@ -22,6 +22,20 @@ wp_enqueue_style ( 'toolbox-gallery-about', ROBO_GALLERY_URL.'css/admin/about.c
22
  do_settings_sections( 'rbs_gallery_settings' );
23
  ?>
24
  <table class="form-table">
 
 
 
 
 
 
 
 
 
 
 
 
 
 
25
  <tr>
26
  <th scope="row"><?php _e('jQuery Version', 'rbs_gallery'); ?></th>
27
  <td>
@@ -88,5 +102,5 @@ wp_enqueue_style ( 'toolbox-gallery-about', ROBO_GALLERY_URL.'css/admin/about.c
88
  </form>
89
  </div>
90
  <?php
91
- echo '<div class="rbs_about_string2">Copyright &copy; 2014 - 2015 RoboSoft '.__('All Rights Reserved', 'rbs_gallery').'.</div>
92
  ';
22
  do_settings_sections( 'rbs_gallery_settings' );
23
  ?>
24
  <table class="form-table">
25
+ <tr>
26
+ <th scope="row"><?php _e('Categories Manager', 'rbs_gallery'); ?></th>
27
+ <td>
28
+ <fieldset>
29
+ <legend class="screen-reader-text"><span><?php _e('Show', 'rbs_gallery'); ?></span></legend>
30
+ <label title='<?php _e('Show', 'rbs_gallery'); ?>'>
31
+ <input type='radio' name='<?php echo ROBO_GALLERY_PREFIX.'categoryShow'; ?>' value='0' <?php if( !get_option(ROBO_GALLERY_PREFIX.'categoryShow', '') ) echo " checked='checked'"; ?> /> <?php _e('Show', 'rbs_gallery'); ?>
32
+ </label><br />
33
+ <label title='<?php _e('Hide', 'rbs_gallery'); ?>'>
34
+ <input type='radio' name='<?php echo ROBO_GALLERY_PREFIX.'categoryShow'; ?>' value='1' <?php if( get_option(ROBO_GALLERY_PREFIX.'categoryShow')==1 ) echo " checked='checked'"; ?> /> <?php _e('Hide', 'rbs_gallery'); ?>
35
+ </label><br />
36
+ </fieldset>
37
+ </td>
38
+ </tr>
39
  <tr>
40
  <th scope="row"><?php _e('jQuery Version', 'rbs_gallery'); ?></th>
41
  <td>
102
  </form>
103
  </div>
104
  <?php
105
+ echo '<div class="rbs_about_string2">Copyright &copy; 2014 - 2016 RoboSoft '.__('All Rights Reserved', 'rbs_gallery').'.</div>
106
  ';
readme.txt CHANGED
@@ -4,7 +4,7 @@ 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.9.5
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -178,14 +178,6 @@ You don't need do any additional configurations or manual code changes. You can
178
 
179
  == Frequently Asked Questions ==
180
 
181
- = Is it possible to use HTML in image description ? =
182
-
183
- Yes, you can use HTML tags inside gallery image description field
184
-
185
- = How to define custom hover effect for some gallery thumbnail? =
186
-
187
- 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.
188
-
189
  = Is it possible to customize gallery image caption ? =
190
 
191
  In gallery settings you can find images manager where you can change settings of every image, one of the option it's caption of the image
@@ -198,26 +190,10 @@ Every gallery image have additional fields where you can define custom link, tit
198
 
199
  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
200
 
201
- = How to rotate uploaded gallery image? =
202
-
203
- When you open gallery images manager you'll find there image edit mode where you can rotate source image
204
-
205
  = How I can create custom (grid) layout of the thumbnails? =
206
 
207
  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
208
 
209
- = Where to change settings of the image of the gallery? =
210
-
211
- Settings of the gallery image you can change in images manager. There you can upload, edit or customize already uploaded images to the gallery
212
-
213
- = How to change ordering of the gallery images? =
214
-
215
- When you open gallery for edit you can find there images manager where you can change ordering of the gallery images
216
-
217
- = How many thumbnails hover effects gallery has? =
218
-
219
- Gallery have 15 hover animation effects, which could be combined with additional custom options
220
-
221
  = How to set description text below image in the lightbox? =
222
 
223
  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.
@@ -226,38 +202,10 @@ In gallery settings you can find lightbox section and if you need to show descri
226
 
227
  If you wish to make section with gallery without spacing between thumbnails you need just set horizontal and vertical spacing to 0 in gallery thumbnails view options
228
 
229
- = Which tags build in shutter of gallery hover template customization? =
230
-
231
- For now we have build in @@TITLE@@, @@CAPTION@@, @@DESCR@@
232
-
233
- = How to change icon on gallery thumbnail button? =
234
-
235
- When you open gallery settings you can see there hover options section where we implemented settings for every hover button. Here you can select icons for buttons and style for this icon
236
-
237
- = Is it possible to change color of the hovered image in gallery? =
238
-
239
- Yes, you can easily change color of the hovered image in gallery in backend. In gallery settings we build-in comfortable color selector which make you able to change color of the gallery interface elements.
240
-
241
- = How to turn off social buttons in gallery lightbox? =
242
-
243
- When you open gallery settings you can find there gallery lightbox settings block, where you can turn off social buttons in gallery lightbox on the front end.
244
-
245
  = How to flip uploaded gallery image? =
246
 
247
  When you open gallery images manager you'll find there image edit mode where you can flip source image
248
 
249
- = How to delete title, author, date above the gallery of the gallery post? =
250
-
251
- Actually settings of all this main elements of the gallery post is inherited from the the general Wordpress posts settings. So you can turn in off the same way as it's manage in general posts, not only gallery posts.
252
-
253
- = How to hide titles of the gallery image in lightbox ? =
254
-
255
- 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.
256
-
257
- = Do you have some limits for images types in gallery? =
258
-
259
- You can use any standard file type in our gallery: png, jpg, jpeg, gif
260
-
261
  = How to define custom link for some gallery images? =
262
 
263
  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
@@ -266,10 +214,6 @@ Every gallery image have additional fields where you can define custom link, tit
266
 
267
  Our gallery do not require any special permissions for installation of the gallery or during upload of the gallery images. All requirements are basic: our gallery have the same requirements as Wordpress have.
268
 
269
- = Is it possible to insert video as gallery link? =
270
-
271
- Yes. 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 video link field in gallery image options, where you can define some custom link to the online video.
272
-
273
  = How to define size of the gallery images thumbnails? =
274
 
275
  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
@@ -282,10 +226,6 @@ Yes, you can have different styles of the borders and shadows for static and hov
282
 
283
  Yes, you can use generated direct link inside particular gallery settings
284
 
285
- = How to define video for some gallery image? =
286
-
287
- 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
288
-
289
  = How to change style of the gallery thumbnails border? =
290
 
291
  When you enable border in gallery settings you will see multiply options for customization of the border. One of the options it's border style. You can select one value from pre-defined list
@@ -294,18 +234,10 @@ When you enable border in gallery settings you will see multiply options for cus
294
 
295
  In gallery settings you can enable custom caption settings where you can customize font size and see results in live preview
296
 
297
- = How to customize gallery hover effect shutter layout? =
298
-
299
- In gallery hover settings you can enable template where you can fully customize layout of the shutter content using HTML tags, text and images. In template we have implemented some build in tags which going to help you to build in some gallery images elements into hover
300
-
301
  = How to change width of the gallery thumbnails border? =
302
 
303
  When you enable border in gallery settings you will see multiply options for customization of the border. One of the options it's border width in pixels.
304
 
305
- = Do you have some limit for images size in gallery? =
306
-
307
- No, we don't have any limits for image size in our gallery.
308
-
309
  = How to change amount of images loading on gallery page? =
310
 
311
  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
@@ -314,194 +246,210 @@ In gallery settings we have few options which makes you able to select amount of
314
 
315
  In gallery settings, when enabled custom hover settings you can customize style of the gallery image description text. In this settings you can change color of
316
 
317
- = Do you have some conflict in gallery back end? =
318
 
319
- If you have some conflict in gallery back end you can sort it with new compatibility option. You can switch between standard and alternative jquery library. This modes implemented to help you to avoid any conflicts with another libraries from wordpress themes or another plugin.
320
 
321
- = Is it possible to create target blank links? =
322
 
323
- Yes. 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 target blank field below link field of the gallery image.
324
 
325
- = How to define video for some gallery image? =
326
 
327
- 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
328
 
329
- = How I can make gallery only with one size pictures but I would like to arrange gallery with pictures of the different size - one big, several smaller? =
330
 
331
- In our gallery you can define different amount of the columns for the images thumbnails and every gallery image could have different width which measuring by columns of the images thumbnails. For example you can define 2 column size for the image 1 and 3 columns size for image 5 but the rest of the gallery images could stay with default one column value in images settings.
 
 
 
 
 
 
 
 
 
 
 
 
332
 
333
  = Is it possible to change transparency of the hover shutter? =
334
 
335
  Yes, it's possible to change transparency in gallery settings
336
 
337
- = What can I do if some gallery interface elements in backend do not work properly? =
338
 
339
- 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.
340
 
341
- = What can I do if some gallery interface elements in backend do not work properly? =
342
 
343
- 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.
344
 
345
- = Where to change font color of the gallery lightbox text? =
346
 
347
- When you open gallery settings you can find there gallery lightbox settings block, where you can gallery lightbox text color using color selector.
348
 
349
- = How to generate shortcode for Wordpress page, post or widget? =
350
 
351
- 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
352
 
353
  = Which parameters I can change for the gallery thumbnails borders and shadows? =
354
 
355
  You can change size, color and style of gallery thumbnails borders and shadows. Also you can define different parameters for static and hovered status
356
 
357
- = How to insert text before/after gallery? =
358
-
359
- In our gallery we implemented few additional options which help you to add some text with HTML before/after gallery on your page. IN gallery settings you can find pre/post text fields where you can define some description text for the gallery. This gallery fields support HTML, so you can customize this text with HTML tags or css styles.
360
-
361
- = How to change color of the gallery interface elements? =
362
 
363
- 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.
364
 
365
- = Is it possible create gallery in Wordpress post with Gallery? =
366
 
367
- Yes, you can insert gallery into post with shortcode tag
368
 
369
- = Which style parameters I can change for the hover button icon? =
370
 
371
- You can select border color, background color and color of the icon, size of the icon
372
 
373
- = Is it possible to change transparency of the gallery lightbox background ? =
374
 
375
- Yes, you can change gallery lightbox background transparency in gallery settings. Yes, you can change background color of the gallery lightbox. When you open gallery settings you can find there gallery lightbox settings block. When you open color selector for the gallery lightbox background you'll see there additional slider option for transparency value.
376
 
377
- = How to install Gallery plugin? =
378
 
379
- Just install it using regular Wordpress plugins installing mechanism. If you have some questions related with our plugin feel free to contact our support team we happy to help you!
380
 
381
- = How to customize gallery layouts for different screen resolutions? =
382
 
383
- 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.
384
 
385
- = How many buttons with icons do you have in gallery? =
386
 
387
- In our gallery we have 2 buttons for every gallery thumbnail. Zoom button and link button.
388
 
389
- = How to add text before and after gallery? =
390
 
391
- In gallery settings you can find before/after text gallery field. This fields support HTML tags.
392
 
393
- = Where specify description of the gallery images? =
394
 
395
- 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
396
 
397
- = How to customize border of the gallery thumbnails? =
398
 
399
- 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
400
 
401
- = How to upload images to the gallery? =
402
 
403
- 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.
404
 
405
- = How to use multi-category functionality of the gallery? =
406
 
407
- 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
408
 
409
- = How to change transparency of the gallery thumbnails border? =
410
 
411
- When you enable border in gallery settings you will see multiply options for customization of the border. When you open color selector you can also select some transparency value there
412
 
413
- = How to load more function work? =
414
 
415
- In gallery admin section you can define amount of the images for the first load and after click on load more button. Load more it's such google gallery style pagination functionality which make you able to limit amount of the images for the first load
416
 
417
- = How to change color of the gallery thumbnails border? =
418
 
419
- When you enable border in gallery settings you will see multiply options for customization of the border. One from this options it's border color. You can select color using color selector
420
 
421
- = How to change quality of the gallery thumbnails? =
422
 
423
- Quality of the gallery thumbnails could be easily changed in gallery size option / thumbnails options / source
424
 
425
- = Is it possible to generate post with gallery inside it ? =
426
 
427
- In gallery settings we create separate section where you can find create new post button. After click on this button you'll see wizard form where you can select all additional parameters for the gallery new post.
428
 
429
- = How to enable lazy load in gallery options? =
430
 
431
- 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
432
 
433
- = How to customize hover effect? =
434
 
435
- 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
436
 
437
- = How to change font style of the gallery image caption? =
438
 
439
- In gallery settings you can enable custom caption settings where you can customize font style and see results in live preview
440
 
441
  = How many icons you have in build in icons library? =
442
 
443
  In build library of the icons in gallery you can find 533 icons
444
 
445
- = Where it's possible to define vertical and horizontal paddings? =
446
 
447
- In gallery settings you can define horizontal and vertical paddings between gallery thumbnails
448
 
449
- = How to customize border of the gallery thumbnails? =
450
 
451
- 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
452
 
453
- = How to define custom ALT for gallery image? =
454
 
455
- When you open gallery images manager you can define alt for every gallery image there
456
 
457
- = Do you have Polaroid style in your gallery? =
458
 
459
- In our gallery implemented options which make you able to make gallery thumbnails looks in Polaroid style, with caption of the image below thumbnail
460
 
461
- = Is it possible to turn off border of the gallery thumbnails? =
462
 
463
- Yes, in gallery options you can turn on/off border option
464
 
465
- = How to enable icons on gallery hover shutter? =
466
 
467
- In gallery hover settings we implemented full set of configuration settings of the buttons. You can change icon, style size, colors for static and hovered buttons. You can select icon with build in wizard
468
 
469
- = How to change font size of the gallery image description text? =
470
 
471
- In gallery settings, when enabled custom hover settings you can customize style of the gallery image description text. In this settings you can change size of the text
472
 
473
- = Do you have some limits for images amount in gallery? =
474
 
475
- No, we don't have any limits for amount of the images in gallery
476
 
477
- = How to change font color of the gallery image caption? =
478
 
479
- In gallery settings you can enable custom caption settings where you can customize font color and see results in live preview
480
 
481
- = Is it possible to change background color of the gallery lightbox? =
482
 
483
- Yes, you can change background color of the gallery lightbox. When you open gallery settings you can find there gallery lightbox settings block, where you can change color of the gallery lightbox background.
484
 
485
- = How many menu buttons styles do you have in gallery menu ? =
486
 
487
- Gallery menu have multiply configuration options. Some of the options changing color of the buttons, some of them changing style of the buttons, which makes buttons for example 3d or with rounded corners
488
 
489
- = How to make shadow for the gallery thumbnails? =
490
 
491
- Shadows of the thumbnails you can customize in gallery settings. With gallery settings you can change size , color and position of the gallery thumbnails shadow
492
 
493
- = How to make gallery thumbnails with rounded corners? =
494
 
495
- In gallery settings you can find section rounds where with special options you can define radius for the gallery thumbnails
496
 
497
- = How to change amount of the columns in gallery layout? =
498
 
499
- In gallery general settings you can find gallery thumbnails columns options which could depend of the device screen size. You can define different gallery columns amount for different resolution.
500
 
501
  = Do you have fade effect for the thumbnails hover? =
502
 
503
  Yes, gallery have fade hover effect
504
 
 
 
 
 
 
 
 
 
505
  = How to crop uploaded gallery image? =
506
 
507
  When you open gallery images manager you'll find there image edit mode where you can crop source image
@@ -510,6 +458,58 @@ When you open gallery images manager you'll find there image edit mode where you
510
 
511
  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.
512
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
513
  == Screenshots ==
514
 
515
  1. Gallery Demo 1
@@ -584,6 +584,10 @@ If any problem occurs, please contact us.
584
 
585
  == Changelog ==
586
 
 
 
 
 
587
  = 1.9.5 =
588
  * Added new clean statistics confirmation dialog
589
 
@@ -987,6 +991,9 @@ If any problem occurs, please contact us.
987
 
988
  == Upgrade Notice ==
989
 
 
 
 
990
  = 1.9.5 =
991
  Added new clean statistics confirmation dialog
992
 
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.9.6
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
178
 
179
  == Frequently Asked Questions ==
180
 
 
 
 
 
 
 
 
 
181
  = Is it possible to customize gallery image caption ? =
182
 
183
  In gallery settings you can find images manager where you can change settings of every image, one of the option it's caption of the image
190
 
191
  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
192
 
 
 
 
 
193
  = How I can create custom (grid) layout of the thumbnails? =
194
 
195
  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
196
 
 
 
 
 
 
 
 
 
 
 
 
 
197
  = How to set description text below image in the lightbox? =
198
 
199
  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.
202
 
203
  If you wish to make section with gallery without spacing between thumbnails you need just set horizontal and vertical spacing to 0 in gallery thumbnails view options
204
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
205
  = How to flip uploaded gallery image? =
206
 
207
  When you open gallery images manager you'll find there image edit mode where you can flip source image
208
 
 
 
 
 
 
 
 
 
 
 
 
 
209
  = How to define custom link for some gallery images? =
210
 
211
  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
214
 
215
  Our gallery do not require any special permissions for installation of the gallery or during upload of the gallery images. All requirements are basic: our gallery have the same requirements as Wordpress have.
216
 
 
 
 
 
217
  = How to define size of the gallery images thumbnails? =
218
 
219
  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
226
 
227
  Yes, you can use generated direct link inside particular gallery settings
228
 
 
 
 
 
229
  = How to change style of the gallery thumbnails border? =
230
 
231
  When you enable border in gallery settings you will see multiply options for customization of the border. One of the options it's border style. You can select one value from pre-defined list
234
 
235
  In gallery settings you can enable custom caption settings where you can customize font size and see results in live preview
236
 
 
 
 
 
237
  = How to change width of the gallery thumbnails border? =
238
 
239
  When you enable border in gallery settings you will see multiply options for customization of the border. One of the options it's border width in pixels.
240
 
 
 
 
 
241
  = How to change amount of images loading on gallery page? =
242
 
243
  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
246
 
247
  In gallery settings, when enabled custom hover settings you can customize style of the gallery image description text. In this settings you can change color of
248
 
249
+ = How to define video for some gallery image? =
250
 
251
+ 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
252
 
253
+ = What can I do if some gallery interface elements in backend do not work properly? =
254
 
255
+ 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.
256
 
257
+ = Which style parameters I can change for the hover button icon? =
258
 
259
+ You can select border color, background color and color of the icon, size of the icon
260
 
261
+ = Is it possible to change transparency of the gallery lightbox background ? =
262
 
263
+ Yes, you can change gallery lightbox background transparency in gallery settings. Yes, you can change background color of the gallery lightbox. When you open gallery settings you can find there gallery lightbox settings block. When you open color selector for the gallery lightbox background you'll see there additional slider option for transparency value.
264
+
265
+ = Is it possible create gallery in Wordpress post with Gallery? =
266
+
267
+ Yes, you can insert gallery into post with shortcode tag
268
+
269
+ = How to customize gallery layouts for different screen resolutions? =
270
+
271
+ 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.
272
+
273
+ = How many buttons with icons do you have in gallery? =
274
+
275
+ In our gallery we have 2 buttons for every gallery thumbnail. Zoom button and link button.
276
 
277
  = Is it possible to change transparency of the hover shutter? =
278
 
279
  Yes, it's possible to change transparency in gallery settings
280
 
281
+ = How to add text before and after gallery? =
282
 
283
+ In gallery settings you can find before/after text gallery field. This fields support HTML tags.
284
 
285
+ = How to change quality of the gallery thumbnails? =
286
 
287
+ Quality of the gallery thumbnails could be easily changed in gallery size option / thumbnails options / source
288
 
289
+ = How to customize hover effect? =
290
 
291
+ 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
292
 
293
+ = How to change font style of the gallery image caption? =
294
 
295
+ In gallery settings you can enable custom caption settings where you can customize font style and see results in live preview
296
 
297
  = Which parameters I can change for the gallery thumbnails borders and shadows? =
298
 
299
  You can change size, color and style of gallery thumbnails borders and shadows. Also you can define different parameters for static and hovered status
300
 
301
+ = How to generate shortcode for Wordpress page, post or widget? =
 
 
 
 
302
 
303
+ 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
304
 
305
+ = Where it's possible to define vertical and horizontal paddings? =
306
 
307
+ In gallery settings you can define horizontal and vertical paddings between gallery thumbnails
308
 
309
+ = How to customize border of the gallery thumbnails? =
310
 
311
+ 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
312
 
313
+ = How to define custom ALT for gallery image? =
314
 
315
+ When you open gallery images manager you can define alt for every gallery image there
316
 
317
+ = Where to change font color of the gallery lightbox text? =
318
 
319
+ When you open gallery settings you can find there gallery lightbox settings block, where you can gallery lightbox text color using color selector.
320
 
321
+ = How to customize border of the gallery thumbnails? =
322
 
323
+ 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
324
 
325
+ = How to enable lazy load in gallery options? =
326
 
327
+ 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
328
 
329
+ = Is it possible to turn off border of the gallery thumbnails? =
330
 
331
+ Yes, in gallery options you can turn on/off border option
332
 
333
+ = What can I do if some gallery interface elements in backend do not work properly? =
334
 
335
+ 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.
336
 
337
+ = Is it possible to insert video as gallery link? =
338
 
339
+ Yes. 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 video link field in gallery image options, where you can define some custom link to the online video.
340
 
341
+ = Do you have Polaroid style in your gallery? =
342
 
343
+ In our gallery implemented options which make you able to make gallery thumbnails looks in Polaroid style, with caption of the image below thumbnail
344
 
345
+ = Do you have some limits for images amount in gallery? =
346
 
347
+ No, we don't have any limits for amount of the images in gallery
348
 
349
+ = How to change font color of the gallery image caption? =
350
 
351
+ In gallery settings you can enable custom caption settings where you can customize font color and see results in live preview
352
 
353
+ = Is it possible to change background color of the gallery lightbox? =
354
 
355
+ Yes, you can change background color of the gallery lightbox. When you open gallery settings you can find there gallery lightbox settings block, where you can change color of the gallery lightbox background.
356
 
357
+ = How to insert text before/after gallery? =
358
 
359
+ In our gallery we implemented few additional options which help you to add some text with HTML before/after gallery on your page. IN gallery settings you can find pre/post text fields where you can define some description text for the gallery. This gallery fields support HTML, so you can customize this text with HTML tags or css styles.
360
 
361
+ = How to upload images to the gallery? =
362
 
363
+ 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.
364
 
365
+ = How to use multi-category functionality of the gallery? =
366
 
367
+ 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
368
 
369
+ = How to define custom hover effect for some gallery thumbnail? =
370
 
371
+ 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.
372
 
373
+ = How many menu buttons styles do you have in gallery menu ? =
374
 
375
+ Gallery menu have multiply configuration options. Some of the options changing color of the buttons, some of them changing style of the buttons, which makes buttons for example 3d or with rounded corners
376
 
377
+ = Is it possible to generate post with gallery inside it ? =
378
 
379
+ In gallery settings we create separate section where you can find create new post button. After click on this button you'll see wizard form where you can select all additional parameters for the gallery new post.
380
 
381
  = How many icons you have in build in icons library? =
382
 
383
  In build library of the icons in gallery you can find 533 icons
384
 
385
+ = Do you have some conflict in gallery back end? =
386
 
387
+ If you have some conflict in gallery back end you can sort it with new compatibility option. You can switch between standard and alternative jquery library. This modes implemented to help you to avoid any conflicts with another libraries from wordpress themes or another plugin.
388
 
389
+ = How to make shadow for the gallery thumbnails? =
390
 
391
+ Shadows of the thumbnails you can customize in gallery settings. With gallery settings you can change size , color and position of the gallery thumbnails shadow
392
 
393
+ = Do you have some limits for images types in gallery? =
394
 
395
+ You can use any standard file type in our gallery: png, jpg, jpeg, gif
396
 
397
+ = How to make gallery thumbnails with rounded corners? =
398
 
399
+ In gallery settings you can find section rounds where with special options you can define radius for the gallery thumbnails
400
 
401
+ = Do you have some limit for images size in gallery? =
402
 
403
+ No, we don't have any limits for image size in our gallery.
404
 
405
+ = How to install Gallery plugin? =
406
 
407
+ Just install it using regular Wordpress plugins installing mechanism. If you have some questions related with our plugin feel free to contact our support team we happy to help you!
408
 
409
+ = How to change icon on gallery thumbnail button? =
410
 
411
+ When you open gallery settings you can see there hover options section where we implemented settings for every hover button. Here you can select icons for buttons and style for this icon
412
 
413
+ = How to change ordering of the gallery images? =
414
 
415
+ When you open gallery for edit you can find there images manager where you can change ordering of the gallery images
416
 
417
+ = How to change amount of the columns in gallery layout? =
418
 
419
+ In gallery general settings you can find gallery thumbnails columns options which could depend of the device screen size. You can define different gallery columns amount for different resolution.
420
 
421
+ = How to turn off social buttons in gallery lightbox? =
422
 
423
+ When you open gallery settings you can find there gallery lightbox settings block, where you can turn off social buttons in gallery lightbox on the front end.
424
 
425
+ = How to delete title, author, date above the gallery of the gallery post? =
426
 
427
+ Actually settings of all this main elements of the gallery post is inherited from the the general Wordpress posts settings. So you can turn in off the same way as it's manage in general posts, not only gallery posts.
428
 
429
+ = How to define video for some gallery image? =
430
 
431
+ 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
432
 
433
+ = Where to change settings of the image of the gallery? =
434
 
435
+ Settings of the gallery image you can change in images manager. There you can upload, edit or customize already uploaded images to the gallery
436
 
437
+ = Where specify description of the gallery images? =
438
 
439
+ 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
440
 
441
  = Do you have fade effect for the thumbnails hover? =
442
 
443
  Yes, gallery have fade hover effect
444
 
445
+ = Is it possible to change color of the hovered image in gallery? =
446
+
447
+ Yes, you can easily change color of the hovered image in gallery in backend. In gallery settings we build-in comfortable color selector which make you able to change color of the gallery interface elements.
448
+
449
+ = How to enable icons on gallery hover shutter? =
450
+
451
+ In gallery hover settings we implemented full set of configuration settings of the buttons. You can change icon, style size, colors for static and hovered buttons. You can select icon with build in wizard
452
+
453
  = How to crop uploaded gallery image? =
454
 
455
  When you open gallery images manager you'll find there image edit mode where you can crop source image
458
 
459
  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.
460
 
461
+ = How I can make gallery only with one size pictures but I would like to arrange gallery with pictures of the different size - one big, several smaller? =
462
+
463
+ In our gallery you can define different amount of the columns for the images thumbnails and every gallery image could have different width which measuring by columns of the images thumbnails. For example you can define 2 column size for the image 1 and 3 columns size for image 5 but the rest of the gallery images could stay with default one column value in images settings.
464
+
465
+ = How to change color of the gallery interface elements? =
466
+
467
+ 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.
468
+
469
+ = How to change color of the gallery thumbnails border? =
470
+
471
+ When you enable border in gallery settings you will see multiply options for customization of the border. One from this options it's border color. You can select color using color selector
472
+
473
+ = How to change transparency of the gallery thumbnails border? =
474
+
475
+ When you enable border in gallery settings you will see multiply options for customization of the border. When you open color selector you can also select some transparency value there
476
+
477
+ = How to change font size of the gallery image description text? =
478
+
479
+ In gallery settings, when enabled custom hover settings you can customize style of the gallery image description text. In this settings you can change size of the text
480
+
481
+ = How to hide titles of the gallery image in lightbox ? =
482
+
483
+ 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.
484
+
485
+ = Which tags build in shutter of gallery hover template customization? =
486
+
487
+ For now we have build in @@TITLE@@, @@CAPTION@@, @@DESCR@@
488
+
489
+ = How to rotate uploaded gallery image? =
490
+
491
+ When you open gallery images manager you'll find there image edit mode where you can rotate source image
492
+
493
+ = How to customize gallery hover effect shutter layout? =
494
+
495
+ In gallery hover settings you can enable template where you can fully customize layout of the shutter content using HTML tags, text and images. In template we have implemented some build in tags which going to help you to build in some gallery images elements into hover
496
+
497
+ = How many thumbnails hover effects gallery has? =
498
+
499
+ Gallery have 15 hover animation effects, which could be combined with additional custom options
500
+
501
+ = How to load more function work? =
502
+
503
+ In gallery admin section you can define amount of the images for the first load and after click on load more button. Load more it's such google gallery style pagination functionality which make you able to limit amount of the images for the first load
504
+
505
+ = Is it possible to use HTML in image description ? =
506
+
507
+ Yes, you can use HTML tags inside gallery image description field
508
+
509
+ = Is it possible to create target blank links? =
510
+
511
+ Yes. 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 target blank field below link field of the gallery image.
512
+
513
  == Screenshots ==
514
 
515
  1. Gallery Demo 1
584
 
585
  == Changelog ==
586
 
587
+ = 1.9.6 =
588
+ * Updated general gallery settings
589
+ * Added option for switch between old style or drag and drop style categories manager
590
+
591
  = 1.9.5 =
592
  * Added new clean statistics confirmation dialog
593
 
991
 
992
  == Upgrade Notice ==
993
 
994
+ = 1.9.6 =
995
+ Added option for switch between old style or drag and drop style categories manager
996
+
997
  = 1.9.5 =
998
  Added new clean statistics confirmation dialog
999
 
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.9.5
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.9.5');
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.9.6
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.9.6');
23
  define("ROBO_GALLERY_PATH", plugin_dir_path( __FILE__ ));
24
  define("ROBO_GALLERY_SPECIAL", 0);
25