Version Description
- New options for post generator
- Edit option in generated posts list
Download this release
Release Info
Developer | robosoft |
Plugin | Gallery – Photo Gallery and Images Gallery |
Version | 1.5.6 |
Comparing to | |
See all releases |
Code changes from version 1.5.5 to 1.5.6
- includes/extensions/rbs_create_post_ajax.php +6 -1
- readme.txt +68 -61
- robogallery.php +2 -2
includes/extensions/rbs_create_post_ajax.php
CHANGED
@@ -153,7 +153,12 @@ if(!function_exists('rbs_ajax_posts_list')){
|
|
153 |
}
|
154 |
echo '<tr>
|
155 |
<td class="desc" style="width:95%;"><a href="'.esc_url( get_edit_post_link($post_info->ID)).'" title="'.__('Edit', 'rbs_gallery').'" target="_blank">'.$post_info->post_title.'</a></td>
|
156 |
-
|
|
|
|
|
|
|
|
|
|
|
157 |
</tr>';
|
158 |
}
|
159 |
echo '</table>';
|
153 |
}
|
154 |
echo '<tr>
|
155 |
<td class="desc" style="width:95%;"><a href="'.esc_url( get_edit_post_link($post_info->ID)).'" title="'.__('Edit', 'rbs_gallery').'" target="_blank">'.$post_info->post_title.'</a></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 |
+
|
162 |
</tr>';
|
163 |
}
|
164 |
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 |
|
@@ -200,6 +200,10 @@ First of all you can copy shortcode inside gallery settings , in separate shortc
|
|
200 |
|
201 |
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
|
202 |
|
|
|
|
|
|
|
|
|
203 |
= Do you have some limits for images types in gallery? =
|
204 |
|
205 |
You can use any standard file type in our gallery: png, jpg, jpeg, gif
|
@@ -208,22 +212,18 @@ You can use any standard file type in our gallery: png, jpg, jpeg, gif
|
|
208 |
|
209 |
Yes, you can insert gallery into post with shortcode tag
|
210 |
|
211 |
-
= How to change amount of images loading on gallery page? =
|
212 |
-
|
213 |
-
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
|
214 |
-
|
215 |
= How to customize hover effect? =
|
216 |
|
217 |
In gallery settings you can find hover type options. In settings of the gallery you can select custom hover effect settings or even template for customization of the gallery thumbnails hover
|
218 |
|
219 |
-
= How to change quality of the gallery thumbnails? =
|
220 |
-
|
221 |
-
Quality of the gallery thumbnails could be easily changed in gallery size option / thumbnails options / source
|
222 |
-
|
223 |
= How to insert gallery into Wordpress page or post? =
|
224 |
|
225 |
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
|
226 |
|
|
|
|
|
|
|
|
|
227 |
= How I can create custom (grid) layout of the thumbnails? =
|
228 |
|
229 |
In our gallery we implemented layout based on columns amount. So you can general amount of the columns in your gallery grid and define custom amount of the columns which every image gonna take. As result you can customize layout of the gallery grid
|
@@ -292,10 +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 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.
|
298 |
-
|
299 |
= How to define custom link for some gallery images? =
|
300 |
|
301 |
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
|
@@ -304,6 +300,10 @@ Every gallery image have additional fields where you can define custom link, tit
|
|
304 |
|
305 |
In gallery settings you can enable custom caption settings where you can customize font color and see results in live preview
|
306 |
|
|
|
|
|
|
|
|
|
307 |
= How to make gallery thumbnails with rounded corners? =
|
308 |
|
309 |
In gallery settings you can find section rounds where with special options you can define radius for the gallery thumbnails
|
@@ -320,10 +320,6 @@ In our gallery we implemented multi-categories structure. Every gallery category
|
|
320 |
|
321 |
You can change size, color and style of gallery thumbnails borders and shadows. Also you can define different parameters for static and hovered status
|
322 |
|
323 |
-
= How to load more function work? =
|
324 |
-
|
325 |
-
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
|
326 |
-
|
327 |
= How to change ordering of the gallery images? =
|
328 |
|
329 |
When you open gallery for edit you can find there images manager where you can change ordering of the gallery images
|
@@ -332,13 +328,13 @@ When you open gallery for edit you can find there images manager where you can c
|
|
332 |
|
333 |
Yes, you can use HTML tags inside gallery image description field
|
334 |
|
335 |
-
= How to
|
336 |
|
337 |
-
In gallery
|
338 |
|
339 |
-
= How to
|
340 |
|
341 |
-
|
342 |
|
343 |
= Is it possible to turn off border of the gallery thumbnails? =
|
344 |
|
@@ -348,17 +344,29 @@ Yes, in gallery options you can turn on/off border option
|
|
348 |
|
349 |
Settings of the gallery image you can change in images manager. There you can upload, edit or customize already uploaded images to the gallery
|
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 |
= Is it possible to create target blank links? =
|
356 |
|
357 |
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.
|
358 |
|
359 |
-
= How to
|
360 |
|
361 |
-
When you open gallery images manager you'll find there image edit mode where you can
|
|
|
|
|
|
|
|
|
362 |
|
363 |
= How to change font style of the gallery image caption? =
|
364 |
|
@@ -368,41 +376,33 @@ In gallery settings you can enable custom caption settings where you can customi
|
|
368 |
|
369 |
When you open gallery images manager you'll find there image edit mode where you can rotate source image
|
370 |
|
371 |
-
= Do you have fade effect for the thumbnails hover? =
|
372 |
-
|
373 |
-
Yes, gallery have fade hover effect
|
374 |
-
|
375 |
= How to change color of the gallery thumbnails border? =
|
376 |
|
377 |
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
|
378 |
|
379 |
-
= How to crop uploaded gallery image? =
|
380 |
-
|
381 |
-
When you open gallery images manager you'll find there image edit mode where you can crop source image
|
382 |
-
|
383 |
= How many thumbnails hover effects gallery has? =
|
384 |
|
385 |
Gallery have 15 hover animation effects, which could be combined with additional custom options
|
386 |
|
387 |
-
= How to customize gallery hover effect shutter layout? =
|
388 |
-
|
389 |
-
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
|
390 |
-
|
391 |
= How to add text before and after gallery? =
|
392 |
|
393 |
In gallery settings you can find before/after text gallery field. This fields support HTML tags.
|
394 |
|
395 |
-
= How to change
|
396 |
|
397 |
-
|
398 |
|
399 |
= How many menu buttons styles do you have in gallery menu ? =
|
400 |
|
401 |
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
|
402 |
|
403 |
-
= How to
|
404 |
|
405 |
-
|
|
|
|
|
|
|
|
|
406 |
|
407 |
= Is it possible to change transparency of the hover shutter? =
|
408 |
|
@@ -420,26 +420,22 @@ If you wish to make section with gallery without spacing between thumbnails you
|
|
420 |
|
421 |
In our gallery implemented options which make you able to make gallery thumbnails looks in Polaroid style, with caption of the image below thumbnail
|
422 |
|
423 |
-
= Is it possible to customize load more button caption? =
|
424 |
-
|
425 |
-
Yes, all labels of the front end interface of the gallery is customizable. Label of the load more button could be edit in admin section
|
426 |
-
|
427 |
-
= Which tags build in shutter of gallery hover template customization? =
|
428 |
-
|
429 |
-
For now we have build in @@TITLE@@, @@CAPTION@@, @@DESCR@@
|
430 |
-
|
431 |
= How to enable icons on gallery hover shutter? =
|
432 |
|
433 |
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
|
434 |
|
435 |
-
= How to change transparency of the gallery thumbnails border? =
|
436 |
-
|
437 |
-
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
|
438 |
-
|
439 |
= 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? =
|
440 |
|
441 |
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.
|
442 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
443 |
= How to change icon on gallery thumbnail button? =
|
444 |
|
445 |
When you open gallery settings you can see there hover options section where we implemented settings for every hover button. Here you can select icons for buttons and style for this icon
|
@@ -452,26 +448,30 @@ You can select border color, background color and color of the icon, size of the
|
|
452 |
|
453 |
In build library of the icons in gallery you can find 533 icons
|
454 |
|
455 |
-
= How
|
456 |
|
457 |
-
|
458 |
|
459 |
= How to turn off social buttons in gallery lightbox? =
|
460 |
|
461 |
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.
|
462 |
|
463 |
-
=
|
464 |
|
465 |
-
|
466 |
|
467 |
-
=
|
468 |
|
469 |
-
|
470 |
|
471 |
= Is it possible to change transparency of the gallery lightbox background ? =
|
472 |
|
473 |
Yes, you can change gallery lightbox background transparency in gallery settings. Yes, you can change background color of the gallery lightbox. When you open gallery settings you can find there gallery lightbox settings block. When you open color selector for the gallery lightbox background you'll see there additional slider option for transparency value.
|
474 |
|
|
|
|
|
|
|
|
|
475 |
= How to delete title, author, date above the gallery of the gallery post? =
|
476 |
|
477 |
Actually settings of all this main elements of the gallery post is inherited from the the general Wordpress posts settings. So you can turn in off the same way as it's manage in general posts, not only gallery posts.
|
@@ -488,14 +488,14 @@ Yes. When you open gallery media manager you'll see there list of the gallery im
|
|
488 |
|
489 |
Our gallery do not require any special permissions for installation of the gallery or during upload of the gallery images. All requirements are basic: our gallery have the same requirements as Wordpress have.
|
490 |
|
491 |
-
= Is it possible to change color of the hovered image in gallery? =
|
492 |
-
|
493 |
-
Yes, you can easily change color of the hovered image in gallery in backend. In gallery settings we build-in comfortable color selector which make you able to change color of the gallery interface elements.
|
494 |
-
|
495 |
= How to insert text before/after gallery? =
|
496 |
|
497 |
In our gallery we implemented few additional options which help you to add some text with HTML before/after gallery on your page. IN gallery settings you can find pre/post text fields where you can define some description text for the gallery. This gallery fields support HTML, so you can customize this text with HTML tags or css styles.
|
498 |
|
|
|
|
|
|
|
|
|
499 |
= Is it possible to generate post with gallery inside it ? =
|
500 |
|
501 |
In gallery settings we create separate section where you can find create new post button. After click on this button you'll see wizard form where you can select all additional parameters for the gallery new post.
|
@@ -574,6 +574,10 @@ If any problem occurs, please contact us.
|
|
574 |
|
575 |
== Changelog ==
|
576 |
|
|
|
|
|
|
|
|
|
577 |
= 1.5.5 =
|
578 |
* New options for post generator
|
579 |
* Added new section with the list of the posts for current gallery
|
@@ -792,6 +796,9 @@ If any problem occurs, please contact us.
|
|
792 |
|
793 |
== Upgrade Notice ==
|
794 |
|
|
|
|
|
|
|
795 |
= 1.5.5 =
|
796 |
Added new section with the list of the posts for current gallery, edit mode for post list in generator section
|
797 |
|
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.6
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
200 |
|
201 |
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
|
202 |
|
203 |
+
= How to change amount of images loading on gallery page? =
|
204 |
+
|
205 |
+
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
|
206 |
+
|
207 |
= Do you have some limits for images types in gallery? =
|
208 |
|
209 |
You can use any standard file type in our gallery: png, jpg, jpeg, gif
|
212 |
|
213 |
Yes, you can insert gallery into post with shortcode tag
|
214 |
|
|
|
|
|
|
|
|
|
215 |
= How to customize hover effect? =
|
216 |
|
217 |
In gallery settings you can find hover type options. In settings of the gallery you can select custom hover effect settings or even template for customization of the gallery thumbnails hover
|
218 |
|
|
|
|
|
|
|
|
|
219 |
= How to insert gallery into Wordpress page or post? =
|
220 |
|
221 |
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
|
222 |
|
223 |
+
= How to change quality of the gallery thumbnails? =
|
224 |
+
|
225 |
+
Quality of the gallery thumbnails could be easily changed in gallery size option / thumbnails options / source
|
226 |
+
|
227 |
= How I can create custom (grid) layout of the thumbnails? =
|
228 |
|
229 |
In our gallery we implemented layout based on columns amount. So you can general amount of the columns in your gallery grid and define custom amount of the columns which every image gonna take. As result you can customize layout of the gallery grid
|
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
|
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.
|
306 |
+
|
307 |
= How to make gallery thumbnails with rounded corners? =
|
308 |
|
309 |
In gallery settings you can find section rounds where with special options you can define radius for the gallery thumbnails
|
320 |
|
321 |
You can change size, color and style of gallery thumbnails borders and shadows. Also you can define different parameters for static and hovered status
|
322 |
|
|
|
|
|
|
|
|
|
323 |
= How to change ordering of the gallery images? =
|
324 |
|
325 |
When you open gallery for edit you can find there images manager where you can change ordering of the gallery images
|
328 |
|
329 |
Yes, you can use HTML tags inside gallery image description field
|
330 |
|
331 |
+
= How to load more function work? =
|
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 |
|
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
|
346 |
|
347 |
+
= How to define custom ALT for gallery image? =
|
348 |
+
|
349 |
+
When you open gallery images manager you can define alt for every gallery image there
|
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 |
= Is it possible to create target blank links? =
|
360 |
|
361 |
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.
|
362 |
|
363 |
+
= How to crop uploaded gallery image? =
|
364 |
|
365 |
+
When you open gallery images manager you'll find there image edit mode where you can crop source image
|
366 |
+
|
367 |
+
= Do you have fade effect for the thumbnails hover? =
|
368 |
+
|
369 |
+
Yes, gallery have fade hover effect
|
370 |
|
371 |
= How to change font style of the gallery image caption? =
|
372 |
|
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
|
382 |
|
|
|
|
|
|
|
|
|
383 |
= How many thumbnails hover effects gallery has? =
|
384 |
|
385 |
Gallery have 15 hover animation effects, which could be combined with additional custom options
|
386 |
|
|
|
|
|
|
|
|
|
387 |
= How to add text before and after gallery? =
|
388 |
|
389 |
In gallery settings you can find before/after text gallery field. This fields support HTML tags.
|
390 |
|
391 |
+
= How to change width of the gallery thumbnails border? =
|
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
|
402 |
+
|
403 |
+
= How to change font size of the gallery image description text? =
|
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 |
|
420 |
|
421 |
In our gallery implemented options which make you able to make gallery thumbnails looks in Polaroid style, with caption of the image below thumbnail
|
422 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
423 |
= How to enable icons on gallery hover shutter? =
|
424 |
|
425 |
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
|
426 |
|
|
|
|
|
|
|
|
|
427 |
= 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? =
|
428 |
|
429 |
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.
|
430 |
|
431 |
+
= Is it possible to customize load more button caption? =
|
432 |
+
|
433 |
+
Yes, all labels of the front end interface of the gallery is customizable. Label of the load more button could be edit in admin section
|
434 |
+
|
435 |
+
= Which tags build in shutter of gallery hover template customization? =
|
436 |
+
|
437 |
+
For now we have build in @@TITLE@@, @@CAPTION@@, @@DESCR@@
|
438 |
+
|
439 |
= How to change icon on gallery thumbnail button? =
|
440 |
|
441 |
When you open gallery settings you can see there hover options section where we implemented settings for every hover button. Here you can select icons for buttons and style for this icon
|
448 |
|
449 |
In build library of the icons in gallery you can find 533 icons
|
450 |
|
451 |
+
= How to change transparency of the gallery thumbnails border? =
|
452 |
|
453 |
+
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
|
454 |
|
455 |
= How to turn off social buttons in gallery lightbox? =
|
456 |
|
457 |
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.
|
458 |
|
459 |
+
= How many buttons with icons do you have in gallery? =
|
460 |
|
461 |
+
In our gallery we have 2 buttons for every gallery thumbnail. Zoom button and link button.
|
462 |
|
463 |
+
= Where to change font color of the gallery lightbox text? =
|
464 |
|
465 |
+
When you open gallery settings you can find there gallery lightbox settings block, where you can gallery lightbox text color using color selector.
|
466 |
|
467 |
= Is it possible to change transparency of the gallery lightbox background ? =
|
468 |
|
469 |
Yes, you can change gallery lightbox background transparency in gallery settings. Yes, you can change background color of the gallery lightbox. When you open gallery settings you can find there gallery lightbox settings block. When you open color selector for the gallery lightbox background you'll see there additional slider option for transparency value.
|
470 |
|
471 |
+
= Is it possible to change background color of the gallery lightbox? =
|
472 |
+
|
473 |
+
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.
|
474 |
+
|
475 |
= How to delete title, author, date above the gallery of the gallery post? =
|
476 |
|
477 |
Actually settings of all this main elements of the gallery post is inherited from the the general Wordpress posts settings. So you can turn in off the same way as it's manage in general posts, not only gallery posts.
|
488 |
|
489 |
Our gallery do not require any special permissions for installation of the gallery or during upload of the gallery images. All requirements are basic: our gallery have the same requirements as Wordpress have.
|
490 |
|
|
|
|
|
|
|
|
|
491 |
= How to insert text before/after gallery? =
|
492 |
|
493 |
In our gallery we implemented few additional options which help you to add some text with HTML before/after gallery on your page. IN gallery settings you can find pre/post text fields where you can define some description text for the gallery. This gallery fields support HTML, so you can customize this text with HTML tags or css styles.
|
494 |
|
495 |
+
= Is it possible to change color of the hovered image in gallery? =
|
496 |
+
|
497 |
+
Yes, you can easily change color of the hovered image in gallery in backend. In gallery settings we build-in comfortable color selector which make you able to change color of the gallery interface elements.
|
498 |
+
|
499 |
= Is it possible to generate post with gallery inside it ? =
|
500 |
|
501 |
In gallery settings we create separate section where you can find create new post button. After click on this button you'll see wizard form where you can select all additional parameters for the gallery new post.
|
574 |
|
575 |
== Changelog ==
|
576 |
|
577 |
+
= 1.5.6 =
|
578 |
+
* New options for post generator
|
579 |
+
* Edit option in generated posts list
|
580 |
+
|
581 |
= 1.5.5 =
|
582 |
* New options for post generator
|
583 |
* Added new section with the list of the posts for current gallery
|
796 |
|
797 |
== Upgrade Notice ==
|
798 |
|
799 |
+
= 1.5.6 =
|
800 |
+
New options for post generator, edit option in generated posts list
|
801 |
+
|
802 |
= 1.5.5 =
|
803 |
Added new section with the list of the posts for current gallery, edit mode for post list in generator section
|
804 |
|
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.6
|
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.6');
|
23 |
define("ROBO_GALLERY_PATH", plugin_dir_path( __FILE__ ));
|
24 |
define("ROBO_GALLERY_SPECIAL", 0);
|
25 |
|