Version Description
- Updated backup section interface
- Added new check for duplicated images for import
- Added new check for duplicated galleries for import
- Added option for skip or add duplicated elements
Download this release
Release Info
Developer | robosoft |
Plugin | Gallery – Photo Gallery and Images Gallery |
Version | 1.7.10 |
Comparing to | |
See all releases |
Code changes from version 1.7.9 to 1.7.10
- includes/extensions/backup/backup.form.php +13 -4
- includes/rbs_gallery_config.php +1 -1
- readme.txt +90 -81
- robogallery.php +2 -2
includes/extensions/backup/backup.form.php
CHANGED
@@ -40,21 +40,30 @@ if(!function_exists('rbs_backup_error_message')){
|
|
40 |
//$wordPressExport->duplicate = $duplicate;
|
41 |
|
42 |
$export = new rbsGalleryExport('robo_gallery_table');
|
|
|
|
|
|
|
|
|
|
|
43 |
$result = $export->importPostsXml($tmp_name);
|
44 |
|
45 |
echo '<div class="card">';
|
46 |
if( isset($result['errors']) && count($result['errors']) ){
|
47 |
-
echo rbs_backup_error_message('Error Import ', 'rbs_gallery');
|
48 |
print_r($result['errors']);
|
49 |
} else {
|
50 |
-
|
51 |
-
|
52 |
if( isset($result['import']) && is_array($result['import']) ){
|
53 |
if( isset($result['import']['post']) ) echo '<p>'.__('Import Post', 'rbs_gallery').': '.$result['import']['post'].'</p>';
|
54 |
if( isset($result['import']['element']) ) echo '<p>'.__('Import Images', 'rbs_gallery').': '.$result['import']['element'].'</p>';
|
55 |
//if( isset($result['import']['file']) ) echo '<p> --- Import Images Files: '.$result['import']['file'].'</p>';
|
|
|
56 |
}
|
57 |
|
|
|
|
|
|
|
58 |
if( isset($result['skipped']) && is_array($result['skipped']) ){
|
59 |
if( isset($result['skipped']['post']) ) echo '<p>'.__('Skipped Post', 'rbs_gallery').': '. $result['skipped']['post']. '</p>';
|
60 |
if( isset($result['skipped']['element']) ) echo '<p>'.__('Skipped Images', 'rbs_gallery').': '.$result['skipped']['element'].'</p>';
|
@@ -127,7 +136,7 @@ switch ($tab) {
|
|
127 |
<legend class="screen-reader-text"><span><?php _e('Duplicate', 'rbs_gallery'); ?></span></legend>
|
128 |
<label for="rbsGalleryBackupDuplicate">
|
129 |
<input name="rbsGalleryBackupDuplicate" id="rbsGalleryBackupDuplicate" value="1" type="checkbox">
|
130 |
-
<?php _e('
|
131 |
</label>
|
132 |
</fieldset>
|
133 |
</td>
|
40 |
//$wordPressExport->duplicate = $duplicate;
|
41 |
|
42 |
$export = new rbsGalleryExport('robo_gallery_table');
|
43 |
+
|
44 |
+
if(isset($_POST['rbsGalleryBackupDuplicate']) && $_POST['rbsGalleryBackupDuplicate'] ){
|
45 |
+
$export->duplicate = 1;
|
46 |
+
}
|
47 |
+
|
48 |
$result = $export->importPostsXml($tmp_name);
|
49 |
|
50 |
echo '<div class="card">';
|
51 |
if( isset($result['errors']) && count($result['errors']) ){
|
52 |
+
echo rbs_backup_error_message( __('Error Import ', 'rbs_gallery') );
|
53 |
print_r($result['errors']);
|
54 |
} else {
|
55 |
+
|
56 |
+
echo '<h2>'.__('Success Import ', 'rbs_gallery').'</h2>';
|
57 |
if( isset($result['import']) && is_array($result['import']) ){
|
58 |
if( isset($result['import']['post']) ) echo '<p>'.__('Import Post', 'rbs_gallery').': '.$result['import']['post'].'</p>';
|
59 |
if( isset($result['import']['element']) ) echo '<p>'.__('Import Images', 'rbs_gallery').': '.$result['import']['element'].'</p>';
|
60 |
//if( isset($result['import']['file']) ) echo '<p> --- Import Images Files: '.$result['import']['file'].'</p>';
|
61 |
+
echo "<hr>";
|
62 |
}
|
63 |
|
64 |
+
|
65 |
+
|
66 |
+
|
67 |
if( isset($result['skipped']) && is_array($result['skipped']) ){
|
68 |
if( isset($result['skipped']['post']) ) echo '<p>'.__('Skipped Post', 'rbs_gallery').': '. $result['skipped']['post']. '</p>';
|
69 |
if( isset($result['skipped']['element']) ) echo '<p>'.__('Skipped Images', 'rbs_gallery').': '.$result['skipped']['element'].'</p>';
|
136 |
<legend class="screen-reader-text"><span><?php _e('Duplicate', 'rbs_gallery'); ?></span></legend>
|
137 |
<label for="rbsGalleryBackupDuplicate">
|
138 |
<input name="rbsGalleryBackupDuplicate" id="rbsGalleryBackupDuplicate" value="1" type="checkbox">
|
139 |
+
<?php _e('Make copy if such gallery or image already exist in system', 'rbs_gallery'); ?>
|
140 |
</label>
|
141 |
</fieldset>
|
142 |
</td>
|
includes/rbs_gallery_config.php
CHANGED
@@ -54,7 +54,7 @@ if( !class_exists('RoboGalleryConfig') ){
|
|
54 |
'link'=> 'https://www.youtube.com/watch?v=fI3uYOlUbo4',
|
55 |
'text'=> 'How to upload gallery images?',
|
56 |
'class'=> 'violet'
|
57 |
-
),
|
58 |
);
|
59 |
|
60 |
return $guides[ array_rand( $guides ) ];
|
54 |
'link'=> 'https://www.youtube.com/watch?v=fI3uYOlUbo4',
|
55 |
'text'=> 'How to upload gallery images?',
|
56 |
'class'=> 'violet'
|
57 |
+
),
|
58 |
);
|
59 |
|
60 |
return $guides[ array_rand( $guides ) ];
|
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.4
|
7 |
-
Stable tag: 1.7.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -189,23 +189,15 @@ You can use any standard file type in our gallery: png, jpg, jpeg, gif
|
|
189 |
= Is it possible create gallery in Wordpress post with Gallery? =
|
190 |
|
191 |
Yes, you can insert gallery into post with shortcode tag
|
192 |
-
|
193 |
-
= How to define custom hover effect for some gallery thumbnail? =
|
194 |
-
|
195 |
-
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 custom effect field where you can select different hover effect for every image of the gallery.
|
196 |
-
|
197 |
-
= How to change font size of the gallery image caption? =
|
198 |
-
|
199 |
-
In gallery settings you can enable custom caption settings where you can customize font size and see results in live preview
|
200 |
-
|
201 |
-
= What can I do if some gallery interface elements in backend do not work properly? =
|
202 |
-
|
203 |
-
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.
|
204 |
|
205 |
= Where specify description of the gallery images? =
|
206 |
|
207 |
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
|
208 |
|
|
|
|
|
|
|
|
|
209 |
= How to make gallery thumbnails with rounded corners? =
|
210 |
|
211 |
In gallery settings you can find section rounds where with special options you can define radius for the gallery thumbnails
|
@@ -214,81 +206,93 @@ In gallery settings you can find section rounds where with special options you c
|
|
214 |
|
215 |
No, we don't have any limits for amount of the images in gallery
|
216 |
|
217 |
-
= How to
|
218 |
-
|
219 |
-
In our gallery we implemented multi-categories structure. Every gallery category could have child and parent gallery, which you can manually define in gallery settings
|
220 |
-
|
221 |
-
= How to upload images to the gallery? =
|
222 |
|
223 |
-
When you
|
224 |
|
225 |
= Which parameters I can change for the gallery thumbnails borders and shadows? =
|
226 |
|
227 |
You can change size, color and style of gallery thumbnails borders and shadows. Also you can define different parameters for static and hovered status
|
228 |
|
229 |
-
= How to define video for some gallery image? =
|
230 |
-
|
231 |
-
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
|
232 |
-
|
233 |
= How to change quality of the gallery thumbnails? =
|
234 |
|
235 |
Quality of the gallery thumbnails could be easily changed in gallery size option / thumbnails options / source
|
236 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
237 |
= How to generate shortcode for Wordpress page, post or widget? =
|
238 |
|
239 |
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
|
240 |
|
241 |
-
=
|
242 |
|
243 |
-
|
244 |
|
245 |
= How to change text below image in lightbox ? =
|
246 |
|
247 |
In gallery setting you can select which text show below image in gallery lightbox. You can select Caption, Title or image Description as source for this field in gallery lightbox.
|
248 |
|
249 |
-
=
|
250 |
|
251 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
252 |
|
253 |
= Is it possible to have different settings for hover and static interface elements? =
|
254 |
|
255 |
Yes, you can have different styles of the borders and shadows for static and hovered gallery thumbnails.
|
256 |
|
257 |
-
= How to
|
258 |
|
259 |
-
|
260 |
|
261 |
= How to hide titles of the gallery image in lightbox ? =
|
262 |
|
263 |
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.
|
264 |
|
|
|
|
|
|
|
|
|
265 |
= How to change color of the gallery interface elements? =
|
266 |
|
267 |
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.
|
268 |
|
269 |
-
= Is it possible to
|
270 |
|
271 |
-
|
272 |
|
273 |
-
=
|
274 |
|
275 |
-
|
276 |
|
277 |
-
=
|
278 |
|
279 |
-
|
280 |
|
281 |
= Do you have some conflict in gallery back end? =
|
282 |
|
283 |
If you have some conflict in gallery back end you can sort it with new compatibility option. You can switch between standard and alternative jquery library. This modes implemented to help you to avoid any conflicts with another libraries from wordpress themes or another plugin.
|
284 |
-
|
285 |
-
= Is it possible to use HTML in image description ? =
|
286 |
-
|
287 |
-
Yes, you can use HTML tags inside gallery image description field
|
288 |
|
289 |
-
= How to change font color of the gallery image
|
290 |
|
291 |
-
In gallery settings
|
292 |
|
293 |
= Is it possible to create direct link on the front end to the gallery? =
|
294 |
|
@@ -298,17 +302,29 @@ Yes, you can use generated direct link inside particular gallery settings
|
|
298 |
|
299 |
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
|
300 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
301 |
= How to load more function work? =
|
302 |
|
303 |
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
|
304 |
|
305 |
-
= How to change
|
306 |
|
307 |
-
|
308 |
|
309 |
-
= How to
|
310 |
|
311 |
-
|
|
|
|
|
|
|
|
|
312 |
|
313 |
= How to customize hover effect? =
|
314 |
|
@@ -322,22 +338,6 @@ In our gallery we implemented layout based on columns amount. So you can general
|
|
322 |
|
323 |
When you create gallery in plugin galleries manager you can go to the post or page editor and there using special wizard button insert gallery into your wordpress post or page. Another way you can insert your gallery manually using shortcode, which you can find in gallery edit mode in shortcode section on the right side of the gallery settings
|
324 |
|
325 |
-
= How to change amount of images loading on gallery page? =
|
326 |
-
|
327 |
-
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
|
328 |
-
|
329 |
-
= How to customize border of the gallery thumbnails? =
|
330 |
-
|
331 |
-
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
|
332 |
-
|
333 |
-
= Do you have fade effect for the thumbnails hover? =
|
334 |
-
|
335 |
-
Yes, gallery have fade hover effect
|
336 |
-
|
337 |
-
= How to define custom link for some gallery images? =
|
338 |
-
|
339 |
-
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
|
340 |
-
|
341 |
= How to define custom ALT for gallery image? =
|
342 |
|
343 |
When you open gallery images manager you can define alt for every gallery image there
|
@@ -362,6 +362,18 @@ In gallery settings you can find option to enable/disable lazy load, also there
|
|
362 |
|
363 |
In gallery settings you can find lightbox section and if you need to show description of the images below images in the lightbox you need to select text source in lightbox settings from defined values.
|
364 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
365 |
= How to customize gallery layouts for different screen resolutions? =
|
366 |
|
367 |
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.
|
@@ -378,18 +390,6 @@ In gallery settings you can find before/after text gallery field. This fields su
|
|
378 |
|
379 |
Settings of the gallery image you can change in images manager. There you can upload, edit or customize already uploaded images to the gallery
|
380 |
|
381 |
-
= How to change width of the gallery thumbnails border? =
|
382 |
-
|
383 |
-
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.
|
384 |
-
|
385 |
-
= How to flip uploaded gallery image? =
|
386 |
-
|
387 |
-
When you open gallery images manager you'll find there image edit mode where you can flip source image
|
388 |
-
|
389 |
-
= Is it possible to create target blank links? =
|
390 |
-
|
391 |
-
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.
|
392 |
-
|
393 |
= Is it possible to change transparency of the hover shutter? =
|
394 |
|
395 |
Yes, it's possible to change transparency in gallery settings
|
@@ -398,14 +398,6 @@ Yes, it's possible to change transparency in gallery settings
|
|
398 |
|
399 |
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
|
400 |
|
401 |
-
= How to change font style of the gallery image caption? =
|
402 |
-
|
403 |
-
In gallery settings you can enable custom caption settings where you can customize font style and see results in live preview
|
404 |
-
|
405 |
-
= How I can make gallery only with one size pictures but I would like to arrange gallery with pictures of the different size - one big, several smaller? =
|
406 |
-
|
407 |
-
In our gallery you can define different amount of the columns for the images thumbnails and every gallery image could have different width which measuring by columns of the images thumbnails. For example you can define 2 column size for the image 1 and 3 columns size for image 5 but the rest of the gallery images could stay with default one column value in images settings.
|
408 |
-
|
409 |
= How to change transparency of the gallery thumbnails border? =
|
410 |
|
411 |
When you enable border in gallery settings you will see multiply options for customization of the border. When you open color selector you can also select some transparency value there
|
@@ -414,6 +406,14 @@ When you enable border in gallery settings you will see multiply options for cus
|
|
414 |
|
415 |
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
|
416 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
417 |
= Which style parameters I can change for the hover button icon? =
|
418 |
|
419 |
You can select border color, background color and color of the icon, size of the icon
|
@@ -576,6 +576,12 @@ If any problem occurs, please contact us.
|
|
576 |
|
577 |
== Changelog ==
|
578 |
|
|
|
|
|
|
|
|
|
|
|
|
|
579 |
= 1.7.9 =
|
580 |
* Updated backup section interface
|
581 |
* Added new tabbed section for export / import galleries settings
|
@@ -898,6 +904,9 @@ If any problem occurs, please contact us.
|
|
898 |
|
899 |
== Upgrade Notice ==
|
900 |
|
|
|
|
|
|
|
901 |
= 1.7.9 =
|
902 |
Updated backup section interface, added new tabbed section for export / import galleries settings
|
903 |
|
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.4
|
7 |
+
Stable tag: 1.7.10
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
189 |
= Is it possible create gallery in Wordpress post with Gallery? =
|
190 |
|
191 |
Yes, you can insert gallery into post with shortcode tag
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
192 |
|
193 |
= Where specify description of the gallery images? =
|
194 |
|
195 |
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
|
196 |
|
197 |
+
= How to upload images to the gallery? =
|
198 |
+
|
199 |
+
When you create new gallery or open already existent gallery for edit on the right side of the edit gallery section you'll see gallery images manager button. When you open gallery images manager you'll be able there edit all gallery images. Upload, edit or delete. In gallery images manager you can use drag and drop gallery images upload tool.
|
200 |
+
|
201 |
= How to make gallery thumbnails with rounded corners? =
|
202 |
|
203 |
In gallery settings you can find section rounds where with special options you can define radius for the gallery thumbnails
|
206 |
|
207 |
No, we don't have any limits for amount of the images in gallery
|
208 |
|
209 |
+
= How to define custom hover effect for some gallery thumbnail? =
|
|
|
|
|
|
|
|
|
210 |
|
211 |
+
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 custom effect field where you can select different hover effect for every image of the gallery.
|
212 |
|
213 |
= Which parameters I can change for the gallery thumbnails borders and shadows? =
|
214 |
|
215 |
You can change size, color and style of gallery thumbnails borders and shadows. Also you can define different parameters for static and hovered status
|
216 |
|
|
|
|
|
|
|
|
|
217 |
= How to change quality of the gallery thumbnails? =
|
218 |
|
219 |
Quality of the gallery thumbnails could be easily changed in gallery size option / thumbnails options / source
|
220 |
|
221 |
+
= How to use multi-category functionality of the gallery? =
|
222 |
+
|
223 |
+
In our gallery we implemented multi-categories structure. Every gallery category could have child and parent gallery, which you can manually define in gallery settings
|
224 |
+
|
225 |
+
= How to change font size of the gallery image caption? =
|
226 |
+
|
227 |
+
In gallery settings you can enable custom caption settings where you can customize font size and see results in live preview
|
228 |
+
|
229 |
= How to generate shortcode for Wordpress page, post or widget? =
|
230 |
|
231 |
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
|
232 |
|
233 |
+
= Do you have some limit for images size in gallery? =
|
234 |
|
235 |
+
No, we don't have any limits for image size in our gallery.
|
236 |
|
237 |
= How to change text below image in lightbox ? =
|
238 |
|
239 |
In gallery setting you can select which text show below image in gallery lightbox. You can select Caption, Title or image Description as source for this field in gallery lightbox.
|
240 |
|
241 |
+
= Is it possible to turn off border of the gallery thumbnails? =
|
242 |
|
243 |
+
Yes, in gallery options you can turn on/off border option
|
244 |
+
|
245 |
+
= Is it possible to use HTML in image description ? =
|
246 |
+
|
247 |
+
Yes, you can use HTML tags inside gallery image description field
|
248 |
+
|
249 |
+
= How to define video for some gallery image? =
|
250 |
+
|
251 |
+
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
|
252 |
+
|
253 |
+
= What can I do if some gallery interface elements in backend do not work properly? =
|
254 |
+
|
255 |
+
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.
|
256 |
|
257 |
= Is it possible to have different settings for hover and static interface elements? =
|
258 |
|
259 |
Yes, you can have different styles of the borders and shadows for static and hovered gallery thumbnails.
|
260 |
|
261 |
+
= How to change ordering of the gallery images? =
|
262 |
|
263 |
+
When you open gallery for edit you can find there images manager where you can change ordering of the gallery images
|
264 |
|
265 |
= How to hide titles of the gallery image in lightbox ? =
|
266 |
|
267 |
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.
|
268 |
|
269 |
+
= Where it's possible to define vertical and horizontal paddings? =
|
270 |
+
|
271 |
+
In gallery settings you can define horizontal and vertical paddings between gallery thumbnails
|
272 |
+
|
273 |
= How to change color of the gallery interface elements? =
|
274 |
|
275 |
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.
|
276 |
|
277 |
+
= Is it possible to customize gallery image caption ? =
|
278 |
|
279 |
+
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
|
280 |
|
281 |
+
= How to make shadow for the gallery thumbnails? =
|
282 |
|
283 |
+
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
|
284 |
|
285 |
+
= How to define size of the gallery images thumbnails? =
|
286 |
|
287 |
+
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
|
288 |
|
289 |
= Do you have some conflict in gallery back end? =
|
290 |
|
291 |
If you have some conflict in gallery back end you can sort it with new compatibility option. You can switch between standard and alternative jquery library. This modes implemented to help you to avoid any conflicts with another libraries from wordpress themes or another plugin.
|
|
|
|
|
|
|
|
|
292 |
|
293 |
+
= How to change font color of the gallery image description text? =
|
294 |
|
295 |
+
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
|
296 |
|
297 |
= Is it possible to create direct link on the front end to the gallery? =
|
298 |
|
302 |
|
303 |
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
|
304 |
|
305 |
+
= Do you have fade effect for the thumbnails hover? =
|
306 |
+
|
307 |
+
Yes, gallery have fade hover effect
|
308 |
+
|
309 |
+
= How to customize border of the gallery thumbnails? =
|
310 |
+
|
311 |
+
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
|
312 |
+
|
313 |
= How to load more function work? =
|
314 |
|
315 |
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
|
316 |
|
317 |
+
= How to change amount of images loading on gallery page? =
|
318 |
|
319 |
+
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
|
320 |
|
321 |
+
= How to define custom link for some gallery images? =
|
322 |
|
323 |
+
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
|
324 |
+
|
325 |
+
= How to change font color of the gallery image caption? =
|
326 |
+
|
327 |
+
In gallery settings you can enable custom caption settings where you can customize font color and see results in live preview
|
328 |
|
329 |
= How to customize hover effect? =
|
330 |
|
338 |
|
339 |
When you create gallery in plugin galleries manager you can go to the post or page editor and there using special wizard button insert gallery into your wordpress post or page. Another way you can insert your gallery manually using shortcode, which you can find in gallery edit mode in shortcode section on the right side of the gallery settings
|
340 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
341 |
= How to define custom ALT for gallery image? =
|
342 |
|
343 |
When you open gallery images manager you can define alt for every gallery image there
|
362 |
|
363 |
In gallery settings you can find lightbox section and if you need to show description of the images below images in the lightbox you need to select text source in lightbox settings from defined values.
|
364 |
|
365 |
+
= How to change width of the gallery thumbnails border? =
|
366 |
+
|
367 |
+
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.
|
368 |
+
|
369 |
+
= How to flip uploaded gallery image? =
|
370 |
+
|
371 |
+
When you open gallery images manager you'll find there image edit mode where you can flip source image
|
372 |
+
|
373 |
+
= Is it possible to create target blank links? =
|
374 |
+
|
375 |
+
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.
|
376 |
+
|
377 |
= How to customize gallery layouts for different screen resolutions? =
|
378 |
|
379 |
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.
|
390 |
|
391 |
Settings of the gallery image you can change in images manager. There you can upload, edit or customize already uploaded images to the gallery
|
392 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
393 |
= Is it possible to change transparency of the hover shutter? =
|
394 |
|
395 |
Yes, it's possible to change transparency in gallery settings
|
398 |
|
399 |
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
|
400 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
401 |
= How to change transparency of the gallery thumbnails border? =
|
402 |
|
403 |
When you enable border in gallery settings you will see multiply options for customization of the border. When you open color selector you can also select some transparency value there
|
406 |
|
407 |
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
|
408 |
|
409 |
+
= How to change font style of the gallery image caption? =
|
410 |
+
|
411 |
+
In gallery settings you can enable custom caption settings where you can customize font style and see results in live preview
|
412 |
+
|
413 |
+
= How I can make gallery only with one size pictures but I would like to arrange gallery with pictures of the different size - one big, several smaller? =
|
414 |
+
|
415 |
+
In our gallery you can define different amount of the columns for the images thumbnails and every gallery image could have different width which measuring by columns of the images thumbnails. For example you can define 2 column size for the image 1 and 3 columns size for image 5 but the rest of the gallery images could stay with default one column value in images settings.
|
416 |
+
|
417 |
= Which style parameters I can change for the hover button icon? =
|
418 |
|
419 |
You can select border color, background color and color of the icon, size of the icon
|
576 |
|
577 |
== Changelog ==
|
578 |
|
579 |
+
= 1.7.10 =
|
580 |
+
* Updated backup section interface
|
581 |
+
* Added new check for duplicated images for import
|
582 |
+
* Added new check for duplicated galleries for import
|
583 |
+
* Added option for skip or add duplicated elements
|
584 |
+
|
585 |
= 1.7.9 =
|
586 |
* Updated backup section interface
|
587 |
* Added new tabbed section for export / import galleries settings
|
904 |
|
905 |
== Upgrade Notice ==
|
906 |
|
907 |
+
= 1.7.10 =
|
908 |
+
Updated backup section interface, added option for skip or add duplicated elements
|
909 |
+
|
910 |
= 1.7.9 =
|
911 |
Updated backup section interface, added new tabbed section for export / import galleries settings
|
912 |
|
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.7.
|
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.7.
|
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.7.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", '1.7.10');
|
23 |
define("ROBO_GALLERY_PATH", plugin_dir_path( __FILE__ ));
|
24 |
define("ROBO_GALLERY_SPECIAL", 0);
|
25 |
|