Gallery – Photo Gallery and Images Gallery - Version 1.3.9

Version Description

  • Fixed self show images options
  • Enabled to show self images by default after gallery update
  • Updated configuration options
Download this release

Release Info

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

Code changes from version 1.3.8 to 1.3.9

includes/options/rbs_gallery_options_shortcode.php CHANGED
@@ -21,7 +21,6 @@ $shortcode_group = new_cmb2_box( array(
21
  'priority' => 'low',
22
  'closed' => rbs_gallery_set_checkbox_default_for_new_post(0),
23
  ));
24
-
25
  if(isset($_GET['post'])){
26
  $shortcode_group->add_field( array(
27
  'id' => ROBO_GALLERY_PREFIX.'short_desc',
21
  'priority' => 'low',
22
  'closed' => rbs_gallery_set_checkbox_default_for_new_post(0),
23
  ));
 
24
  if(isset($_GET['post'])){
25
  $shortcode_group->add_field( array(
26
  'id' => ROBO_GALLERY_PREFIX.'short_desc',
includes/rbs_class_activator.php CHANGED
@@ -14,8 +14,7 @@
14
 
15
  class RoboGalleryActivator {
16
  public static function activate() {
17
- require_once ROBO_GALLERY_INCLUDES_PATH.'rbs_class_update.php';
18
- $update = new RoboGalleryUpdate();
19
  }
20
 
21
  public static function deactivate() {
14
 
15
  class RoboGalleryActivator {
16
  public static function activate() {
17
+
 
18
  }
19
 
20
  public static function deactivate() {
includes/rbs_class_update.php CHANGED
@@ -34,6 +34,9 @@ class RoboGalleryUpdate {
34
  '1.3.8' => array(
35
  'menuSelfImages' => 1,
36
  ),
 
 
 
37
  );
38
 
39
  public $functionArray = array(
@@ -45,12 +48,12 @@ class RoboGalleryUpdate {
45
  if(!$this->dbVersionOld) $this->dbVersionOld = 0;
46
 
47
  $this->dbVersion = ROBO_GALLERY_VERSION;
48
- delete_option("rbs_gallery_db_version");
49
- add_option( "rbs_gallery_db_version", ROBO_GALLERY_VERSION );
50
 
51
  if( $this->dbVersionOld && $this->dbVersionOld == $this->dbVersion ) $this->needUpdate = false;
52
-
53
  if( $this->needUpdate ){
 
 
54
  $this->posts = $this->getGalleryPost();
55
  $this->update();
56
  }
@@ -72,7 +75,7 @@ class RoboGalleryUpdate {
72
  $postId = $this->posts[$i]->ID;
73
  if( count($fields) ){
74
  foreach($fields as $key => $value){
75
- add_post_meta( $postId, ROBO_GALLERY_PREFIX.$key, $value );
76
  }
77
  }
78
  }
34
  '1.3.8' => array(
35
  'menuSelfImages' => 1,
36
  ),
37
+ '1.3.9' => array(
38
+ 'menuSelfImages' => 1,
39
+ ),
40
  );
41
 
42
  public $functionArray = array(
48
  if(!$this->dbVersionOld) $this->dbVersionOld = 0;
49
 
50
  $this->dbVersion = ROBO_GALLERY_VERSION;
 
 
51
 
52
  if( $this->dbVersionOld && $this->dbVersionOld == $this->dbVersion ) $this->needUpdate = false;
53
+
54
  if( $this->needUpdate ){
55
+ delete_option("rbs_gallery_db_version");
56
+ add_option( "rbs_gallery_db_version", ROBO_GALLERY_VERSION );
57
  $this->posts = $this->getGalleryPost();
58
  $this->update();
59
  }
75
  $postId = $this->posts[$i]->ID;
76
  if( count($fields) ){
77
  foreach($fields as $key => $value){
78
+ add_post_meta( $postId, ROBO_GALLERY_PREFIX.$key, $value, true );
79
  }
80
  }
81
  }
includes/rbs_gallery_init.php CHANGED
@@ -60,6 +60,9 @@ if(!function_exists('rbs_gallery_get_current_post_type')){
60
 
61
  function create_post_type_robo_gallery() {
62
 
 
 
 
63
  register_post_type( ROBO_GALLERY_TYPE_POST,
64
  array(
65
  'labels' => array(
60
 
61
  function create_post_type_robo_gallery() {
62
 
63
+ require_once ROBO_GALLERY_INCLUDES_PATH.'rbs_class_update.php';
64
+ $update = new RoboGalleryUpdate();
65
+
66
  register_post_type( ROBO_GALLERY_TYPE_POST,
67
  array(
68
  'labels' => array(
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.3.8
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -177,53 +177,57 @@ You don't need do any additional configurations or manual code changes. You can
177
 
178
  Just install it using regular Wordpress plugins installing mechanism. If you have some questions related with our plugin feel free to contact our support team we happy to help you!
179
 
180
- = Do you have some conflict in gallery back end? =
181
-
182
- 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.
183
-
184
  = How to upload images to the gallery? =
185
 
186
  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.
187
 
188
- = What can I do if some gallery interface elements in backend do not work properly? =
189
-
190
- 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.
191
-
192
  = How to change quality of the gallery thumbnails? =
193
 
194
  Quality of the gallery thumbnails could be easily changed in gallery size option / thumbnails options / source
195
 
196
- = How to customize hover effect? =
197
 
198
- 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
 
 
 
 
199
 
200
  = Is it possible create gallery in Wordpress post with Gallery? =
201
 
202
  Yes, you can insert gallery into post with shortcode tag
203
 
204
- = How to insert gallery into Wordpress page or post? =
205
 
206
- 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
207
 
208
- = How to generate shortcode for Wordpress page, post or widget? =
209
 
210
- 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
211
 
212
  = How I can create custom (grid) layout of the thumbnails? =
213
 
214
  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
215
 
216
- = How to change text below image in lightbox ? =
217
 
218
- 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.
 
 
 
 
 
 
 
 
219
 
220
  = How to define custom hover effect for some gallery thumbnail? =
221
 
222
  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.
223
 
224
- = How to define video for some gallery image? =
225
 
226
- 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
227
 
228
  = Do you have some limit for images size in gallery? =
229
 
@@ -233,34 +237,26 @@ No, we don't have any limits for image size in our gallery.
233
 
234
  Yes, you can use generated direct link inside particular gallery settings
235
 
236
- = Do you have some limits for images types in gallery? =
237
-
238
- You can use any standard file type in our gallery: png, jpg, jpeg, gif
239
-
240
  = Where specify description of the gallery images? =
241
 
242
  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
243
 
244
- = Do you have some limits for images amount in gallery? =
245
-
246
- No, we don't have any limits for amount of the images in gallery
247
-
248
  = How to customize border of the gallery thumbnails? =
249
 
250
  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
251
 
252
- = How to set description text below image in the lightbox? =
253
-
254
- 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.
255
-
256
- = How to define custom link for some gallery images? =
257
 
258
- 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
259
 
260
  = How to change spacing between thumbnails? =
261
 
262
  In gallery settings you can define horizontal and vertical paddings between gallery thumbnails
263
 
 
 
 
 
264
  = Is it possible to have different settings for hover and static interface elements? =
265
 
266
  Yes, you can have different styles of the borders and shadows for static and hovered gallery thumbnails.
@@ -269,21 +265,25 @@ Yes, you can have different styles of the borders and shadows for static and hov
269
 
270
  In gallery settings you can enable custom caption settings where you can customize font size and see results in live preview
271
 
 
 
 
 
272
  = How to customize border of the gallery thumbnails? =
273
 
274
  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
275
 
276
- = Is it possible to turn off border of the gallery thumbnails? =
277
 
278
- Yes, in gallery options you can turn on/off border option
279
 
280
  = How to customize gallery layouts for different screen resolutions? =
281
 
282
  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.
283
 
284
- = How to hide titles of the gallery image in lightbox ? =
285
 
286
- 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.
287
 
288
  = How to define size of the gallery images thumbnails? =
289
 
@@ -293,18 +293,22 @@ Our gallery is fully responsive and gallery thumbnails size depend of a lot of f
293
 
294
  You can change size, color and style of gallery thumbnails borders and shadows. Also you can define different parameters for static and hovered status
295
 
296
- = How to change color of the gallery interface elements? =
297
-
298
- 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.
299
-
300
  = How to make shadow for the gallery thumbnails? =
301
 
302
  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
303
 
 
 
 
 
304
  = How to enable lazy load in gallery options? =
305
 
306
  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
307
 
 
 
 
 
308
  = How to make gallery thumbnails with rounded corners? =
309
 
310
  In gallery settings you can find section rounds where with special options you can define radius for the gallery thumbnails
@@ -313,18 +317,14 @@ In gallery settings you can find section rounds where with special options you c
313
 
314
  In gallery settings you can enable custom caption settings where you can customize font color and see results in live preview
315
 
316
- = How to change amount of images loading on gallery page? =
317
 
318
- 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
319
 
320
  = How to use multi-category functionality of the gallery? =
321
 
322
  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
323
 
324
- = Is it possible to create target blank links? =
325
-
326
- 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.
327
-
328
  = Is it possible to customize gallery image caption ? =
329
 
330
  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
@@ -357,17 +357,13 @@ When you open gallery for edit you can find there images manager where you can c
357
 
358
  When you open gallery images manager you'll find there image edit mode where you can flip source image
359
 
360
- = How to crop uploaded gallery image? =
361
-
362
- When you open gallery images manager you'll find there image edit mode where you can crop source image
363
-
364
  = Where to change settings of the image of the gallery? =
365
 
366
  Settings of the gallery image you can change in images manager. There you can upload, edit or customize already uploaded images to the gallery
367
 
368
- = How to rotate uploaded gallery image? =
369
 
370
- When you open gallery images manager you'll find there image edit mode where you can rotate source image
371
 
372
  = How to change font size of the gallery image description text? =
373
 
@@ -377,6 +373,10 @@ In gallery settings, when enabled custom hover settings you can customize style
377
 
378
  Gallery have 15 hover animation effects, which could be combined with additional custom options
379
 
 
 
 
 
380
  = Do you have fade effect for the thumbnails hover? =
381
 
382
  Yes, gallery have fade hover effect
@@ -389,6 +389,10 @@ When you enable border in gallery settings you will see multiply options for cus
389
 
390
  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.
391
 
 
 
 
 
392
  = Is it possible to change transparency of the hover shutter? =
393
 
394
  Yes, it's possible to change transparency in gallery settings
@@ -397,10 +401,6 @@ Yes, it's possible to change transparency in gallery settings
397
 
398
  In our gallery implemented options which make you able to make gallery thumbnails looks in Polaroid style, with caption of the image below thumbnail
399
 
400
- = How to customize gallery hover effect shutter layout? =
401
-
402
- 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 gonna help you to build in some gallery images elements into hover
403
-
404
  = How many menu buttons styles do you have in gallery menu ? =
405
 
406
  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
@@ -559,6 +559,11 @@ If any problem occurs, please contact us.
559
 
560
  == Changelog ==
561
 
 
 
 
 
 
562
  = 1.3.8 =
563
  * Updated navigation functionality
564
  * Added new show/hide self images function
@@ -700,6 +705,9 @@ If any problem occurs, please contact us.
700
 
701
  == Upgrade Notice ==
702
 
 
 
 
703
  = 1.3.8 =
704
  Updated navigation functionality, added new show/hide self images function
705
 
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.3.9
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
177
 
178
  Just install it using regular Wordpress plugins installing mechanism. If you have some questions related with our plugin feel free to contact our support team we happy to help you!
179
 
 
 
 
 
180
  = How to upload images to the gallery? =
181
 
182
  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.
183
 
 
 
 
 
184
  = How to change quality of the gallery thumbnails? =
185
 
186
  Quality of the gallery thumbnails could be easily changed in gallery size option / thumbnails options / source
187
 
188
+ = Do you have some conflict in gallery back end? =
189
 
190
+ 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.
191
+
192
+ = What can I do if some gallery interface elements in backend do not work properly? =
193
+
194
+ 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.
195
 
196
  = Is it possible create gallery in Wordpress post with Gallery? =
197
 
198
  Yes, you can insert gallery into post with shortcode tag
199
 
200
+ = How to customize hover effect? =
201
 
202
+ 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
203
 
204
+ = How to change text below image in lightbox ? =
205
 
206
+ 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.
207
 
208
  = How I can create custom (grid) layout of the thumbnails? =
209
 
210
  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
211
 
212
+ = How to define video for some gallery image? =
213
 
214
+ 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
215
+
216
+ = How to insert gallery into Wordpress page or post? =
217
+
218
+ 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
219
+
220
+ = How to generate shortcode for Wordpress page, post or widget? =
221
+
222
+ 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
223
 
224
  = How to define custom hover effect for some gallery thumbnail? =
225
 
226
  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.
227
 
228
+ = Do you have some limits for images types in gallery? =
229
 
230
+ You can use any standard file type in our gallery: png, jpg, jpeg, gif
231
 
232
  = Do you have some limit for images size in gallery? =
233
 
237
 
238
  Yes, you can use generated direct link inside particular gallery settings
239
 
 
 
 
 
240
  = Where specify description of the gallery images? =
241
 
242
  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
243
 
 
 
 
 
244
  = How to customize border of the gallery thumbnails? =
245
 
246
  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
247
 
248
+ = Do you have some limits for images amount in gallery? =
 
 
 
 
249
 
250
+ No, we don't have any limits for amount of the images in gallery
251
 
252
  = How to change spacing between thumbnails? =
253
 
254
  In gallery settings you can define horizontal and vertical paddings between gallery thumbnails
255
 
256
+ = How to set description text below image in the lightbox? =
257
+
258
+ 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.
259
+
260
  = Is it possible to have different settings for hover and static interface elements? =
261
 
262
  Yes, you can have different styles of the borders and shadows for static and hovered gallery thumbnails.
265
 
266
  In gallery settings you can enable custom caption settings where you can customize font size and see results in live preview
267
 
268
+ = How to hide titles of the gallery image in lightbox ? =
269
+
270
+ 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.
271
+
272
  = How to customize border of the gallery thumbnails? =
273
 
274
  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
275
 
276
+ = How to define custom link for some gallery images? =
277
 
278
+ 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
279
 
280
  = How to customize gallery layouts for different screen resolutions? =
281
 
282
  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.
283
 
284
+ = Is it possible to turn off border of the gallery thumbnails? =
285
 
286
+ Yes, in gallery options you can turn on/off border option
287
 
288
  = How to define size of the gallery images thumbnails? =
289
 
293
 
294
  You can change size, color and style of gallery thumbnails borders and shadows. Also you can define different parameters for static and hovered status
295
 
 
 
 
 
296
  = How to make shadow for the gallery thumbnails? =
297
 
298
  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
299
 
300
+ = How to change amount of images loading on gallery page? =
301
+
302
+ 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
303
+
304
  = How to enable lazy load in gallery options? =
305
 
306
  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
307
 
308
+ = How to change color of the gallery interface elements? =
309
+
310
+ 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.
311
+
312
  = How to make gallery thumbnails with rounded corners? =
313
 
314
  In gallery settings you can find section rounds where with special options you can define radius for the gallery thumbnails
317
 
318
  In gallery settings you can enable custom caption settings where you can customize font color and see results in live preview
319
 
320
+ = Is it possible to create target blank links? =
321
 
322
+ 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.
323
 
324
  = How to use multi-category functionality of the gallery? =
325
 
326
  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
327
 
 
 
 
 
328
  = Is it possible to customize gallery image caption ? =
329
 
330
  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
357
 
358
  When you open gallery images manager you'll find there image edit mode where you can flip source image
359
 
 
 
 
 
360
  = Where to change settings of the image of the gallery? =
361
 
362
  Settings of the gallery image you can change in images manager. There you can upload, edit or customize already uploaded images to the gallery
363
 
364
+ = How to crop uploaded gallery image? =
365
 
366
+ When you open gallery images manager you'll find there image edit mode where you can crop source image
367
 
368
  = How to change font size of the gallery image description text? =
369
 
373
 
374
  Gallery have 15 hover animation effects, which could be combined with additional custom options
375
 
376
+ = How to rotate uploaded gallery image? =
377
+
378
+ When you open gallery images manager you'll find there image edit mode where you can rotate source image
379
+
380
  = Do you have fade effect for the thumbnails hover? =
381
 
382
  Yes, gallery have fade hover effect
389
 
390
  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.
391
 
392
+ = How to customize gallery hover effect shutter layout? =
393
+
394
+ 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 gonna help you to build in some gallery images elements into hover
395
+
396
  = Is it possible to change transparency of the hover shutter? =
397
 
398
  Yes, it's possible to change transparency in gallery settings
401
 
402
  In our gallery implemented options which make you able to make gallery thumbnails looks in Polaroid style, with caption of the image below thumbnail
403
 
 
 
 
 
404
  = How many menu buttons styles do you have in gallery menu ? =
405
 
406
  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
559
 
560
  == Changelog ==
561
 
562
+ = 1.3.9 =
563
+ * Fixed self show images options
564
+ * Enabled to show self images by default after gallery update
565
+ * Updated configuration options
566
+
567
  = 1.3.8 =
568
  * Updated navigation functionality
569
  * Added new show/hide self images function
705
 
706
  == Upgrade Notice ==
707
 
708
+ = 1.3.9 =
709
+ Fixed self show images options, enabled to show self images by default after gallery update
710
+
711
  = 1.3.8 =
712
  Updated navigation functionality, added new show/hide self images function
713
 
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.3.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.3.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.3.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.3.9');
23
  define("ROBO_GALLERY_PATH", plugin_dir_path( __FILE__ ));
24
  define("ROBO_GALLERY_SPECIAL", 0);
25