Gallery – Photo Gallery and Images Gallery - Version 2.0.6

Version Description

  • Optimization of the HTML and JS code
Download this release

Release Info

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

Code changes from version 2.0.5 to 2.0.6

includes/frontend/rbs_gallery_class_utils.php CHANGED
@@ -53,14 +53,14 @@ class roboGalleryUtils extends roboGalleryParent{
53
 
54
  public function compileJavaScript(){
55
  return
56
- 'var '.$this->galleryId.' = {'.$this->helper->getOptionList().'}, '.$this->galleryId.'_css = "'.$this->javaScriptStyle.'",
57
- roboGalleryDelay = '.(int)get_option( ROBO_GALLERY_PREFIX.'delay',0).';
58
- head = document.head || document.getElementsByTagName("head")[0],
59
- style = document.createElement("style");
60
- style.type = "text/css";
61
- if (style.styleSheet) style.styleSheet.cssText = '.$this->galleryId.'_css;
62
- else style.appendChild(document.createTextNode('.$this->galleryId.'_css));
63
- head.appendChild(style);';
64
  }
65
 
66
  public function addShadow($nameOptions = ''){
53
 
54
  public function compileJavaScript(){
55
  return
56
+ 'var '.$this->galleryId.' = {'.$this->helper->getOptionList().'}, '.$this->galleryId.'_css = "'.$this->javaScriptStyle.'",'
57
+ .'roboGalleryDelay = '.(int)get_option( ROBO_GALLERY_PREFIX.'delay',0).'; '
58
+ .'head = document.head || document.getElementsByTagName("head")[0], '
59
+ .'style = document.createElement("style"); '
60
+ .'style.type = "text/css"; '
61
+ .'if (style.styleSheet) style.styleSheet.cssText = '.$this->galleryId.'_css; '
62
+ .' else style.appendChild(document.createTextNode('.$this->galleryId.'_css)); '
63
+ .'head.appendChild(style);';
64
  }
65
 
66
  public function addShadow($nameOptions = ''){
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: 2.0.5
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -178,10 +178,6 @@ You don't need do any additional configurations or manual code changes. You can
178
 
179
  == Frequently Asked Questions ==
180
 
181
- = Is it possible to insert video as gallery link? =
182
-
183
- 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.
184
-
185
  = How to customize border of the gallery thumbnails? =
186
 
187
  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
@@ -198,10 +194,6 @@ In our gallery we implemented layout based on columns amount. So you can general
198
 
199
  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
200
 
201
- = How to change font style of the gallery image caption? =
202
-
203
- In gallery settings you can enable custom caption settings where you can customize font style and see results in live preview
204
-
205
  = Is it possible to change transparency of the hover shutter? =
206
 
207
  Yes, it's possible to change transparency in gallery settings
@@ -210,14 +202,6 @@ Yes, it's possible to change transparency in gallery settings
210
 
211
  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
212
 
213
- = How to load more function work? =
214
-
215
- 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
216
-
217
- = Where specify description of the gallery images? =
218
-
219
- 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
220
-
221
  = How to customize gallery layouts for different screen resolutions? =
222
 
223
  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.
@@ -230,10 +214,6 @@ Every gallery image have additional fields where you can define custom link, tit
230
 
231
  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
232
 
233
- = Do you have some conflict in gallery back end? =
234
-
235
- 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.
236
-
237
  = How to delete title, author, date above the gallery of the gallery post? =
238
 
239
  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.
@@ -246,18 +226,10 @@ Quality of the gallery thumbnails could be easily changed in gallery size option
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
- = What can I do if some gallery interface elements in backend do not work properly? =
250
-
251
- 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.
252
-
253
  = Which style parameters I can change for the hover button icon? =
254
 
255
  You can select border color, background color and color of the icon, size of the icon
256
 
257
- = How to define custom ALT for gallery image? =
258
-
259
- When you open gallery images manager you can define alt for every gallery image there
260
-
261
  = How to change font size of the gallery image caption? =
262
 
263
  In gallery settings you can enable custom caption settings where you can customize font size and see results in live preview
@@ -270,10 +242,6 @@ In gallery settings you can define horizontal and vertical paddings between gall
270
 
271
  In our gallery implemented options which make you able to make gallery thumbnails looks in Polaroid style, with caption of the image below thumbnail
272
 
273
- = How to customize border of the gallery thumbnails? =
274
-
275
- 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
276
-
277
  = How to change color of the gallery interface elements? =
278
 
279
  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.
@@ -286,10 +254,6 @@ Yes, you can insert gallery into post with shortcode tag
286
 
287
  When you open gallery for edit you can find there images manager where you can change ordering of the gallery images
288
 
289
- = Is it possible to use HTML in image description ? =
290
-
291
- Yes, you can use HTML tags inside gallery image description field
292
-
293
  = How to insert text before/after gallery? =
294
 
295
  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.
@@ -318,10 +282,6 @@ In gallery settings you can enable custom caption settings where you can customi
318
 
319
  In gallery settings you can find before/after text gallery field. This fields support HTML tags.
320
 
321
- = How many icons you have in build in icons library? =
322
-
323
- In build library of the icons in gallery you can find 533 icons
324
-
325
  = How to upload images to the gallery? =
326
 
327
  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.
@@ -330,30 +290,14 @@ When you create new gallery or open already existent gallery for edit on the rig
330
 
331
  No, we don't have any limits for amount of the images in gallery
332
 
333
- = How to change font size of the gallery image description text? =
334
-
335
- 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
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
- = Is it possible to change color of the hovered image in gallery? =
342
-
343
- 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.
344
-
345
  = How many menu buttons styles do you have in gallery menu ? =
346
 
347
  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
348
 
349
- = Which permissions do I need to have on server for proper gallery installation? =
350
-
351
- 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.
352
-
353
- = Is it possible to create direct link on the front end to the gallery? =
354
-
355
- Yes, you can use generated direct link inside particular gallery settings
356
-
357
  = How to define video for some gallery image? =
358
 
359
  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
@@ -362,9 +306,9 @@ Every gallery image have additional fields where you can define custom link, tit
362
 
363
  When you open gallery settings you can find there gallery lightbox settings block, where you can gallery lightbox text color using color selector.
364
 
365
- = How to define video for some gallery image? =
366
 
367
- 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
368
 
369
  = How many buttons with icons do you have in gallery? =
370
 
@@ -378,37 +322,33 @@ Yes, gallery have fade hover effect
378
 
379
  Gallery have 15 hover animation effects, which could be combined with additional custom options
380
 
381
- = How to make gallery thumbnails with rounded corners? =
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 make shadow for the gallery thumbnails? =
386
 
387
  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
388
 
389
- = How to insert gallery into Wordpress page or post? =
390
-
391
- 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
392
-
393
- = Is it possible to have different settings for hover and static interface elements? =
394
-
395
- Yes, you can have different styles of the borders and shadows for static and hovered gallery thumbnails.
396
-
397
  = Is it possible to change transparency of the gallery lightbox background ? =
398
 
399
  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.
400
 
 
 
 
 
401
  = Is it possible to generate post with gallery inside it ? =
402
 
403
  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.
404
 
405
- = How to rotate uploaded gallery image? =
406
 
407
- When you open gallery images manager you'll find there image edit mode where you can rotate source image
408
 
409
- = Is it possible to turn off border of the gallery thumbnails? =
410
 
411
- Yes, in gallery options you can turn on/off border option
412
 
413
  = How to set description text below image in the lightbox? =
414
 
@@ -422,14 +362,6 @@ In gallery settings you can find hover type options. In settings of the gallery
422
 
423
  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.
424
 
425
- = How to make gallery with no space between thumbnails of the gallery? =
426
-
427
- 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
428
-
429
- = How to install Gallery plugin? =
430
-
431
- 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!
432
-
433
  = How to generate shortcode for Wordpress page, post or widget? =
434
 
435
  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
@@ -446,6 +378,10 @@ When you open gallery media manager you'll see there list of the gallery images.
446
 
447
  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.
448
 
 
 
 
 
449
  = Which tags build in shutter of gallery hover template customization? =
450
 
451
  For now we have build in @@TITLE@@, @@CAPTION@@, @@DESCR@@
@@ -458,10 +394,18 @@ When you enable border in gallery settings you will see multiply options for cus
458
 
459
  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
460
 
 
 
 
 
461
  = How to crop uploaded gallery image? =
462
 
463
  When you open gallery images manager you'll find there image edit mode where you can crop source image
464
 
 
 
 
 
465
  = How to define size of the gallery images thumbnails? =
466
 
467
  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
@@ -478,38 +422,94 @@ If you have some conflict in gallery back end you can sort it with new compatibi
478
 
479
  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
480
 
 
 
 
 
 
 
 
 
481
  = Where to change settings of the image of the gallery? =
482
 
483
  Settings of the gallery image you can change in images manager. There you can upload, edit or customize already uploaded images to the gallery
484
 
 
 
 
 
 
 
 
 
 
 
 
 
485
  = How to use multi-category functionality of the gallery? =
486
 
487
  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
488
 
 
 
 
 
489
  = How to define custom link for some gallery images? =
490
 
491
  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
492
 
 
 
 
 
493
  = How to change color of the gallery thumbnails border? =
494
 
495
  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
496
 
 
 
 
 
497
  = Do you have some limits for images types in gallery? =
498
 
499
  You can use any standard file type in our gallery: png, jpg, jpeg, gif
500
 
 
 
 
 
501
  = 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? =
502
 
503
  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.
504
 
 
 
 
 
 
 
 
 
505
  = Do you have some limit for images size in gallery? =
506
 
507
  No, we don't have any limits for image size in our gallery.
508
 
 
 
 
 
 
 
 
 
509
  = Is it possible to change background color of the gallery lightbox? =
510
 
511
  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.
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.5 =
588
  * Updated Ukrainian language file
589
 
@@ -1048,6 +1051,9 @@ If any problem occurs, please contact us.
1048
 
1049
  == Upgrade Notice ==
1050
 
 
 
 
1051
  = 2.0.5 =
1052
  Updated Ukrainian language file
1053
 
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: 2.0.6
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
178
 
179
  == Frequently Asked Questions ==
180
 
 
 
 
 
181
  = How to customize border of the gallery thumbnails? =
182
 
183
  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
194
 
195
  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
196
 
 
 
 
 
197
  = Is it possible to change transparency of the hover shutter? =
198
 
199
  Yes, it's possible to change transparency in gallery settings
202
 
203
  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
204
 
 
 
 
 
 
 
 
 
205
  = How to customize gallery layouts for different screen resolutions? =
206
 
207
  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.
214
 
215
  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
216
 
 
 
 
 
217
  = How to delete title, author, date above the gallery of the gallery post? =
218
 
219
  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.
226
 
227
  You can change size, color and style of gallery thumbnails borders and shadows. Also you can define different parameters for static and hovered status
228
 
 
 
 
 
229
  = Which style parameters I can change for the hover button icon? =
230
 
231
  You can select border color, background color and color of the icon, size of the icon
232
 
 
 
 
 
233
  = How to change font size of the gallery image caption? =
234
 
235
  In gallery settings you can enable custom caption settings where you can customize font size and see results in live preview
242
 
243
  In our gallery implemented options which make you able to make gallery thumbnails looks in Polaroid style, with caption of the image below thumbnail
244
 
 
 
 
 
245
  = How to change color of the gallery interface elements? =
246
 
247
  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.
254
 
255
  When you open gallery for edit you can find there images manager where you can change ordering of the gallery images
256
 
 
 
 
 
257
  = How to insert text before/after gallery? =
258
 
259
  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.
282
 
283
  In gallery settings you can find before/after text gallery field. This fields support HTML tags.
284
 
 
 
 
 
285
  = How to upload images to the gallery? =
286
 
287
  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.
290
 
291
  No, we don't have any limits for amount of the images in gallery
292
 
 
 
 
 
293
  = How to change amount of images loading on gallery page? =
294
 
295
  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
296
 
 
 
 
 
297
  = How many menu buttons styles do you have in gallery menu ? =
298
 
299
  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
300
 
 
 
 
 
 
 
 
 
301
  = How to define video for some gallery image? =
302
 
303
  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
306
 
307
  When you open gallery settings you can find there gallery lightbox settings block, where you can gallery lightbox text color using color selector.
308
 
309
+ = Is it possible to use HTML in image description ? =
310
 
311
+ Yes, you can use HTML tags inside gallery image description field
312
 
313
  = How many buttons with icons do you have in gallery? =
314
 
322
 
323
  Gallery have 15 hover animation effects, which could be combined with additional custom options
324
 
325
+ = Which permissions do I need to have on server for proper gallery installation? =
326
 
327
+ 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.
328
 
329
  = How to make shadow for the gallery thumbnails? =
330
 
331
  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
332
 
 
 
 
 
 
 
 
 
333
  = Is it possible to change transparency of the gallery lightbox background ? =
334
 
335
  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.
336
 
337
+ = How many icons you have in build in icons library? =
338
+
339
+ In build library of the icons in gallery you can find 533 icons
340
+
341
  = Is it possible to generate post with gallery inside it ? =
342
 
343
  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.
344
 
345
+ = Is it possible to create direct link on the front end to the gallery? =
346
 
347
+ Yes, you can use generated direct link inside particular gallery settings
348
 
349
+ = Is it possible to have different settings for hover and static interface elements? =
350
 
351
+ Yes, you can have different styles of the borders and shadows for static and hovered gallery thumbnails.
352
 
353
  = How to set description text below image in the lightbox? =
354
 
362
 
363
  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.
364
 
 
 
 
 
 
 
 
 
365
  = How to generate shortcode for Wordpress page, post or widget? =
366
 
367
  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
378
 
379
  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.
380
 
381
+ = How to change font size of the gallery image description text? =
382
+
383
+ 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
384
+
385
  = Which tags build in shutter of gallery hover template customization? =
386
 
387
  For now we have build in @@TITLE@@, @@CAPTION@@, @@DESCR@@
394
 
395
  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
396
 
397
+ = Do you have some conflict in gallery back end? =
398
+
399
+ 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.
400
+
401
  = How to crop uploaded gallery image? =
402
 
403
  When you open gallery images manager you'll find there image edit mode where you can crop source image
404
 
405
+ = How to make gallery with no space between thumbnails of the gallery? =
406
+
407
+ 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
408
+
409
  = How to define size of the gallery images thumbnails? =
410
 
411
  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
422
 
423
  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
424
 
425
+ = How to change font style of the gallery image caption? =
426
+
427
+ In gallery settings you can enable custom caption settings where you can customize font style and see results in live preview
428
+
429
+ = Is it possible to turn off border of the gallery thumbnails? =
430
+
431
+ Yes, in gallery options you can turn on/off border option
432
+
433
  = Where to change settings of the image of the gallery? =
434
 
435
  Settings of the gallery image you can change in images manager. There you can upload, edit or customize already uploaded images to the gallery
436
 
437
+ = What can I do if some gallery interface elements in backend do not work properly? =
438
+
439
+ 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.
440
+
441
+ = Is it possible to change color of the hovered image in gallery? =
442
+
443
+ 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.
444
+
445
+ = How to rotate uploaded gallery image? =
446
+
447
+ When you open gallery images manager you'll find there image edit mode where you can rotate source image
448
+
449
  = How to use multi-category functionality of the gallery? =
450
 
451
  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
452
 
453
+ = Where specify description of the gallery images? =
454
+
455
+ 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
456
+
457
  = How to define custom link for some gallery images? =
458
 
459
  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
460
 
461
+ = Is it possible to insert video as gallery link? =
462
+
463
+ 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.
464
+
465
  = How to change color of the gallery thumbnails border? =
466
 
467
  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
468
 
469
+ = How to define custom ALT for gallery image? =
470
+
471
+ When you open gallery images manager you can define alt for every gallery image there
472
+
473
  = Do you have some limits for images types in gallery? =
474
 
475
  You can use any standard file type in our gallery: png, jpg, jpeg, gif
476
 
477
+ = How to make gallery thumbnails with rounded corners? =
478
+
479
+ In gallery settings you can find section rounds where with special options you can define radius for the gallery thumbnails
480
+
481
  = 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? =
482
 
483
  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.
484
 
485
+ = How to customize border of the gallery thumbnails? =
486
+
487
+ 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
488
+
489
+ = How to install Gallery plugin? =
490
+
491
+ 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!
492
+
493
  = Do you have some limit for images size in gallery? =
494
 
495
  No, we don't have any limits for image size in our gallery.
496
 
497
+ = How to insert gallery into Wordpress page or post? =
498
+
499
+ 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
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 change background color of the gallery lightbox? =
506
 
507
  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.
508
 
509
+ = How to define video for some gallery image? =
510
+
511
+ 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
512
+
513
  == Screenshots ==
514
 
515
  1. Gallery Demo 1
584
 
585
  == Changelog ==
586
 
587
+ = 2.0.6 =
588
+ * Optimization of the HTML and JS code
589
+
590
  = 2.0.5 =
591
  * Updated Ukrainian language file
592
 
1051
 
1052
  == Upgrade Notice ==
1053
 
1054
+ = 2.0.6 =
1055
+ Optimization of the HTML and JS code
1056
+
1057
  = 2.0.5 =
1058
  Updated Ukrainian language file
1059
 
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.5
12
  * Author: RoboSoft (c)
13
  * Author URI: http://robosoft.co/robogallery
14
  * License: GPL-2.0+
@@ -19,7 +19,7 @@
19
 
20
  if ( ! defined( 'WPINC' ) ) die;
21
  define("ROBO_GALLERY", 1);
22
- define("ROBO_GALLERY_VERSION", '2.0.5');
23
  define("ROBO_GALLERY_PATH", plugin_dir_path( __FILE__ ));
24
  define("ROBO_GALLERY_SPECIAL", 0);
25
 
8
  * Plugin Name: Robo Gallery
9
  * Plugin URI: http://robosoft.co/robogallery
10
  * Description: A responsive, easy and elegant way to show gallery.
11
+ * Version: 2.0.6
12
  * Author: RoboSoft (c)
13
  * Author URI: http://robosoft.co/robogallery
14
  * License: GPL-2.0+
19
 
20
  if ( ! defined( 'WPINC' ) ) die;
21
  define("ROBO_GALLERY", 1);
22
+ define("ROBO_GALLERY_VERSION", '2.0.6');
23
  define("ROBO_GALLERY_PATH", plugin_dir_path( __FILE__ ));
24
  define("ROBO_GALLERY_SPECIAL", 0);
25