Gallery – Photo Gallery and Images Gallery - Version 2.0.19

Version Description

  • Security update v3
Download this release

Release Info

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

Code changes from version 2.0.18 to 2.0.19

includes/extensions/category/category.class.php CHANGED
@@ -200,7 +200,7 @@ class ROBO_GALLERY_CATEGORY
200
  <input type="hidden" name="parent_id" value="<?php echo $directParentId; ?>">
201
 
202
  <?php foreach ($path as $index => $postTitle) : ?>
203
- <p><?php echo str_repeat('&nbsp;', $index * 4); ?><?php echo $postTitle; ?></p>
204
  <?php endforeach; ?>
205
  <div class="actions">
206
  <button class="button edit" type="button"
@@ -360,7 +360,9 @@ class ROBO_GALLERY_CATEGORY
360
  <?php foreach ($tree as $item) : ?>
361
  <li class="dd-item" data-id="<?php echo $item['post']->ID; ?>">
362
  <div class="dd-handle">
363
- <?php echo "{$item['post']->post_title} [{$item['post']->ID}: {$item['post']->post_name}]" ; ?>
 
 
364
  </div>
365
  <?php if (!empty($item['children'])) : ?>
366
  <?php $this->theNestableList($item['children']); ?>
200
  <input type="hidden" name="parent_id" value="<?php echo $directParentId; ?>">
201
 
202
  <?php foreach ($path as $index => $postTitle) : ?>
203
+ <p><?php echo str_repeat('&nbsp;', $index * 4); ?><?php echo esc_attr($postTitle); ?></p>
204
  <?php endforeach; ?>
205
  <div class="actions">
206
  <button class="button edit" type="button"
360
  <?php foreach ($tree as $item) : ?>
361
  <li class="dd-item" data-id="<?php echo $item['post']->ID; ?>">
362
  <div class="dd-handle">
363
+ <?php
364
+ $title = esc_attr($item['post']->post_title);
365
+ echo "{$title} [{$item['post']->ID}: {$item['post']->post_name}]" ; ?>
366
  </div>
367
  <?php if (!empty($item['children'])) : ?>
368
  <?php $this->theNestableList($item['children']); ?>
includes/frontend/rbs_gallery_class.php CHANGED
@@ -581,7 +581,7 @@ class roboGallery extends roboGalleryUtils{
581
  .' class="button '.$class.'"'
582
  .' '.($style?'style="'.$style.'"':'')
583
  .'>'
584
- .$category['title']
585
  .'</a>';
586
  }
587
  $retHtml .= '</div>';
581
  .' class="button '.$class.'"'
582
  .' '.($style?'style="'.$style.'"':'')
583
  .'>'
584
+ .esc_attr($category['title'])
585
  .'</a>';
586
  }
587
  $retHtml .= '</div>';
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.18
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -186,10 +186,6 @@ In gallery hover settings you can enable template where you can fully customize
186
 
187
  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
188
 
189
- = How to define custom link for some gallery images? =
190
-
191
- 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
192
-
193
  = How to change color of the gallery thumbnails border? =
194
 
195
  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
@@ -210,18 +206,6 @@ You can change size, color and style of gallery thumbnails borders and shadows.
210
 
211
  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.
212
 
213
- = How to insert gallery into Wordpress page or post? =
214
-
215
- 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
216
-
217
- = How to rotate uploaded gallery image? =
218
-
219
- When you open gallery images manager you'll find there image edit mode where you can rotate source image
220
-
221
- = Do you have some conflict in gallery back end? =
222
-
223
- 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.
224
-
225
  = What can I do if some gallery interface elements in backend do not work properly? =
226
 
227
  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.
@@ -250,22 +234,10 @@ In gallery settings we create separate section where you can find create new pos
250
 
251
  In our gallery implemented options which make you able to make gallery thumbnails looks in Polaroid style, with caption of the image below thumbnail
252
 
253
- = How to define custom hover effect for some gallery thumbnail? =
254
-
255
- 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.
256
-
257
  = How to change transparency of the gallery thumbnails border? =
258
 
259
  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
260
 
261
- = How many icons you have in build in icons library? =
262
-
263
- In build library of the icons in gallery you can find 533 icons
264
-
265
- = Where specify description of the gallery images? =
266
-
267
- 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
268
-
269
  = How to upload images to the gallery? =
270
 
271
  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.
@@ -274,10 +246,6 @@ When you create new gallery or open already existent gallery for edit on the rig
274
 
275
  In our gallery we have 2 buttons for every gallery thumbnail. Zoom button and link button.
276
 
277
- = How to delete title, author, date above the gallery of the gallery post? =
278
-
279
- 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.
280
-
281
  = Is it possible to insert video as gallery link? =
282
 
283
  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.
@@ -294,14 +262,6 @@ Settings of the gallery image you can change in images manager. There you can up
294
 
295
  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
296
 
297
- = How to customize hover effect? =
298
-
299
- 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
300
-
301
- = How many menu buttons styles do you have in gallery menu ? =
302
-
303
- 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
304
-
305
  = How to change quality of the gallery thumbnails? =
306
 
307
  Quality of the gallery thumbnails could be easily changed in gallery size option / thumbnails options / source
@@ -310,18 +270,6 @@ Quality of the gallery thumbnails could be easily changed in gallery size option
310
 
311
  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.
312
 
313
- = Is it possible to change color of the hovered image in gallery? =
314
-
315
- 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.
316
-
317
- = How to make shadow for the gallery thumbnails? =
318
-
319
- 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
320
-
321
- = How to change color of the gallery interface elements? =
322
-
323
- 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.
324
-
325
  = How to change font size of the gallery image caption? =
326
 
327
  In gallery settings you can enable custom caption settings where you can customize font size and see results in live preview
@@ -330,18 +278,10 @@ In gallery settings you can enable custom caption settings where you can customi
330
 
331
  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
332
 
333
- = How to change amount of images loading on gallery page? =
334
-
335
- 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
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
- = How many thumbnails hover effects gallery has? =
342
-
343
- Gallery have 15 hover animation effects, which could be combined with additional custom options
344
-
345
  = How to customize border of the gallery thumbnails? =
346
 
347
  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
@@ -350,10 +290,6 @@ In gallery settings you can find general settings section where you can turn on/
350
 
351
  In gallery settings you can enable custom caption settings where you can customize font style and see results in live preview
352
 
353
- = Which style parameters I can change for the hover button icon? =
354
-
355
- You can select border color, background color and color of the icon, size of the icon
356
-
357
  = Is it possible to create direct link on the front end to the gallery? =
358
 
359
  Yes, you can use generated direct link inside particular gallery settings
@@ -370,10 +306,6 @@ In gallery general settings you can find gallery thumbnails columns options whic
370
 
371
  You can use any standard file type in our gallery: png, jpg, jpeg, gif
372
 
373
- = How to change style of the gallery thumbnails border? =
374
-
375
- 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
376
-
377
  = How to crop uploaded gallery image? =
378
 
379
  When you open gallery images manager you'll find there image edit mode where you can crop source image
@@ -382,10 +314,6 @@ When you open gallery images manager you'll find there image edit mode where you
382
 
383
  In gallery settings you can find section rounds where with special options you can define radius for the gallery thumbnails
384
 
385
- = How to define custom ALT for gallery image? =
386
-
387
- When you open gallery images manager you can define alt for every gallery image there
388
-
389
  = How to set description text below image in the lightbox? =
390
 
391
  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.
@@ -406,37 +334,45 @@ In gallery settings you can find before/after text gallery field. This fields su
406
 
407
  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
408
 
409
- = How to change font color of the gallery image description text? =
410
-
411
- 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
412
-
413
  = Is it possible to change background color of the gallery lightbox? =
414
 
415
  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.
416
 
417
- = Is it possible create gallery in Wordpress post with Gallery? =
418
-
419
- Yes, you can insert gallery into post with shortcode tag
420
-
421
  = Is it possible to create target blank links? =
422
 
423
  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.
424
 
 
 
 
 
425
  = How to turn off social buttons in gallery lightbox? =
426
 
427
  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.
428
 
 
 
 
 
429
  = How to customize gallery layouts for different screen resolutions? =
430
 
431
  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.
432
 
433
- = How to change ordering of the gallery images? =
434
 
435
- When you open gallery for edit you can find there images manager where you can change ordering of the gallery images
436
 
437
- = How to change width of the gallery thumbnails border? =
438
 
439
- 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.
 
 
 
 
 
 
 
 
440
 
441
  = How to enable lazy load in gallery options? =
442
 
@@ -454,10 +390,26 @@ In gallery settings you can define horizontal and vertical paddings between gall
454
 
455
  In gallery settings you can enable custom caption settings where you can customize font color and see results in live preview
456
 
 
 
 
 
457
  = How to change icon on gallery thumbnail button? =
458
 
459
  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
460
 
 
 
 
 
 
 
 
 
 
 
 
 
461
  = How to change font size of the gallery image description text? =
462
 
463
  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
@@ -466,10 +418,30 @@ In gallery settings, when enabled custom hover settings you can customize style
466
 
467
  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!
468
 
 
 
 
 
469
  = Is it possible to change transparency of the hover shutter? =
470
 
471
  Yes, it's possible to change transparency in gallery settings
472
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
473
  = Which permissions do I need to have on server for proper gallery installation? =
474
 
475
  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.
@@ -486,6 +458,10 @@ In gallery setting you can select which text show below image in gallery lightbo
486
 
487
  Yes, you can have different styles of the borders and shadows for static and hovered gallery thumbnails.
488
 
 
 
 
 
489
  = How to load more function work? =
490
 
491
  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
@@ -498,6 +474,10 @@ In our gallery we implemented multi-categories structure. Every gallery category
498
 
499
  Yes, you can use HTML tags inside gallery image description field
500
 
 
 
 
 
501
  = Do you have fade effect for the thumbnails hover? =
502
 
503
  Yes, gallery have fade hover effect
@@ -506,10 +486,30 @@ Yes, gallery have fade hover effect
506
 
507
  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.
508
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
509
  = Is it possible to customize gallery image caption ? =
510
 
511
  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
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.18 =
588
  * Fixed warning in empty gallery (no images)
589
  * Fixed red boxes in empty gallery
@@ -1091,6 +1094,9 @@ If any problem occurs, please contact us.
1091
 
1092
  == Upgrade Notice ==
1093
 
 
 
 
1094
  = 2.0.18 =
1095
  Fixed warning in empty gallery (no images), fixed red boxes in empty gallery
1096
 
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.19
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
186
 
187
  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
188
 
 
 
 
 
189
  = How to change color of the gallery thumbnails border? =
190
 
191
  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
206
 
207
  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.
208
 
 
 
 
 
 
 
 
 
 
 
 
 
209
  = What can I do if some gallery interface elements in backend do not work properly? =
210
 
211
  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.
234
 
235
  In our gallery implemented options which make you able to make gallery thumbnails looks in Polaroid style, with caption of the image below thumbnail
236
 
 
 
 
 
237
  = How to change transparency of the gallery thumbnails border? =
238
 
239
  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
240
 
 
 
 
 
 
 
 
 
241
  = How to upload images to the gallery? =
242
 
243
  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.
246
 
247
  In our gallery we have 2 buttons for every gallery thumbnail. Zoom button and link button.
248
 
 
 
 
 
249
  = Is it possible to insert video as gallery link? =
250
 
251
  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.
262
 
263
  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
264
 
 
 
 
 
 
 
 
 
265
  = How to change quality of the gallery thumbnails? =
266
 
267
  Quality of the gallery thumbnails could be easily changed in gallery size option / thumbnails options / source
270
 
271
  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.
272
 
 
 
 
 
 
 
 
 
 
 
 
 
273
  = How to change font size of the gallery image caption? =
274
 
275
  In gallery settings you can enable custom caption settings where you can customize font size and see results in live preview
278
 
279
  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
280
 
 
 
 
 
281
  = What can I do if some gallery interface elements in backend do not work properly? =
282
 
283
  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.
284
 
 
 
 
 
285
  = How to customize border of the gallery thumbnails? =
286
 
287
  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
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 create direct link on the front end to the gallery? =
294
 
295
  Yes, you can use generated direct link inside particular gallery settings
306
 
307
  You can use any standard file type in our gallery: png, jpg, jpeg, gif
308
 
 
 
 
 
309
  = How to crop uploaded gallery image? =
310
 
311
  When you open gallery images manager you'll find there image edit mode where you can crop source image
314
 
315
  In gallery settings you can find section rounds where with special options you can define radius for the gallery thumbnails
316
 
 
 
 
 
317
  = How to set description text below image in the lightbox? =
318
 
319
  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.
334
 
335
  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
336
 
 
 
 
 
337
  = Is it possible to change background color of the gallery lightbox? =
338
 
339
  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.
340
 
 
 
 
 
341
  = Is it possible to create target blank links? =
342
 
343
  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.
344
 
345
+ = How many thumbnails hover effects gallery has? =
346
+
347
+ Gallery have 15 hover animation effects, which could be combined with additional custom options
348
+
349
  = How to turn off social buttons in gallery lightbox? =
350
 
351
  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.
352
 
353
+ = How to change color of the gallery interface elements? =
354
+
355
+ 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.
356
+
357
  = How to customize gallery layouts for different screen resolutions? =
358
 
359
  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.
360
 
361
+ = Is it possible to change color of the hovered image in gallery? =
362
 
363
+ 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.
364
 
365
+ = How to change amount of images loading on gallery page? =
366
 
367
+ 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
368
+
369
+ = How to make shadow for the gallery thumbnails? =
370
+
371
+ 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
372
+
373
+ = How to change ordering of the gallery images? =
374
+
375
+ When you open gallery for edit you can find there images manager where you can change ordering of the gallery images
376
 
377
  = How to enable lazy load in gallery options? =
378
 
390
 
391
  In gallery settings you can enable custom caption settings where you can customize font color and see results in live preview
392
 
393
+ = How to define custom ALT for gallery image? =
394
+
395
+ When you open gallery images manager you can define alt for every gallery image there
396
+
397
  = How to change icon on gallery thumbnail button? =
398
 
399
  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
400
 
401
+ = Is it possible create gallery in Wordpress post with Gallery? =
402
+
403
+ Yes, you can insert gallery into post with shortcode tag
404
+
405
+ = How many icons you have in build in icons library? =
406
+
407
+ In build library of the icons in gallery you can find 533 icons
408
+
409
+ = Which style parameters I can change for the hover button icon? =
410
+
411
+ You can select border color, background color and color of the icon, size of the icon
412
+
413
  = How to change font size of the gallery image description text? =
414
 
415
  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
418
 
419
  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!
420
 
421
+ = How to change style of the gallery thumbnails border? =
422
+
423
+ 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
424
+
425
  = Is it possible to change transparency of the hover shutter? =
426
 
427
  Yes, it's possible to change transparency in gallery settings
428
 
429
+ = How to delete title, author, date above the gallery of the gallery post? =
430
+
431
+ 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.
432
+
433
+ = How to insert gallery into Wordpress page or post? =
434
+
435
+ 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
436
+
437
+ = How to change font color of the gallery image description text? =
438
+
439
+ 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
440
+
441
+ = How to define custom link for some gallery images? =
442
+
443
+ 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
444
+
445
  = Which permissions do I need to have on server for proper gallery installation? =
446
 
447
  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.
458
 
459
  Yes, you can have different styles of the borders and shadows for static and hovered gallery thumbnails.
460
 
461
+ = How to define custom hover effect for some gallery thumbnail? =
462
+
463
+ 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.
464
+
465
  = How to load more function work? =
466
 
467
  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
474
 
475
  Yes, you can use HTML tags inside gallery image description field
476
 
477
+ = How to change width of the gallery thumbnails border? =
478
+
479
+ 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.
480
+
481
  = Do you have fade effect for the thumbnails hover? =
482
 
483
  Yes, gallery have fade hover effect
486
 
487
  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.
488
 
489
+ = How to customize hover effect? =
490
+
491
+ 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
492
+
493
+ = Do you have some conflict in gallery back end? =
494
+
495
+ 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.
496
+
497
+ = How many menu buttons styles do you have in gallery menu ? =
498
+
499
+ 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
500
+
501
+ = How to rotate uploaded gallery image? =
502
+
503
+ When you open gallery images manager you'll find there image edit mode where you can rotate source image
504
+
505
  = Is it possible to customize gallery image caption ? =
506
 
507
  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
508
 
509
+ = Where specify description of the gallery images? =
510
+
511
+ 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
512
+
513
  == Screenshots ==
514
 
515
  1. Gallery Demo 1
584
 
585
  == Changelog ==
586
 
587
+ = 2.0.19 =
588
+ * Security update v3
589
+
590
  = 2.0.18 =
591
  * Fixed warning in empty gallery (no images)
592
  * Fixed red boxes in empty gallery
1094
 
1095
  == Upgrade Notice ==
1096
 
1097
+ = 2.0.19 =
1098
+ Security update v3
1099
+
1100
  = 2.0.18 =
1101
  Fixed warning in empty gallery (no images), fixed red boxes in empty gallery
1102
 
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.18
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.18');
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.19
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.19');
23
  define("ROBO_GALLERY_PATH", plugin_dir_path( __FILE__ ));
24
  define("ROBO_GALLERY_SPECIAL", 0);
25