Version Description
- Optimization of the admin lightbox settings
Download this release
Release Info
Developer | robosoft |
Plugin | Gallery – Photo Gallery and Images Gallery |
Version | 2.1.8 |
Comparing to | |
See all releases |
Code changes from version 2.1.7 to 2.1.8
- includes/options/rbs_gallery_options_lightbox.php +3 -0
- readme.txt +47 -1
- robogallery.php +2 -2
includes/options/rbs_gallery_options_lightbox.php
CHANGED
@@ -144,6 +144,7 @@ $lightbox_group->add_field( array(
|
|
144 |
'id' => ROBO_GALLERY_PREFIX . 'lightboxDescPanel',
|
145 |
'type' => 'switch',
|
146 |
'showhide' => 1,
|
|
|
147 |
'default' => rbs_gallery_set_checkbox_default_for_new_post(0),
|
148 |
'bootstrap_style'=> 1,
|
149 |
));
|
@@ -159,6 +160,7 @@ $lightbox_group->add_field( array(
|
|
159 |
'desc' => __( 'Description' , 'rbs_gallery' ),
|
160 |
'caption' => __( 'Caption' , 'rbs_gallery' ),
|
161 |
),
|
|
|
162 |
));
|
163 |
|
164 |
$lightbox_group->add_field( array(
|
@@ -171,6 +173,7 @@ $lightbox_group->add_field( array(
|
|
171 |
'light' => __( 'Light' , 'rbs_gallery' ),
|
172 |
'dark' => __( 'Dark' , 'rbs_gallery' ),
|
173 |
),
|
|
|
174 |
));
|
175 |
|
176 |
$lightbox_group->add_field( array(
|
144 |
'id' => ROBO_GALLERY_PREFIX . 'lightboxDescPanel',
|
145 |
'type' => 'switch',
|
146 |
'showhide' => 1,
|
147 |
+
'depends' => '.rbs_lightbox_desc_panel',
|
148 |
'default' => rbs_gallery_set_checkbox_default_for_new_post(0),
|
149 |
'bootstrap_style'=> 1,
|
150 |
));
|
160 |
'desc' => __( 'Description' , 'rbs_gallery' ),
|
161 |
'caption' => __( 'Caption' , 'rbs_gallery' ),
|
162 |
),
|
163 |
+
'before_row' => '<div class="rbs_lightbox_desc_panel">',
|
164 |
));
|
165 |
|
166 |
$lightbox_group->add_field( array(
|
173 |
'light' => __( 'Light' , 'rbs_gallery' ),
|
174 |
'dark' => __( 'Dark' , 'rbs_gallery' ),
|
175 |
),
|
176 |
+
'after_row' => '</div>',
|
177 |
));
|
178 |
|
179 |
$lightbox_group->add_field( array(
|
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 |
|
@@ -45,6 +45,7 @@ Gallery with flexible interface, images gallery, responsive gallery, photo galle
|
|
45 |
* **Customizable 15 hover effects** - all gallery hover effects working in cooperation with gallery interface configuration options. You can easily change style and colors of the hover animation elements.
|
46 |
* **Implemented to avoid AJAX libs conflicts** - all gallery code implemented in native Wordpress style as result our gallery don't have any conflicts and work really stable.
|
47 |
* **Polaroid style gallery** - with our gallery you can create Polaroid style gallery just with few clicks.
|
|
|
48 |
* **Build in colors selector** - in gallery you can easily change color of any gallery
|
49 |
* **Social sharing** - gallery lightbox support social sharing in twitter, facebook, google plus and pinterest
|
50 |
* **Build in borders and shadows settings** - gallery borders and shadows have advanced options for configuration design and style of this gallery interface elements
|
@@ -82,6 +83,10 @@ Gallery with flexible interface, images gallery, responsive gallery, photo galle
|
|
82 |
* **Gallery Statistics** - every gallery have very useful and simple statistics functionality. You can easily check every gallery views. In gallery settings gallery statistic values could be reset.
|
83 |
* **Advanced Link Button Design** - gallery front end interface have link button. This button provide linking functionality on every gallery image thumbnail.
|
84 |
This interface gallery button have wide range of the front end interface customization options. You can easily change this gallery button color, border and icon.
|
|
|
|
|
|
|
|
|
85 |
|
86 |
|
87 |
= Gallery Pro Key Features =
|
@@ -95,6 +100,7 @@ This interface gallery button have wide range of the front end interface customi
|
|
95 |
* **Customizable 15 hover effects** - all gallery hover effects working in cooperation with gallery interface configuration options. You can easily change style and colors of the hover animation elements.
|
96 |
* **Implemented to avoid AJAX libs conflicts** - all gallery code implemented in native Wordpress style as result our gallery don't have any conflicts and work really stable.
|
97 |
* **Polaroid style gallery** - with our gallery you can create Polaroid style gallery just with few clicks.
|
|
|
98 |
* **Build in colors selector** - in gallery you can easily change color of any gallery
|
99 |
* **Social sharing** - gallery lightbox support social sharing in twitter, facebook, google plus and pinterest
|
100 |
* **Build in borders and shadows settings** - gallery borders and shadows have advanced options for configuration design and style of this gallery interface elements
|
@@ -132,6 +138,12 @@ This interface gallery button have wide range of the front end interface customi
|
|
132 |
* **Description Panel** - new gallery image description panel in lightbox, few different themes. Gallery settings make you able to change gallery panel theme styles. In gallery description panel you can define few content source. Gallery image title, gallery image caption or gallery image description.
|
133 |
* **Swipe in Lightbox** - gallery lightbox support swipe effect on multiply mobile devices. Swipe properly work in lightbox for all gallery images. Tested for Android and IOS.
|
134 |
* **Gallery Statistics** - every gallery have very useful and simple statistics functionality. You can easily check every gallery views. In gallery settings gallery statistic values could be reset.
|
|
|
|
|
|
|
|
|
|
|
|
|
135 |
|
136 |
= Gallery Advantages =
|
137 |
|
@@ -193,6 +205,34 @@ Yes, you can insert different link for every gallery image. In media manager sec
|
|
193 |
|
194 |
Yes, you can add description to every gallery image. In media manager section when you click on some gallery image on the right side you'll see gallery image additional options. One of the option will be gallery image description field.
|
195 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
196 |
|
197 |
== Installation ==
|
198 |
|
@@ -606,6 +646,9 @@ If any problem occurs, please contact us.
|
|
606 |
|
607 |
== Changelog ==
|
608 |
|
|
|
|
|
|
|
609 |
= 2.1.7 =
|
610 |
* Added images alt elements
|
611 |
|
@@ -1211,6 +1254,9 @@ If any problem occurs, please contact us.
|
|
1211 |
|
1212 |
== Upgrade Notice ==
|
1213 |
|
|
|
|
|
|
|
1214 |
= 2.1.7 =
|
1215 |
Added images alt elements
|
1216 |
|
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
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
45 |
* **Customizable 15 hover effects** - all gallery hover effects working in cooperation with gallery interface configuration options. You can easily change style and colors of the hover animation elements.
|
46 |
* **Implemented to avoid AJAX libs conflicts** - all gallery code implemented in native Wordpress style as result our gallery don't have any conflicts and work really stable.
|
47 |
* **Polaroid style gallery** - with our gallery you can create Polaroid style gallery just with few clicks.
|
48 |
+
* **Advanced Polaroid Styles** - gallery images Polaroid styles implemented with advanced functionality. Implemented left, right and centre Gallery images titles alignment. Polaroid description panel of the gallery images background color selector. Polaroid description panel text source.
|
49 |
* **Build in colors selector** - in gallery you can easily change color of any gallery
|
50 |
* **Social sharing** - gallery lightbox support social sharing in twitter, facebook, google plus and pinterest
|
51 |
* **Build in borders and shadows settings** - gallery borders and shadows have advanced options for configuration design and style of this gallery interface elements
|
83 |
* **Gallery Statistics** - every gallery have very useful and simple statistics functionality. You can easily check every gallery views. In gallery settings gallery statistic values could be reset.
|
84 |
* **Advanced Link Button Design** - gallery front end interface have link button. This button provide linking functionality on every gallery image thumbnail.
|
85 |
This interface gallery button have wide range of the front end interface customization options. You can easily change this gallery button color, border and icon.
|
86 |
+
* **Hover Description Template** - every gallery image contain description field. In additional parameters of the gallery image hover you can define some HTML or tags or build-in tags for customization of the gallery image description.
|
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 =
|
100 |
* **Customizable 15 hover effects** - all gallery hover effects working in cooperation with gallery interface configuration options. You can easily change style and colors of the hover animation elements.
|
101 |
* **Implemented to avoid AJAX libs conflicts** - all gallery code implemented in native Wordpress style as result our gallery don't have any conflicts and work really stable.
|
102 |
* **Polaroid style gallery** - with our gallery you can create Polaroid style gallery just with few clicks.
|
103 |
+
* **Advanced Polaroid Styles** - gallery images Polaroid styles implemented with advanced functionality. Implemented left, right and centre Gallery images titles alignment. Polaroid description panel of the gallery images background color selector. Polaroid description panel text source.
|
104 |
* **Build in colors selector** - in gallery you can easily change color of any gallery
|
105 |
* **Social sharing** - gallery lightbox support social sharing in twitter, facebook, google plus and pinterest
|
106 |
* **Build in borders and shadows settings** - gallery borders and shadows have advanced options for configuration design and style of this gallery interface elements
|
138 |
* **Description Panel** - new gallery image description panel in lightbox, few different themes. Gallery settings make you able to change gallery panel theme styles. In gallery description panel you can define few content source. Gallery image title, gallery image caption or gallery image description.
|
139 |
* **Swipe in Lightbox** - gallery lightbox support swipe effect on multiply mobile devices. Swipe properly work in lightbox for all gallery images. Tested for Android and IOS.
|
140 |
* **Gallery Statistics** - every gallery have very useful and simple statistics functionality. You can easily check every gallery views. In gallery settings gallery statistic values could be reset.
|
141 |
+
* **Advanced Link Button Design** - gallery front end interface have link button. This button provide linking functionality on every gallery image thumbnail.
|
142 |
+
This interface gallery button have wide range of the front end interface customization options. You can easily change this gallery button color, border and icon.
|
143 |
+
* **Hover Description Template** - every gallery image contain description field. In additional parameters of the gallery image hover you can define some HTML or tags or build-in tags for customization of the gallery image description.
|
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 |
|
205 |
|
206 |
Yes, you can add description to every gallery image. In media manager section when you click on some gallery image on the right side you'll see gallery image additional options. One of the option will be gallery image description field.
|
207 |
|
208 |
+
**Do you have some limits for images types in gallery?**
|
209 |
+
|
210 |
+
No, we don't have any limitations for image types. You can use any standard file type in our gallery: png, jpg, jpeg, gif
|
211 |
+
|
212 |
+
**How to define video for some gallery image?**
|
213 |
+
|
214 |
+
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
|
215 |
+
|
216 |
+
**Is it possible create gallery in Wordpress post with Gallery?**
|
217 |
+
|
218 |
+
You can insert gallery into post with shortcode tag
|
219 |
+
|
220 |
+
**How to change style of the gallery thumbnails border?**
|
221 |
+
|
222 |
+
When you enable border in gallery settings you will see multiply options for customization of the border. One of the options it's border style. You can select one value from pre-defined list
|
223 |
+
|
224 |
+
**Is it possible to create direct link on the front end to the gallery?**
|
225 |
+
|
226 |
+
Yes, you can use generated direct link inside particular gallery settings
|
227 |
+
|
228 |
+
**How to change quality of the gallery thumbnails?**
|
229 |
+
|
230 |
+
Quality of the gallery thumbnails could be easily changed in gallery size option / thumbnails options / source
|
231 |
+
|
232 |
+
**How to hide titles of the gallery image in lightbox?**
|
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 |
|
647 |
== Changelog ==
|
648 |
|
649 |
+
= 2.1.8 =
|
650 |
+
* Optimization of the admin lightbox settings
|
651 |
+
|
652 |
= 2.1.7 =
|
653 |
* Added images alt elements
|
654 |
|
1254 |
|
1255 |
== Upgrade Notice ==
|
1256 |
|
1257 |
+
= 2.1.8 =
|
1258 |
+
Optimization of the admin lightbox settings
|
1259 |
+
|
1260 |
= 2.1.7 =
|
1261 |
Added images alt elements
|
1262 |
|
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.8
|
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.8');
|
23 |
define("ROBO_GALLERY_PATH", plugin_dir_path( __FILE__ ));
|
24 |
define("ROBO_GALLERY_SPECIAL", 0);
|
25 |
|