Version Description
- New lightbox description panel style, added new Red theme
Download this release
Release Info
Developer | robosoft |
Plugin | Gallery – Photo Gallery and Images Gallery |
Version | 2.1.9 |
Comparing to | |
See all releases |
Code changes from version 2.1.8 to 2.1.9
- gallery/css/gallery.utils.css +4 -0
- includes/options/rbs_gallery_options_lightbox.php +1 -0
- readme.txt +36 -2
- robogallery.php +2 -2
gallery/css/gallery.utils.css
CHANGED
@@ -307,4 +307,8 @@
|
|
307 |
.rbs_desc_panel_light{
|
308 |
color: black;
|
309 |
background-color: rgba(255,255,255,0.8);
|
|
|
|
|
|
|
|
|
310 |
}
|
307 |
.rbs_desc_panel_light{
|
308 |
color: black;
|
309 |
background-color: rgba(255,255,255,0.8);
|
310 |
+
}
|
311 |
+
.rbs_desc_panel_red{
|
312 |
+
color: white;
|
313 |
+
background-color: rgba(212, 42, 42,0.8);
|
314 |
}
|
includes/options/rbs_gallery_options_lightbox.php
CHANGED
@@ -172,6 +172,7 @@ $lightbox_group->add_field( array(
|
|
172 |
'options' => array(
|
173 |
'light' => __( 'Light' , 'rbs_gallery' ),
|
174 |
'dark' => __( 'Dark' , 'rbs_gallery' ),
|
|
|
175 |
),
|
176 |
'after_row' => '</div>',
|
177 |
));
|
172 |
'options' => array(
|
173 |
'light' => __( 'Light' , 'rbs_gallery' ),
|
174 |
'dark' => __( 'Dark' , 'rbs_gallery' ),
|
175 |
+
'red' => __( 'Red' , 'rbs_gallery' ),
|
176 |
),
|
177 |
'after_row' => '</div>',
|
178 |
));
|
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 |
|
@@ -87,7 +87,8 @@ This interface gallery button have wide range of the front end interface customi
|
|
87 |
* **Gallery Backup** - in our gallery implemented multifunctional galleries backup function. With this modes you can easily transfer gallery settings and galleries images from one server to another. Gallery backup functionality have mode to make export only gallery settings or full gallery backup with gallery images and gallery settings.
|
88 |
* **Gallery Plugin Compatibility Settings** - in gallery settings you can customize general gallery plugin settings to avoid conflicts with another plugins or wordpress theme.
|
89 |
* **Gallery Admin Interface Modes** - in gallery settings you can customize gallery plugin interface settings to avoid conflicts with another plugins.
|
90 |
-
|
|
|
91 |
|
92 |
= Gallery Pro Key Features =
|
93 |
|
@@ -144,6 +145,10 @@ This interface gallery button have wide range of the front end interface customi
|
|
144 |
* **Gallery Backup** - in our gallery implemented multifunctional galleries backup function. With this modes you can easily transfer gallery settings and galleries images from one server to another. Gallery backup functionality have mode to make export only gallery settings or full gallery backup with gallery images and gallery settings.
|
145 |
* **Gallery Plugin Compatibility Settings** - in gallery settings you can customize general gallery plugin settings to avoid conflicts with another plugins or wordpress theme.
|
146 |
* **Gallery Admin Interface Modes** - in gallery settings you can customize gallery plugin interface settings to avoid conflicts with another plugins.
|
|
|
|
|
|
|
|
|
147 |
|
148 |
= Gallery Advantages =
|
149 |
|
@@ -158,6 +163,9 @@ This interface gallery button have wide range of the front end interface customi
|
|
158 |
* **Clone Gallery** - Gallery will copy all settings from selected source gallery. Very useful option for the webmasters who planning to create a lot of galleries. You don't have to configure gallery every time. Just setup styles of the gallery in one place and use the same options for another galleries on your website in another galleries. Very fast, comfortable, advanced tool to speed up your workflow!
|
159 |
* **Gallery Compatibility** - Gallery implemented in native Wordpress style. All code implemented based on Wordpress api and base classes. Also we tried in our gallery code avoid conflicts with other plugins and libraries. If you accordantly meet with some errors, conflicts or other related problems feel free to [contact us](http://robosoft.co/clients) and we'll to sort everything in short time. Also we have implemented set of gallery options which allow you to manager your gallery general settings to avoid conflicts.
|
160 |
* **Secure Gallery** - Gallery hard tested and followed all security requirements to avoid any security problems in our gallery.
|
|
|
|
|
|
|
161 |
|
162 |
|
163 |
> #### Useful Gallery Links
|
@@ -233,6 +241,26 @@ Quality of the gallery thumbnails could be easily changed in gallery size option
|
|
233 |
|
234 |
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.
|
235 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
236 |
|
237 |
== Installation ==
|
238 |
|
@@ -646,6 +674,9 @@ If any problem occurs, please contact us.
|
|
646 |
|
647 |
== Changelog ==
|
648 |
|
|
|
|
|
|
|
649 |
= 2.1.8 =
|
650 |
* Optimization of the admin lightbox settings
|
651 |
|
@@ -1254,6 +1285,9 @@ If any problem occurs, please contact us.
|
|
1254 |
|
1255 |
== Upgrade Notice ==
|
1256 |
|
|
|
|
|
|
|
1257 |
= 2.1.8 =
|
1258 |
Optimization of the admin lightbox settings
|
1259 |
|
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.9
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
87 |
* **Gallery Backup** - in our gallery implemented multifunctional galleries backup function. With this modes you can easily transfer gallery settings and galleries images from one server to another. Gallery backup functionality have mode to make export only gallery settings or full gallery backup with gallery images and gallery settings.
|
88 |
* **Gallery Plugin Compatibility Settings** - in gallery settings you can customize general gallery plugin settings to avoid conflicts with another plugins or wordpress theme.
|
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 |
|
145 |
* **Gallery Backup** - in our gallery implemented multifunctional galleries backup function. With this modes you can easily transfer gallery settings and galleries images from one server to another. Gallery backup functionality have mode to make export only gallery settings or full gallery backup with gallery images and gallery settings.
|
146 |
* **Gallery Plugin Compatibility Settings** - in gallery settings you can customize general gallery plugin settings to avoid conflicts with another plugins or wordpress theme.
|
147 |
* **Gallery Admin Interface Modes** - in gallery settings you can customize gallery plugin interface settings to avoid conflicts with another plugins.
|
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 =
|
154 |
|
163 |
* **Clone Gallery** - Gallery will copy all settings from selected source gallery. Very useful option for the webmasters who planning to create a lot of galleries. You don't have to configure gallery every time. Just setup styles of the gallery in one place and use the same options for another galleries on your website in another galleries. Very fast, comfortable, advanced tool to speed up your workflow!
|
164 |
* **Gallery Compatibility** - Gallery implemented in native Wordpress style. All code implemented based on Wordpress api and base classes. Also we tried in our gallery code avoid conflicts with other plugins and libraries. If you accordantly meet with some errors, conflicts or other related problems feel free to [contact us](http://robosoft.co/clients) and we'll to sort everything in short time. Also we have implemented set of gallery options which allow you to manager your gallery general settings to avoid conflicts.
|
165 |
* **Secure Gallery** - Gallery hard tested and followed all security requirements to avoid any security problems in our gallery.
|
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
|
241 |
|
242 |
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.
|
243 |
|
244 |
+
**Where to change settings of the image of the gallery?**
|
245 |
+
|
246 |
+
Settings of the gallery image you can change in images manager. There you can upload, edit or customize already uploaded images to the gallery
|
247 |
+
|
248 |
+
**Is it possible to change background color of the gallery lightbox?**
|
249 |
+
|
250 |
+
You can change background color of the gallery lightbox. When you open gallery settings you can find there gallery lightbox settings block, where you can change color of the gallery lightbox background.
|
251 |
+
|
252 |
+
**Is it possible to turn off border of the gallery thumbnails?**
|
253 |
+
|
254 |
+
Yes, in gallery options you can turn on/off border option
|
255 |
+
|
256 |
+
**How to turn on/off social buttons in gallery lightbox?**
|
257 |
+
|
258 |
+
When you open gallery settings you can find there gallery lightbox settings block, where you can turn on/off social buttons in gallery lightbox on the front end.
|
259 |
+
|
260 |
+
**Do you have some limits for images types in gallery?**
|
261 |
+
|
262 |
+
You can use any standard file type in our gallery: png, jpg, jpeg, gif
|
263 |
+
|
264 |
|
265 |
== Installation ==
|
266 |
|
674 |
|
675 |
== Changelog ==
|
676 |
|
677 |
+
= 2.1.9 =
|
678 |
+
* New lightbox description panel style, added new Red theme
|
679 |
+
|
680 |
= 2.1.8 =
|
681 |
* Optimization of the admin lightbox settings
|
682 |
|
1285 |
|
1286 |
== Upgrade Notice ==
|
1287 |
|
1288 |
+
= 2.1.9 =
|
1289 |
+
New lightbox description panel style, added new Red theme
|
1290 |
+
|
1291 |
= 2.1.8 =
|
1292 |
Optimization of the admin lightbox settings
|
1293 |
|
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.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", '2.1.9');
|
23 |
define("ROBO_GALLERY_PATH", plugin_dir_path( __FILE__ ));
|
24 |
define("ROBO_GALLERY_SPECIAL", 0);
|
25 |
|