Gallery – Photo Gallery and Images Gallery - Version 1.6.9

Version Description

  • Added new content to video guides section
  • Added link to gallery shortcode tools video guide
Download this release

Release Info

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

Code changes from version 1.6.8 to 1.6.9

Files changed (3) hide show
  1. includes/rbs_gallery_config.php +5 -0
  2. readme.txt +62 -55
  3. robogallery.php +2 -2
includes/rbs_gallery_config.php CHANGED
@@ -45,6 +45,11 @@ if( !class_exists('RoboGalleryConfig') ){
45
  'text'=> 'How to manage gallery post?',
46
  'class'=> 'violet'
47
  ),
 
 
 
 
 
48
 
49
  );
50
 
45
  'text'=> 'How to manage gallery post?',
46
  'class'=> 'violet'
47
  ),
48
+ array(
49
+ 'link'=> 'https://www.youtube.com/watch?v=lxDR6E8erBA',
50
+ 'text'=> 'How to create shortcode?',
51
+ 'class'=> 'green'
52
+ ),
53
 
54
  );
55
 
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://www.robosoft.co/robogallery
4
  Tags: gallery, add gallery, photo gallery, images gallery, media gallery, responsive gallery, gallery image, gallery lightbox, Polaroid gallery, Gallery Plugin, plugin gallery, video gallery, gallery shortcode, responsive images gallery, website gallery, widget gallery, wordpress gallery, wordpress gallery plugin, wordpress photo gallery plugin, wp gallery, wp gallery plugin, wp gallery plugins, multi categories gallery, add galleries, add picture, add pictures, album, best gallery, best gallery plugin, responsive galleries, mobile gallery, mobile galleries, responsive photo gallery, best portfolio, easy media gallery, filterable gallery, filterable portfolio, foto, fotoalbum, fotogalerie, sortable gallery, sortable galleries, free photo gallery, fullscreen gallery, galary, galeri, galerie, galerij, galery, gallary, Galleria, gallerie, galleries, gallery decription, gallery slider, gelary, gellary, gellery, google, grid gallery, image, image album, image gallery, image gallery plugin, image lightbox, image slider, image slideshow, images, jquery, jquery gallery, links, media, multiple pictures, page, pagination gallery, pagination portfolio, photo, photo album, photo albums, photoalbum, photogallery, photos, photoset, picture, pictures, plugin, plugin for gallery, portfolio, portfolio gallery, portfolio plugin, Post, posts, responsive slideshow, responsive wordpress photo gallery, seo image, slide show, slideshow, thumbnail, upload images, upload photos, batch upload, multiply images upload, view images, view pictures, wordpress portfolio plugin, multi-categories gallery, multi categories galleries, robo gallery
5
  Requires at least: 3.3
6
  Tested up to: 4.4
7
- Stable tag: 1.6.8
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -193,25 +193,21 @@ You can use any standard file type in our gallery: png, jpg, jpeg, gif
193
 
194
  Yes, you can insert gallery into post with shortcode tag
195
 
196
- = How to upload images to the gallery? =
197
 
198
- 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.
199
 
200
- = How to insert gallery into Wordpress page or post? =
201
 
202
- 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
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 to define video for some gallery image? =
209
-
210
- 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
211
-
212
- = How to change quality of the gallery thumbnails? =
213
 
214
- Quality of the gallery thumbnails could be easily changed in gallery size option / thumbnails options / source
215
 
216
  = How to define size of the gallery images thumbnails? =
217
 
@@ -221,81 +217,73 @@ Our gallery is fully responsive and gallery thumbnails size depend of a lot of f
221
 
222
  No, we don't have any limits for amount of the images in gallery
223
 
224
- = How I can create custom (grid) layout of the thumbnails? =
225
 
226
- 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
227
 
228
  = How to customize border of the gallery thumbnails? =
229
 
230
  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
231
 
 
 
 
 
232
  = What can I do if some gallery interface elements in backend do not work properly? =
233
 
234
  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.
235
 
236
- = How to change font size of the gallery image caption? =
237
 
238
- In gallery settings you can enable custom caption settings where you can customize font size and see results in live preview
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 hide titles of the gallery image in lightbox ? =
245
 
246
  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.
247
 
248
- = How to customize hover effect? =
249
-
250
- 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
251
-
252
- = How to generate shortcode for Wordpress page, post or widget? =
253
-
254
- 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
255
-
256
  = How to customize border of the gallery thumbnails? =
257
 
258
  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
259
 
260
- = Do you have some limit for images size in gallery? =
261
-
262
- No, we don't have any limits for image size in our gallery.
263
-
264
  = Is it possible to create direct link on the front end to the gallery? =
265
 
266
  Yes, you can use generated direct link inside particular gallery settings
267
 
268
- = How to make shadow for the gallery thumbnails? =
269
-
270
- 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
271
-
272
- = How to load more function work? =
273
 
274
- 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
275
 
276
- = How to change amount of images loading on gallery page? =
277
 
278
- 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
279
 
280
  = How to define custom hover effect for some gallery thumbnail? =
281
 
282
  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.
283
 
284
- = How to enable lazy load in gallery options? =
285
 
286
- 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
 
 
 
 
287
 
288
  = Which parameters I can change for the gallery thumbnails borders and shadows? =
289
 
290
  You can change size, color and style of gallery thumbnails borders and shadows. Also you can define different parameters for static and hovered status
291
 
292
- = How to make gallery thumbnails with rounded corners? =
293
 
294
- In gallery settings you can find section rounds where with special options you can define radius for the gallery thumbnails
295
 
296
- = Is it possible to use HTML in image description ? =
297
 
298
- Yes, you can use HTML tags inside gallery image description field
299
 
300
  = How to change spacing between thumbnails? =
301
 
@@ -305,10 +293,22 @@ In gallery settings you can define horizontal and vertical paddings between gall
305
 
306
  Yes, you can have different styles of the borders and shadows for static and hovered gallery thumbnails.
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 change ordering of the gallery images? =
313
 
314
  When you open gallery for edit you can find there images manager where you can change ordering of the gallery images
@@ -317,6 +317,10 @@ When you open gallery for edit you can find there images manager where you can c
317
 
318
  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
319
 
 
 
 
 
320
  = Is it possible to customize gallery image caption ? =
321
 
322
  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
@@ -329,10 +333,6 @@ In admin section of the gallery you'll find columns options which provide you ad
329
 
330
  In gallery settings you can enable custom caption settings where you can customize font color and see results in live preview
331
 
332
- = How to use multi-category functionality of the gallery? =
333
-
334
- 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
335
-
336
  = Do you have fade effect for the thumbnails hover? =
337
 
338
  Yes, gallery have fade hover effect
@@ -345,6 +345,10 @@ When you enable border in gallery settings you will see multiply options for cus
345
 
346
  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.
347
 
 
 
 
 
348
  = How to define custom ALT for gallery image? =
349
 
350
  When you open gallery images manager you can define alt for every gallery image there
@@ -357,10 +361,6 @@ Settings of the gallery image you can change in images manager. There you can up
357
 
358
  When you open gallery images manager you'll find there image edit mode where you can crop source image
359
 
360
- = How to change font color of the gallery image description text? =
361
-
362
- 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
363
-
364
  = How to rotate uploaded gallery image? =
365
 
366
  When you open gallery images manager you'll find there image edit mode where you can rotate source image
@@ -373,6 +373,10 @@ In gallery settings you can find before/after text gallery field. This fields su
373
 
374
  Yes, in gallery options you can turn on/off border option
375
 
 
 
 
 
376
  = Is it possible to create target blank links? =
377
 
378
  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.
@@ -381,10 +385,6 @@ Yes. When you open gallery media manager you'll see there list of the gallery im
381
 
382
  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.
383
 
384
- = How to customize gallery hover effect shutter layout? =
385
-
386
- 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
387
-
388
  = How to flip uploaded gallery image? =
389
 
390
  When you open gallery images manager you'll find there image edit mode where you can flip source image
@@ -575,6 +575,10 @@ If any problem occurs, please contact us.
575
 
576
  == Changelog ==
577
 
 
 
 
 
578
  = 1.6.8 =
579
  * Added new content to video guides section
580
  * Added link to gallery posts management video guide
@@ -850,6 +854,9 @@ If any problem occurs, please contact us.
850
 
851
  == Upgrade Notice ==
852
 
 
 
 
853
  = 1.6.8 =
854
  Added new content to video guides section, added link to gallery posts management video guide
855
 
4
  Tags: gallery, add gallery, photo gallery, images gallery, media gallery, responsive gallery, gallery image, gallery lightbox, Polaroid gallery, Gallery Plugin, plugin gallery, video gallery, gallery shortcode, responsive images gallery, website gallery, widget gallery, wordpress gallery, wordpress gallery plugin, wordpress photo gallery plugin, wp gallery, wp gallery plugin, wp gallery plugins, multi categories gallery, add galleries, add picture, add pictures, album, best gallery, best gallery plugin, responsive galleries, mobile gallery, mobile galleries, responsive photo gallery, best portfolio, easy media gallery, filterable gallery, filterable portfolio, foto, fotoalbum, fotogalerie, sortable gallery, sortable galleries, free photo gallery, fullscreen gallery, galary, galeri, galerie, galerij, galery, gallary, Galleria, gallerie, galleries, gallery decription, gallery slider, gelary, gellary, gellery, google, grid gallery, image, image album, image gallery, image gallery plugin, image lightbox, image slider, image slideshow, images, jquery, jquery gallery, links, media, multiple pictures, page, pagination gallery, pagination portfolio, photo, photo album, photo albums, photoalbum, photogallery, photos, photoset, picture, pictures, plugin, plugin for gallery, portfolio, portfolio gallery, portfolio plugin, Post, posts, responsive slideshow, responsive wordpress photo gallery, seo image, slide show, slideshow, thumbnail, upload images, upload photos, batch upload, multiply images upload, view images, view pictures, wordpress portfolio plugin, multi-categories gallery, multi categories galleries, robo gallery
5
  Requires at least: 3.3
6
  Tested up to: 4.4
7
+ Stable tag: 1.6.9
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
193
 
194
  Yes, you can insert gallery into post with shortcode tag
195
 
196
+ = How to define video for some gallery image? =
197
 
198
+ 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
199
 
200
+ = How to upload images to the gallery? =
201
 
202
+ 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.
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 to insert gallery into Wordpress page or post? =
 
 
 
 
209
 
210
+ 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
211
 
212
  = How to define size of the gallery images thumbnails? =
213
 
217
 
218
  No, we don't have any limits for amount of the images in gallery
219
 
220
+ = How to change quality of the gallery thumbnails? =
221
 
222
+ Quality of the gallery thumbnails could be easily changed in gallery size option / thumbnails options / source
223
 
224
  = How to customize border of the gallery thumbnails? =
225
 
226
  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
227
 
228
+ = Where specify description of the gallery images? =
229
+
230
+ 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
231
+
232
  = What can I do if some gallery interface elements in backend do not work properly? =
233
 
234
  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.
235
 
236
+ = How I can create custom (grid) layout of the thumbnails? =
237
 
238
+ 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
239
 
240
+ = How to change font size of the gallery image caption? =
241
 
242
+ In gallery settings you can enable custom caption settings where you can customize font size and see results in live preview
243
 
244
  = How to hide titles of the gallery image in lightbox ? =
245
 
246
  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.
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
  = Is it possible to create direct link on the front end to the gallery? =
253
 
254
  Yes, you can use generated direct link inside particular gallery settings
255
 
256
+ = Do you have some limit for images size in gallery? =
 
 
 
 
257
 
258
+ No, we don't have any limits for image size in our gallery.
259
 
260
+ = How to customize hover effect? =
261
 
262
+ 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
263
 
264
  = How to define custom hover effect for some gallery thumbnail? =
265
 
266
  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.
267
 
268
+ = How to generate shortcode for Wordpress page, post or widget? =
269
 
270
+ 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
271
+
272
+ = How to make shadow for the gallery thumbnails? =
273
+
274
+ 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
275
 
276
  = Which parameters I can change for the gallery thumbnails borders and shadows? =
277
 
278
  You can change size, color and style of gallery thumbnails borders and shadows. Also you can define different parameters for static and hovered status
279
 
280
+ = How to change amount of images loading on gallery page? =
281
 
282
+ 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
283
 
284
+ = How to load more function work? =
285
 
286
+ 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
287
 
288
  = How to change spacing between thumbnails? =
289
 
293
 
294
  Yes, you can have different styles of the borders and shadows for static and hovered gallery thumbnails.
295
 
296
+ = How to make gallery thumbnails with rounded corners? =
297
+
298
+ In gallery settings you can find section rounds where with special options you can define radius for the gallery thumbnails
299
+
300
  = How to change color of the gallery interface elements? =
301
 
302
  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.
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
+ = Is it possible to use HTML in image description ? =
309
+
310
+ Yes, you can use HTML tags inside gallery image description field
311
+
312
  = How to change ordering of the gallery images? =
313
 
314
  When you open gallery for edit you can find there images manager where you can change ordering of the gallery images
317
 
318
  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
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 customize gallery image caption ? =
325
 
326
  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
333
 
334
  In gallery settings you can enable custom caption settings where you can customize font color and see results in live preview
335
 
 
 
 
 
336
  = Do you have fade effect for the thumbnails hover? =
337
 
338
  Yes, gallery have fade hover effect
345
 
346
  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.
347
 
348
+ = How to change font color of the gallery image description text? =
349
+
350
+ 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
351
+
352
  = How to define custom ALT for gallery image? =
353
 
354
  When you open gallery images manager you can define alt for every gallery image there
361
 
362
  When you open gallery images manager you'll find there image edit mode where you can crop source image
363
 
 
 
 
 
364
  = How to rotate uploaded gallery image? =
365
 
366
  When you open gallery images manager you'll find there image edit mode where you can rotate source image
373
 
374
  Yes, in gallery options you can turn on/off border option
375
 
376
+ = How to customize gallery hover effect shutter layout? =
377
+
378
+ 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
379
+
380
  = Is it possible to create target blank links? =
381
 
382
  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.
385
 
386
  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.
387
 
 
 
 
 
388
  = How to flip uploaded gallery image? =
389
 
390
  When you open gallery images manager you'll find there image edit mode where you can flip source image
575
 
576
  == Changelog ==
577
 
578
+ = 1.6.9 =
579
+ * Added new content to video guides section
580
+ * Added link to gallery shortcode tools video guide
581
+
582
  = 1.6.8 =
583
  * Added new content to video guides section
584
  * Added link to gallery posts management video guide
854
 
855
  == Upgrade Notice ==
856
 
857
+ = 1.6.9 =
858
+ Added new content to video guides section, added link to gallery shortcode tools video guide
859
+
860
  = 1.6.8 =
861
  Added new content to video guides section, added link to gallery posts management video guide
862
 
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.6.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.6.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.6.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.6.9');
23
  define("ROBO_GALLERY_PATH", plugin_dir_path( __FILE__ ));
24
  define("ROBO_GALLERY_SPECIAL", 0);
25