Version Description
- Added new statistics section in gallery
- Gallery drafts amount value
Download this release
Release Info
Developer | robosoft |
Plugin | Gallery – Photo Gallery and Images Gallery |
Version | 1.8.4 |
Comparing to | |
See all releases |
Code changes from version 1.8.3 to 1.8.4
- includes/extensions/stats/stats.form.php +8 -1
- readme.txt +106 -99
- robogallery.php +2 -2
includes/extensions/stats/stats.form.php
CHANGED
@@ -58,7 +58,14 @@ switch ($tab) {
|
|
58 |
<p><?php echo $countPosts->publish ; ?></p>
|
59 |
</td>
|
60 |
</tr>
|
61 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
62 |
</tbody>
|
63 |
</table>
|
64 |
<?php
|
58 |
<p><?php echo $countPosts->publish ; ?></p>
|
59 |
</td>
|
60 |
</tr>
|
61 |
+
<tr>
|
62 |
+
<th scope="row">
|
63 |
+
<label ><?php _e('Galleries Drafts', 'rbs_gallery'); ?></label>
|
64 |
+
</th>
|
65 |
+
<td>
|
66 |
+
<p><?php echo $countPosts->draft ; ?></p>
|
67 |
+
</td>
|
68 |
+
</tr>
|
69 |
</tbody>
|
70 |
</table>
|
71 |
<?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 |
|
@@ -189,6 +189,14 @@ You can use any standard file type in our gallery: png, jpg, jpeg, gif
|
|
189 |
= Is it possible to have different settings for hover and static interface elements? =
|
190 |
|
191 |
Yes, you can have different styles of the borders and shadows for static and hovered gallery thumbnails.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
192 |
|
193 |
= Which parameters I can change for the gallery thumbnails borders and shadows? =
|
194 |
|
@@ -201,158 +209,134 @@ In our gallery we implemented multi-categories structure. Every gallery category
|
|
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 |
-
= How to define custom link for some gallery images? =
|
206 |
|
207 |
-
|
208 |
|
209 |
-
|
210 |
|
211 |
-
|
|
|
|
|
212 |
|
213 |
= How to define custom link for some gallery images? =
|
214 |
|
215 |
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
|
216 |
|
217 |
-
= How to
|
218 |
|
219 |
-
|
220 |
|
221 |
-
=
|
222 |
|
223 |
-
|
224 |
|
225 |
= Do you have some limits for images amount in gallery? =
|
226 |
|
227 |
No, we don't have any limits for amount of the images in gallery
|
228 |
|
229 |
-
= How to
|
230 |
|
231 |
-
In
|
|
|
|
|
232 |
|
233 |
-
|
234 |
|
235 |
-
|
236 |
|
237 |
-
|
238 |
|
239 |
-
|
240 |
|
241 |
-
|
242 |
|
243 |
-
|
244 |
-
|
245 |
-
= How to change text below image in lightbox ? =
|
246 |
|
247 |
-
|
248 |
|
249 |
-
=
|
250 |
|
251 |
-
|
252 |
|
253 |
-
= How to
|
254 |
|
255 |
-
|
256 |
|
257 |
-
= How to
|
258 |
|
259 |
-
|
260 |
|
261 |
= How to define custom hover effect for some gallery thumbnail? =
|
262 |
|
263 |
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.
|
264 |
|
265 |
-
= How to
|
266 |
-
|
267 |
-
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?
|
268 |
-
|
269 |
-
= What can I do if some gallery interface elements in backend do not work properly? =
|
270 |
-
|
271 |
-
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.
|
272 |
-
|
273 |
-
= Where specify description of the gallery images? =
|
274 |
-
|
275 |
-
When you open gallery settings inside you'll find images manager section. Images manager make you able to add/edit descriptions and titles of every gallery image
|
276 |
-
|
277 |
-
= How to change color of the gallery interface elements? =
|
278 |
|
279 |
-
|
280 |
|
281 |
-
=
|
282 |
|
283 |
-
|
284 |
|
285 |
-
= How to
|
286 |
|
287 |
-
In gallery settings you can
|
288 |
|
289 |
-
= How to
|
290 |
|
291 |
-
When you
|
292 |
|
293 |
-
=
|
294 |
|
295 |
-
|
296 |
|
297 |
-
=
|
298 |
|
299 |
-
|
300 |
|
301 |
= How to change color of the gallery thumbnails border? =
|
302 |
|
303 |
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
|
304 |
|
305 |
-
=
|
306 |
|
307 |
-
In gallery settings you can find
|
308 |
|
309 |
-
=
|
310 |
|
311 |
-
|
312 |
|
313 |
-
=
|
314 |
|
315 |
-
|
316 |
|
317 |
-
= How to
|
318 |
|
319 |
-
|
320 |
|
321 |
-
=
|
322 |
|
323 |
-
In gallery settings you can
|
324 |
|
325 |
-
= How to
|
326 |
|
327 |
-
|
328 |
|
329 |
-
= How to
|
330 |
|
331 |
-
In gallery settings
|
332 |
|
333 |
= Do you have fade effect for the thumbnails hover? =
|
334 |
|
335 |
Yes, gallery have fade hover effect
|
336 |
|
337 |
-
=
|
338 |
-
|
339 |
-
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.
|
340 |
-
|
341 |
-
= How to change ordering of the gallery images? =
|
342 |
-
|
343 |
-
When you open gallery for edit you can find there images manager where you can change ordering of the gallery images
|
344 |
-
|
345 |
-
= How to enable lazy load in gallery options? =
|
346 |
-
|
347 |
-
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
|
348 |
-
|
349 |
-
= How to customize gallery hover effect shutter layout? =
|
350 |
|
351 |
-
|
352 |
|
353 |
-
= How to
|
354 |
|
355 |
-
|
356 |
|
357 |
= How to customize border of the gallery thumbnails? =
|
358 |
|
@@ -362,6 +346,10 @@ In gallery settings you can find general settings section where you can turn on/
|
|
362 |
|
363 |
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
|
364 |
|
|
|
|
|
|
|
|
|
365 |
= How to customize gallery layouts for different screen resolutions? =
|
366 |
|
367 |
In admin section of the gallery you'll find columns options which provide you advanced customization options for different resolutions. You can define some static size or auto size for every resolution.
|
@@ -370,17 +358,17 @@ In admin section of the gallery you'll find columns options which provide you ad
|
|
370 |
|
371 |
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.
|
372 |
|
373 |
-
=
|
374 |
|
375 |
-
|
376 |
|
377 |
-
= How to
|
378 |
|
379 |
-
|
380 |
|
381 |
-
= How to
|
382 |
|
383 |
-
|
384 |
|
385 |
= How to rotate uploaded gallery image? =
|
386 |
|
@@ -394,6 +382,18 @@ Yes, it's possible to change transparency in gallery settings
|
|
394 |
|
395 |
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
|
396 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
397 |
= How to change font color of the gallery image caption? =
|
398 |
|
399 |
In gallery settings you can enable custom caption settings where you can customize font color and see results in live preview
|
@@ -454,6 +454,18 @@ Gallery have 15 hover animation effects, which could be combined with additional
|
|
454 |
|
455 |
In build library of the icons in gallery you can find 533 icons
|
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
|
@@ -470,18 +482,6 @@ When you open gallery settings you can see there hover options section where we
|
|
470 |
|
471 |
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
|
472 |
|
473 |
-
= How many buttons with icons do you have in gallery? =
|
474 |
-
|
475 |
-
In our gallery we have 2 buttons for every gallery thumbnail. Zoom button and link button.
|
476 |
-
|
477 |
-
= How to delete title, author, date above the gallery of the gallery post? =
|
478 |
-
|
479 |
-
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.
|
480 |
-
|
481 |
-
= How to turn off social buttons in gallery lightbox? =
|
482 |
-
|
483 |
-
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.
|
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.
|
@@ -588,6 +588,10 @@ If any problem occurs, please contact us.
|
|
588 |
|
589 |
== Changelog ==
|
590 |
|
|
|
|
|
|
|
|
|
591 |
= 1.8.3 =
|
592 |
* Added new statistics section in gallery
|
593 |
* Published galleries amount value
|
@@ -946,6 +950,9 @@ If any problem occurs, please contact us.
|
|
946 |
|
947 |
== Upgrade Notice ==
|
948 |
|
|
|
|
|
|
|
949 |
= 1.8.3 =
|
950 |
Added new statistics section in gallery, published galleries amount value
|
951 |
|
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.4
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
189 |
= Is it possible to have different settings for hover and static interface elements? =
|
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 |
= Which parameters I can change for the gallery thumbnails borders and shadows? =
|
202 |
|
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 |
+
= How to change quality of the gallery thumbnails? =
|
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 |
+
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.
|
220 |
|
221 |
= How to define custom link for some gallery images? =
|
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 |
|
227 |
+
Shadows of the thumbnails you can customize in gallery settings. With gallery settings you can change size , color and position of the gallery thumbnails shadow
|
228 |
|
229 |
+
= Is it possible to turn off border of the gallery thumbnails? =
|
230 |
|
231 |
+
Yes, in gallery options you can turn on/off border option
|
232 |
|
233 |
= Do you have some limits for images amount in gallery? =
|
234 |
|
235 |
No, we don't have any limits for amount of the images in gallery
|
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 change amount of images loading on gallery page? =
|
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 |
+
Yes, you can use HTML tags inside gallery image description field
|
252 |
|
253 |
+
= Do you have some limit for images size in gallery? =
|
|
|
|
|
254 |
|
255 |
+
No, we don't have any limits for image size in our gallery.
|
256 |
|
257 |
+
= What can I do if some gallery interface elements in backend do not work properly? =
|
258 |
|
259 |
+
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.
|
260 |
|
261 |
+
= How to generate shortcode for Wordpress page, post or widget? =
|
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 define video for some gallery image? =
|
266 |
|
267 |
+
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
|
268 |
|
269 |
= How to define custom hover effect for some gallery thumbnail? =
|
270 |
|
271 |
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.
|
272 |
|
273 |
+
= How to make gallery thumbnails with rounded corners? =
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
274 |
|
275 |
+
In gallery settings you can find section rounds where with special options you can define radius for the gallery thumbnails
|
276 |
|
277 |
+
= How to change text below image in lightbox ? =
|
278 |
|
279 |
+
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.
|
280 |
|
281 |
+
= How to customize border of the gallery thumbnails? =
|
282 |
|
283 |
+
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
|
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 change font color of the gallery image description text? =
|
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 |
+
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.
|
296 |
|
297 |
= How to change color 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 from this options it's border color. You can select color using color selector
|
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 |
+
= How to insert gallery into Wordpress page or post? =
|
322 |
|
323 |
+
When you create gallery in plugin galleries manager you can go to the post or page editor and there using special wizard button insert gallery into your wordpress post or page. Another way you can insert your gallery manually using shortcode, which you can find in gallery edit mode in shortcode section on the right side of the gallery settings
|
324 |
|
325 |
+
= How to customize gallery hover effect shutter layout? =
|
326 |
|
327 |
+
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
|
328 |
|
329 |
= Do you have fade effect for the thumbnails hover? =
|
330 |
|
331 |
Yes, gallery have fade hover effect
|
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 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 to customize border of the gallery thumbnails? =
|
342 |
|
346 |
|
347 |
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
|
348 |
|
349 |
+
= How to load more function work? =
|
350 |
+
|
351 |
+
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
|
352 |
+
|
353 |
= How to customize gallery layouts for different screen resolutions? =
|
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.
|
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 |
|
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
|
384 |
|
385 |
+
= How to crop uploaded gallery image? =
|
386 |
+
|
387 |
+
When you open gallery images manager you'll find there image edit mode where you can crop source image
|
388 |
+
|
389 |
+
= How to define custom ALT for gallery image? =
|
390 |
+
|
391 |
+
When you open gallery images manager you can define alt for every gallery image there
|
392 |
+
|
393 |
+
= How to add text before and after gallery? =
|
394 |
+
|
395 |
+
In gallery settings you can find before/after text gallery field. This fields support HTML tags.
|
396 |
+
|
397 |
= How to change font color of the gallery image caption? =
|
398 |
|
399 |
In gallery settings you can enable custom caption settings where you can customize font color and see results in live preview
|
454 |
|
455 |
In build library of the icons in gallery you can find 533 icons
|
456 |
|
457 |
+
= How many buttons with icons do you have in gallery? =
|
458 |
+
|
459 |
+
In our gallery we have 2 buttons for every gallery thumbnail. Zoom button and link button.
|
460 |
+
|
461 |
+
= How to delete title, author, date above the gallery of the gallery post? =
|
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
|
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.
|
588 |
|
589 |
== Changelog ==
|
590 |
|
591 |
+
= 1.8.4 =
|
592 |
+
* Added new statistics section in gallery
|
593 |
+
* Gallery drafts amount value
|
594 |
+
|
595 |
= 1.8.3 =
|
596 |
* Added new statistics section in gallery
|
597 |
* Published galleries amount value
|
950 |
|
951 |
== Upgrade Notice ==
|
952 |
|
953 |
+
= 1.8.4 =
|
954 |
+
Added new statistics section in gallery, gallery drafts amount value
|
955 |
+
|
956 |
= 1.8.3 =
|
957 |
Added new statistics section in gallery, published galleries amount value
|
958 |
|
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.4
|
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.4');
|
23 |
define("ROBO_GALLERY_PATH", plugin_dir_path( __FILE__ ));
|
24 |
define("ROBO_GALLERY_SPECIAL", 0);
|
25 |
|