Version Description
- Updated statistics gallery section
- New trash gallery value
Download this release
Release Info
Developer | robosoft |
Plugin | Gallery – Photo Gallery and Images Gallery |
Version | 1.8.5 |
Comparing to | |
See all releases |
Code changes from version 1.8.4 to 1.8.5
- includes/extensions/stats/stats.form.php +8 -0
- readme.txt +106 -99
- robogallery.php +2 -2
includes/extensions/stats/stats.form.php
CHANGED
@@ -66,6 +66,14 @@ switch ($tab) {
|
|
66 |
<p><?php echo $countPosts->draft ; ?></p>
|
67 |
</td>
|
68 |
</tr>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
69 |
</tbody>
|
70 |
</table>
|
71 |
<?php
|
66 |
<p><?php echo $countPosts->draft ; ?></p>
|
67 |
</td>
|
68 |
</tr>
|
69 |
+
<tr>
|
70 |
+
<th scope="row">
|
71 |
+
<label ><?php _e('Galleries Trash', 'rbs_gallery'); ?></label>
|
72 |
+
</th>
|
73 |
+
<td>
|
74 |
+
<p><?php echo $countPosts->trash ; ?></p>
|
75 |
+
</td>
|
76 |
+
</tr>
|
77 |
</tbody>
|
78 |
</table>
|
79 |
<?php
|
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.8.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -190,37 +190,25 @@ You can use any standard file type in our gallery: png, jpg, jpeg, gif
|
|
190 |
|
191 |
Yes, you can have different styles of the borders and shadows for static and hovered gallery thumbnails.
|
192 |
|
193 |
-
= How to define video for some gallery image? =
|
194 |
-
|
195 |
-
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
|
196 |
-
|
197 |
= How to define custom link for some gallery images? =
|
198 |
|
199 |
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
|
200 |
|
201 |
-
=
|
202 |
-
|
203 |
-
You can change size, color and style of gallery thumbnails borders and shadows. Also you can define different parameters for static and hovered status
|
204 |
-
|
205 |
-
= How to use multi-category functionality of the gallery? =
|
206 |
|
207 |
-
In
|
208 |
|
209 |
= Is it possible create gallery in Wordpress post with Gallery? =
|
210 |
|
211 |
Yes, you can insert gallery into post with shortcode tag
|
212 |
|
213 |
-
=
|
214 |
-
|
215 |
-
Quality of the gallery thumbnails could be easily changed in gallery size option / thumbnails options / source
|
216 |
-
|
217 |
-
= How to hide titles of the gallery image in lightbox ? =
|
218 |
|
219 |
-
|
220 |
|
221 |
-
= How to define
|
222 |
|
223 |
-
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
|
224 |
|
225 |
= How to make shadow for the gallery thumbnails? =
|
226 |
|
@@ -230,29 +218,53 @@ Shadows of the thumbnails you can customize in gallery settings. With gallery se
|
|
230 |
|
231 |
Yes, in gallery options you can turn on/off border option
|
232 |
|
233 |
-
=
|
234 |
|
235 |
-
|
|
|
|
|
|
|
|
|
236 |
|
237 |
= How to change font size of the gallery image caption? =
|
238 |
|
239 |
In gallery settings you can enable custom caption settings where you can customize font size and see results in live preview
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
240 |
|
241 |
= How to change color of the gallery interface elements? =
|
242 |
|
243 |
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.
|
244 |
|
245 |
-
= How to
|
246 |
-
|
247 |
-
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
|
248 |
-
|
249 |
-
= Is it possible to use HTML in image description ? =
|
250 |
|
251 |
-
|
252 |
|
253 |
-
=
|
254 |
|
255 |
-
|
256 |
|
257 |
= What can I do if some gallery interface elements in backend do not work properly? =
|
258 |
|
@@ -262,89 +274,85 @@ If you have some conflict in gallery back end you can sort it with new compatibi
|
|
262 |
|
263 |
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
|
264 |
|
265 |
-
= How to
|
266 |
|
267 |
-
|
268 |
|
269 |
-
=
|
270 |
|
271 |
-
|
272 |
|
273 |
-
=
|
274 |
|
275 |
-
|
276 |
|
277 |
-
= How to
|
278 |
|
279 |
-
|
280 |
|
281 |
-
= How to
|
282 |
|
283 |
-
In gallery
|
284 |
|
285 |
= How to change width of the gallery thumbnails border? =
|
286 |
|
287 |
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.
|
288 |
|
289 |
-
= How to
|
290 |
-
|
291 |
-
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?
|
292 |
-
|
293 |
-
= Do you have some conflict in gallery back end? =
|
294 |
|
295 |
-
|
296 |
|
297 |
-
= How
|
298 |
|
299 |
-
|
300 |
|
301 |
= How to customize hover effect? =
|
302 |
|
303 |
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
|
304 |
|
305 |
-
= What can I do if some gallery interface elements in backend do not work properly? =
|
306 |
-
|
307 |
-
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.
|
308 |
-
|
309 |
-
= Where specify description of the gallery images? =
|
310 |
-
|
311 |
-
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
|
312 |
-
|
313 |
= How to upload images to the gallery? =
|
314 |
|
315 |
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.
|
316 |
|
|
|
|
|
|
|
|
|
317 |
= Is it possible to customize gallery image caption ? =
|
318 |
|
319 |
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
|
320 |
|
321 |
-
=
|
322 |
|
323 |
-
|
324 |
|
325 |
-
= How to
|
326 |
|
327 |
-
|
328 |
|
329 |
-
=
|
330 |
|
331 |
-
|
332 |
|
333 |
= Is it possible to create direct link on the front end to the gallery? =
|
334 |
|
335 |
Yes, you can use generated direct link inside particular gallery settings
|
336 |
|
337 |
-
= How to
|
338 |
|
339 |
-
|
340 |
|
341 |
-
= How to
|
342 |
|
343 |
-
|
344 |
|
345 |
-
= How
|
346 |
|
347 |
-
|
|
|
|
|
|
|
|
|
348 |
|
349 |
= How to load more function work? =
|
350 |
|
@@ -354,22 +362,6 @@ In gallery admin section you can define amount of the images for the first load
|
|
354 |
|
355 |
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.
|
356 |
|
357 |
-
= How to set description text below image in the lightbox? =
|
358 |
-
|
359 |
-
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.
|
360 |
-
|
361 |
-
= Where it's possible to define vertical and horizontal paddings? =
|
362 |
-
|
363 |
-
In gallery settings you can define horizontal and vertical paddings between gallery thumbnails
|
364 |
-
|
365 |
-
= How to enable lazy load in gallery options? =
|
366 |
-
|
367 |
-
In gallery settings you can find option to enable/disable lazy load, also there you'll have alot of additional options for customization of the loading process
|
368 |
-
|
369 |
-
= How to change ordering of the gallery images? =
|
370 |
-
|
371 |
-
When you open gallery for edit you can find there images manager where you can change ordering of the gallery images
|
372 |
-
|
373 |
= How to rotate uploaded gallery image? =
|
374 |
|
375 |
When you open gallery images manager you'll find there image edit mode where you can rotate source image
|
@@ -378,6 +370,14 @@ When you open gallery images manager you'll find there image edit mode where you
|
|
378 |
|
379 |
Yes, it's possible to change transparency in gallery settings
|
380 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
381 |
= How to change transparency of the gallery thumbnails border? =
|
382 |
|
383 |
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
|
@@ -450,6 +450,14 @@ Yes, you can change gallery lightbox background transparency in gallery settings
|
|
450 |
|
451 |
Gallery have 15 hover animation effects, which could be combined with additional custom options
|
452 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
453 |
= How many icons you have in build in icons library? =
|
454 |
|
455 |
In build library of the icons in gallery you can find 533 icons
|
@@ -462,14 +470,6 @@ In our gallery we have 2 buttons for every gallery thumbnail. Zoom button and li
|
|
462 |
|
463 |
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.
|
464 |
|
465 |
-
= How to turn off social buttons in gallery lightbox? =
|
466 |
-
|
467 |
-
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.
|
468 |
-
|
469 |
-
= Do you have Polaroid style in your gallery? =
|
470 |
-
|
471 |
-
In our gallery implemented options which make you able to make gallery thumbnails looks in Polaroid style, with caption of the image below thumbnail
|
472 |
-
|
473 |
= Which tags build in shutter of gallery hover template customization? =
|
474 |
|
475 |
For now we have build in @@TITLE@@, @@CAPTION@@, @@DESCR@@
|
@@ -482,6 +482,14 @@ When you open gallery settings you can see there hover options section where we
|
|
482 |
|
483 |
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
|
484 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
485 |
= Is it possible to change background color of the gallery lightbox? =
|
486 |
|
487 |
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.
|
@@ -494,14 +502,6 @@ Our gallery do not require any special permissions for installation of the galle
|
|
494 |
|
495 |
When you open gallery settings you can find there gallery lightbox settings block, where you can gallery lightbox text color using color selector.
|
496 |
|
497 |
-
= Is it possible to change color of the hovered image in gallery? =
|
498 |
-
|
499 |
-
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.
|
500 |
-
|
501 |
-
= How to change amount of the columns in gallery layout? =
|
502 |
-
|
503 |
-
In gallery general settings you can find gallery thumbnails columns options which could depend of the device screen size. You can define different gallery columns amount for different resolution.
|
504 |
-
|
505 |
= Is it possible to insert video as gallery link? =
|
506 |
|
507 |
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 video link field in gallery image options, where you can define some custom link to the online video.
|
@@ -588,6 +588,10 @@ If any problem occurs, please contact us.
|
|
588 |
|
589 |
== Changelog ==
|
590 |
|
|
|
|
|
|
|
|
|
591 |
= 1.8.4 =
|
592 |
* Added new statistics section in gallery
|
593 |
* Gallery drafts amount value
|
@@ -950,6 +954,9 @@ If any problem occurs, please contact us.
|
|
950 |
|
951 |
== Upgrade Notice ==
|
952 |
|
|
|
|
|
|
|
953 |
= 1.8.4 =
|
954 |
Added new statistics section in gallery, gallery drafts amount value
|
955 |
|
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.8.5
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
190 |
|
191 |
Yes, you can have different styles of the borders and shadows for static and hovered gallery thumbnails.
|
192 |
|
|
|
|
|
|
|
|
|
193 |
= How to define custom link for some gallery images? =
|
194 |
|
195 |
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
|
196 |
|
197 |
+
= How to change amount of images loading on gallery page? =
|
|
|
|
|
|
|
|
|
198 |
|
199 |
+
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
|
200 |
|
201 |
= Is it possible create gallery in Wordpress post with Gallery? =
|
202 |
|
203 |
Yes, you can insert gallery into post with shortcode tag
|
204 |
|
205 |
+
= Do you have some limits for images amount in gallery? =
|
|
|
|
|
|
|
|
|
206 |
|
207 |
+
No, we don't have any limits for amount of the images in gallery
|
208 |
|
209 |
+
= How to define video for some gallery image? =
|
210 |
|
211 |
+
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
|
212 |
|
213 |
= How to make shadow for the gallery thumbnails? =
|
214 |
|
218 |
|
219 |
Yes, in gallery options you can turn on/off border option
|
220 |
|
221 |
+
= How to change quality of the gallery thumbnails? =
|
222 |
|
223 |
+
Quality of the gallery thumbnails could be easily changed in gallery size option / thumbnails options / source
|
224 |
+
|
225 |
+
= Do you have some limit for images size in gallery? =
|
226 |
+
|
227 |
+
No, we don't have any limits for image size in our gallery.
|
228 |
|
229 |
= How to change font size of the gallery image caption? =
|
230 |
|
231 |
In gallery settings you can enable custom caption settings where you can customize font size and see results in live preview
|
232 |
+
|
233 |
+
= Is it possible to use HTML in image description ? =
|
234 |
+
|
235 |
+
Yes, you can use HTML tags inside gallery image description field
|
236 |
+
|
237 |
+
= How to hide titles of the gallery image in lightbox ? =
|
238 |
+
|
239 |
+
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.
|
240 |
+
|
241 |
+
= Which parameters I can change for the gallery thumbnails borders and shadows? =
|
242 |
+
|
243 |
+
You can change size, color and style of gallery thumbnails borders and shadows. Also you can define different parameters for static and hovered status
|
244 |
+
|
245 |
+
= How to use multi-category functionality of the gallery? =
|
246 |
+
|
247 |
+
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
|
248 |
+
|
249 |
+
= How to customize border of the gallery thumbnails? =
|
250 |
+
|
251 |
+
In gallery settings you can find general settings section where you can turn on/off thumbnails border. Also you can customize there style of the border, namely width, color and style of the thumbnail borders
|
252 |
+
|
253 |
+
= How to define custom link for some gallery images? =
|
254 |
+
|
255 |
+
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
|
256 |
|
257 |
= How to change color of the gallery interface elements? =
|
258 |
|
259 |
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.
|
260 |
|
261 |
+
= How to define video for some gallery image? =
|
|
|
|
|
|
|
|
|
262 |
|
263 |
+
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
|
264 |
|
265 |
+
= How to make gallery thumbnails with rounded corners? =
|
266 |
|
267 |
+
In gallery settings you can find section rounds where with special options you can define radius for the gallery thumbnails
|
268 |
|
269 |
= What can I do if some gallery interface elements in backend do not work properly? =
|
270 |
|
274 |
|
275 |
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
|
276 |
|
277 |
+
= How to change font color of the gallery image description text? =
|
278 |
|
279 |
+
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?
|
280 |
|
281 |
+
= What can I do if some gallery interface elements in backend do not work properly? =
|
282 |
|
283 |
+
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.
|
284 |
|
285 |
+
= Where specify description of the gallery images? =
|
286 |
|
287 |
+
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
|
288 |
|
289 |
+
= How to define custom hover effect for some gallery thumbnail? =
|
290 |
|
291 |
+
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.
|
292 |
|
293 |
+
= How to change text below image in lightbox ? =
|
294 |
|
295 |
+
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.
|
296 |
|
297 |
= How to change width of the gallery thumbnails border? =
|
298 |
|
299 |
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.
|
300 |
|
301 |
+
= How to customize border of the gallery thumbnails? =
|
|
|
|
|
|
|
|
|
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 |
+
= How I can create custom (grid) layout of the thumbnails? =
|
306 |
|
307 |
+
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
|
308 |
|
309 |
= How to customize hover effect? =
|
310 |
|
311 |
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
|
312 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
313 |
= How to upload images to the gallery? =
|
314 |
|
315 |
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.
|
316 |
|
317 |
+
= Do you have fade effect for the thumbnails hover? =
|
318 |
+
|
319 |
+
Yes, gallery have fade hover effect
|
320 |
+
|
321 |
= Is it possible to customize gallery image caption ? =
|
322 |
|
323 |
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
|
324 |
|
325 |
+
= Do you have some conflict in gallery back end? =
|
326 |
|
327 |
+
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.
|
328 |
|
329 |
+
= How to change color of the gallery thumbnails border? =
|
330 |
|
331 |
+
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
|
332 |
|
333 |
+
= How to customize gallery hover effect shutter layout? =
|
334 |
|
335 |
+
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
|
336 |
|
337 |
= Is it possible to create direct link on the front end to the gallery? =
|
338 |
|
339 |
Yes, you can use generated direct link inside particular gallery settings
|
340 |
|
341 |
+
= How to enable lazy load in gallery options? =
|
342 |
|
343 |
+
In gallery settings you can find option to enable/disable lazy load, also there you'll have alot of additional options for customization of the loading process
|
344 |
|
345 |
+
= How to change ordering of the gallery images? =
|
346 |
|
347 |
+
When you open gallery for edit you can find there images manager where you can change ordering of the gallery images
|
348 |
|
349 |
+
= How to define size of the gallery images thumbnails? =
|
350 |
|
351 |
+
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
|
352 |
+
|
353 |
+
= How to insert gallery into Wordpress page or post? =
|
354 |
+
|
355 |
+
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
|
356 |
|
357 |
= How to load more function work? =
|
358 |
|
362 |
|
363 |
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.
|
364 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
365 |
= How to rotate uploaded gallery image? =
|
366 |
|
367 |
When you open gallery images manager you'll find there image edit mode where you can rotate source image
|
370 |
|
371 |
Yes, it's possible to change transparency in gallery settings
|
372 |
|
373 |
+
= How to set description text below image in the lightbox? =
|
374 |
+
|
375 |
+
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.
|
376 |
+
|
377 |
+
= Where it's possible to define vertical and horizontal paddings? =
|
378 |
+
|
379 |
+
In gallery settings you can define horizontal and vertical paddings between gallery thumbnails
|
380 |
+
|
381 |
= How to change transparency of the gallery thumbnails border? =
|
382 |
|
383 |
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
|
450 |
|
451 |
Gallery have 15 hover animation effects, which could be combined with additional custom options
|
452 |
|
453 |
+
= How to turn off social buttons in gallery lightbox? =
|
454 |
+
|
455 |
+
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.
|
456 |
+
|
457 |
+
= Do you have Polaroid style in your gallery? =
|
458 |
+
|
459 |
+
In our gallery implemented options which make you able to make gallery thumbnails looks in Polaroid style, with caption of the image below thumbnail
|
460 |
+
|
461 |
= How many icons you have in build in icons library? =
|
462 |
|
463 |
In build library of the icons in gallery you can find 533 icons
|
470 |
|
471 |
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.
|
472 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
473 |
= Which tags build in shutter of gallery hover template customization? =
|
474 |
|
475 |
For now we have build in @@TITLE@@, @@CAPTION@@, @@DESCR@@
|
482 |
|
483 |
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
|
484 |
|
485 |
+
= Is it possible to change color of the hovered image in gallery? =
|
486 |
+
|
487 |
+
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.
|
488 |
+
|
489 |
+
= How to change amount of the columns in gallery layout? =
|
490 |
+
|
491 |
+
In gallery general settings you can find gallery thumbnails columns options which could depend of the device screen size. You can define different gallery columns amount for different resolution.
|
492 |
+
|
493 |
= Is it possible to change background color of the gallery lightbox? =
|
494 |
|
495 |
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.
|
502 |
|
503 |
When you open gallery settings you can find there gallery lightbox settings block, where you can gallery lightbox text color using color selector.
|
504 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
505 |
= Is it possible to insert video as gallery link? =
|
506 |
|
507 |
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 video link field in gallery image options, where you can define some custom link to the online video.
|
588 |
|
589 |
== Changelog ==
|
590 |
|
591 |
+
= 1.8.5 =
|
592 |
+
* Updated statistics gallery section
|
593 |
+
* New trash gallery value
|
594 |
+
|
595 |
= 1.8.4 =
|
596 |
* Added new statistics section in gallery
|
597 |
* Gallery drafts amount value
|
954 |
|
955 |
== Upgrade Notice ==
|
956 |
|
957 |
+
= 1.8.5 =
|
958 |
+
Updated statistics gallery section, new trash gallery value
|
959 |
+
|
960 |
= 1.8.4 =
|
961 |
Added new statistics section in gallery, gallery drafts amount value
|
962 |
|
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.8.
|
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.8.
|
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.8.5
|
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.8.5');
|
23 |
define("ROBO_GALLERY_PATH", plugin_dir_path( __FILE__ ));
|
24 |
define("ROBO_GALLERY_SPECIAL", 0);
|
25 |
|