Version Description
- New lightbox description panel style, added new Blue theme
Download this release
Release Info
Developer | robosoft |
Plugin | Gallery – Photo Gallery and Images Gallery |
Version | 2.1.10 |
Comparing to | |
See all releases |
Code changes from version 2.1.9 to 2.1.10
- gallery/css/gallery.utils.css +4 -0
- includes/options/rbs_gallery_options_lightbox.php +1 -0
- readme.txt +23 -1
- robogallery.php +2 -2
gallery/css/gallery.utils.css
CHANGED
@@ -311,4 +311,8 @@
|
|
311 |
.rbs_desc_panel_red{
|
312 |
color: white;
|
313 |
background-color: rgba(212, 42, 42,0.8);
|
|
|
|
|
|
|
|
|
314 |
}
|
311 |
.rbs_desc_panel_red{
|
312 |
color: white;
|
313 |
background-color: rgba(212, 42, 42,0.8);
|
314 |
+
}
|
315 |
+
.rbs_desc_panel_blue{
|
316 |
+
color: white;
|
317 |
+
background-color: rgba(35, 75, 215,0.8);
|
318 |
}
|
includes/options/rbs_gallery_options_lightbox.php
CHANGED
@@ -173,6 +173,7 @@ $lightbox_group->add_field( array(
|
|
173 |
'light' => __( 'Light' , 'rbs_gallery' ),
|
174 |
'dark' => __( 'Dark' , 'rbs_gallery' ),
|
175 |
'red' => __( 'Red' , 'rbs_gallery' ),
|
|
|
176 |
),
|
177 |
'after_row' => '</div>',
|
178 |
));
|
173 |
'light' => __( 'Light' , 'rbs_gallery' ),
|
174 |
'dark' => __( 'Dark' , 'rbs_gallery' ),
|
175 |
'red' => __( 'Red' , 'rbs_gallery' ),
|
176 |
+
'blue' => __( 'Blue' , 'rbs_gallery' ),
|
177 |
),
|
178 |
'after_row' => '</div>',
|
179 |
));
|
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.5
|
7 |
-
Stable tag: 2.1.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -89,6 +89,8 @@ This interface gallery button have wide range of the front end interface customi
|
|
89 |
* **Gallery Admin Interface Modes** - in gallery settings you can customize gallery plugin interface settings to avoid conflicts with another plugins.
|
90 |
* **Video Links** - in gallery media manager every image have separate option for video link. Gallery video links could be specified to to the youtube or vimeo.
|
91 |
* **Images Custom Ratio** - in gallery settings you can define custom ratio for every gallery. Every gallery could have personal settings for this option.
|
|
|
|
|
92 |
|
93 |
= Gallery Pro Key Features =
|
94 |
|
@@ -148,6 +150,7 @@ This interface gallery button have wide range of the front end interface customi
|
|
148 |
* **Video Links** - in gallery media manager every image have separate option for video link. Gallery video links could be specified to to the youtube or vimeo.
|
149 |
* **Images Custom Ratio** - in gallery settings you can define custom ratio for every gallery. Every gallery could have personal settings for this option.
|
150 |
* **Advanced gallery columns** - in gallery implemented advanced customizable thumbnails columns management. In gallery settings you can define different amount of thumbnails columns for different screen size/resolution.
|
|
|
151 |
|
152 |
|
153 |
= Gallery Advantages =
|
@@ -166,6 +169,7 @@ This interface gallery button have wide range of the front end interface customi
|
|
166 |
* **Gallery Posts** - in gallery implemented advanced posts manager. For every gallery possible to create multiply posts. Gallery posts manager have options for customization titles, slug, category and customizable text.
|
167 |
* **Advanced gallery columns** - in gallery implemented advanced customizable thumbnails columns management. In gallery settings you can define different amount of thumbnails columns for different screen size/resolution.
|
168 |
* **Advanced gallery menu settings** - in gallery implemented advanced customizable options for navigation menu. Gallery have advanced structure with ability to customize styles of the gallery menus.
|
|
|
169 |
|
170 |
|
171 |
> #### Useful Gallery Links
|
@@ -261,6 +265,18 @@ When you open gallery settings you can find there gallery lightbox settings bloc
|
|
261 |
|
262 |
You can use any standard file type in our gallery: png, jpg, jpeg, gif
|
263 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
264 |
|
265 |
== Installation ==
|
266 |
|
@@ -674,6 +690,9 @@ If any problem occurs, please contact us.
|
|
674 |
|
675 |
== Changelog ==
|
676 |
|
|
|
|
|
|
|
677 |
= 2.1.9 =
|
678 |
* New lightbox description panel style, added new Red theme
|
679 |
|
@@ -1285,6 +1304,9 @@ If any problem occurs, please contact us.
|
|
1285 |
|
1286 |
== Upgrade Notice ==
|
1287 |
|
|
|
|
|
|
|
1288 |
= 2.1.9 =
|
1289 |
New lightbox description panel style, added new Red theme
|
1290 |
|
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.5
|
7 |
+
Stable tag: 2.1.10
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
89 |
* **Gallery Admin Interface Modes** - in gallery settings you can customize gallery plugin interface settings to avoid conflicts with another plugins.
|
90 |
* **Video Links** - in gallery media manager every image have separate option for video link. Gallery video links could be specified to to the youtube or vimeo.
|
91 |
* **Images Custom Ratio** - in gallery settings you can define custom ratio for every gallery. Every gallery could have personal settings for this option.
|
92 |
+
* **Thumbnails Fade Effect** - in gallery implemented Fade effect for the hover of the gallery thumbnails. With such effect gallery hover animation become more attractive and eye catching.
|
93 |
+
|
94 |
|
95 |
= Gallery Pro Key Features =
|
96 |
|
150 |
* **Video Links** - in gallery media manager every image have separate option for video link. Gallery video links could be specified to to the youtube or vimeo.
|
151 |
* **Images Custom Ratio** - in gallery settings you can define custom ratio for every gallery. Every gallery could have personal settings for this option.
|
152 |
* **Advanced gallery columns** - in gallery implemented advanced customizable thumbnails columns management. In gallery settings you can define different amount of thumbnails columns for different screen size/resolution.
|
153 |
+
* **Thumbnails Fade Effect** - in gallery implemented Fade effect for the hover of the gallery thumbnails. With such effect gallery hover animation become more attractive and eye catching.
|
154 |
|
155 |
|
156 |
= Gallery Advantages =
|
169 |
* **Gallery Posts** - in gallery implemented advanced posts manager. For every gallery possible to create multiply posts. Gallery posts manager have options for customization titles, slug, category and customizable text.
|
170 |
* **Advanced gallery columns** - in gallery implemented advanced customizable thumbnails columns management. In gallery settings you can define different amount of thumbnails columns for different screen size/resolution.
|
171 |
* **Advanced gallery menu settings** - in gallery implemented advanced customizable options for navigation menu. Gallery have advanced structure with ability to customize styles of the gallery menus.
|
172 |
+
* **Thumbnails size** - in gallery implemented customizable options for thumbnails size definition and complex interface building. Gallery options have source size options where you can easily switch between size of the gallery thumbnails.
|
173 |
|
174 |
|
175 |
> #### Useful Gallery Links
|
265 |
|
266 |
You can use any standard file type in our gallery: png, jpg, jpeg, gif
|
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 change quality of the gallery thumbnails?**
|
273 |
+
|
274 |
+
Quality of the gallery thumbnails could be easily changed in gallery size option / thumbnails options / source
|
275 |
+
|
276 |
+
**Is it possible to change transparency of the gallery lightbox background ?**
|
277 |
+
|
278 |
+
Yes, you can change gallery lightbox background transparency in gallery settings. Yes, you can change background color of the gallery lightbox. When you open gallery settings you can find there gallery lightbox settings block. When you open color selector for the gallery lightbox background you'll see there additional slider option for transparency value.
|
279 |
+
|
280 |
|
281 |
== Installation ==
|
282 |
|
690 |
|
691 |
== Changelog ==
|
692 |
|
693 |
+
= 2.1.10 =
|
694 |
+
* New lightbox description panel style, added new Blue theme
|
695 |
+
|
696 |
= 2.1.9 =
|
697 |
* New lightbox description panel style, added new Red theme
|
698 |
|
1304 |
|
1305 |
== Upgrade Notice ==
|
1306 |
|
1307 |
+
= 2.1.10 =
|
1308 |
+
New lightbox description panel style, added new Blue theme
|
1309 |
+
|
1310 |
= 2.1.9 =
|
1311 |
New lightbox description panel style, added new Red theme
|
1312 |
|
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: 2.1.
|
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", '2.1.
|
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: 2.1.10
|
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", '2.1.10');
|
23 |
define("ROBO_GALLERY_PATH", plugin_dir_path( __FILE__ ));
|
24 |
define("ROBO_GALLERY_SPECIAL", 0);
|
25 |
|