Gallery – Photo Gallery and Images Gallery - Version 2.0.17

Version Description

  • Security update v2
Download this release

Release Info

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

Code changes from version 2.0.16 to 2.0.17

includes/frontend/rbs_gallery_class.php CHANGED
@@ -436,7 +436,7 @@ class roboGallery extends roboGalleryUtils{
436
 
437
  $pretext = get_post_meta( $this->id, ROBO_GALLERY_PREFIX.'pretext', true );
438
  $aftertext = get_post_meta( $this->id, ROBO_GALLERY_PREFIX.'aftertext', true );
439
-
440
  if(count($this->selectImages->imgArray)){
441
 
442
  if( get_option( ROBO_GALLERY_PREFIX.'jqueryVersion', 'build' )=='forced' ){
436
 
437
  $pretext = get_post_meta( $this->id, ROBO_GALLERY_PREFIX.'pretext', true );
438
  $aftertext = get_post_meta( $this->id, ROBO_GALLERY_PREFIX.'aftertext', true );
439
+
440
  if(count($this->selectImages->imgArray)){
441
 
442
  if( get_option( ROBO_GALLERY_PREFIX.'jqueryVersion', 'build' )=='forced' ){
includes/frontend/rbs_gallery_source.php CHANGED
@@ -51,7 +51,8 @@ class roboGalleryImages{
51
  $tempImages = get_post_meta( $this->id, ROBO_GALLERY_PREFIX.'galleryImages', true );
52
 
53
  if( isset($tempImages) && !is_array($tempImages)==1 && trim($tempImages)=='' ) $tempImages = array();
54
-
 
55
  if( !get_post_meta( $this->cloneId, ROBO_GALLERY_PREFIX.'menuSelfImages', true ) ){
56
  $tempImages = array();
57
  }
51
  $tempImages = get_post_meta( $this->id, ROBO_GALLERY_PREFIX.'galleryImages', true );
52
 
53
  if( isset($tempImages) && !is_array($tempImages)==1 && trim($tempImages)=='' ) $tempImages = array();
54
+
55
+
56
  if( !get_post_meta( $this->cloneId, ROBO_GALLERY_PREFIX.'menuSelfImages', true ) ){
57
  $tempImages = array();
58
  }
includes/rbs_gallery_ajax.php CHANGED
@@ -15,7 +15,15 @@
15
 
16
  if ( ! defined( 'WPINC' ) ) die;
17
 
18
- if(!function_exists('rbs_gallery_ajax_callback') && is_admin() ){
 
 
 
 
 
 
 
 
19
  add_action( 'wp_ajax_rbs_gallery', 'rbs_gallery_ajax_callback' );
20
  function rbs_gallery_ajax_callback(){
21
 
15
 
16
  if ( ! defined( 'WPINC' ) ) die;
17
 
18
+
19
+ if(!function_exists('wp_get_current_user')) {
20
+ include(ABSPATH . "wp-includes/pluggable.php");
21
+ }
22
+ if(!function_exists('wp_get_current_user')) {
23
+ include(ABSPATH . "wp-admin/includes/user.php.");
24
+ }
25
+
26
+ if(!function_exists('rbs_gallery_ajax_callback') && current_user_can( 'edit_posts' ) ){ //is_admin()
27
  add_action( 'wp_ajax_rbs_gallery', 'rbs_gallery_ajax_callback' );
28
  function rbs_gallery_ajax_callback(){
29
 
includes/rbs_gallery_settings.php CHANGED
@@ -73,7 +73,7 @@ wp_enqueue_style ( 'toolbox-gallery-about', ROBO_GALLERY_URL.'css/admin/about.c
73
  <tr>
74
  <th scope="row"><?php _e('Size Calculations Delay', 'rbs_gallery'); ?></th>
75
  <td>
76
- <input name="<?php echo ROBO_GALLERY_PREFIX.'delay'; ?>" id="<?php echo ROBO_GALLERY_PREFIX.'delay'; ?>" value="<?php echo get_option(ROBO_GALLERY_PREFIX.'delay', '1000'); ?>" class="small-text" type="text"> ms.
77
  </td>
78
  </tr>
79
  <tr>
73
  <tr>
74
  <th scope="row"><?php _e('Size Calculations Delay', 'rbs_gallery'); ?></th>
75
  <td>
76
+ <input name="<?php echo ROBO_GALLERY_PREFIX.'delay'; ?>" id="<?php echo ROBO_GALLERY_PREFIX.'delay'; ?>" value="<?php echo (int) get_option(ROBO_GALLERY_PREFIX.'delay', '1000'); ?>" class="small-text" type="text"> ms.
77
  </td>
78
  </tr>
79
  <tr>
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.5
7
- Stable tag: 2.0.16
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -178,18 +178,10 @@ You don't need do any additional configurations or manual code changes. You can
178
 
179
  == Frequently Asked Questions ==
180
 
181
- = How to define custom ALT for gallery image? =
182
-
183
- When you open gallery images manager you can define alt for every gallery image there
184
-
185
  = How to flip uploaded gallery image? =
186
 
187
  When you open gallery images manager you'll find there image edit mode where you can flip source image
188
 
189
- = How to customize hover effect? =
190
-
191
- 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
192
-
193
  = How to customize gallery hover effect shutter layout? =
194
 
195
  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
@@ -198,10 +190,6 @@ In gallery hover settings you can enable template where you can fully customize
198
 
199
  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
200
 
201
- = Is it possible to change color of the hovered image in gallery? =
202
-
203
- 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.
204
-
205
  = How to define custom link for some gallery images? =
206
 
207
  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,10 +202,6 @@ When you enable border in gallery settings you will see multiply options for cus
214
 
215
  You can select border color, background color and color of the icon, size of the icon
216
 
217
- = How to define video for some gallery image? =
218
-
219
- 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
220
-
221
  = How to define custom link for some gallery images? =
222
 
223
  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
@@ -226,22 +210,6 @@ Every gallery image have additional fields where you can define custom link, tit
226
 
227
  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
228
 
229
- = How to insert text before/after gallery? =
230
-
231
- 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.
232
-
233
- = Is it possible to turn off border of the gallery thumbnails? =
234
-
235
- Yes, in gallery options you can turn on/off border option
236
-
237
- = How to set description text below image in the lightbox? =
238
-
239
- 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.
240
-
241
- = How to change font color of the gallery image description text? =
242
-
243
- 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
244
-
245
  = Do you have some limit for images size in gallery? =
246
 
247
  No, we don't have any limits for image size in our gallery.
@@ -250,10 +218,6 @@ No, we don't have any limits for image size in our gallery.
250
 
251
  You can change size, color and style of gallery thumbnails borders and shadows. Also you can define different parameters for static and hovered status
252
 
253
- = How to add text before and after gallery? =
254
-
255
- In gallery settings you can find before/after text gallery field. This fields support HTML tags.
256
-
257
  = Is it possible to change background color of the gallery lightbox? =
258
 
259
  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.
@@ -266,38 +230,14 @@ In our gallery you can define different amount of the columns for the images thu
266
 
267
  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
268
 
269
- = How to change font color of the gallery image caption? =
270
-
271
- In gallery settings you can enable custom caption settings where you can customize font color and see results in live preview
272
-
273
  = How to rotate uploaded gallery image? =
274
 
275
  When you open gallery images manager you'll find there image edit mode where you can rotate source image
276
 
277
- = Is it possible to generate post with gallery inside it ? =
278
-
279
- 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.
280
-
281
  = Do you have some conflict in gallery back end? =
282
 
283
  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.
284
 
285
- = How many buttons with icons do you have in gallery? =
286
-
287
- In our gallery we have 2 buttons for every gallery thumbnail. Zoom button and link button.
288
-
289
- = How to change font style of the gallery image caption? =
290
-
291
- In gallery settings you can enable custom caption settings where you can customize font style and see results in live preview
292
-
293
- = Is it possible to use HTML in image description ? =
294
-
295
- Yes, you can use HTML tags inside gallery image description field
296
-
297
- = Which permissions do I need to have on server for proper gallery installation? =
298
-
299
- 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.
300
-
301
  = How to install Gallery plugin? =
302
 
303
  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!
@@ -306,18 +246,10 @@ Just install it using regular Wordpress plugins installing mechanism. If you ha
306
 
307
  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.
308
 
309
- = Do you have Polaroid style in your gallery? =
310
-
311
- In our gallery implemented options which make you able to make gallery thumbnails looks in Polaroid style, with caption of the image below thumbnail
312
-
313
  = Is it possible to change transparency of the hover shutter? =
314
 
315
  Yes, it's possible to change transparency in gallery settings
316
 
317
- = How to change color of the gallery interface elements? =
318
-
319
- 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.
320
-
321
  = How I can create custom (grid) layout of the thumbnails? =
322
 
323
  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
@@ -326,10 +258,6 @@ In our gallery we implemented layout based on columns amount. So you can general
326
 
327
  For now we have build in @@TITLE@@, @@CAPTION@@, @@DESCR@@
328
 
329
- = How to change width of the gallery thumbnails border? =
330
-
331
- 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.
332
-
333
  = How to customize gallery layouts for different screen resolutions? =
334
 
335
  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.
@@ -342,22 +270,6 @@ In gallery settings you can find general settings section where you can turn on/
342
 
343
  No, we don't have any limits for amount of the images in gallery
344
 
345
- = How to generate shortcode for Wordpress page, post or widget? =
346
-
347
- 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
348
-
349
- = How to make gallery thumbnails with rounded corners? =
350
-
351
- In gallery settings you can find section rounds where with special options you can define radius for the gallery thumbnails
352
-
353
- = How to crop uploaded gallery image? =
354
-
355
- When you open gallery images manager you'll find there image edit mode where you can crop source image
356
-
357
- = How many icons you have in build in icons library? =
358
-
359
- In build library of the icons in gallery you can find 533 icons
360
-
361
  = Is it possible create gallery in Wordpress post with Gallery? =
362
 
363
  Yes, you can insert gallery into post with shortcode tag
@@ -374,10 +286,6 @@ In our gallery we implemented multi-categories structure. Every gallery category
374
 
375
  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.
376
 
377
- = How to change font size of the gallery image caption? =
378
-
379
- In gallery settings you can enable custom caption settings where you can customize font size and see results in live preview
380
-
381
  = Is it possible to have different settings for hover and static interface elements? =
382
 
383
  Yes, you can have different styles of the borders and shadows for static and hovered gallery thumbnails.
@@ -386,17 +294,17 @@ Yes, you can have different styles of the borders and shadows for static and hov
386
 
387
  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
388
 
389
- = Do you have some limits for images types in gallery? =
390
 
391
- You can use any standard file type in our gallery: png, jpg, jpeg, gif
392
 
393
- = How to turn off social buttons in gallery lightbox? =
394
 
395
- 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.
396
 
397
- = How to define size of the gallery images thumbnails? =
398
 
399
- 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
400
 
401
  = How to change font size of the gallery image description text? =
402
 
@@ -406,37 +314,37 @@ In gallery settings, when enabled custom hover settings you can customize style
406
 
407
  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.
408
 
409
- = How to hide titles of the gallery image in lightbox ? =
410
-
411
- 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.
412
-
413
  = How to change transparency of the gallery thumbnails border? =
414
 
415
  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
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 many thumbnails hover effects gallery has? =
422
 
423
  Gallery have 15 hover animation effects, which could be combined with additional custom options
424
 
425
- = How to change quality of the gallery thumbnails? =
426
 
427
- Quality of the gallery thumbnails could be easily changed in gallery size option / thumbnails options / source
 
 
 
 
428
 
429
  = Where specify description of the gallery images? =
430
 
431
  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
432
 
 
 
 
 
433
  = How to change text below image in lightbox ? =
434
 
435
  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.
436
 
437
- = Where to change font color of the gallery lightbox text? =
438
 
439
- When you open gallery settings you can find there gallery lightbox settings block, where you can gallery lightbox text color using color selector.
440
 
441
  = How to enable lazy load in gallery options? =
442
 
@@ -446,9 +354,9 @@ In gallery settings you can find option to enable/disable lazy load, also there
446
 
447
  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.
448
 
449
- = How to make shadow for the gallery thumbnails? =
450
 
451
- 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
452
 
453
  = How to delete title, author, date above the gallery of the gallery post? =
454
 
@@ -458,9 +366,9 @@ Actually settings of all this main elements of the gallery post is inherited fro
458
 
459
  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.
460
 
461
- = What can I do if some gallery interface elements in backend do not work properly? =
462
 
463
- 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.
464
 
465
  = Where to change settings of the image of the gallery? =
466
 
@@ -470,9 +378,17 @@ Settings of the gallery image you can change in images manager. There you can up
470
 
471
  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
472
 
473
- = How to change amount of images loading on gallery page? =
474
 
475
- 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
 
 
 
 
 
 
 
 
476
 
477
  = Where it's possible to define vertical and horizontal paddings? =
478
 
@@ -482,10 +398,66 @@ In gallery settings you can define horizontal and vertical paddings between gall
482
 
483
  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
484
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
485
  = How to change ordering of the gallery images? =
486
 
487
  When you open gallery for edit you can find there images manager where you can change ordering of the gallery images
488
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
489
  = Do you have fade effect for the thumbnails hover? =
490
 
491
  Yes, gallery have fade hover effect
@@ -494,14 +466,34 @@ Yes, gallery have fade hover effect
494
 
495
  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
496
 
 
 
 
 
 
 
 
 
497
  = Is it possible to create direct link on the front end to the gallery? =
498
 
499
  Yes, you can use generated direct link inside particular gallery settings
500
 
 
 
 
 
501
  = How to change style of the gallery thumbnails border? =
502
 
503
  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
504
 
 
 
 
 
 
 
 
 
505
  = Is it possible to change transparency of the gallery lightbox background ? =
506
 
507
  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.
@@ -510,6 +502,14 @@ Yes, you can change gallery lightbox background transparency in gallery settings
510
 
511
  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
512
 
 
 
 
 
 
 
 
 
513
  == Screenshots ==
514
 
515
  1. Gallery Demo 1
@@ -584,6 +584,9 @@ If any problem occurs, please contact us.
584
 
585
  == Changelog ==
586
 
 
 
 
587
  = 2.0.16 =
588
  * Security update
589
 
@@ -1084,6 +1087,9 @@ If any problem occurs, please contact us.
1084
 
1085
  == Upgrade Notice ==
1086
 
 
 
 
1087
  = 2.0.16 =
1088
  Security update
1089
 
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.5
7
+ Stable tag: 2.0.17
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
  = How to flip uploaded gallery image? =
182
 
183
  When you open gallery images manager you'll find there image edit mode where you can flip source image
184
 
 
 
 
 
185
  = How to customize gallery hover effect shutter layout? =
186
 
187
  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
190
 
191
  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
192
 
 
 
 
 
193
  = How to define custom link for some gallery images? =
194
 
195
  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
202
 
203
  You can select border color, background color and color of the icon, size of the icon
204
 
 
 
 
 
205
  = How to define custom link for some gallery images? =
206
 
207
  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
210
 
211
  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
212
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
213
  = Do you have some limit for images size in gallery? =
214
 
215
  No, we don't have any limits for image size in our gallery.
218
 
219
  You can change size, color and style of gallery thumbnails borders and shadows. Also you can define different parameters for static and hovered status
220
 
 
 
 
 
221
  = Is it possible to change background color of the gallery lightbox? =
222
 
223
  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.
230
 
231
  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
232
 
 
 
 
 
233
  = How to rotate uploaded gallery image? =
234
 
235
  When you open gallery images manager you'll find there image edit mode where you can rotate source image
236
 
 
 
 
 
237
  = Do you have some conflict in gallery back end? =
238
 
239
  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.
240
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
241
  = How to install Gallery plugin? =
242
 
243
  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!
246
 
247
  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.
248
 
 
 
 
 
249
  = Is it possible to change transparency of the hover shutter? =
250
 
251
  Yes, it's possible to change transparency in gallery settings
252
 
 
 
 
 
253
  = How I can create custom (grid) layout of the thumbnails? =
254
 
255
  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
258
 
259
  For now we have build in @@TITLE@@, @@CAPTION@@, @@DESCR@@
260
 
 
 
 
 
261
  = How to customize gallery layouts for different screen resolutions? =
262
 
263
  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.
270
 
271
  No, we don't have any limits for amount of the images in gallery
272
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
273
  = Is it possible create gallery in Wordpress post with Gallery? =
274
 
275
  Yes, you can insert gallery into post with shortcode tag
286
 
287
  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.
288
 
 
 
 
 
289
  = Is it possible to have different settings for hover and static interface elements? =
290
 
291
  Yes, you can have different styles of the borders and shadows for static and hovered gallery thumbnails.
294
 
295
  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
296
 
297
+ = Is it possible to generate post with gallery inside it ? =
298
 
299
+ 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.
300
 
301
+ = Do you have Polaroid style in your gallery? =
302
 
303
+ In our gallery implemented options which make you able to make gallery thumbnails looks in Polaroid style, with caption of the image below thumbnail
304
 
305
+ = Do you have some limits for images types in gallery? =
306
 
307
+ You can use any standard file type in our gallery: png, jpg, jpeg, gif
308
 
309
  = How to change font size of the gallery image description text? =
310
 
314
 
315
  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.
316
 
 
 
 
 
317
  = How to change transparency of the gallery thumbnails border? =
318
 
319
  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
320
 
 
 
 
 
321
  = How many thumbnails hover effects gallery has? =
322
 
323
  Gallery have 15 hover animation effects, which could be combined with additional custom options
324
 
325
+ = How to change width of the gallery thumbnails border? =
326
 
327
+ 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.
328
+
329
+ = How many icons you have in build in icons library? =
330
+
331
+ In build library of the icons in gallery you can find 533 icons
332
 
333
  = Where specify description of the gallery images? =
334
 
335
  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
336
 
337
+ = How to change color of the gallery interface elements? =
338
+
339
+ 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.
340
+
341
  = How to change text below image in lightbox ? =
342
 
343
  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.
344
 
345
+ = How to add text before and after gallery? =
346
 
347
+ In gallery settings you can find before/after text gallery field. This fields support HTML tags.
348
 
349
  = How to enable lazy load in gallery options? =
350
 
354
 
355
  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.
356
 
357
+ = How many buttons with icons do you have in gallery? =
358
 
359
+ In our gallery we have 2 buttons for every gallery thumbnail. Zoom button and link button.
360
 
361
  = How to delete title, author, date above the gallery of the gallery post? =
362
 
366
 
367
  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.
368
 
369
+ = Is it possible to turn off border of the gallery thumbnails? =
370
 
371
+ Yes, in gallery options you can turn on/off border option
372
 
373
  = Where to change settings of the image of the gallery? =
374
 
378
 
379
  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
380
 
381
+ = How to turn off social buttons in gallery lightbox? =
382
 
383
+ 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.
384
+
385
+ = How to customize hover effect? =
386
+
387
+ 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
388
+
389
+ = How to generate shortcode for Wordpress page, post or widget? =
390
+
391
+ 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
392
 
393
  = Where it's possible to define vertical and horizontal paddings? =
394
 
398
 
399
  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
400
 
401
+ = How to insert text before/after gallery? =
402
+
403
+ 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.
404
+
405
+ = How to crop uploaded gallery image? =
406
+
407
+ When you open gallery images manager you'll find there image edit mode where you can crop source image
408
+
409
+ = How to change quality of the gallery thumbnails? =
410
+
411
+ Quality of the gallery thumbnails could be easily changed in gallery size option / thumbnails options / source
412
+
413
+ = How to hide titles of the gallery image in lightbox ? =
414
+
415
+ 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.
416
+
417
+ = How to set description text below image in the lightbox? =
418
+
419
+ 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.
420
+
421
+ = How to change font color of the gallery image description text? =
422
+
423
+ 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
424
+
425
+ = Is it possible to change color of the hovered image in gallery? =
426
+
427
+ 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.
428
+
429
+ = How to make shadow for the gallery thumbnails? =
430
+
431
+ 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
432
+
433
+ = How to change amount of the columns in gallery layout? =
434
+
435
+ 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.
436
+
437
  = How to change ordering of the gallery images? =
438
 
439
  When you open gallery for edit you can find there images manager where you can change ordering of the gallery images
440
 
441
+ = Where to change font color of the gallery lightbox text? =
442
+
443
+ When you open gallery settings you can find there gallery lightbox settings block, where you can gallery lightbox text color using color selector.
444
+
445
+ = How to change font size of the gallery image caption? =
446
+
447
+ In gallery settings you can enable custom caption settings where you can customize font size and see results in live preview
448
+
449
+ = How to define size of the gallery images thumbnails? =
450
+
451
+ 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
452
+
453
+ = How to change amount of images loading on gallery page? =
454
+
455
+ 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
456
+
457
+ = What can I do if some gallery interface elements in backend do not work properly? =
458
+
459
+ 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.
460
+
461
  = Do you have fade effect for the thumbnails hover? =
462
 
463
  Yes, gallery have fade hover effect
466
 
467
  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
468
 
469
+ = Which permissions do I need to have on server for proper gallery installation? =
470
+
471
+ 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.
472
+
473
+ = How to change font style of the gallery image caption? =
474
+
475
+ In gallery settings you can enable custom caption settings where you can customize font style and see results in live preview
476
+
477
  = Is it possible to create direct link on the front end to the gallery? =
478
 
479
  Yes, you can use generated direct link inside particular gallery settings
480
 
481
+ = How to define video for some gallery image? =
482
+
483
+ 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
484
+
485
  = How to change style of the gallery thumbnails border? =
486
 
487
  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
488
 
489
+ = How to make gallery thumbnails with rounded corners? =
490
+
491
+ In gallery settings you can find section rounds where with special options you can define radius for the gallery thumbnails
492
+
493
+ = How to define custom ALT for gallery image? =
494
+
495
+ When you open gallery images manager you can define alt for every gallery image there
496
+
497
  = Is it possible to change transparency of the gallery lightbox background ? =
498
 
499
  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.
502
 
503
  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
504
 
505
+ = How to change font color of the gallery image caption? =
506
+
507
+ In gallery settings you can enable custom caption settings where you can customize font color and see results in live preview
508
+
509
+ = Is it possible to use HTML in image description ? =
510
+
511
+ Yes, you can use HTML tags inside gallery image description field
512
+
513
  == Screenshots ==
514
 
515
  1. Gallery Demo 1
584
 
585
  == Changelog ==
586
 
587
+ = 2.0.17 =
588
+ * Security update v2
589
+
590
  = 2.0.16 =
591
  * Security update
592
 
1087
 
1088
  == Upgrade Notice ==
1089
 
1090
+ = 2.0.17 =
1091
+ Security update v2
1092
+
1093
  = 2.0.16 =
1094
  Security update
1095
 
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: 2.0.16
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", '2.0.16');
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: 2.0.17
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", '2.0.17');
23
  define("ROBO_GALLERY_PATH", plugin_dir_path( __FILE__ ));
24
  define("ROBO_GALLERY_SPECIAL", 0);
25