Gallery – Photo Gallery and Images Gallery - Version 1.6.1

Version Description

  • Added new video guides to the admin backend
  • Added link into guides library to: grid gallery layout video guide
Download this release

Release Info

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

Code changes from version 1.6.0 to 1.6.1

css/admin/edit.css CHANGED
@@ -1 +1 @@
1
- /*
2
  z-index: 1000;
3
  opacity: 0.4;
4
  pointer-events: none;
5
  z-index: 1000;
6
  opacity: 0.1;
7
  pointer-events: none;
8
  padding-top: 7px;
9
  text-align: right;
10
  cursor: pointer;
 
11
  z-index: 1000;
12
  opacity: 0.4;
13
  pointer-events: none;
14
  z-index: 1000;
15
  opacity: 0.1;
16
  pointer-events: none;
17
  padding-top: 7px;
18
  text-align: right;
19
  cursor: pointer;
 
1
  z-index: 1000;
2
  opacity: 0.4;
3
  pointer-events: none;
4
  z-index: 1000;
5
  opacity: 0.1;
6
  pointer-events: none;
7
  padding-top: 7px;
8
  text-align: right;
9
  cursor: pointer;
10
+ /*
11
  z-index: 1000;
12
  opacity: 0.4;
13
  pointer-events: none;
14
  z-index: 1000;
15
  opacity: 0.1;
16
  pointer-events: none;
17
  padding-top: 7px;
18
  text-align: right;
19
  cursor: pointer;
includes/options/rbs_gallery_options_guides.php ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /*
3
+ * Robo Gallery
4
+ * Version: 1.0
5
+ * By Robosoft
6
+ *
7
+ * Contact: http://robosoft.co
8
+ * Created: 2015
9
+ * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
+ *
11
+ * Copyright (c) 2014-2015, Robosoft. All rights reserved.
12
+ * Available only in http://robosoft.co/
13
+ */
14
+
15
+ //guides
16
+ $guides_group = new_cmb2_box( array(
17
+ 'id' => ROBO_GALLERY_PREFIX . 'guides_metabox',
18
+ 'title' => '<span class="dashicons dashicons-video-alt3 rbs-icon-red"></span> '.__( 'Video Guides', 'rbs_gallery' ),
19
+ 'object_types' => array( ROBO_GALLERY_TYPE_POST ),
20
+ 'context' => 'side',
21
+ 'priority' => 'high',
22
+ // 'closed' => rbs_gallery_set_checkbox_default_for_new_post(0),
23
+ 'show_names' => false,
24
+ ));
25
+
26
+ $guides_group->add_field( array(
27
+ 'id' => ROBO_GALLERY_PREFIX.'guide_desc',
28
+ 'type' => 'title',
29
+ 'before_row' => '<a href="https://www.youtube.com/watch?v=DdCpRuLFxzk" target="_blank" class="rbs_guide_red">How to make custom grid layout?</a>',
30
+ 'after_row' => '',
31
+ ));
includes/rbs_gallery_edit.php CHANGED
@@ -19,6 +19,8 @@ function rbs_gallery_group_metabox() {
19
  }
20
  if( rbs_gallery_is_edit_page('edit') ) rbs_gallery_include('rbs_gallery_options_copy.php', ROBO_GALLERY_OPTIONS_PATH);
21
 
 
 
22
  rbs_gallery_include('rbs_gallery_options_images.php', ROBO_GALLERY_OPTIONS_PATH);
23
 
24
  if( rbs_gallery_is_edit_page('edit') ){
19
  }
20
  if( rbs_gallery_is_edit_page('edit') ) rbs_gallery_include('rbs_gallery_options_copy.php', ROBO_GALLERY_OPTIONS_PATH);
21
 
22
+ rbs_gallery_include('rbs_gallery_options_guides.php', ROBO_GALLERY_OPTIONS_PATH);
23
+
24
  rbs_gallery_include('rbs_gallery_options_images.php', ROBO_GALLERY_OPTIONS_PATH);
25
 
26
  if( rbs_gallery_is_edit_page('edit') ){
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.6.0
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -217,6 +217,10 @@ In gallery settings you can find hover type options. In settings of the gallery
217
 
218
  You can use any standard file type in our gallery: png, jpg, jpeg, gif
219
 
 
 
 
 
220
  = Is it possible create gallery in Wordpress post with Gallery? =
221
 
222
  Yes, you can insert gallery into post with shortcode tag
@@ -225,10 +229,6 @@ Yes, you can insert gallery into post with shortcode tag
225
 
226
  Quality of the gallery thumbnails could be easily changed in gallery size option / thumbnails options / source
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
  = How I can create custom (grid) layout of the thumbnails? =
233
 
234
  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
@@ -237,6 +237,10 @@ In our gallery we implemented layout based on columns amount. So you can general
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
  = How to define custom hover effect for some gallery thumbnail? =
241
 
242
  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.
@@ -245,10 +249,6 @@ When you open gallery media manager you'll see there list of the gallery images.
245
 
246
  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
247
 
248
- = How to change text below image in lightbox ? =
249
-
250
- 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.
251
-
252
  = How to customize border of the gallery thumbnails? =
253
 
254
  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
@@ -269,10 +269,6 @@ In lightbox section of the gallery settings you can find hide title option. If y
269
 
270
  No, we don't have any limits for amount of the images in gallery
271
 
272
- = Where specify description of the gallery images? =
273
-
274
- 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
275
-
276
  = How to make shadow for the gallery thumbnails? =
277
 
278
  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
@@ -281,6 +277,10 @@ Shadows of the thumbnails you can customize in gallery settings. With gallery se
281
 
282
  Yes, you can use generated direct link inside particular gallery settings
283
 
 
 
 
 
284
  = How to change color of the gallery interface elements? =
285
 
286
  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.
@@ -289,10 +289,6 @@ Color of every gallery front end interface element could be changed changed in a
289
 
290
  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.
291
 
292
- = Is it possible to have different settings for hover and static interface elements? =
293
-
294
- Yes, you can have different styles of the borders and shadows for static and hovered gallery thumbnails.
295
-
296
  = How to change spacing between thumbnails? =
297
 
298
  In gallery settings you can define horizontal and vertical paddings between gallery thumbnails
@@ -305,6 +301,10 @@ In gallery settings you can find section rounds where with special options you c
305
 
306
  Yes, you can use HTML tags inside gallery image description field
307
 
 
 
 
 
308
  = How to set description text below image in the lightbox? =
309
 
310
  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.
@@ -575,6 +575,10 @@ If any problem occurs, please contact us.
575
 
576
  == Changelog ==
577
 
 
 
 
 
578
  = 1.6.0 =
579
  * Added new translation to Portuguese
580
 
@@ -817,6 +821,9 @@ If any problem occurs, please contact us.
817
 
818
  == Upgrade Notice ==
819
 
 
 
 
820
  = 1.6.0 =
821
  Added new translation to Portuguese
822
 
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.6.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
217
 
218
  You can use any standard file type in our gallery: png, jpg, jpeg, gif
219
 
220
+ = How to customize border of the gallery thumbnails? =
221
+
222
+ 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
223
+
224
  = Is it possible create gallery in Wordpress post with Gallery? =
225
 
226
  Yes, you can insert gallery into post with shortcode tag
229
 
230
  Quality of the gallery thumbnails could be easily changed in gallery size option / thumbnails options / source
231
 
 
 
 
 
232
  = How I can create custom (grid) layout of the thumbnails? =
233
 
234
  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
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
+ = How to change text below image in lightbox ? =
241
+
242
+ 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.
243
+
244
  = How to define custom hover effect for some gallery thumbnail? =
245
 
246
  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.
249
 
250
  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
251
 
 
 
 
 
252
  = How to customize border of the gallery thumbnails? =
253
 
254
  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
269
 
270
  No, we don't have any limits for amount of the images in gallery
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
277
 
278
  Yes, you can use generated direct link inside particular gallery settings
279
 
280
+ = Where specify description of the gallery images? =
281
+
282
+ 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
283
+
284
  = How to change color of the gallery interface elements? =
285
 
286
  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.
289
 
290
  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.
291
 
 
 
 
 
292
  = How to change spacing between thumbnails? =
293
 
294
  In gallery settings you can define horizontal and vertical paddings between gallery thumbnails
301
 
302
  Yes, you can use HTML tags inside gallery image description field
303
 
304
+ = Is it possible to have different settings for hover and static interface elements? =
305
+
306
+ Yes, you can have different styles of the borders and shadows for static and hovered gallery thumbnails.
307
+
308
  = How to set description text below image in the lightbox? =
309
 
310
  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.
575
 
576
  == Changelog ==
577
 
578
+ = 1.6.1 =
579
+ * Added new video guides to the admin backend
580
+ * Added link into guides library to: grid gallery layout video guide
581
+
582
  = 1.6.0 =
583
  * Added new translation to Portuguese
584
 
821
 
822
  == Upgrade Notice ==
823
 
824
+ = 1.6.1 =
825
+ Added video guides to the admin backend, added link into guides library to: grid gallery layout guide
826
+
827
  = 1.6.0 =
828
  Added new translation to Portuguese
829
 
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.0
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.0');
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.1
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.1');
23
  define("ROBO_GALLERY_PATH", plugin_dir_path( __FILE__ ));
24
  define("ROBO_GALLERY_SPECIAL", 0);
25