Version Description
- New options for post generator
- Preview option in generated posts list
Download this release
Release Info
Developer | robosoft |
Plugin | Gallery – Photo Gallery and Images Gallery |
Version | 1.5.7 |
Comparing to | |
See all releases |
Code changes from version 1.5.6 to 1.5.7
- includes/extensions/rbs_create_post_ajax.php +7 -3
- readme.txt +44 -37
- robogallery.php +2 -2
includes/extensions/rbs_create_post_ajax.php
CHANGED
@@ -143,7 +143,7 @@ if(!function_exists('rbs_ajax_posts_list')){
|
|
143 |
$posts = get_post_meta( (int) $_POST['galleryid'], 'rbs_gallery_id' , true);
|
144 |
|
145 |
$posts = json_decode($posts, true);
|
146 |
-
echo '<table class="widefat importers striped"
|
147 |
for ($i=0; $i < count($posts); $i++) {
|
148 |
if( !$posts[$i] ) continue ;
|
149 |
$post_info = get_post( $posts[$i] );
|
@@ -152,13 +152,17 @@ if(!function_exists('rbs_ajax_posts_list')){
|
|
152 |
continue ;
|
153 |
}
|
154 |
echo '<tr>
|
155 |
-
<td class="desc"
|
156 |
<td class="import-system row-title" style="width:10%;">
|
157 |
<a href="'.esc_url( get_edit_post_link($post_info->ID)).'" title="'.__('Edit', 'rbs_gallery').'" target="_blank">
|
158 |
'.__('Edit', 'rbs_gallery').'
|
159 |
</a>
|
160 |
</td>
|
161 |
-
|
|
|
|
|
|
|
|
|
162 |
</tr>';
|
163 |
}
|
164 |
echo '</table>';
|
143 |
$posts = get_post_meta( (int) $_POST['galleryid'], 'rbs_gallery_id' , true);
|
144 |
|
145 |
$posts = json_decode($posts, true);
|
146 |
+
echo '<table class="widefat importers striped">';
|
147 |
for ($i=0; $i < count($posts); $i++) {
|
148 |
if( !$posts[$i] ) continue ;
|
149 |
$post_info = get_post( $posts[$i] );
|
152 |
continue ;
|
153 |
}
|
154 |
echo '<tr>
|
155 |
+
<td class="desc">'.$post_info->post_title.'</td>
|
156 |
<td class="import-system row-title" style="width:10%;">
|
157 |
<a href="'.esc_url( get_edit_post_link($post_info->ID)).'" title="'.__('Edit', 'rbs_gallery').'" target="_blank">
|
158 |
'.__('Edit', 'rbs_gallery').'
|
159 |
</a>
|
160 |
</td>
|
161 |
+
<td class="import-system row-title" style="width:10%;">
|
162 |
+
<a href="'. esc_url( get_permalink($post_info->ID) ).'" title="'.__('Preview', 'rbs_gallery').'" target="_blank">
|
163 |
+
'.__('Preview', 'rbs_gallery').'
|
164 |
+
</a>
|
165 |
+
</td>
|
166 |
</tr>';
|
167 |
}
|
168 |
echo '</table>';
|
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.5.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -244,10 +244,6 @@ In gallery setting you can select which text show below image in gallery lightbo
|
|
244 |
|
245 |
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
|
246 |
|
247 |
-
= Is it possible to create direct link on the front end to the gallery? =
|
248 |
-
|
249 |
-
Yes, you can use generated direct link inside particular gallery settings
|
250 |
-
|
251 |
= How to customize border of the gallery thumbnails? =
|
252 |
|
253 |
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
|
@@ -256,6 +252,10 @@ In gallery settings you can find general settings section where you can turn on/
|
|
256 |
|
257 |
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.
|
258 |
|
|
|
|
|
|
|
|
|
259 |
= Do you have some limit for images size in gallery? =
|
260 |
|
261 |
No, we don't have any limits for image size in our gallery.
|
@@ -268,10 +268,6 @@ In gallery settings you can find option to enable/disable lazy load, also there
|
|
268 |
|
269 |
No, we don't have any limits for amount of the images in gallery
|
270 |
|
271 |
-
= How to make shadow for the gallery thumbnails? =
|
272 |
-
|
273 |
-
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
|
274 |
-
|
275 |
= Where specify description of the gallery images? =
|
276 |
|
277 |
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
|
@@ -280,6 +276,10 @@ When you open gallery settings inside you'll find images manager section. Images
|
|
280 |
|
281 |
Our gallery is fully responsive and gallery thumbnails size depend of a lot of factors. Gallery calculate thumbnails automatically depend of the general gallery size and gallery layout settings. First of all you can define ratio values for gallery thumbnails. Size of the thumbnails could be selected from standard pre-defined wordpress sizes: thumbnail, medium, large, full
|
282 |
|
|
|
|
|
|
|
|
|
283 |
= Is it possible to have different settings for hover and static interface elements? =
|
284 |
|
285 |
Yes, you can have different styles of the borders and shadows for static and hovered gallery thumbnails.
|
@@ -292,14 +292,6 @@ In gallery settings you can find lightbox section and if you need to show descri
|
|
292 |
|
293 |
In gallery settings you can define horizontal and vertical paddings between gallery thumbnails
|
294 |
|
295 |
-
= How to define custom link for some gallery images? =
|
296 |
-
|
297 |
-
Every gallery image have additional fields where you can define custom link, title, description. All this options you can find in gallery images manager, inside general gallery settings
|
298 |
-
|
299 |
-
= How to change font color of the gallery image caption? =
|
300 |
-
|
301 |
-
In gallery settings you can enable custom caption settings where you can customize font color and see results in live preview
|
302 |
-
|
303 |
= How to customize gallery layouts for different screen resolutions? =
|
304 |
|
305 |
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.
|
@@ -308,6 +300,14 @@ In admin section of the gallery you'll find columns options which provide you ad
|
|
308 |
|
309 |
In gallery settings you can find section rounds where with special options you can define radius for the gallery thumbnails
|
310 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
311 |
= How to change color of the gallery interface elements? =
|
312 |
|
313 |
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.
|
@@ -332,14 +332,6 @@ Yes, you can use HTML tags inside gallery image description field
|
|
332 |
|
333 |
In gallery admin section you can define amount of the images for the first load and after click on load more button. Load more it's such google gallery style pagination functionality which make you able to limit amount of the images for the first load
|
334 |
|
335 |
-
= How to change font color of the gallery image description text? =
|
336 |
-
|
337 |
-
In gallery settings, when enabled custom hover settings you can customize style of the gallery image description text. In this settings you can change color of the text
|
338 |
-
|
339 |
-
= Is it possible to turn off border of the gallery thumbnails? =
|
340 |
-
|
341 |
-
Yes, in gallery options you can turn on/off border option
|
342 |
-
|
343 |
= Where to change settings of the image of the gallery? =
|
344 |
|
345 |
Settings of the gallery image you can change in images manager. There you can upload, edit or customize already uploaded images to the gallery
|
@@ -348,21 +340,21 @@ Settings of the gallery image you can change in images manager. There you can up
|
|
348 |
|
349 |
When you open gallery images manager you can define alt for every gallery image there
|
350 |
|
351 |
-
=
|
352 |
|
353 |
-
In gallery settings
|
354 |
|
355 |
-
=
|
356 |
|
357 |
-
|
358 |
|
359 |
-
= Is it possible to
|
360 |
|
361 |
-
|
362 |
|
363 |
-
= How to
|
364 |
|
365 |
-
When you open gallery images manager you'll find there image edit mode where you can
|
366 |
|
367 |
= Do you have fade effect for the thumbnails hover? =
|
368 |
|
@@ -376,6 +368,14 @@ In gallery settings you can enable custom caption settings where you can customi
|
|
376 |
|
377 |
When you open gallery images manager you'll find there image edit mode where you can rotate source image
|
378 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
379 |
= How to change color of the gallery thumbnails border? =
|
380 |
|
381 |
When you enable border in gallery settings you will see multiply options for customization of the border. One from this options it's border color. You can select color using color selector
|
@@ -392,10 +392,6 @@ In gallery settings you can find before/after text gallery field. This fields su
|
|
392 |
|
393 |
When you enable border in gallery settings you will see multiply options for customization of the border. One of the options it's border width in pixels.
|
394 |
|
395 |
-
= How many menu buttons styles do you have in gallery menu ? =
|
396 |
-
|
397 |
-
Gallery menu have multiply configuration options. Some of the options changing color of the buttons, some of them changing style of the buttons, which makes buttons for example 3d or with rounded corners
|
398 |
-
|
399 |
= How to customize gallery hover effect shutter layout? =
|
400 |
|
401 |
In gallery hover settings you can enable template where you can fully customize layout of the shutter content using HTML tags, text and images. In template we have implemented some build in tags which going to help you to build in some gallery images elements into hover
|
@@ -404,6 +400,10 @@ In gallery hover settings you can enable template where you can fully customize
|
|
404 |
|
405 |
In gallery settings, when enabled custom hover settings you can customize style of the gallery image description text. In this settings you can change size of the text
|
406 |
|
|
|
|
|
|
|
|
|
407 |
= Is it possible to change transparency of the hover shutter? =
|
408 |
|
409 |
Yes, it's possible to change transparency in gallery settings
|
@@ -574,6 +574,10 @@ If any problem occurs, please contact us.
|
|
574 |
|
575 |
== Changelog ==
|
576 |
|
|
|
|
|
|
|
|
|
577 |
= 1.5.6 =
|
578 |
* New options for post generator
|
579 |
* Edit option in generated posts list
|
@@ -796,6 +800,9 @@ If any problem occurs, please contact us.
|
|
796 |
|
797 |
== Upgrade Notice ==
|
798 |
|
|
|
|
|
|
|
799 |
= 1.5.6 =
|
800 |
New options for post generator, edit option in generated posts list
|
801 |
|
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.5.7
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
244 |
|
245 |
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
|
246 |
|
|
|
|
|
|
|
|
|
247 |
= How to customize border of the gallery thumbnails? =
|
248 |
|
249 |
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
|
252 |
|
253 |
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.
|
254 |
|
255 |
+
= Is it possible to create direct link on the front end to the gallery? =
|
256 |
+
|
257 |
+
Yes, you can use generated direct link inside particular gallery settings
|
258 |
+
|
259 |
= Do you have some limit for images size in gallery? =
|
260 |
|
261 |
No, we don't have any limits for image size in our gallery.
|
268 |
|
269 |
No, we don't have any limits for amount of the images in gallery
|
270 |
|
|
|
|
|
|
|
|
|
271 |
= Where specify description of the gallery images? =
|
272 |
|
273 |
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
|
276 |
|
277 |
Our gallery is fully responsive and gallery thumbnails size depend of a lot of factors. Gallery calculate thumbnails automatically depend of the general gallery size and gallery layout settings. First of all you can define ratio values for gallery thumbnails. Size of the thumbnails could be selected from standard pre-defined wordpress sizes: thumbnail, medium, large, full
|
278 |
|
279 |
+
= How to make shadow for the gallery thumbnails? =
|
280 |
+
|
281 |
+
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
|
282 |
+
|
283 |
= Is it possible to have different settings for hover and static interface elements? =
|
284 |
|
285 |
Yes, you can have different styles of the borders and shadows for static and hovered gallery thumbnails.
|
292 |
|
293 |
In gallery settings you can define horizontal and vertical paddings between gallery thumbnails
|
294 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
295 |
= How to customize gallery layouts for different screen resolutions? =
|
296 |
|
297 |
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.
|
300 |
|
301 |
In gallery settings you can find section rounds where with special options you can define radius for the gallery thumbnails
|
302 |
|
303 |
+
= How to define custom link for some gallery images? =
|
304 |
+
|
305 |
+
Every gallery image have additional fields where you can define custom link, title, description. All this options you can find in gallery images manager, inside general gallery settings
|
306 |
+
|
307 |
+
= How to change font color of the gallery image caption? =
|
308 |
+
|
309 |
+
In gallery settings you can enable custom caption settings where you can customize font color and see results in live preview
|
310 |
+
|
311 |
= How to change color of the gallery interface elements? =
|
312 |
|
313 |
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.
|
332 |
|
333 |
In gallery admin section you can define amount of the images for the first load and after click on load more button. Load more it's such google gallery style pagination functionality which make you able to limit amount of the images for the first load
|
334 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
335 |
= Where to change settings of the image of the gallery? =
|
336 |
|
337 |
Settings of the gallery image you can change in images manager. There you can upload, edit or customize already uploaded images to the gallery
|
340 |
|
341 |
When you open gallery images manager you can define alt for every gallery image there
|
342 |
|
343 |
+
= How to change font color of the gallery image description text? =
|
344 |
|
345 |
+
In gallery settings, when enabled custom hover settings you can customize style of the gallery image description text. In this settings you can change color of the text
|
346 |
|
347 |
+
= Is it possible to turn off border of the gallery thumbnails? =
|
348 |
|
349 |
+
Yes, in gallery options you can turn on/off border option
|
350 |
|
351 |
+
= Is it possible to customize gallery image caption ? =
|
352 |
|
353 |
+
In gallery settings you can find images manager where you can change settings of every image, one of the option it's caption of the image
|
354 |
|
355 |
+
= How to flip uploaded gallery image? =
|
356 |
|
357 |
+
When you open gallery images manager you'll find there image edit mode where you can flip source image
|
358 |
|
359 |
= Do you have fade effect for the thumbnails hover? =
|
360 |
|
368 |
|
369 |
When you open gallery images manager you'll find there image edit mode where you can rotate source image
|
370 |
|
371 |
+
= Is it possible to create target blank links? =
|
372 |
+
|
373 |
+
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.
|
374 |
+
|
375 |
+
= How to crop uploaded gallery image? =
|
376 |
+
|
377 |
+
When you open gallery images manager you'll find there image edit mode where you can crop source image
|
378 |
+
|
379 |
= How to change color of the gallery thumbnails border? =
|
380 |
|
381 |
When you enable border in gallery settings you will see multiply options for customization of the border. One from this options it's border color. You can select color using color selector
|
392 |
|
393 |
When you enable border in gallery settings you will see multiply options for customization of the border. One of the options it's border width in pixels.
|
394 |
|
|
|
|
|
|
|
|
|
395 |
= How to customize gallery hover effect shutter layout? =
|
396 |
|
397 |
In gallery hover settings you can enable template where you can fully customize layout of the shutter content using HTML tags, text and images. In template we have implemented some build in tags which going to help you to build in some gallery images elements into hover
|
400 |
|
401 |
In gallery settings, when enabled custom hover settings you can customize style of the gallery image description text. In this settings you can change size of the text
|
402 |
|
403 |
+
= How many menu buttons styles do you have in gallery menu ? =
|
404 |
+
|
405 |
+
Gallery menu have multiply configuration options. Some of the options changing color of the buttons, some of them changing style of the buttons, which makes buttons for example 3d or with rounded corners
|
406 |
+
|
407 |
= Is it possible to change transparency of the hover shutter? =
|
408 |
|
409 |
Yes, it's possible to change transparency in gallery settings
|
574 |
|
575 |
== Changelog ==
|
576 |
|
577 |
+
= 1.5.7 =
|
578 |
+
* New options for post generator
|
579 |
+
* Preview option in generated posts list
|
580 |
+
|
581 |
= 1.5.6 =
|
582 |
* New options for post generator
|
583 |
* Edit option in generated posts list
|
800 |
|
801 |
== Upgrade Notice ==
|
802 |
|
803 |
+
= 1.5.7 =
|
804 |
+
New options for post generator, preview option in generated posts list
|
805 |
+
|
806 |
= 1.5.6 =
|
807 |
New options for post generator, edit option in generated posts list
|
808 |
|
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.5.
|
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.5.
|
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.5.7
|
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.5.7');
|
23 |
define("ROBO_GALLERY_PATH", plugin_dir_path( __FILE__ ));
|
24 |
define("ROBO_GALLERY_SPECIAL", 0);
|
25 |
|