Gallery – Photo Gallery and Images Gallery - Version 1.5.8

Version Description

  • New options for post generator
  • Status option in generated posts list
Download this release

Release Info

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

Code changes from version 1.5.7 to 1.5.8

includes/extensions/rbs_create_post_ajax.php CHANGED
@@ -27,14 +27,14 @@ if(!function_exists('rbs_ajax_create_article_form')){
27
  'value_field' => 'term_id',
28
  );
29
  if( !isset($_POST['galleryid']) || !(int)$_POST['galleryid'] ){
30
- echo '<p><strong>'.__('Post not created. Error: ','rbs_gallery').'</strong><br><p>'._e('Empty gallery ID','rbs_gallery').'</p>';
31
  return ;
32
  } ;
33
 
34
  $post_info = get_post( (int) $_POST['galleryid'] );
35
 
36
  if( gettype($post_info)!='object' ) {
37
- echo '<p><strong>'.__('Post not created. Error: ','rbs_gallery').'</strong><br><p>'._e('Incorrect gallery ID','rbs_gallery').'</p>';
38
  return ;
39
  }
40
  echo "<h3>".__('Add new post','rbs_gallery')."</h3>";
@@ -137,28 +137,43 @@ if(!function_exists('rbs_ajax_posts_list')){
137
  function rbs_ajax_posts_list(){
138
 
139
  if( !isset($_POST['galleryid']) || !(int)$_POST['galleryid'] ){
140
- echo '<p><strong>'.__('Error: ','rbs_gallery').'</strong><br><p>'._e('Empty gallery ID','rbs_gallery').'</p>';
141
  return ;
142
  } ;
143
  $posts = get_post_meta( (int) $_POST['galleryid'], 'rbs_gallery_id' , true);
144
 
145
  $posts = json_decode($posts, true);
146
  echo '<table class="widefat importers striped">';
 
 
 
 
 
 
 
 
147
  for ($i=0; $i < count($posts); $i++) {
148
  if( !$posts[$i] ) continue ;
149
  $post_info = get_post( $posts[$i] );
 
150
  if( gettype($post_info)!='object' ) {
151
- echo '<p><strong>'.__('Error: ','rbs_gallery').'</strong><br><p>'._e('Incorrect gallery ID','rbs_gallery').'</p>';
152
  continue ;
153
  }
154
  echo '<tr>
155
- <td class="desc">'.$post_info->post_title.'</td>
156
- <td class="import-system row-title" style="width:10%;">
 
 
 
 
 
 
157
  <a href="'.esc_url( get_edit_post_link($post_info->ID)).'" title="'.__('Edit', 'rbs_gallery').'" target="_blank">
158
  '.__('Edit', 'rbs_gallery').'
159
  </a>
160
  </td>
161
- <td class="import-system row-title" style="width:10%;">
162
  <a href="'. esc_url( get_permalink($post_info->ID) ).'" title="'.__('Preview', 'rbs_gallery').'" target="_blank">
163
  '.__('Preview', 'rbs_gallery').'
164
  </a>
27
  'value_field' => 'term_id',
28
  );
29
  if( !isset($_POST['galleryid']) || !(int)$_POST['galleryid'] ){
30
+ echo '<p><strong>'.__('Post not created. Error: ','rbs_gallery').'</strong><br><p>'.__('Empty gallery ID','rbs_gallery').'</p>';
31
  return ;
32
  } ;
33
 
34
  $post_info = get_post( (int) $_POST['galleryid'] );
35
 
36
  if( gettype($post_info)!='object' ) {
37
+ echo '<p><strong>'.__('Post not created. Error: ','rbs_gallery').'</strong><br><p>'.__('Incorrect gallery ID','rbs_gallery').'</p>';
38
  return ;
39
  }
40
  echo "<h3>".__('Add new post','rbs_gallery')."</h3>";
137
  function rbs_ajax_posts_list(){
138
 
139
  if( !isset($_POST['galleryid']) || !(int)$_POST['galleryid'] ){
140
+ echo '<p><strong>'.__('Error: ','rbs_gallery').'</strong><br><p>'.__('Empty gallery ID','rbs_gallery').'</p>';
141
  return ;
142
  } ;
143
  $posts = get_post_meta( (int) $_POST['galleryid'], 'rbs_gallery_id' , true);
144
 
145
  $posts = json_decode($posts, true);
146
  echo '<table class="widefat importers striped">';
147
+ echo '<thead>
148
+ <tr>
149
+ <td>'.__('Title').'</td>
150
+ <td>'.__('Status').'</td>
151
+ <td></td>
152
+ <td></td>
153
+ </tr>
154
+ </thead>';
155
  for ($i=0; $i < count($posts); $i++) {
156
  if( !$posts[$i] ) continue ;
157
  $post_info = get_post( $posts[$i] );
158
+ //print_r($post_info);
159
  if( gettype($post_info)!='object' ) {
160
+ echo '<p><strong>'.__('Error: ','rbs_gallery').'</strong><br><p>'.__('Incorrect gallery ID','rbs_gallery').'</p>';
161
  continue ;
162
  }
163
  echo '<tr>
164
+ <td class="row-title">
165
+ '.$post_info->post_title.'
166
+ </td>
167
+ <td class="import-system" style="width:10%;">
168
+ '.__($post_info->post_status=='publish'?'Published':$post_info->post_status).'
169
+ </td>
170
+
171
+ <td class="import-system" style="width:10%;">
172
  <a href="'.esc_url( get_edit_post_link($post_info->ID)).'" title="'.__('Edit', 'rbs_gallery').'" target="_blank">
173
  '.__('Edit', 'rbs_gallery').'
174
  </a>
175
  </td>
176
+ <td class="import-system" style="width:10%;">
177
  <a href="'. esc_url( get_permalink($post_info->ID) ).'" title="'.__('Preview', 'rbs_gallery').'" target="_blank">
178
  '.__('Preview', 'rbs_gallery').'
179
  </a>
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.7
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -192,17 +192,25 @@ When you create new gallery or open already existent gallery for edit on the rig
192
 
193
  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.
194
 
 
 
 
 
195
  = How to generate shortcode for Wordpress page, post or widget? =
196
 
197
  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
198
 
199
- = How to define video for some gallery image? =
200
 
201
- 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
202
 
203
- = How to change amount of images loading on gallery page? =
204
 
205
- 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
 
 
 
 
206
 
207
  = Do you have some limits for images types in gallery? =
208
 
@@ -212,14 +220,6 @@ You can use any standard file type in our gallery: png, jpg, jpeg, gif
212
 
213
  Yes, you can insert gallery into post with shortcode tag
214
 
215
- = How to customize hover effect? =
216
-
217
- 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
218
-
219
- = How to insert gallery into Wordpress page or post? =
220
-
221
- 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
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
@@ -228,18 +228,10 @@ Quality of the gallery thumbnails could be easily changed in gallery size option
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
230
 
231
- = How to define custom hover effect for some gallery thumbnail? =
232
-
233
- 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.
234
-
235
  = How to change font size of the gallery image caption? =
236
 
237
  In gallery settings you can enable custom caption settings where you can customize font size and see results in live preview
238
 
239
- = How to change text below image in lightbox ? =
240
-
241
- 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.
242
-
243
  = How to customize border of the gallery thumbnails? =
244
 
245
  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
@@ -248,34 +240,42 @@ In gallery settings you can find general settings section where you can turn on/
248
 
249
  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
250
 
251
- = How to hide titles of the gallery image in lightbox ? =
252
 
253
- 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.
254
 
255
- = Is it possible to create direct link on the front end to the gallery? =
256
 
257
- Yes, you can use generated direct link inside particular gallery settings
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
- = How to enable lazy load in gallery options? =
264
 
265
- 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
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
- = Where specify description of the gallery images? =
272
 
273
- 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
274
 
275
  = How to define size of the gallery images thumbnails? =
276
 
277
  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
278
 
 
 
 
 
 
 
 
 
279
  = How to make shadow for the gallery thumbnails? =
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
@@ -288,29 +288,29 @@ Yes, you can have different styles of the borders and shadows for static and hov
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 change spacing between thumbnails? =
292
-
293
- In gallery settings you can define horizontal and vertical paddings between gallery thumbnails
294
-
295
  = How to customize gallery layouts for different screen resolutions? =
296
 
297
  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.
298
 
299
- = How to make gallery thumbnails with rounded corners? =
300
 
301
- In gallery settings you can find section rounds where with special options you can define radius for the gallery thumbnails
302
 
303
- = How to define custom link for some gallery images? =
304
 
305
- 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
 
 
 
 
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 change color of the gallery interface elements? =
312
 
313
- 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.
314
 
315
  = How to use multi-category functionality of the gallery? =
316
 
@@ -320,26 +320,30 @@ 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
- = How to change ordering of the gallery images? =
324
-
325
- When you open gallery for edit you can find there images manager where you can change ordering of the gallery images
326
-
327
  = Is it possible to use HTML in image description ? =
328
 
329
  Yes, you can use HTML tags inside gallery image description field
330
 
331
- = How to load more function work? =
332
 
333
- 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
334
 
335
  = Where to change settings of the image of the gallery? =
336
 
337
  Settings of the gallery image you can change in images manager. There you can upload, edit or customize already uploaded images to the gallery
338
 
 
 
 
 
339
  = How to define custom ALT for gallery image? =
340
 
341
  When you open gallery images manager you can define alt for every gallery image there
342
 
 
 
 
 
343
  = How to change font color of the gallery image description text? =
344
 
345
  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 the text
@@ -348,14 +352,14 @@ In gallery settings, when enabled custom hover settings you can customize style
348
 
349
  Yes, in gallery options you can turn on/off border option
350
 
351
- = Is it possible to customize gallery image caption ? =
352
-
353
- In gallery settings you can find images manager where you can change settings of every image, one of the option it's caption of the image
354
-
355
  = How to flip uploaded gallery image? =
356
 
357
  When you open gallery images manager you'll find there image edit mode where you can flip source image
358
 
 
 
 
 
359
  = Do you have fade effect for the thumbnails hover? =
360
 
361
  Yes, gallery have fade hover effect
@@ -364,22 +368,18 @@ Yes, gallery have fade hover effect
364
 
365
  In gallery settings you can enable custom caption settings where you can customize font style and see results in live preview
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
  = Is it possible to create target blank links? =
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 crop uploaded gallery image? =
376
-
377
- When you open gallery images manager you'll find there image edit mode where you can crop source image
378
-
379
  = How to change color of the gallery thumbnails border? =
380
 
381
  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
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
@@ -574,6 +574,10 @@ If any problem occurs, please contact us.
574
 
575
  == Changelog ==
576
 
 
 
 
 
577
  = 1.5.7 =
578
  * New options for post generator
579
  * Preview option in generated posts list
@@ -800,6 +804,9 @@ If any problem occurs, please contact us.
800
 
801
  == Upgrade Notice ==
802
 
 
 
 
803
  = 1.5.7 =
804
  New options for post generator, preview option in generated posts list
805
 
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
 
192
 
193
  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.
194
 
195
+ = How to change amount of images loading on gallery page? =
196
+
197
+ 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
198
+
199
  = How to generate shortcode for Wordpress page, post or widget? =
200
 
201
  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
202
 
203
+ = How to customize hover effect? =
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
 
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
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
230
 
 
 
 
 
231
  = How to change font size of the gallery image caption? =
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
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
274
+
275
+ = Where specify description of the gallery images? =
276
+
277
+ 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
278
+
279
  = How to make shadow for the gallery thumbnails? =
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
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
 
301
+ In gallery settings you can define horizontal and vertical paddings between gallery thumbnails
302
+
303
+ = How to make gallery thumbnails with rounded corners? =
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
 
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
 
333
  Settings of the gallery image you can change in images manager. There you can upload, edit or customize already uploaded images to the gallery
334
 
335
+ = How to load more function work? =
336
+
337
+ 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
338
+
339
  = How to define custom ALT for gallery image? =
340
 
341
  When you open gallery images manager you can define alt for every gallery image there
342
 
343
+ = Is it possible to customize gallery image caption ? =
344
+
345
+ In gallery settings you can find images manager where you can change settings of every image, one of the option it's caption of the image
346
+
347
  = How to change font color of the gallery image description text? =
348
 
349
  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 the text
352
 
353
  Yes, in gallery options you can turn on/off border option
354
 
 
 
 
 
355
  = How to flip uploaded gallery image? =
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
368
 
369
  In gallery settings you can enable custom caption settings where you can customize font style and see results in live preview
370
 
 
 
 
 
371
  = Is it possible to create target blank links? =
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
378
 
379
+ = How to crop uploaded gallery image? =
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
574
 
575
  == Changelog ==
576
 
577
+ = 1.5.8 =
578
+ * New options for post generator
579
+ * Status option in generated posts list
580
+
581
  = 1.5.7 =
582
  * New options for post generator
583
  * Preview option in generated posts list
804
 
805
  == Upgrade Notice ==
806
 
807
+ = 1.5.8 =
808
+ New options for post generator, status option in generated posts list
809
+
810
  = 1.5.7 =
811
  New options for post generator, preview option in generated posts list
812
 
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.7
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.7');
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.8
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.8');
23
  define("ROBO_GALLERY_PATH", plugin_dir_path( __FILE__ ));
24
  define("ROBO_GALLERY_SPECIAL", 0);
25