Version Description
- New lightbox description panel style, added new Green theme
Download this release
Release Info
Developer | robosoft |
Plugin | Gallery – Photo Gallery and Images Gallery |
Version | 2.1.11 |
Comparing to | |
See all releases |
Code changes from version 2.1.10 to 2.1.11
- gallery/css/gallery.utils.css +4 -0
- includes/options/rbs_gallery_options_lightbox.php +1 -0
- readme.txt +31 -22
- robogallery.php +2 -2
gallery/css/gallery.utils.css
CHANGED
@@ -315,4 +315,8 @@
|
|
315 |
.rbs_desc_panel_blue{
|
316 |
color: white;
|
317 |
background-color: rgba(35, 75, 215,0.8);
|
|
|
|
|
|
|
|
|
318 |
}
|
315 |
.rbs_desc_panel_blue{
|
316 |
color: white;
|
317 |
background-color: rgba(35, 75, 215,0.8);
|
318 |
+
}
|
319 |
+
.rbs_desc_panel_green{
|
320 |
+
color: white;
|
321 |
+
background-color: rgba(46, 215, 35,0.8);
|
322 |
}
|
includes/options/rbs_gallery_options_lightbox.php
CHANGED
@@ -174,6 +174,7 @@ $lightbox_group->add_field( array(
|
|
174 |
'dark' => __( 'Dark' , 'rbs_gallery' ),
|
175 |
'red' => __( 'Red' , 'rbs_gallery' ),
|
176 |
'blue' => __( 'Blue' , 'rbs_gallery' ),
|
|
|
177 |
),
|
178 |
'after_row' => '</div>',
|
179 |
));
|
174 |
'dark' => __( 'Dark' , 'rbs_gallery' ),
|
175 |
'red' => __( 'Red' , 'rbs_gallery' ),
|
176 |
'blue' => __( 'Blue' , 'rbs_gallery' ),
|
177 |
+
'green' => __( 'Green' , 'rbs_gallery' ),
|
178 |
),
|
179 |
'after_row' => '</div>',
|
180 |
));
|
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 |
|
@@ -152,7 +152,6 @@ This interface gallery button have wide range of the front end interface customi
|
|
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 =
|
157 |
|
158 |
* **Gallery Images and Videos** - Robo Gallery support different type of the content. You can upload to the gallery images, insert links to the video on Youtube or Vimeo.
|
@@ -237,6 +236,10 @@ When you enable border in gallery settings you will see multiply options for cus
|
|
237 |
|
238 |
Yes, you can use generated direct link inside particular gallery settings
|
239 |
|
|
|
|
|
|
|
|
|
240 |
**How to change quality of the gallery thumbnails?**
|
241 |
|
242 |
Quality of the gallery thumbnails could be easily changed in gallery size option / thumbnails options / source
|
@@ -392,18 +395,6 @@ Yes, you can change gallery lightbox background transparency in gallery settings
|
|
392 |
|
393 |
In gallery settings you can find before/after text gallery field. This fields support HTML tags.
|
394 |
|
395 |
-
= How to enable icons on gallery hover shutter? =
|
396 |
-
|
397 |
-
In gallery hover settings we implemented full set of configuration settings of the buttons. You can change icon, style size, colors for static and hovered buttons. You can select icon with build in wizard
|
398 |
-
|
399 |
-
= Is it possible to change background color of the gallery lightbox? =
|
400 |
-
|
401 |
-
Yes, 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.
|
402 |
-
|
403 |
-
= Is it possible to create target blank links? =
|
404 |
-
|
405 |
-
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.
|
406 |
-
|
407 |
= How to turn off social buttons in gallery lightbox? =
|
408 |
|
409 |
When you open gallery settings you can find there gallery lightbox settings block, where you can turn off social buttons in gallery lightbox on the front end.
|
@@ -416,6 +407,18 @@ Yes, you can easily change color of the hovered image in gallery in backend. In
|
|
416 |
|
417 |
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
|
418 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
419 |
= How to change ordering of the gallery images? =
|
420 |
|
421 |
When you open gallery for edit you can find there images manager where you can change ordering of the gallery images
|
@@ -424,6 +427,14 @@ When you open gallery for edit you can find there images manager where you can c
|
|
424 |
|
425 |
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
|
426 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
427 |
= How to flip uploaded gallery image? =
|
428 |
|
429 |
When you open gallery images manager you'll find there image edit mode where you can flip source image
|
@@ -436,14 +447,6 @@ In gallery settings you can define horizontal and vertical paddings between gall
|
|
436 |
|
437 |
When you open gallery images manager you can define alt for every gallery image there
|
438 |
|
439 |
-
= Is it possible create gallery in Wordpress post with Gallery? =
|
440 |
-
|
441 |
-
Yes, you can insert gallery into post with shortcode tag
|
442 |
-
|
443 |
-
= What can I do if some gallery interface elements in backend do not work properly? =
|
444 |
-
|
445 |
-
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.
|
446 |
-
|
447 |
= How to generate shortcode for Wordpress page, post or widget? =
|
448 |
|
449 |
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
|
@@ -690,6 +693,9 @@ If any problem occurs, please contact us.
|
|
690 |
|
691 |
== Changelog ==
|
692 |
|
|
|
|
|
|
|
693 |
= 2.1.10 =
|
694 |
* New lightbox description panel style, added new Blue theme
|
695 |
|
@@ -1304,6 +1310,9 @@ If any problem occurs, please contact us.
|
|
1304 |
|
1305 |
== Upgrade Notice ==
|
1306 |
|
|
|
|
|
|
|
1307 |
= 2.1.10 =
|
1308 |
New lightbox description panel style, added new Blue theme
|
1309 |
|
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.11
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
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 |
= Gallery Advantages =
|
156 |
|
157 |
* **Gallery Images and Videos** - Robo Gallery support different type of the content. You can upload to the gallery images, insert links to the video on Youtube or Vimeo.
|
236 |
|
237 |
Yes, you can use generated direct link inside particular gallery settings
|
238 |
|
239 |
+
**How to add text before and after gallery?**
|
240 |
+
|
241 |
+
In gallery settings you can find before/after text gallery field. This fields support HTML tags.
|
242 |
+
|
243 |
**How to change quality of the gallery thumbnails?**
|
244 |
|
245 |
Quality of the gallery thumbnails could be easily changed in gallery size option / thumbnails options / source
|
395 |
|
396 |
In gallery settings you can find before/after text gallery field. This fields support HTML tags.
|
397 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
398 |
= How to turn off social buttons in gallery lightbox? =
|
399 |
|
400 |
When you open gallery settings you can find there gallery lightbox settings block, where you can turn off social buttons in gallery lightbox on the front end.
|
407 |
|
408 |
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
|
409 |
|
410 |
+
= How to enable icons on gallery hover shutter? =
|
411 |
+
|
412 |
+
In gallery hover settings we implemented full set of configuration settings of the buttons. You can change icon, style size, colors for static and hovered buttons. You can select icon with build in wizard
|
413 |
+
|
414 |
+
= Is it possible to change background color of the gallery lightbox? =
|
415 |
+
|
416 |
+
Yes, 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.
|
417 |
+
|
418 |
+
= Is it possible to create target blank links? =
|
419 |
+
|
420 |
+
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.
|
421 |
+
|
422 |
= How to change ordering of the gallery images? =
|
423 |
|
424 |
When you open gallery for edit you can find there images manager where you can change ordering of the gallery images
|
427 |
|
428 |
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
|
429 |
|
430 |
+
= Is it possible create gallery in Wordpress post with Gallery? =
|
431 |
+
|
432 |
+
Yes, you can insert gallery into post with shortcode tag
|
433 |
+
|
434 |
+
= What can I do if some gallery interface elements in backend do not work properly? =
|
435 |
+
|
436 |
+
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.
|
437 |
+
|
438 |
= How to flip uploaded gallery image? =
|
439 |
|
440 |
When you open gallery images manager you'll find there image edit mode where you can flip source image
|
447 |
|
448 |
When you open gallery images manager you can define alt for every gallery image there
|
449 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
450 |
= How to generate shortcode for Wordpress page, post or widget? =
|
451 |
|
452 |
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
|
693 |
|
694 |
== Changelog ==
|
695 |
|
696 |
+
= 2.1.11 =
|
697 |
+
* New lightbox description panel style, added new Green theme
|
698 |
+
|
699 |
= 2.1.10 =
|
700 |
* New lightbox description panel style, added new Blue theme
|
701 |
|
1310 |
|
1311 |
== Upgrade Notice ==
|
1312 |
|
1313 |
+
= 2.1.11 =
|
1314 |
+
New lightbox description panel style, added new Green theme
|
1315 |
+
|
1316 |
= 2.1.10 =
|
1317 |
New lightbox description panel style, added new Blue theme
|
1318 |
|
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.11
|
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.11');
|
23 |
define("ROBO_GALLERY_PATH", plugin_dir_path( __FILE__ ));
|
24 |
define("ROBO_GALLERY_SPECIAL", 0);
|
25 |
|