Version Description
- Updated gallery menu alignment options
- Added left/right alignment option
Download this release
Release Info
Developer | robosoft |
Plugin | Gallery – Photo Gallery and Images Gallery |
Version | 2.0.7 |
Comparing to | |
See all releases |
Code changes from version 2.0.6 to 2.0.7
- gallery/css/gallery.utils.css +9 -0
- includes/frontend/rbs_gallery_class.php +3 -2
- includes/options/rbs_gallery_options_button.php +12 -0
- readme.txt +92 -85
- robogallery.php +2 -2
gallery/css/gallery.utils.css
CHANGED
@@ -278,4 +278,13 @@
|
|
278 |
position: fixed;
|
279 |
text-align: center;
|
280 |
padding: 0;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
281 |
}
|
278 |
position: fixed;
|
279 |
text-align: center;
|
280 |
padding: 0;
|
281 |
+
}
|
282 |
+
|
283 |
+
/* menu */
|
284 |
+
|
285 |
+
.rbs_gallery_button.rbs_gallery_align_right{
|
286 |
+
text-align: right;
|
287 |
+
}
|
288 |
+
.rbs_gallery_button.rbs_gallery_align_center{
|
289 |
+
text-align: center;
|
290 |
}
|
includes/frontend/rbs_gallery_class.php
CHANGED
@@ -558,8 +558,9 @@ class roboGallery extends roboGalleryUtils{
|
|
558 |
|
559 |
function getMenu(){
|
560 |
$retHtml = '';
|
561 |
-
|
562 |
-
$
|
|
|
563 |
|
564 |
$paddingLeft = (int)get_post_meta( $this->id, ROBO_GALLERY_PREFIX.'paddingLeft', true );
|
565 |
$paddingBottom = (int)get_post_meta( $this->id, ROBO_GALLERY_PREFIX.'paddingBottom', true );
|
558 |
|
559 |
function getMenu(){
|
560 |
$retHtml = '';
|
561 |
+
$align = get_post_meta( $this->id, ROBO_GALLERY_PREFIX.'buttonAlign', true );
|
562 |
+
if($align) $align = ' rbs_gallery_align_'.$align;
|
563 |
+
$retHtml .= '<div class="rbs_gallery_button'.$align.'" id="'.$this->galleryId.'filter">';
|
564 |
|
565 |
$paddingLeft = (int)get_post_meta( $this->id, ROBO_GALLERY_PREFIX.'paddingLeft', true );
|
566 |
$paddingBottom = (int)get_post_meta( $this->id, ROBO_GALLERY_PREFIX.'paddingBottom', true );
|
includes/options/rbs_gallery_options_button.php
CHANGED
@@ -138,6 +138,18 @@ $button_group->add_field( array(
|
|
138 |
),
|
139 |
));
|
140 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
141 |
$button_group->add_field( array(
|
142 |
'name' => __( 'Left Padding', 'rbs_gallery' ),
|
143 |
'id' => ROBO_GALLERY_PREFIX . 'paddingLeft',
|
138 |
),
|
139 |
));
|
140 |
|
141 |
+
$button_group->add_field( array(
|
142 |
+
'name' => __( 'Align', 'rbs_gallery' ),
|
143 |
+
'id' => ROBO_GALLERY_PREFIX . 'buttonAlign',
|
144 |
+
'type' => 'rbsselect',
|
145 |
+
'show_option_none' => false,
|
146 |
+
'default' => 'left',
|
147 |
+
'options' => array(
|
148 |
+
'left' => __( 'Left' , 'cmb' ),
|
149 |
+
'right' => __( 'Right' , 'cmb' ),
|
150 |
+
),
|
151 |
+
));
|
152 |
+
|
153 |
$button_group->add_field( array(
|
154 |
'name' => __( 'Left Padding', 'rbs_gallery' ),
|
155 |
'id' => ROBO_GALLERY_PREFIX . 'paddingLeft',
|
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: 2.0.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -178,22 +178,10 @@ You don't need do any additional configurations or manual code changes. You can
|
|
178 |
|
179 |
== Frequently Asked Questions ==
|
180 |
|
181 |
-
= How to customize border of the gallery thumbnails? =
|
182 |
-
|
183 |
-
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
|
184 |
-
|
185 |
= Is it possible to create target blank links? =
|
186 |
|
187 |
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.
|
188 |
|
189 |
-
= How I can create custom (grid) layout of the thumbnails? =
|
190 |
-
|
191 |
-
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
|
192 |
-
|
193 |
-
= How to change font color of the gallery image description text? =
|
194 |
-
|
195 |
-
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
|
196 |
-
|
197 |
= Is it possible to change transparency of the hover shutter? =
|
198 |
|
199 |
Yes, it's possible to change transparency in gallery settings
|
@@ -206,14 +194,6 @@ In gallery settings you can find option to enable/disable lazy load, also there
|
|
206 |
|
207 |
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.
|
208 |
|
209 |
-
= How to define custom link for some gallery images? =
|
210 |
-
|
211 |
-
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
|
212 |
-
|
213 |
-
= How to change icon on gallery thumbnail button? =
|
214 |
-
|
215 |
-
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
|
216 |
-
|
217 |
= How to delete title, author, date above the gallery of the gallery post? =
|
218 |
|
219 |
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.
|
@@ -250,10 +230,6 @@ Color of every gallery front end interface element could be changed changed in a
|
|
250 |
|
251 |
Yes, you can insert gallery into post with shortcode tag
|
252 |
|
253 |
-
= How to change ordering of the gallery images? =
|
254 |
-
|
255 |
-
When you open gallery for edit you can find there images manager where you can change ordering of the gallery images
|
256 |
-
|
257 |
= How to insert text before/after gallery? =
|
258 |
|
259 |
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.
|
@@ -262,14 +238,6 @@ In our gallery we implemented few additional options which help you to add some
|
|
262 |
|
263 |
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
|
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 |
-
= Is it possible to customize gallery image caption ? =
|
270 |
-
|
271 |
-
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
|
272 |
-
|
273 |
= How to customize gallery hover effect shutter layout? =
|
274 |
|
275 |
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
|
@@ -286,10 +254,6 @@ In gallery settings you can find before/after text gallery field. This fields su
|
|
286 |
|
287 |
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.
|
288 |
|
289 |
-
= Do you have some limits for images amount in gallery? =
|
290 |
-
|
291 |
-
No, we don't have any limits for amount of the images in gallery
|
292 |
-
|
293 |
= How to change amount of images loading on gallery page? =
|
294 |
|
295 |
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
|
@@ -298,10 +262,6 @@ In gallery settings we have few options which makes you able to select amount of
|
|
298 |
|
299 |
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
|
300 |
|
301 |
-
= How to define video for some gallery image? =
|
302 |
-
|
303 |
-
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
|
304 |
-
|
305 |
= Where to change font color of the gallery lightbox text? =
|
306 |
|
307 |
When you open gallery settings you can find there gallery lightbox settings block, where you can gallery lightbox text color using color selector.
|
@@ -318,10 +278,6 @@ In our gallery we have 2 buttons for every gallery thumbnail. Zoom button and li
|
|
318 |
|
319 |
Yes, gallery have fade hover effect
|
320 |
|
321 |
-
= How many thumbnails hover effects gallery has? =
|
322 |
-
|
323 |
-
Gallery have 15 hover animation effects, which could be combined with additional custom options
|
324 |
-
|
325 |
= Which permissions do I need to have on server for proper gallery installation? =
|
326 |
|
327 |
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.
|
@@ -334,22 +290,10 @@ Shadows of the thumbnails you can customize in gallery settings. With gallery se
|
|
334 |
|
335 |
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.
|
336 |
|
337 |
-
= How many icons you have in build in icons library? =
|
338 |
-
|
339 |
-
In build library of the icons in gallery you can find 533 icons
|
340 |
-
|
341 |
-
= Is it possible to generate post with gallery inside it ? =
|
342 |
-
|
343 |
-
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.
|
344 |
-
|
345 |
= Is it possible to create direct link on the front end to the gallery? =
|
346 |
|
347 |
Yes, you can use generated direct link inside particular gallery settings
|
348 |
|
349 |
-
= Is it possible to have different settings for hover and static interface elements? =
|
350 |
-
|
351 |
-
Yes, you can have different styles of the borders and shadows for static and hovered gallery thumbnails.
|
352 |
-
|
353 |
= How to set description text below image in the lightbox? =
|
354 |
|
355 |
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.
|
@@ -374,17 +318,13 @@ In gallery general settings you can find gallery thumbnails columns options whic
|
|
374 |
|
375 |
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.
|
376 |
|
377 |
-
= How to
|
378 |
-
|
379 |
-
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.
|
380 |
-
|
381 |
-
= How to change font size of the gallery image description text? =
|
382 |
|
383 |
-
|
384 |
|
385 |
-
=
|
386 |
|
387 |
-
|
388 |
|
389 |
= How to change width of the gallery thumbnails border? =
|
390 |
|
@@ -394,22 +334,14 @@ When you enable border in gallery settings you will see multiply options for cus
|
|
394 |
|
395 |
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
|
396 |
|
397 |
-
= Do you have some conflict in gallery back end? =
|
398 |
-
|
399 |
-
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.
|
400 |
-
|
401 |
-
= How to crop uploaded gallery image? =
|
402 |
-
|
403 |
-
When you open gallery images manager you'll find there image edit mode where you can crop source image
|
404 |
-
|
405 |
-
= How to make gallery with no space between thumbnails of the gallery? =
|
406 |
-
|
407 |
-
If you wish to make section with gallery without spacing between thumbnails you need just set horizontal and vertical spacing to 0 in gallery thumbnails view options
|
408 |
-
|
409 |
= How to define size of the gallery images thumbnails? =
|
410 |
|
411 |
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
|
412 |
|
|
|
|
|
|
|
|
|
413 |
= How to flip uploaded gallery image? =
|
414 |
|
415 |
When you open gallery images manager you'll find there image edit mode where you can flip source image
|
@@ -434,10 +366,6 @@ Yes, in gallery options you can turn on/off border option
|
|
434 |
|
435 |
Settings of the gallery image you can change in images manager. There you can upload, edit or customize already uploaded images to the gallery
|
436 |
|
437 |
-
= What can I do if some gallery interface elements in backend do not work properly? =
|
438 |
-
|
439 |
-
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.
|
440 |
-
|
441 |
= Is it possible to change color of the hovered image in gallery? =
|
442 |
|
443 |
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.
|
@@ -446,9 +374,13 @@ Yes, you can easily change color of the hovered image in gallery in backend. In
|
|
446 |
|
447 |
When you open gallery images manager you'll find there image edit mode where you can rotate source image
|
448 |
|
449 |
-
= How
|
450 |
|
451 |
-
|
|
|
|
|
|
|
|
|
452 |
|
453 |
= Where specify description of the gallery images? =
|
454 |
|
@@ -466,14 +398,34 @@ Yes. When you open gallery media manager you'll see there list of the gallery im
|
|
466 |
|
467 |
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
|
468 |
|
469 |
-
= How to
|
470 |
|
471 |
-
When you open gallery
|
|
|
|
|
|
|
|
|
472 |
|
473 |
= Do you have some limits for images types in gallery? =
|
474 |
|
475 |
You can use any standard file type in our gallery: png, jpg, jpeg, gif
|
476 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
477 |
= How to make gallery thumbnails with rounded corners? =
|
478 |
|
479 |
In gallery settings you can find section rounds where with special options you can define radius for the gallery thumbnails
|
@@ -482,6 +434,14 @@ In gallery settings you can find section rounds where with special options you c
|
|
482 |
|
483 |
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.
|
484 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
485 |
= How to customize border of the gallery thumbnails? =
|
486 |
|
487 |
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
|
@@ -498,18 +458,58 @@ No, we don't have any limits for image size in our gallery.
|
|
498 |
|
499 |
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
|
500 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
501 |
= How to load more function work? =
|
502 |
|
503 |
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
|
504 |
|
|
|
|
|
|
|
|
|
505 |
= Is it possible to change background color of the gallery lightbox? =
|
506 |
|
507 |
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.
|
508 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
509 |
= How to define video for some gallery image? =
|
510 |
|
511 |
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
|
512 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
513 |
== Screenshots ==
|
514 |
|
515 |
1. Gallery Demo 1
|
@@ -584,6 +584,10 @@ If any problem occurs, please contact us.
|
|
584 |
|
585 |
== Changelog ==
|
586 |
|
|
|
|
|
|
|
|
|
587 |
= 2.0.6 =
|
588 |
* Optimization of the HTML and JS code
|
589 |
|
@@ -1051,6 +1055,9 @@ If any problem occurs, please contact us.
|
|
1051 |
|
1052 |
== Upgrade Notice ==
|
1053 |
|
|
|
|
|
|
|
1054 |
= 2.0.6 =
|
1055 |
Optimization of the HTML and JS code
|
1056 |
|
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: 2.0.7
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
178 |
|
179 |
== Frequently Asked Questions ==
|
180 |
|
|
|
|
|
|
|
|
|
181 |
= Is it possible to create target blank links? =
|
182 |
|
183 |
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.
|
184 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
185 |
= Is it possible to change transparency of the hover shutter? =
|
186 |
|
187 |
Yes, it's possible to change transparency in gallery settings
|
194 |
|
195 |
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.
|
196 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
197 |
= How to delete title, author, date above the gallery of the gallery post? =
|
198 |
|
199 |
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.
|
230 |
|
231 |
Yes, you can insert gallery into post with shortcode tag
|
232 |
|
|
|
|
|
|
|
|
|
233 |
= How to insert text before/after gallery? =
|
234 |
|
235 |
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.
|
238 |
|
239 |
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
|
240 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
241 |
= How to customize gallery hover effect shutter layout? =
|
242 |
|
243 |
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
|
254 |
|
255 |
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.
|
256 |
|
|
|
|
|
|
|
|
|
257 |
= How to change amount of images loading on gallery page? =
|
258 |
|
259 |
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
|
262 |
|
263 |
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
|
264 |
|
|
|
|
|
|
|
|
|
265 |
= Where to change font color of the gallery lightbox text? =
|
266 |
|
267 |
When you open gallery settings you can find there gallery lightbox settings block, where you can gallery lightbox text color using color selector.
|
278 |
|
279 |
Yes, gallery have fade hover effect
|
280 |
|
|
|
|
|
|
|
|
|
281 |
= Which permissions do I need to have on server for proper gallery installation? =
|
282 |
|
283 |
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.
|
290 |
|
291 |
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.
|
292 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
293 |
= Is it possible to create direct link on the front end to the gallery? =
|
294 |
|
295 |
Yes, you can use generated direct link inside particular gallery settings
|
296 |
|
|
|
|
|
|
|
|
|
297 |
= How to set description text below image in the lightbox? =
|
298 |
|
299 |
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.
|
318 |
|
319 |
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.
|
320 |
|
321 |
+
= How to define video for some gallery image? =
|
|
|
|
|
|
|
|
|
322 |
|
323 |
+
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
|
324 |
|
325 |
+
= Do you have some limits for images amount in gallery? =
|
326 |
|
327 |
+
No, we don't have any limits for amount of the images in gallery
|
328 |
|
329 |
= How to change width of the gallery thumbnails border? =
|
330 |
|
334 |
|
335 |
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
|
336 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
337 |
= How to define size of the gallery images thumbnails? =
|
338 |
|
339 |
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
|
340 |
|
341 |
+
= How many icons you have in build in icons library? =
|
342 |
+
|
343 |
+
In build library of the icons in gallery you can find 533 icons
|
344 |
+
|
345 |
= How to flip uploaded gallery image? =
|
346 |
|
347 |
When you open gallery images manager you'll find there image edit mode where you can flip source image
|
366 |
|
367 |
Settings of the gallery image you can change in images manager. There you can upload, edit or customize already uploaded images to the gallery
|
368 |
|
|
|
|
|
|
|
|
|
369 |
= Is it possible to change color of the hovered image in gallery? =
|
370 |
|
371 |
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.
|
374 |
|
375 |
When you open gallery images manager you'll find there image edit mode where you can rotate source image
|
376 |
|
377 |
+
= How many thumbnails hover effects gallery has? =
|
378 |
|
379 |
+
Gallery have 15 hover animation effects, which could be combined with additional custom options
|
380 |
+
|
381 |
+
= How to change font size of the gallery image description text? =
|
382 |
+
|
383 |
+
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
|
384 |
|
385 |
= Where specify description of the gallery images? =
|
386 |
|
398 |
|
399 |
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
|
400 |
|
401 |
+
= How to turn off social buttons in gallery lightbox? =
|
402 |
|
403 |
+
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.
|
404 |
+
|
405 |
+
= How to change font color of the gallery image description text? =
|
406 |
+
|
407 |
+
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
|
408 |
|
409 |
= Do you have some limits for images types in gallery? =
|
410 |
|
411 |
You can use any standard file type in our gallery: png, jpg, jpeg, gif
|
412 |
|
413 |
+
= Which tags build in shutter of gallery hover template customization? =
|
414 |
+
|
415 |
+
For now we have build in @@TITLE@@, @@CAPTION@@, @@DESCR@@
|
416 |
+
|
417 |
+
= How to change icon on gallery thumbnail button? =
|
418 |
+
|
419 |
+
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
|
420 |
+
|
421 |
+
= Is it possible to generate post with gallery inside it ? =
|
422 |
+
|
423 |
+
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.
|
424 |
+
|
425 |
+
= Is it possible to customize gallery image caption ? =
|
426 |
+
|
427 |
+
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
|
428 |
+
|
429 |
= How to make gallery thumbnails with rounded corners? =
|
430 |
|
431 |
In gallery settings you can find section rounds where with special options you can define radius for the gallery thumbnails
|
434 |
|
435 |
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.
|
436 |
|
437 |
+
= What can I do if some gallery interface elements in backend do not work properly? =
|
438 |
+
|
439 |
+
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.
|
440 |
+
|
441 |
+
= How to define custom link for some gallery images? =
|
442 |
+
|
443 |
+
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
|
444 |
+
|
445 |
= How to customize border of the gallery thumbnails? =
|
446 |
|
447 |
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
|
458 |
|
459 |
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
|
460 |
|
461 |
+
= How to crop uploaded gallery image? =
|
462 |
+
|
463 |
+
When you open gallery images manager you'll find there image edit mode where you can crop source image
|
464 |
+
|
465 |
+
= How to hide titles of the gallery image in lightbox ? =
|
466 |
+
|
467 |
+
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.
|
468 |
+
|
469 |
= How to load more function work? =
|
470 |
|
471 |
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
|
472 |
|
473 |
+
= How to customize border of the gallery thumbnails? =
|
474 |
+
|
475 |
+
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
|
476 |
+
|
477 |
= Is it possible to change background color of the gallery lightbox? =
|
478 |
|
479 |
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.
|
480 |
|
481 |
+
= How to define custom ALT for gallery image? =
|
482 |
+
|
483 |
+
When you open gallery images manager you can define alt for every gallery image there
|
484 |
+
|
485 |
+
= How I can create custom (grid) layout of the thumbnails? =
|
486 |
+
|
487 |
+
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
|
488 |
+
|
489 |
+
= Do you have some conflict in gallery back end? =
|
490 |
+
|
491 |
+
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.
|
492 |
+
|
493 |
+
= How to make gallery with no space between thumbnails of the gallery? =
|
494 |
+
|
495 |
+
If you wish to make section with gallery without spacing between thumbnails you need just set horizontal and vertical spacing to 0 in gallery thumbnails view options
|
496 |
+
|
497 |
= How to define video for some gallery image? =
|
498 |
|
499 |
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
|
500 |
|
501 |
+
= Is it possible to have different settings for hover and static interface elements? =
|
502 |
+
|
503 |
+
Yes, you can have different styles of the borders and shadows for static and hovered gallery thumbnails.
|
504 |
+
|
505 |
+
= How to change ordering of the gallery images? =
|
506 |
+
|
507 |
+
When you open gallery for edit you can find there images manager where you can change ordering of the gallery images
|
508 |
+
|
509 |
+
= How to use multi-category functionality of the gallery? =
|
510 |
+
|
511 |
+
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
|
512 |
+
|
513 |
== Screenshots ==
|
514 |
|
515 |
1. Gallery Demo 1
|
584 |
|
585 |
== Changelog ==
|
586 |
|
587 |
+
= 2.0.7 =
|
588 |
+
* Updated gallery menu alignment options
|
589 |
+
* Added left/right alignment option
|
590 |
+
|
591 |
= 2.0.6 =
|
592 |
* Optimization of the HTML and JS code
|
593 |
|
1055 |
|
1056 |
== Upgrade Notice ==
|
1057 |
|
1058 |
+
= 2.0.7 =
|
1059 |
+
Updated gallery menu alignment options, added left/right alignment option
|
1060 |
+
|
1061 |
= 2.0.6 =
|
1062 |
Optimization of the HTML and JS code
|
1063 |
|
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.0.
|
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.0.
|
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.0.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", '2.0.7');
|
23 |
define("ROBO_GALLERY_PATH", plugin_dir_path( __FILE__ ));
|
24 |
define("ROBO_GALLERY_SPECIAL", 0);
|
25 |
|