Gallery – Photo Gallery and Images Gallery - Version 1.5.9

Version Description

  • New options for post generator
  • Text filed for post generator wizard
  • Ability to customize text of new post with gallery tag inside it
Download this release

Release Info

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

Code changes from version 1.5.8 to 1.5.9

includes/extensions/rbs_create_post_ajax.php CHANGED
@@ -55,6 +55,10 @@ if(!function_exists('rbs_ajax_create_article_form')){
55
  <th scope="row"><label for="rbs_post_create_slug"><?php _e('Slug','rbs_gallery'); ?>:</label></th>
56
  <td><input name="rbs_post_create_slug" id="rbs_post_create_slug" value="<?php echo 'post_'.$post_info->post_name;?>" class="regular-text" type="text"></td>
57
  </tr>
 
 
 
 
58
  </tbody>
59
  </table>
60
  <?php
@@ -87,10 +91,14 @@ if(!function_exists('rbs_ajax_create_article')){
87
  $slug = 'post_'.$post_info->post_name;
88
  if(isset( $_POST['articleslug'] ) && $_POST['articleslug'] ) $slug = wp_kses_data($_POST['articleslug']);
89
 
 
 
 
 
90
  $Poster->set_title( $title );
91
  $Poster->add_category( array($categoryid) );
92
  $Poster->set_type( "post" );
93
- $Poster->set_content( '[robo-gallery id="'.$galleryid.'"]' );
94
  $Poster->set_author_id( get_current_user_id() );
95
  $Poster->set_post_slug( $slug );
96
  $Poster->set_post_state( "publish" );
55
  <th scope="row"><label for="rbs_post_create_slug"><?php _e('Slug','rbs_gallery'); ?>:</label></th>
56
  <td><input name="rbs_post_create_slug" id="rbs_post_create_slug" value="<?php echo 'post_'.$post_info->post_name;?>" class="regular-text" type="text"></td>
57
  </tr>
58
+ <tr>
59
+ <th scope="row"><label for="rbs_post_create_text"><?php _e('Text','rbs_gallery'); ?>:</label></th>
60
+ <td><textarea name="rbs_post_create_text" rows="6" cols="50" id="rbs_post_create_text" class="large-text code">[robo-gallery id="<?php echo (int) $_POST['galleryid'] ; ?>"]</textarea></td>
61
+ </tr>
62
  </tbody>
63
  </table>
64
  <?php
91
  $slug = 'post_'.$post_info->post_name;
92
  if(isset( $_POST['articleslug'] ) && $_POST['articleslug'] ) $slug = wp_kses_data($_POST['articleslug']);
93
 
94
+ $content_text = '[robo-gallery id="'.$galleryid.'"]';
95
+ if(isset( $_POST['articletext'] ) && $_POST['articletext'] ) $content_text = wp_kses_data($_POST['articletext']);
96
+
97
+
98
  $Poster->set_title( $title );
99
  $Poster->add_category( array($categoryid) );
100
  $Poster->set_type( "post" );
101
+ $Poster->set_content( $content_text );
102
  $Poster->set_author_id( get_current_user_id() );
103
  $Poster->set_post_slug( $slug );
104
  $Poster->set_post_state( "publish" );
js/admin/extensions/create_post.js CHANGED
@@ -104,6 +104,7 @@
104
  var categoryId = $('#rbs_post_create_category').find(":selected").val();
105
  var title = $('#rbs_post_create_title').val();
106
  var slug = $('#rbs_post_create_slug').val();
 
107
 
108
  rbs_insert_post_content.html(progressHtml);
109
 
@@ -114,6 +115,8 @@
114
  'categoryid': categoryId,
115
  'articletitle': title,
116
  'articleslug': slug,
 
 
117
  };
118
 
119
  rbs_insert_post_button.hide();
104
  var categoryId = $('#rbs_post_create_category').find(":selected").val();
105
  var title = $('#rbs_post_create_title').val();
106
  var slug = $('#rbs_post_create_slug').val();
107
+ var content_text = $('#rbs_post_create_text').val();
108
 
109
  rbs_insert_post_content.html(progressHtml);
110
 
115
  'categoryid': categoryId,
116
  'articletitle': title,
117
  'articleslug': slug,
118
+ 'articletext': content_text,
119
+
120
  };
121
 
122
  rbs_insert_post_button.hide();
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.3
7
- Stable tag: 1.5.8
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -204,14 +204,14 @@ First of all you can copy shortcode inside gallery settings , in separate shortc
204
 
205
  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
206
 
207
- = How to insert gallery into Wordpress page or post? =
208
-
209
- 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
210
-
211
  = How to define video for some gallery image? =
212
 
213
  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
214
 
 
 
 
 
215
  = Do you have some limits for images types in gallery? =
216
 
217
  You can use any standard file type in our gallery: png, jpg, jpeg, gif
@@ -220,10 +220,6 @@ You can use any standard file type in our gallery: png, jpg, jpeg, gif
220
 
221
  Yes, you can insert gallery into post with shortcode tag
222
 
223
- = How to change quality of the gallery thumbnails? =
224
-
225
- Quality of the gallery thumbnails could be easily changed in gallery size option / thumbnails options / source
226
-
227
  = How I can create custom (grid) layout of the thumbnails? =
228
 
229
  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
@@ -232,42 +228,46 @@ In our gallery we implemented layout based on columns amount. So you can general
232
 
233
  In gallery settings you can enable custom caption settings where you can customize font size and see results in live preview
234
 
235
- = How to customize border of the gallery thumbnails? =
236
 
237
- 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
238
 
239
  = How to customize border of the gallery thumbnails? =
240
 
241
  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
242
 
243
- = How to enable lazy load in gallery options? =
244
 
245
- 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
246
 
247
  = How to define custom hover effect for some gallery thumbnail? =
248
 
249
  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.
250
 
251
- = How to change text below image in lightbox ? =
252
 
253
- 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.
254
 
255
- = How to hide titles of the gallery image in lightbox ? =
256
 
257
- 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.
258
 
259
  = Do you have some limit for images size in gallery? =
260
 
261
  No, we don't have any limits for image size in our gallery.
262
 
263
- = Do you have some limits for images amount in gallery? =
264
 
265
- No, we don't have any limits for amount of the images in gallery
266
 
267
  = How to define size of the gallery images thumbnails? =
268
 
269
  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
270
 
 
 
 
 
271
  = Is it possible to create direct link on the front end to the gallery? =
272
 
273
  Yes, you can use generated direct link inside particular gallery settings
@@ -280,21 +280,21 @@ When you open gallery settings inside you'll find images manager section. Images
280
 
281
  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
282
 
283
- = Is it possible to have different settings for hover and static interface elements? =
284
-
285
- Yes, you can have different styles of the borders and shadows for static and hovered gallery thumbnails.
286
-
287
  = How to set description text below image in the lightbox? =
288
 
289
  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.
290
 
 
 
 
 
291
  = How to customize gallery layouts for different screen resolutions? =
292
 
293
  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.
294
 
295
- = How to change color of the gallery interface elements? =
296
 
297
- 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.
298
 
299
  = How to change spacing between thumbnails? =
300
 
@@ -304,14 +304,18 @@ In gallery settings you can define horizontal and vertical paddings between gall
304
 
305
  In gallery settings you can find section rounds where with special options you can define radius for the gallery thumbnails
306
 
307
- = How to change font color of the gallery image caption? =
308
-
309
- In gallery settings you can enable custom caption settings where you can customize font color and see results in live preview
310
-
311
  = How to define custom link for some gallery images? =
312
 
313
  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
314
 
 
 
 
 
 
 
 
 
315
  = How to use multi-category functionality of the gallery? =
316
 
317
  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
@@ -320,13 +324,9 @@ In our gallery we implemented multi-categories structure. Every gallery category
320
 
321
  You can change size, color and style of gallery thumbnails borders and shadows. Also you can define different parameters for static and hovered status
322
 
323
- = Is it possible to use HTML in image description ? =
324
-
325
- Yes, you can use HTML tags inside gallery image description field
326
-
327
- = How to change ordering of the gallery images? =
328
 
329
- When you open gallery for edit you can find there images manager where you can change ordering of the gallery images
330
 
331
  = Where to change settings of the image of the gallery? =
332
 
@@ -356,14 +356,6 @@ Yes, in gallery options you can turn on/off border option
356
 
357
  When you open gallery images manager you'll find there image edit mode where you can flip source image
358
 
359
- = How to rotate uploaded gallery image? =
360
-
361
- When you open gallery images manager you'll find there image edit mode where you can rotate source image
362
-
363
- = Do you have fade effect for the thumbnails hover? =
364
-
365
- Yes, gallery have fade hover effect
366
-
367
  = How to change font style of the gallery image caption? =
368
 
369
  In gallery settings you can enable custom caption settings where you can customize font style and see results in live preview
@@ -372,6 +364,14 @@ In gallery settings you can enable custom caption settings where you can customi
372
 
373
  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.
374
 
 
 
 
 
 
 
 
 
375
  = How to change color of the gallery thumbnails border? =
376
 
377
  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
@@ -380,10 +380,6 @@ When you enable border in gallery settings you will see multiply options for cus
380
 
381
  When you open gallery images manager you'll find there image edit mode where you can crop source image
382
 
383
- = How many thumbnails hover effects gallery has? =
384
-
385
- Gallery have 15 hover animation effects, which could be combined with additional custom options
386
-
387
  = How to add text before and after gallery? =
388
 
389
  In gallery settings you can find before/after text gallery field. This fields support HTML tags.
@@ -392,6 +388,10 @@ In gallery settings you can find before/after text gallery field. This fields su
392
 
393
  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.
394
 
 
 
 
 
395
  = How to customize gallery hover effect shutter layout? =
396
 
397
  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
@@ -412,10 +412,6 @@ Yes, it's possible to change transparency in gallery settings
412
 
413
  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
414
 
415
- = How to make gallery with no space between thumbnails of the gallery? =
416
-
417
- 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
418
-
419
  = Do you have Polaroid style in your gallery? =
420
 
421
  In our gallery implemented options which make you able to make gallery thumbnails looks in Polaroid style, with caption of the image below thumbnail
@@ -424,6 +420,10 @@ In our gallery implemented options which make you able to make gallery thumbnail
424
 
425
  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
426
 
 
 
 
 
427
  = 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? =
428
 
429
  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.
@@ -574,6 +574,11 @@ If any problem occurs, please contact us.
574
 
575
  == Changelog ==
576
 
 
 
 
 
 
577
  = 1.5.8 =
578
  * New options for post generator
579
  * Status option in generated posts list
@@ -804,6 +809,9 @@ If any problem occurs, please contact us.
804
 
805
  == Upgrade Notice ==
806
 
 
 
 
807
  = 1.5.8 =
808
  New options for post generator, status option in generated posts list
809
 
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.3
7
+ Stable tag: 1.5.9
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
204
 
205
  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
206
 
 
 
 
 
207
  = How to define video for some gallery image? =
208
 
209
  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
210
 
211
+ = How to insert gallery into Wordpress page or post? =
212
+
213
+ 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
214
+
215
  = Do you have some limits for images types in gallery? =
216
 
217
  You can use any standard file type in our gallery: png, jpg, jpeg, gif
220
 
221
  Yes, you can insert gallery into post with shortcode tag
222
 
 
 
 
 
223
  = How I can create custom (grid) layout of the thumbnails? =
224
 
225
  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
228
 
229
  In gallery settings you can enable custom caption settings where you can customize font size and see results in live preview
230
 
231
+ = How to change quality of the gallery thumbnails? =
232
 
233
+ Quality of the gallery thumbnails could be easily changed in gallery size option / thumbnails options / source
234
 
235
  = How to customize border of the gallery thumbnails? =
236
 
237
  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
238
 
239
+ = How to customize border of the gallery thumbnails? =
240
 
241
+ 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
242
 
243
  = How to define custom hover effect for some gallery thumbnail? =
244
 
245
  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.
246
 
247
+ = How to enable lazy load in gallery options? =
248
 
249
+ 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
250
 
251
+ = How to change text below image in lightbox ? =
252
 
253
+ 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.
254
 
255
  = Do you have some limit for images size in gallery? =
256
 
257
  No, we don't have any limits for image size in our gallery.
258
 
259
+ = How to hide titles of the gallery image in lightbox ? =
260
 
261
+ 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.
262
 
263
  = How to define size of the gallery images thumbnails? =
264
 
265
  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
266
 
267
+ = Do you have some limits for images amount in gallery? =
268
+
269
+ No, we don't have any limits for amount of the images in gallery
270
+
271
  = Is it possible to create direct link on the front end to the gallery? =
272
 
273
  Yes, you can use generated direct link inside particular gallery settings
280
 
281
  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
282
 
 
 
 
 
283
  = How to set description text below image in the lightbox? =
284
 
285
  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.
286
 
287
+ = How to change color of the gallery interface elements? =
288
+
289
+ 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.
290
+
291
  = How to customize gallery layouts for different screen resolutions? =
292
 
293
  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.
294
 
295
+ = Is it possible to have different settings for hover and static interface elements? =
296
 
297
+ Yes, you can have different styles of the borders and shadows for static and hovered gallery thumbnails.
298
 
299
  = How to change spacing between thumbnails? =
300
 
304
 
305
  In gallery settings you can find section rounds where with special options you can define radius for the gallery thumbnails
306
 
 
 
 
 
307
  = How to define custom link for some gallery images? =
308
 
309
  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
310
 
311
+ = Is it possible to use HTML in image description ? =
312
+
313
+ Yes, you can use HTML tags inside gallery image description field
314
+
315
+ = How to change ordering of the gallery images? =
316
+
317
+ When you open gallery for edit you can find there images manager where you can change ordering of the gallery images
318
+
319
  = How to use multi-category functionality of the gallery? =
320
 
321
  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
324
 
325
  You can change size, color and style of gallery thumbnails borders and shadows. Also you can define different parameters for static and hovered status
326
 
327
+ = How to change font color of the gallery image caption? =
 
 
 
 
328
 
329
+ In gallery settings you can enable custom caption settings where you can customize font color and see results in live preview
330
 
331
  = Where to change settings of the image of the gallery? =
332
 
356
 
357
  When you open gallery images manager you'll find there image edit mode where you can flip source image
358
 
 
 
 
 
 
 
 
 
359
  = How to change font style of the gallery image caption? =
360
 
361
  In gallery settings you can enable custom caption settings where you can customize font style and see results in live preview
364
 
365
  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.
366
 
367
+ = How to rotate uploaded gallery image? =
368
+
369
+ When you open gallery images manager you'll find there image edit mode where you can rotate source image
370
+
371
+ = Do you have fade effect for the thumbnails hover? =
372
+
373
+ Yes, gallery have fade hover effect
374
+
375
  = How to change color of the gallery thumbnails border? =
376
 
377
  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
380
 
381
  When you open gallery images manager you'll find there image edit mode where you can crop source image
382
 
 
 
 
 
383
  = How to add text before and after gallery? =
384
 
385
  In gallery settings you can find before/after text gallery field. This fields support HTML tags.
388
 
389
  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.
390
 
391
+ = How many thumbnails hover effects gallery has? =
392
+
393
+ Gallery have 15 hover animation effects, which could be combined with additional custom options
394
+
395
  = How to customize gallery hover effect shutter layout? =
396
 
397
  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
412
 
413
  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
414
 
 
 
 
 
415
  = Do you have Polaroid style in your gallery? =
416
 
417
  In our gallery implemented options which make you able to make gallery thumbnails looks in Polaroid style, with caption of the image below thumbnail
420
 
421
  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
422
 
423
+ = How to make gallery with no space between thumbnails of the gallery? =
424
+
425
+ 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
426
+
427
  = 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? =
428
 
429
  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.
574
 
575
  == Changelog ==
576
 
577
+ = 1.5.9 =
578
+ * New options for post generator
579
+ * Text filed for post generator wizard
580
+ * Ability to customize text of new post with gallery tag inside it
581
+
582
  = 1.5.8 =
583
  * New options for post generator
584
  * Status option in generated posts list
809
 
810
  == Upgrade Notice ==
811
 
812
+ = 1.5.9 =
813
+ Text filed for post generator wizard, ability to customize text of new post with gallery tag inside it
814
+
815
  = 1.5.8 =
816
  New options for post generator, status option in generated posts list
817
 
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.5.8
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.5.8');
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.5.9
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.5.9');
23
  define("ROBO_GALLERY_PATH", plugin_dir_path( __FILE__ ));
24
  define("ROBO_GALLERY_SPECIAL", 0);
25