Gallery – Photo Gallery and Images Gallery - Version 2.0.40

Version Description

  • Updated debug, added format html debug
Download this release

Release Info

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

Code changes from version 2.0.39 to 2.0.40

includes/frontend/rbs_gallery_class.php CHANGED
@@ -111,6 +111,8 @@ class roboGallery extends roboGalleryUtils{
111
  }
112
  $this->helper->setId( $this->id );
113
  }
 
 
114
  }
115
 
116
  function robo_gallery_styles() {
@@ -131,7 +133,7 @@ class roboGallery extends roboGalleryUtils{
131
 
132
  function robo_gallery_scripts() {
133
 
134
- $this->debug = get_option( ROBO_GALLERY_PREFIX.'debugEnable', 0 );
135
 
136
  if( get_option( ROBO_GALLERY_PREFIX.'jqueryVersion', 'build' )=='build' ){
137
 
@@ -497,15 +499,24 @@ class roboGallery extends roboGalleryUtils{
497
  break;
498
  }
499
 
 
 
 
 
 
 
 
 
 
500
  $this->returnHtml .=
501
- '<div class="rbs-img category'.$img['catid'].'" '.( isset($img['col']) && $img['col'] ?' data-columns="'.$img['col'].'" ' :'').'>'
502
- .'<div class="rbs-img-image '.(!$this->thumbClick?' rbs-lightbox':'').'" '.( isset($img['effect']) && $img['effect'] ?' data-overlay-effect="'.$img['effect'].'" ' :'').' >'
503
- .'<div data-thumbnail="'.$img['thumb'].'" data-width="'.( $sizeType ? $width : $img['sizeW'] ).'" data-height="'.($sizeType?$height:$img['sizeH']).'" ></div>'
504
- .'<div data-popup="'.$link.'" title="'.$lightboxText.'"></div>'
505
- .$this->getHover($img)
506
- .'</div>'
507
- .($polaroidDesc && $polaroidOn?'<div class="rbs-img-content" '.($polaroidStyle?' style="'.$polaroidStyle.'" ':'').'>'.$polaroidDesc.'</div>':'')
508
- .'</div>';
509
  }
510
  }
511
  if( $this->returnHtml ){
111
  }
112
  $this->helper->setId( $this->id );
113
  }
114
+
115
+ $this->debug = get_option( ROBO_GALLERY_PREFIX.'debugEnable', 0 );
116
  }
117
 
118
  function robo_gallery_styles() {
133
 
134
  function robo_gallery_scripts() {
135
 
136
+
137
 
138
  if( get_option( ROBO_GALLERY_PREFIX.'jqueryVersion', 'build' )=='build' ){
139
 
499
  break;
500
  }
501
 
502
+ $lightboxCaption = '';
503
+
504
+ $newLine='';
505
+ $lineBrake='';
506
+ if($this->debug){
507
+ $newLine = "\t";
508
+ $lineBrake="\n";
509
+ }
510
+
511
  $this->returnHtml .=
512
+ '<div class="rbs-img category'.$img['catid'].'" '.( isset($img['col']) && $img['col'] ?' data-columns="'.$img['col'].'" ' :'').'>'.$lineBrake.$newLine
513
+ .'<div class="rbs-img-image '.(!$this->thumbClick?' rbs-lightbox':'').'" '.( isset($img['effect']) && $img['effect'] ?' data-overlay-effect="'.$img['effect'].'" ' :'').' >'.$lineBrake.$newLine.$newLine
514
+ .'<div data-thumbnail="'.$img['thumb'].'" data-width="'.( $sizeType ? $width : $img['sizeW'] ).'" data-height="'.($sizeType?$height:$img['sizeH']).'" ></div>'.$lineBrake.$newLine.$newLine
515
+ .'<div data-popup="'.$link.'" title="'.$lightboxText.'" '.($lightboxCaption?'data-caption="'.$lightboxCaption.'"':'').'></div>'.$lineBrake.$newLine.$newLine
516
+ .$this->getHover($img).$lineBrake.$newLine
517
+ .'</div>'.$lineBrake.$newLine
518
+ .($polaroidDesc && $polaroidOn?'<div class="rbs-img-content" '.($polaroidStyle?' style="'.$polaroidStyle.'" ':'').'>'.$polaroidDesc.'</div>':'').$lineBrake
519
+ .'</div>'.$lineBrake;
520
  }
521
  }
522
  if( $this->returnHtml ){
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://www.robosoft.co/robogallery
4
  Tags: gallery, add gallery, photo gallery, images gallery, media gallery, responsive gallery, gallery image, gallery lightbox, Polaroid gallery, Gallery Plugin, plugin gallery, video gallery, gallery shortcode, responsive images gallery, website gallery, widget gallery, wordpress gallery, wordpress gallery plugin, wordpress photo gallery plugin, wp gallery, wp gallery plugin, wp gallery plugins, multi categories gallery, add galleries, add picture, add pictures, album, best gallery, best gallery plugin, responsive galleries, mobile gallery, mobile galleries, responsive photo gallery, best portfolio, easy media gallery, filterable gallery, filterable portfolio, foto, fotoalbum, fotogalerie, sortable gallery, sortable galleries, free photo gallery, fullscreen gallery, galary, galeri, galerie, galerij, galery, gallary, Galleria, gallerie, galleries, gallery decription, gallery slider, gelary, gellary, gellery, google, grid gallery, image, image album, image gallery, image gallery plugin, image lightbox, image slider, image slideshow, images, jquery, jquery gallery, links, media, multiple pictures, page, pagination gallery, pagination portfolio, photo, photo album, photo albums, photoalbum, photogallery, photos, photoset, picture, pictures, plugin, plugin for gallery, portfolio, portfolio gallery, portfolio plugin, Post, posts, responsive slideshow, responsive wordpress photo gallery, seo image, slide show, slideshow, thumbnail, upload images, upload photos, batch upload, multiply images upload, view images, view pictures, wordpress portfolio plugin, multi-categories gallery, multi categories galleries, robo gallery
5
  Requires at least: 3.3
6
  Tested up to: 4.5
7
- Stable tag: 2.0.39
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -210,10 +210,6 @@ If you have some conflict in gallery back end you can sort it with new compatibi
210
 
211
  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
212
 
213
- = Which tags build in shutter of gallery hover template customization? =
214
-
215
- For now we have build in @@TITLE@@, @@CAPTION@@, @@DESCR@@
216
-
217
  = How to customize border of the gallery thumbnails? =
218
 
219
  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
@@ -222,14 +218,6 @@ In gallery settings you can find general settings section where you can turn on/
222
 
223
  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.
224
 
225
- = Do you have Polaroid style in your gallery? =
226
-
227
- In our gallery implemented options which make you able to make gallery thumbnails looks in Polaroid style, with caption of the image below thumbnail
228
-
229
- = How to change transparency of the gallery thumbnails border? =
230
-
231
- 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
232
-
233
  = How to upload images to the gallery? =
234
 
235
  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.
@@ -262,18 +250,10 @@ Quality of the gallery thumbnails could be easily changed in gallery size option
262
 
263
  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.
264
 
265
- = How to change font size of the gallery image caption? =
266
-
267
- In gallery settings you can enable custom caption settings where you can customize font size and see results in live preview
268
-
269
  = How to define size of the gallery images thumbnails? =
270
 
271
  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
272
 
273
- = What can I do if some gallery interface elements in backend do not work properly? =
274
-
275
- 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.
276
-
277
  = How to customize border of the gallery thumbnails? =
278
 
279
  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
@@ -310,10 +290,6 @@ In gallery settings you can find lightbox section and if you need to show descri
310
 
311
  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.
312
 
313
- = How to generate shortcode for Wordpress page, post or widget? =
314
-
315
- 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
316
-
317
  = How to add text before and after gallery? =
318
 
319
  In gallery settings you can find before/after text gallery field. This fields support HTML tags.
@@ -338,10 +314,6 @@ When you open gallery settings you can find there gallery lightbox settings bloc
338
 
339
  Color of every gallery front end interface element could be changed changed in admin section with color selector. There you can change colors of the menu buttons, load more button, borders, shadows, backgrounds and etc.
340
 
341
- = How to customize gallery layouts for different screen resolutions? =
342
-
343
- 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.
344
-
345
  = Is it possible to change color of the hovered image in gallery? =
346
 
347
  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.
@@ -350,10 +322,6 @@ Yes, you can easily change color of the hovered image in gallery in backend. In
350
 
351
  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
352
 
353
- = How to make shadow for the gallery thumbnails? =
354
-
355
- 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
356
-
357
  = How to change ordering of the gallery images? =
358
 
359
  When you open gallery for edit you can find there images manager where you can change ordering of the gallery images
@@ -378,14 +346,18 @@ In gallery settings you can enable custom caption settings where you can customi
378
 
379
  When you open gallery images manager you can define alt for every gallery image there
380
 
381
- = How to change icon on gallery thumbnail button? =
382
-
383
- 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
384
-
385
  = Is it possible create gallery in Wordpress post with Gallery? =
386
 
387
  Yes, you can insert gallery into post with shortcode tag
388
 
 
 
 
 
 
 
 
 
389
  = How many icons you have in build in icons library? =
390
 
391
  In build library of the icons in gallery you can find 533 icons
@@ -414,26 +386,18 @@ Yes, it's possible to change transparency in gallery settings
414
 
415
  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.
416
 
417
- = How to insert gallery into Wordpress page or post? =
418
-
419
- 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
420
-
421
  = How to change font color of the gallery image description text? =
422
 
423
  In gallery settings, when enabled custom hover settings you can customize style of the gallery image description text. In this settings you can change color of
424
 
425
- = How to define custom link for some gallery images? =
426
 
427
- 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
428
 
429
  = Which permissions do I need to have on server for proper gallery installation? =
430
 
431
  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.
432
 
433
- = Where to change font color of the gallery lightbox text? =
434
-
435
- When you open gallery settings you can find there gallery lightbox settings block, where you can gallery lightbox text color using color selector.
436
-
437
  = How to change text below image in lightbox ? =
438
 
439
  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.
@@ -442,6 +406,10 @@ In gallery setting you can select which text show below image in gallery lightbo
442
 
443
  Yes, you can have different styles of the borders and shadows for static and hovered gallery thumbnails.
444
 
 
 
 
 
445
  = How to define custom hover effect for some gallery thumbnail? =
446
 
447
  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.
@@ -454,10 +422,26 @@ In gallery admin section you can define amount of the images for the first load
454
 
455
  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
456
 
 
 
 
 
457
  = Is it possible to use HTML in image description ? =
458
 
459
  Yes, you can use HTML tags inside gallery image description field
460
 
 
 
 
 
 
 
 
 
 
 
 
 
461
  = How to define video for some gallery image? =
462
 
463
  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
@@ -474,6 +458,10 @@ Yes, gallery have fade hover effect
474
 
475
  In gallery settings you can find section rounds where with special options you can define radius for the gallery thumbnails
476
 
 
 
 
 
477
  = How to insert text before/after gallery? =
478
 
479
  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.
@@ -486,6 +474,10 @@ In gallery settings you can find hover type options. In settings of the gallery
486
 
487
  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.
488
 
 
 
 
 
489
  = How many menu buttons styles do you have in gallery menu ? =
490
 
491
  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
@@ -510,6 +502,14 @@ When you open gallery settings inside you'll find images manager section. Images
510
 
511
  No, we don't have any limits for amount of the images in gallery
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.39 =
588
  * Update Polish language
589
 
@@ -1157,6 +1160,9 @@ If any problem occurs, please contact us.
1157
 
1158
  == Upgrade Notice ==
1159
 
 
 
 
1160
  = 2.0.39 =
1161
  Update Polish language
1162
 
4
  Tags: gallery, add gallery, photo gallery, images gallery, media gallery, responsive gallery, gallery image, gallery lightbox, Polaroid gallery, Gallery Plugin, plugin gallery, video gallery, gallery shortcode, responsive images gallery, website gallery, widget gallery, wordpress gallery, wordpress gallery plugin, wordpress photo gallery plugin, wp gallery, wp gallery plugin, wp gallery plugins, multi categories gallery, add galleries, add picture, add pictures, album, best gallery, best gallery plugin, responsive galleries, mobile gallery, mobile galleries, responsive photo gallery, best portfolio, easy media gallery, filterable gallery, filterable portfolio, foto, fotoalbum, fotogalerie, sortable gallery, sortable galleries, free photo gallery, fullscreen gallery, galary, galeri, galerie, galerij, galery, gallary, Galleria, gallerie, galleries, gallery decription, gallery slider, gelary, gellary, gellery, google, grid gallery, image, image album, image gallery, image gallery plugin, image lightbox, image slider, image slideshow, images, jquery, jquery gallery, links, media, multiple pictures, page, pagination gallery, pagination portfolio, photo, photo album, photo albums, photoalbum, photogallery, photos, photoset, picture, pictures, plugin, plugin for gallery, portfolio, portfolio gallery, portfolio plugin, Post, posts, responsive slideshow, responsive wordpress photo gallery, seo image, slide show, slideshow, thumbnail, upload images, upload photos, batch upload, multiply images upload, view images, view pictures, wordpress portfolio plugin, multi-categories gallery, multi categories galleries, robo gallery
5
  Requires at least: 3.3
6
  Tested up to: 4.5
7
+ Stable tag: 2.0.40
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
210
 
211
  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
212
 
 
 
 
 
213
  = How to customize border of the gallery thumbnails? =
214
 
215
  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
218
 
219
  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.
220
 
 
 
 
 
 
 
 
 
221
  = How to upload images to the gallery? =
222
 
223
  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.
250
 
251
  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.
252
 
 
 
 
 
253
  = How to define size of the gallery images thumbnails? =
254
 
255
  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
256
 
 
 
 
 
257
  = How to customize border of the gallery thumbnails? =
258
 
259
  In gallery settings you can find general settings section where you can turn on/off thumbnails border. Also you can customize there style of the border, namely width, color and style of the thumbnail borders
290
 
291
  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.
292
 
 
 
 
 
293
  = How to add text before and after gallery? =
294
 
295
  In gallery settings you can find before/after text gallery field. This fields support HTML tags.
314
 
315
  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.
316
 
 
 
 
 
317
  = Is it possible to change color of the hovered image in gallery? =
318
 
319
  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.
322
 
323
  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
324
 
 
 
 
 
325
  = How to change ordering of the gallery images? =
326
 
327
  When you open gallery for edit you can find there images manager where you can change ordering of the gallery images
346
 
347
  When you open gallery images manager you can define alt for every gallery image there
348
 
 
 
 
 
349
  = Is it possible create gallery in Wordpress post with Gallery? =
350
 
351
  Yes, you can insert gallery into post with shortcode tag
352
 
353
+ = What can I do if some gallery interface elements in backend do not work properly? =
354
+
355
+ 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.
356
+
357
+ = How to generate shortcode for Wordpress page, post or widget? =
358
+
359
+ 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
360
+
361
  = How many icons you have in build in icons library? =
362
 
363
  In build library of the icons in gallery you can find 533 icons
386
 
387
  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.
388
 
 
 
 
 
389
  = How to change font color of the gallery image description text? =
390
 
391
  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
392
 
393
+ = How to make shadow for the gallery thumbnails? =
394
 
395
+ 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
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 change text below image in lightbox ? =
402
 
403
  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.
406
 
407
  Yes, you can have different styles of the borders and shadows for static and hovered gallery thumbnails.
408
 
409
+ = How to customize gallery layouts for different screen resolutions? =
410
+
411
+ 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.
412
+
413
  = How to define custom hover effect for some gallery thumbnail? =
414
 
415
  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.
422
 
423
  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
424
 
425
+ = How to change font size of the gallery image caption? =
426
+
427
+ In gallery settings you can enable custom caption settings where you can customize font size and see results in live preview
428
+
429
  = Is it possible to use HTML in image description ? =
430
 
431
  Yes, you can use HTML tags inside gallery image description field
432
 
433
+ = Where to change font color of the gallery lightbox text? =
434
+
435
+ When you open gallery settings you can find there gallery lightbox settings block, where you can gallery lightbox text color using color selector.
436
+
437
+ = Which tags build in shutter of gallery hover template customization? =
438
+
439
+ For now we have build in @@TITLE@@, @@CAPTION@@, @@DESCR@@
440
+
441
+ = Do you have Polaroid style in your gallery? =
442
+
443
+ In our gallery implemented options which make you able to make gallery thumbnails looks in Polaroid style, with caption of the image below thumbnail
444
+
445
  = How to define video for some gallery image? =
446
 
447
  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
458
 
459
  In gallery settings you can find section rounds where with special options you can define radius for the gallery thumbnails
460
 
461
+ = How to change icon on gallery thumbnail button? =
462
+
463
+ 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
464
+
465
  = How to insert text before/after gallery? =
466
 
467
  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.
474
 
475
  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.
476
 
477
+ = How to insert gallery into Wordpress page or post? =
478
+
479
+ 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
480
+
481
  = How many menu buttons styles do you have in gallery menu ? =
482
 
483
  Gallery menu have multiply configuration options. Some of the options changing color of the buttons, some of them changing style of the buttons, which makes buttons for example 3d or with rounded corners
502
 
503
  No, we don't have any limits for amount of the images in gallery
504
 
505
+ = How to change transparency of the gallery thumbnails border? =
506
+
507
+ 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
508
+
509
+ = How to define custom link for some gallery images? =
510
+
511
+ 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
512
+
513
  == Screenshots ==
514
 
515
  1. Gallery Demo 1
584
 
585
  == Changelog ==
586
 
587
+ = 2.0.40 =
588
+ * Updated debug, added format html debug
589
+
590
  = 2.0.39 =
591
  * Update Polish language
592
 
1160
 
1161
  == Upgrade Notice ==
1162
 
1163
+ = 2.0.40 =
1164
+ Updated debug, added format html debug
1165
+
1166
  = 2.0.39 =
1167
  Update Polish language
1168
 
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.39
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.39');
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.40
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.40');
23
  define("ROBO_GALLERY_PATH", plugin_dir_path( __FILE__ ));
24
  define("ROBO_GALLERY_SPECIAL", 0);
25