Gallery – Photo Gallery and Images Gallery - Version 1.9.14

Version Description

  • Fixed problem in clone gallery functionality
  • Fixed problem with Self label option
  • Fixed problem with Self images option
Download this release

Release Info

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

Code changes from version 1.9.13 to 1.9.14

includes/frontend/rbs_gallery_class.php CHANGED
@@ -253,7 +253,7 @@ class roboGallery extends roboGalleryUtils{
253
  if($this->options_id){
254
  $this->id = $this->real_id;
255
  }
256
- $this->selectImages = new roboGalleryImages($this->id);
257
  if($this->options_id){
258
  $this->id = $this->options_id;
259
  }
253
  if($this->options_id){
254
  $this->id = $this->real_id;
255
  }
256
+ $this->selectImages = new roboGalleryImages($this->id, $this->options_id);
257
  if($this->options_id){
258
  $this->id = $this->options_id;
259
  }
includes/frontend/rbs_gallery_source.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 1.0
5
  * By Robosoft
6
  *
7
  * Contact: http://robosoft.co
@@ -15,6 +15,7 @@
15
 
16
  class roboGalleryImages{
17
  public $id = 0;
 
18
  public $imgArray = array();
19
  public $catArray = array();
20
 
@@ -25,10 +26,15 @@ class roboGalleryImages{
25
  public $lazyLoad = 1;
26
 
27
 
28
- function __construct($attr){
29
- if( isset($attr) && (int) $attr ){
30
- $this->id = (int) $attr;
31
  }
 
 
 
 
 
32
  ++$this->lazyLoad;
33
  }
34
 
@@ -46,7 +52,7 @@ class roboGalleryImages{
46
 
47
  if( isset($tempImages) && !is_array($tempImages)==1 && trim($tempImages)=='' ) $tempImages = array();
48
 
49
- if( !get_post_meta( $this->id, ROBO_GALLERY_PREFIX.'menuSelfImages', true ) ){
50
  $tempImages = array();
51
  }
52
 
@@ -56,7 +62,7 @@ class roboGalleryImages{
56
 
57
  $post = get_post($this->id);
58
 
59
- if( get_post_meta( $this->id, ROBO_GALLERY_PREFIX.'menuSelf', true ) ){
60
  $this->catArray[] = array( 'id'=>$this->id, 'title'=> $post->post_title, 'name'=>$post->post_name);
61
  }
62
 
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 1.9.14
5
  * By Robosoft
6
  *
7
  * Contact: http://robosoft.co
15
 
16
  class roboGalleryImages{
17
  public $id = 0;
18
+ public $cloneId = 0;
19
  public $imgArray = array();
20
  public $catArray = array();
21
 
26
  public $lazyLoad = 1;
27
 
28
 
29
+ function __construct($id, $cloneId = 0){
30
+ if( isset($id) && (int) $id ){
31
+ $this->id = (int) $id;
32
  }
33
+
34
+ if( isset($cloneId) && (int) $cloneId ){
35
+ $this->cloneId = (int) $cloneId;
36
+ } else $this->cloneId = $this->id;
37
+
38
  ++$this->lazyLoad;
39
  }
40
 
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
  }
58
 
62
 
63
  $post = get_post($this->id);
64
 
65
+ if( get_post_meta( $this->cloneId, ROBO_GALLERY_PREFIX.'menuSelf', true ) ){
66
  $this->catArray[] = array( 'id'=>$this->id, 'title'=> $post->post_title, 'name'=>$post->post_name);
67
  }
68
 
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.13
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -178,337 +178,337 @@ You don't need do any additional configurations or manual code changes. You can
178
 
179
  == Frequently Asked Questions ==
180
 
181
- = How to change quality of the gallery thumbnails? =
182
-
183
- Quality of the gallery thumbnails could be easily changed in gallery size option / thumbnails options / source
184
-
185
- = Is it possible create gallery in Wordpress post with Gallery? =
186
 
187
- Yes, you can insert gallery into post with shortcode tag
188
 
189
- = How to upload images to the gallery? =
190
 
191
- 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.
192
 
193
- = How to turn off social buttons in gallery lightbox? =
194
 
195
- 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.
196
 
197
- = How to delete title, author, date above the gallery of the gallery post? =
198
 
199
- 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.
200
 
201
- = How to customize hover effect? =
202
 
203
- 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
204
 
205
- = How to change font size of the gallery image caption? =
206
 
207
- In gallery settings you can enable custom caption settings where you can customize font size and see results in live preview
208
 
209
- = How to install Gallery plugin? =
210
 
211
- 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!
212
 
213
- = How many icons you have in build in icons library? =
214
 
215
- In build library of the icons in gallery you can find 533 icons
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
- = Is it possible to change transparency of the gallery lightbox background ? =
222
 
223
- 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.
224
 
225
- = How to customize gallery layouts for different screen resolutions? =
226
 
227
- 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.
228
 
229
- = How to define video for some gallery image? =
230
 
231
- 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
232
 
233
- = How to insert gallery into Wordpress page or post? =
234
 
235
- 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
236
 
237
- = How many menu buttons styles do you have in gallery menu ? =
238
 
239
- 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
240
 
241
- = How to change font color of the gallery image caption? =
242
 
243
- In gallery settings you can enable custom caption settings where you can customize font color and see results in live preview
244
 
245
- = Which parameters I can change for the gallery thumbnails borders and shadows? =
246
 
247
- You can change size, color and style of gallery thumbnails borders and shadows. Also you can define different parameters for static and hovered status
248
 
249
- = Is it possible to use HTML in image description ? =
250
 
251
- Yes, you can use HTML tags inside gallery image description field
252
 
253
- = How to make gallery with no space between thumbnails of the gallery? =
254
 
255
- 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
256
 
257
- = Where it's possible to define vertical and horizontal paddings? =
258
 
259
- In gallery settings you can define horizontal and vertical paddings between gallery thumbnails
260
 
261
- = How to change width of the gallery thumbnails border? =
262
 
263
- 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.
264
 
265
- = How many buttons with icons do you have in gallery? =
266
 
267
- In our gallery we have 2 buttons for every gallery thumbnail. Zoom button and link button.
268
 
269
- = How to insert text before/after gallery? =
270
 
271
- 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.
272
 
273
- = Which permissions do I need to have on server for proper gallery installation? =
274
 
275
- 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.
276
 
277
- = How to change amount of the columns in gallery layout? =
278
 
279
- 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.
280
 
281
- = How to define custom ALT for gallery image? =
282
 
283
- When you open gallery images manager you can define alt for every gallery image there
284
 
285
- = How to change color of the gallery interface elements? =
286
 
287
- 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.
288
 
289
- = How to define custom link for some gallery images? =
290
 
291
- 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
292
 
293
- = How to customize border of the gallery thumbnails? =
294
 
295
- 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
296
 
297
- = How I can create custom (grid) layout of the thumbnails? =
298
 
299
- 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
300
 
301
- = Is it possible to turn off border of the gallery thumbnails? =
302
 
303
- Yes, in gallery options you can turn on/off border option
304
 
305
- = Do you have some conflict in gallery back end? =
306
 
307
- 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.
308
 
309
- = How to change font style of the gallery image caption? =
310
 
311
- In gallery settings you can enable custom caption settings where you can customize font style and see results in live preview
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 change amount of images loading on gallery page? =
318
 
319
- 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
320
 
321
- = Do you have fade effect for the thumbnails hover? =
322
 
323
- Yes, gallery have fade hover effect
324
 
325
  = How to make gallery thumbnails with rounded corners? =
326
 
327
  In gallery settings you can find section rounds where with special options you can define radius for the gallery thumbnails
328
 
329
- = Which style parameters I can change for the hover button icon? =
330
-
331
- You can select border color, background color and color of the icon, size of the icon
332
-
333
- = How to define size of the gallery images thumbnails? =
334
-
335
- 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
336
-
337
- = How to hide titles of the gallery image in lightbox ? =
338
 
339
- 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.
340
 
341
- = How to change ordering of the gallery images? =
342
 
343
- When you open gallery for edit you can find there images manager where you can change ordering of the gallery images
344
 
345
- = How to define custom hover effect for some gallery thumbnail? =
346
 
347
- 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.
348
 
349
- = Is it possible to change transparency of the hover shutter? =
350
 
351
- Yes, it's possible to change transparency in gallery settings
352
 
353
  = How to customize border of the gallery thumbnails? =
354
 
355
  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
356
 
357
- = How to change transparency of the gallery thumbnails border? =
358
 
359
- 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
360
 
361
- = 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? =
362
 
363
- 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.
364
 
365
- = Which tags build in shutter of gallery hover template customization? =
366
 
367
- For now we have build in @@TITLE@@, @@CAPTION@@, @@DESCR@@
368
 
369
- = How to change font color of the gallery image description text? =
370
 
371
- 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
372
 
373
- = What can I do if some gallery interface elements in backend do not work properly? =
374
 
375
- 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.
376
 
377
- = What can I do if some gallery interface elements in backend do not work properly? =
378
 
379
- 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.
380
 
381
- = Do you have some limit for images size in gallery? =
382
 
383
- No, we don't have any limits for image size in our gallery.
384
 
385
- = How to change font size of the gallery image description text? =
386
 
387
- 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
388
 
389
  = How to change text below image in lightbox ? =
390
 
391
  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.
392
 
393
- = How to use multi-category functionality of the gallery? =
394
 
395
- 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
396
 
397
- = Where specify description of the gallery images? =
398
 
399
- 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
400
 
401
- = How to change style of the gallery thumbnails border? =
402
 
403
- 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
404
 
405
- = Is it possible to generate post with gallery inside it ? =
406
 
407
- 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.
408
 
409
- = How to define custom link for some gallery images? =
410
 
411
- 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
412
 
413
- = How to rotate uploaded gallery image? =
414
 
415
- When you open gallery images manager you'll find there image edit mode where you can rotate source image
416
 
417
- = How to change icon on gallery thumbnail button? =
418
 
419
- 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
420
 
421
- = Do you have some limits for images amount in gallery? =
422
 
423
- No, we don't have any limits for amount of the images in gallery
424
 
425
- = Is it possible to have different settings for hover and static interface elements? =
426
 
427
- Yes, you can have different styles of the borders and shadows for static and hovered gallery thumbnails.
 
 
 
 
 
 
 
 
428
 
429
  = Is it possible to customize gallery image caption ? =
430
 
431
  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
432
 
433
- = Is it possible to create target blank links? =
434
 
435
- 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.
436
 
437
- = Is it possible to insert video as gallery link? =
438
 
439
- 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.
440
 
441
- = How to enable lazy load in gallery options? =
442
 
443
- 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
444
 
445
- = How to set description text below image in the lightbox? =
446
 
447
- 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.
448
 
449
- = How to change color of the gallery thumbnails border? =
450
 
451
- 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
452
 
453
  = Where to change settings of the image of the gallery? =
454
 
455
  Settings of the gallery image you can change in images manager. There you can upload, edit or customize already uploaded images to the gallery
456
 
457
- = How to crop uploaded gallery image? =
458
 
459
- When you open gallery images manager you'll find there image edit mode where you can crop source image
460
 
461
- = How to add text before and after gallery? =
462
 
463
- In gallery settings you can find before/after text gallery field. This fields support HTML tags.
464
 
465
- = How to generate shortcode for Wordpress page, post or widget? =
466
 
467
- 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
468
 
469
- = How many thumbnails hover effects gallery has? =
470
 
471
- Gallery have 15 hover animation effects, which could be combined with additional custom options
472
 
473
- = Is it possible to change background color of the gallery lightbox? =
474
 
475
- 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.
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 load more function work? =
482
 
483
- 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
484
 
485
- = Do you have Polaroid style in your gallery? =
486
 
487
- In our gallery implemented options which make you able to make gallery thumbnails looks in Polaroid style, with caption of the image below thumbnail
488
 
489
- = How to flip uploaded gallery image? =
490
 
491
- When you open gallery images manager you'll find there image edit mode where you can flip source image
 
 
 
 
492
 
493
  = How to make shadow for the gallery thumbnails? =
494
 
495
  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
496
 
497
- = How to customize gallery hover effect shutter layout? =
498
 
499
- 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
500
 
501
- = Do you have some limits for images types in gallery? =
502
 
503
- You can use any standard file type in our gallery: png, jpg, jpeg, gif
504
 
505
- = How to enable icons on gallery hover shutter? =
506
 
507
- 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
508
 
509
- = Where to change font color of the gallery lightbox text? =
510
 
511
- When you open gallery settings you can find there gallery lightbox settings block, where you can gallery lightbox text color using color selector.
512
 
513
  == Screenshots ==
514
 
@@ -584,6 +584,11 @@ If any problem occurs, please contact us.
584
 
585
  == Changelog ==
586
 
 
 
 
 
 
587
  = 1.9.13 =
588
  * Fixed PHP warning in images manager
589
 
@@ -1013,6 +1018,9 @@ If any problem occurs, please contact us.
1013
 
1014
  == Upgrade Notice ==
1015
 
 
 
 
1016
  = 1.9.13 =
1017
  Fixed PHP warning in images manager
1018
 
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.14
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 define video for some gallery image? =
 
 
 
 
182
 
183
+ 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
184
 
185
+ = How many menu buttons styles do you have in gallery menu ? =
186
 
187
+ 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
188
 
189
+ = How to change font color of the gallery image caption? =
190
 
191
+ In gallery settings you can enable custom caption settings where you can customize font color and see results in live preview
192
 
193
+ = Where it's possible to define vertical and horizontal paddings? =
194
 
195
+ In gallery settings you can define horizontal and vertical paddings between gallery thumbnails
196
 
197
+ = How many buttons with icons do you have in gallery? =
198
 
199
+ In our gallery we have 2 buttons for every gallery thumbnail. Zoom button and link button.
200
 
201
+ = How to hide titles of the gallery image in lightbox ? =
202
 
203
+ 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.
204
 
205
+ = How to define custom hover effect for some gallery thumbnail? =
206
 
207
+ 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.
208
 
209
+ = 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? =
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
+ = What can I do if some gallery interface elements in backend do not work properly? =
214
 
215
+ 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.
216
 
217
+ = Do you have some limit for images size in gallery? =
218
 
219
+ No, we don't have any limits for image size in our gallery.
220
 
221
+ = How to change font size of the gallery image description text? =
222
 
223
+ 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
224
 
225
+ = How to use multi-category functionality of the gallery? =
226
 
227
+ 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
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
232
 
233
+ = Is it possible to insert video as gallery link? =
234
 
235
+ 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.
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 define size of the gallery images thumbnails? =
242
 
243
+ 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
244
 
245
+ = How to change color of the gallery thumbnails border? =
246
 
247
+ 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
248
 
249
+ = Is it possible to turn off border of the gallery thumbnails? =
250
 
251
+ Yes, in gallery options you can turn on/off border option
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
+ = How many thumbnails hover effects gallery has? =
258
 
259
+ Gallery have 15 hover animation effects, which could be combined with additional custom options
260
 
261
+ = How to enable lazy load in gallery options? =
262
 
263
+ 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
264
 
265
+ = What can I do if some gallery interface elements in backend do not work properly? =
266
 
267
+ 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.
268
 
269
+ = Which tags build in shutter of gallery hover template customization? =
270
 
271
+ For now we have build in @@TITLE@@, @@CAPTION@@, @@DESCR@@
272
 
273
+ = How to flip uploaded gallery image? =
274
 
275
+ When you open gallery images manager you'll find there image edit mode where you can flip source image
276
 
277
+ = How to change ordering of the gallery images? =
278
 
279
+ When you open gallery for edit you can find there images manager where you can change ordering of the gallery images
280
 
281
+ = Is it possible to generate post with gallery inside it ? =
282
 
283
+ 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.
284
 
285
+ = Do you have Polaroid style in your gallery? =
286
 
287
+ In our gallery implemented options which make you able to make gallery thumbnails looks in Polaroid style, with caption of the image below thumbnail
288
 
289
+ = How many icons you have in build in icons library? =
290
 
291
+ In build library of the icons in gallery you can find 533 icons
292
 
293
+ = Which parameters I can change for the gallery thumbnails borders and shadows? =
294
 
295
+ You can change size, color and style of gallery thumbnails borders and shadows. Also you can define different parameters for static and hovered status
296
 
297
+ = Do you have some limits for images types in gallery? =
298
 
299
+ You can use any standard file type in our gallery: png, jpg, jpeg, gif
300
 
301
+ = How to change amount of the columns in gallery layout? =
302
 
303
+ 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.
304
 
305
+ = Is it possible to use HTML in image description ? =
306
 
307
+ Yes, you can use HTML tags inside gallery image description field
308
 
309
+ = How to change width of the gallery thumbnails border? =
310
 
311
+ 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.
312
 
313
+ = Do you have some limits for images amount in gallery? =
314
 
315
+ No, we don't have any limits for amount of the images in gallery
316
 
317
+ = How to enable icons on gallery hover shutter? =
318
 
319
+ 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
320
 
321
  = How to make gallery thumbnails with rounded corners? =
322
 
323
  In gallery settings you can find section rounds where with special options you can define radius for the gallery thumbnails
324
 
325
+ = How to customize gallery layouts for different screen resolutions? =
 
 
 
 
 
 
 
 
326
 
327
+ 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.
328
 
329
+ = How to define custom link for some gallery images? =
330
 
331
+ 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
332
 
333
+ = How to generate shortcode for Wordpress page, post or widget? =
334
 
335
+ 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
336
 
337
+ = How to change amount of images loading on gallery page? =
338
 
339
+ 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
340
 
341
  = How to customize border of the gallery thumbnails? =
342
 
343
  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
344
 
345
+ = How to upload images to the gallery? =
346
 
347
+ 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.
348
 
349
+ = How to rotate uploaded gallery image? =
350
 
351
+ When you open gallery images manager you'll find there image edit mode where you can rotate source image
352
 
353
+ = Where specify description of the gallery images? =
354
 
355
+ 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
356
 
357
+ = How to change transparency of the gallery thumbnails border? =
358
 
359
+ 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
360
 
361
+ = How to make gallery with no space between thumbnails of the gallery? =
362
 
363
+ 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
364
 
365
+ = How to define custom link for some gallery images? =
366
 
367
+ 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
368
 
369
+ = How to install Gallery plugin? =
370
 
371
+ 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!
372
 
373
+ = How I can create custom (grid) layout of the thumbnails? =
374
 
375
+ 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
376
 
377
  = How to change text below image in lightbox ? =
378
 
379
  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.
380
 
381
+ = How to set description text below image in the lightbox? =
382
 
383
+ 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.
384
 
385
+ = Is it possible to create target blank links? =
386
 
387
+ 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.
388
 
389
+ = How to customize border of the gallery thumbnails? =
390
 
391
+ 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
392
 
393
+ = How to change quality of the gallery thumbnails? =
394
 
395
+ Quality of the gallery thumbnails could be easily changed in gallery size option / thumbnails options / source
396
 
397
+ = Which permissions do I need to have on server for proper gallery installation? =
398
 
399
+ 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.
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 change color of the gallery interface elements? =
406
 
407
+ 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.
408
 
409
+ = Is it possible to change transparency of the hover shutter? =
410
 
411
+ Yes, it's possible to change transparency in gallery settings
412
 
413
+ = Do you have fade effect for the thumbnails hover? =
414
 
415
+ Yes, gallery have fade hover effect
416
+
417
+ = How to define custom ALT for gallery image? =
418
+
419
+ When you open gallery images manager you can define alt for every gallery image there
420
+
421
+ = How to insert gallery into Wordpress page or post? =
422
+
423
+ 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
424
 
425
  = Is it possible to customize gallery image caption ? =
426
 
427
  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
428
 
429
+ = How to crop uploaded gallery image? =
430
 
431
+ When you open gallery images manager you'll find there image edit mode where you can crop source image
432
 
433
+ = Is it possible to change background color of the gallery lightbox? =
434
 
435
+ 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.
436
 
437
+ = Is it possible to create direct link on the front end to the gallery? =
438
 
439
+ Yes, you can use generated direct link inside particular gallery settings
440
 
441
+ = Which style parameters I can change for the hover button icon? =
442
 
443
+ You can select border color, background color and color of the icon, size of the icon
444
 
445
+ = Is it possible to change transparency of the gallery lightbox background ? =
446
 
447
+ 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.
448
 
449
  = Where to change settings of the image of the gallery? =
450
 
451
  Settings of the gallery image you can change in images manager. There you can upload, edit or customize already uploaded images to the gallery
452
 
453
+ = How to turn off social buttons in gallery lightbox? =
454
 
455
+ 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.
456
 
457
+ = Do you have some conflict in gallery back end? =
458
 
459
+ 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.
460
 
461
+ = Is it possible create gallery in Wordpress post with Gallery? =
462
 
463
+ Yes, you can insert gallery into post with shortcode tag
464
 
465
+ = How to change font color of the gallery image description text? =
466
 
467
+ 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
468
 
469
+ = How to customize hover effect? =
470
 
471
+ 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
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
+ = How to change icon on gallery thumbnail button? =
478
 
479
+ 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
480
 
481
+ = Where to change font color of the gallery lightbox text? =
482
 
483
+ When you open gallery settings you can find there gallery lightbox settings block, where you can gallery lightbox text color using color selector.
484
 
485
+ = How to customize gallery hover effect shutter layout? =
486
 
487
+ 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
488
+
489
+ = How to change font size of the gallery image caption? =
490
+
491
+ In gallery settings you can enable custom caption settings where you can customize font size and see results in live preview
492
 
493
  = How to make shadow for the gallery thumbnails? =
494
 
495
  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
496
 
497
+ = How to define video for some gallery image? =
498
 
499
+ 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
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 have different settings for hover and static interface elements? =
506
 
507
+ Yes, you can have different styles of the borders and shadows for static and hovered gallery thumbnails.
508
 
509
+ = How to delete title, author, date above the gallery of the gallery post? =
510
 
511
+ 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.
512
 
513
  == Screenshots ==
514
 
584
 
585
  == Changelog ==
586
 
587
+ = 1.9.14 =
588
+ * Fixed problem in clone gallery functionality
589
+ * Fixed problem with Self label option
590
+ * Fixed problem with Self images option
591
+
592
  = 1.9.13 =
593
  * Fixed PHP warning in images manager
594
 
1018
 
1019
  == Upgrade Notice ==
1020
 
1021
+ = 1.9.14 =
1022
+ Fixed problem in clone gallery functionality, fixed problem with Self label and images option
1023
+
1024
  = 1.9.13 =
1025
  Fixed PHP warning in images manager
1026
 
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.13
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.13');
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.14
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.14');
23
  define("ROBO_GALLERY_PATH", plugin_dir_path( __FILE__ ));
24
  define("ROBO_GALLERY_SPECIAL", 0);
25