Version Description
- Added new values for gallery align in content option
- Added left side alignment
- Added right side alignment
Download this release
Release Info
Developer | robosoft |
Plugin | Gallery – Photo Gallery and Images Gallery |
Version | 1.4.2 |
Comparing to | |
See all releases |
Code changes from version 1.4.1 to 1.4.2
- includes/frontend/rbs_gallery_class.php +2 -0
- includes/options/rbs_gallery_options_size.php +2 -0
- readme.txt +67 -57
- robogallery.php +2 -2
includes/frontend/rbs_gallery_class.php
CHANGED
@@ -377,6 +377,8 @@ class roboGallery extends roboGalleryUtils{
|
|
377 |
$this->rbsMainDivStyle = 'width:'.$widthSizeValue.';';
|
378 |
|
379 |
switch( get_post_meta( $this->id, ROBO_GALLERY_PREFIX.'align', true ) ){
|
|
|
|
|
380 |
case 'center': $this->rbsMainDivStyle .= 'margin: 0 auto;'; break;
|
381 |
case '': default:
|
382 |
}
|
377 |
$this->rbsMainDivStyle = 'width:'.$widthSizeValue.';';
|
378 |
|
379 |
switch( get_post_meta( $this->id, ROBO_GALLERY_PREFIX.'align', true ) ){
|
380 |
+
case 'left': $this->rbsMainDivStyle .= 'float: left;'; break;
|
381 |
+
case 'right': $this->rbsMainDivStyle .= 'float: right;'; break;
|
382 |
case 'center': $this->rbsMainDivStyle .= 'margin: 0 auto;'; break;
|
383 |
case '': default:
|
384 |
}
|
includes/options/rbs_gallery_options_size.php
CHANGED
@@ -41,7 +41,9 @@ $size_group->add_field( array(
|
|
41 |
'default' => '',
|
42 |
'options' => array(
|
43 |
'' => 'Disable',
|
|
|
44 |
'center' => 'Center',
|
|
|
45 |
),
|
46 |
'id' => ROBO_GALLERY_PREFIX .'align',
|
47 |
'type' => 'rbsradiobutton',
|
41 |
'default' => '',
|
42 |
'options' => array(
|
43 |
'' => 'Disable',
|
44 |
+
'left' => 'Left',
|
45 |
'center' => 'Center',
|
46 |
+
'right' => 'Right',
|
47 |
),
|
48 |
'id' => ROBO_GALLERY_PREFIX .'align',
|
49 |
'type' => 'rbsradiobutton',
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: http://www.robosoft.co/robogallery
|
|
4 |
Tags: gallery, add gallery, photo gallery, images gallery, media gallery, responsive gallery, gallery image, gallery lightbox, Polaroid gallery, Gallery Plugin, plugin gallery, video gallery, gallery shortcode, responsive images gallery, website gallery, widget gallery, wordpress gallery, wordpress gallery plugin, wordpress photo gallery plugin, wp gallery, wp gallery plugin, wp gallery plugins, multi categories gallery, add galleries, add picture, add pictures, album, best gallery, best gallery plugin, responsive galleries, mobile gallery, mobile galleries, responsive photo gallery, best portfolio, easy media gallery, filterable gallery, filterable portfolio, foto, fotoalbum, fotogalerie, sortable gallery, sortable galleries, free photo gallery, fullscreen gallery, galary, galeri, galerie, galerij, galery, gallary, Galleria, gallerie, galleries, gallery decription, gallery slider, gelary, gellary, gellery, google, grid gallery, image, image album, image gallery, image gallery plugin, image lightbox, image slider, image slideshow, images, jquery, jquery gallery, links, media, multiple pictures, page, pagination gallery, pagination portfolio, photo, photo album, photo albums, photoalbum, photogallery, photos, photoset, picture, pictures, plugin, plugin for gallery, portfolio, portfolio gallery, portfolio plugin, Post, posts, responsive slideshow, responsive wordpress photo gallery, seo image, slide show, slideshow, thumbnail, upload images, upload photos, batch upload, multiply images upload, view images, view pictures, wordpress portfolio plugin, multi-categories gallery, multi categories galleries, robo gallery
|
5 |
Requires at least: 3.3
|
6 |
Tested up to: 4.3
|
7 |
-
Stable tag: 1.4.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -73,6 +73,8 @@ Gallery with highly customizable interface, advanced and FREE Wordpress images g
|
|
73 |
* **Advanced Compatibility** - in our gallery we implement advanced compatibility options to avoid conflict with libraries of another plugins and theme. You can switch between modes to find properly value for your gallery and your case.
|
74 |
* **Advanced Social Sharing** - advanced social sharing functionality in lightbox. Implemented deep linking functionality for the gallery images social sharing services Facebook, Twitter, Pinterest, Google+
|
75 |
* **Click Thumbnails** - advanced click functionality. You can use click on buttons or on the gallery thumbnails to enlarge gallery image or open gallery image link. With new functionality you can combine absolutely different features of the gallery clicking functionality.
|
|
|
|
|
76 |
|
77 |
= Gallery Pro Key Features =
|
78 |
|
@@ -177,6 +179,10 @@ You don't need do any additional configurations or manual code changes. You can
|
|
177 |
|
178 |
Just install it using regular Wordpress plugins installing mechanism. If you have some questions related with our plugin feel free to contact our support team we happy to help you!
|
179 |
|
|
|
|
|
|
|
|
|
180 |
= How to upload images to the gallery? =
|
181 |
|
182 |
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.
|
@@ -185,10 +191,6 @@ When you create new gallery or open already existent gallery for edit on the rig
|
|
185 |
|
186 |
Quality of the gallery thumbnails could be easily changed in gallery size option / thumbnails options / source
|
187 |
|
188 |
-
= Do you have some conflict in gallery back end? =
|
189 |
-
|
190 |
-
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.
|
191 |
-
|
192 |
= What can I do if some gallery interface elements in backend do not work properly? =
|
193 |
|
194 |
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.
|
@@ -229,34 +231,38 @@ When you open gallery media manager you'll see there list of the gallery images.
|
|
229 |
|
230 |
Yes, you can use generated direct link inside particular gallery settings
|
231 |
|
232 |
-
= Do you have some limits for images types in gallery? =
|
233 |
-
|
234 |
-
You can use any standard file type in our gallery: png, jpg, jpeg, gif
|
235 |
-
|
236 |
= Where specify description of the gallery images? =
|
237 |
|
238 |
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
|
239 |
|
240 |
-
=
|
241 |
|
242 |
-
|
|
|
|
|
|
|
|
|
243 |
|
244 |
= Do you have some limit for images size in gallery? =
|
245 |
|
246 |
No, we don't have any limits for image size in our gallery.
|
247 |
|
248 |
-
= How to
|
249 |
|
250 |
-
In gallery settings you can
|
251 |
|
252 |
-
=
|
253 |
|
254 |
-
|
255 |
|
256 |
= Is it possible to have different settings for hover and static interface elements? =
|
257 |
|
258 |
Yes, you can have different styles of the borders and shadows for static and hovered gallery thumbnails.
|
259 |
|
|
|
|
|
|
|
|
|
260 |
= How to set description text below image in the lightbox? =
|
261 |
|
262 |
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.
|
@@ -265,10 +271,6 @@ In gallery settings you can find lightbox section and if you need to show descri
|
|
265 |
|
266 |
In gallery settings you can enable custom caption settings where you can customize font size and see results in live preview
|
267 |
|
268 |
-
= How to define custom link for some gallery images? =
|
269 |
-
|
270 |
-
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
|
271 |
-
|
272 |
= How to customize border of the gallery thumbnails? =
|
273 |
|
274 |
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
|
@@ -281,50 +283,50 @@ In admin section of the gallery you'll find columns options which provide you ad
|
|
281 |
|
282 |
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.
|
283 |
|
284 |
-
= Is it possible to turn off border of the gallery thumbnails? =
|
285 |
-
|
286 |
-
Yes, in gallery options you can turn on/off border option
|
287 |
-
|
288 |
= How to enable lazy load in gallery options? =
|
289 |
|
290 |
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
|
291 |
|
|
|
|
|
|
|
|
|
292 |
= How to change amount of images loading on gallery page? =
|
293 |
|
294 |
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
|
295 |
|
296 |
-
= How to
|
297 |
|
298 |
-
|
299 |
|
300 |
= Which parameters I can change for the gallery thumbnails borders and shadows? =
|
301 |
|
302 |
You can change size, color and style of gallery thumbnails borders and shadows. Also you can define different parameters for static and hovered status
|
303 |
|
304 |
-
= How to
|
305 |
-
|
306 |
-
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
|
307 |
-
|
308 |
-
= How to change color of the gallery interface elements? =
|
309 |
|
310 |
-
|
311 |
|
312 |
= How to make gallery thumbnails with rounded corners? =
|
313 |
|
314 |
In gallery settings you can find section rounds where with special options you can define radius for the gallery thumbnails
|
315 |
|
316 |
-
= How to change
|
317 |
|
318 |
-
|
319 |
|
320 |
-
=
|
321 |
|
322 |
-
|
323 |
|
324 |
= How to use multi-category functionality of the gallery? =
|
325 |
|
326 |
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
|
327 |
|
|
|
|
|
|
|
|
|
328 |
= Is it possible to customize gallery image caption ? =
|
329 |
|
330 |
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
|
@@ -333,14 +335,14 @@ In gallery settings you can find images manager where you can change settings of
|
|
333 |
|
334 |
Yes, you can use HTML tags inside gallery image description field
|
335 |
|
336 |
-
= How to change font style of the gallery image caption? =
|
337 |
-
|
338 |
-
In gallery settings you can enable custom caption settings where you can customize font style and see results in live preview
|
339 |
-
|
340 |
= How to change font color of the gallery image description text? =
|
341 |
|
342 |
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
|
343 |
|
|
|
|
|
|
|
|
|
344 |
= How to define custom ALT for gallery image? =
|
345 |
|
346 |
When you open gallery images manager you can define alt for every gallery image there
|
@@ -357,34 +359,34 @@ When you open gallery for edit you can find there images manager where you can c
|
|
357 |
|
358 |
When you open gallery images manager you'll find there image edit mode where you can flip source image
|
359 |
|
360 |
-
= Where to change settings of the image of the gallery? =
|
361 |
-
|
362 |
-
Settings of the gallery image you can change in images manager. There you can upload, edit or customize already uploaded images to the gallery
|
363 |
-
|
364 |
= How to crop uploaded gallery image? =
|
365 |
|
366 |
When you open gallery images manager you'll find there image edit mode where you can crop source image
|
367 |
|
368 |
-
=
|
369 |
|
370 |
-
|
371 |
|
372 |
-
= How
|
373 |
|
374 |
-
|
375 |
|
376 |
= How to rotate uploaded gallery image? =
|
377 |
|
378 |
When you open gallery images manager you'll find there image edit mode where you can rotate source image
|
379 |
|
380 |
-
=
|
381 |
|
382 |
-
|
383 |
|
384 |
= How to change color of the gallery thumbnails border? =
|
385 |
|
386 |
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
|
387 |
|
|
|
|
|
|
|
|
|
388 |
= How to change width of the gallery thumbnails border? =
|
389 |
|
390 |
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.
|
@@ -393,14 +395,14 @@ When you enable border in gallery settings you will see multiply options for cus
|
|
393 |
|
394 |
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 gonna help you to build in some gallery images elements into hover
|
395 |
|
396 |
-
= Is it possible to change transparency of the hover shutter? =
|
397 |
-
|
398 |
-
Yes, it's possible to change transparency in gallery settings
|
399 |
-
|
400 |
= Do you have Polaroid style in your gallery? =
|
401 |
|
402 |
In our gallery implemented options which make you able to make gallery thumbnails looks in Polaroid style, with caption of the image below thumbnail
|
403 |
|
|
|
|
|
|
|
|
|
404 |
= How many menu buttons styles do you have in gallery menu ? =
|
405 |
|
406 |
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
|
@@ -409,14 +411,14 @@ Gallery menu have multiply configuration options. Some of the options changing c
|
|
409 |
|
410 |
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
|
411 |
|
412 |
-
= Is it possible to customize load more button caption? =
|
413 |
-
|
414 |
-
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
|
415 |
-
|
416 |
= How to change style of the gallery thumbnails border? =
|
417 |
|
418 |
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
|
419 |
|
|
|
|
|
|
|
|
|
420 |
= How to change transparency of the gallery thumbnails border? =
|
421 |
|
422 |
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
|
@@ -559,6 +561,11 @@ If any problem occurs, please contact us.
|
|
559 |
|
560 |
== Changelog ==
|
561 |
|
|
|
|
|
|
|
|
|
|
|
562 |
= 1.4.1 =
|
563 |
* Added new gallery align in content option
|
564 |
* Added gallery center alignment
|
@@ -717,6 +724,9 @@ If any problem occurs, please contact us.
|
|
717 |
|
718 |
== Upgrade Notice ==
|
719 |
|
|
|
|
|
|
|
720 |
= 1.4.1 =
|
721 |
Added new gallery align in content option, added gallery center alignment, updated output workflow
|
722 |
|
4 |
Tags: gallery, add gallery, photo gallery, images gallery, media gallery, responsive gallery, gallery image, gallery lightbox, Polaroid gallery, Gallery Plugin, plugin gallery, video gallery, gallery shortcode, responsive images gallery, website gallery, widget gallery, wordpress gallery, wordpress gallery plugin, wordpress photo gallery plugin, wp gallery, wp gallery plugin, wp gallery plugins, multi categories gallery, add galleries, add picture, add pictures, album, best gallery, best gallery plugin, responsive galleries, mobile gallery, mobile galleries, responsive photo gallery, best portfolio, easy media gallery, filterable gallery, filterable portfolio, foto, fotoalbum, fotogalerie, sortable gallery, sortable galleries, free photo gallery, fullscreen gallery, galary, galeri, galerie, galerij, galery, gallary, Galleria, gallerie, galleries, gallery decription, gallery slider, gelary, gellary, gellery, google, grid gallery, image, image album, image gallery, image gallery plugin, image lightbox, image slider, image slideshow, images, jquery, jquery gallery, links, media, multiple pictures, page, pagination gallery, pagination portfolio, photo, photo album, photo albums, photoalbum, photogallery, photos, photoset, picture, pictures, plugin, plugin for gallery, portfolio, portfolio gallery, portfolio plugin, Post, posts, responsive slideshow, responsive wordpress photo gallery, seo image, slide show, slideshow, thumbnail, upload images, upload photos, batch upload, multiply images upload, view images, view pictures, wordpress portfolio plugin, multi-categories gallery, multi categories galleries, robo gallery
|
5 |
Requires at least: 3.3
|
6 |
Tested up to: 4.3
|
7 |
+
Stable tag: 1.4.2
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
73 |
* **Advanced Compatibility** - in our gallery we implement advanced compatibility options to avoid conflict with libraries of another plugins and theme. You can switch between modes to find properly value for your gallery and your case.
|
74 |
* **Advanced Social Sharing** - advanced social sharing functionality in lightbox. Implemented deep linking functionality for the gallery images social sharing services Facebook, Twitter, Pinterest, Google+
|
75 |
* **Click Thumbnails** - advanced click functionality. You can use click on buttons or on the gallery thumbnails to enlarge gallery image or open gallery image link. With new functionality you can combine absolutely different features of the gallery clicking functionality.
|
76 |
+
* **Gallery alignment** - implemented gallery alignment option. Possible to select one from implemented alignment modes: left, right, center for gallery alignment inside post or page content. Alignment could be disabled.
|
77 |
+
|
78 |
|
79 |
= Gallery Pro Key Features =
|
80 |
|
179 |
|
180 |
Just install it using regular Wordpress plugins installing mechanism. If you have some questions related with our plugin feel free to contact our support team we happy to help you!
|
181 |
|
182 |
+
= Do you have some conflict in gallery back end? =
|
183 |
+
|
184 |
+
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.
|
185 |
+
|
186 |
= How to upload images to the gallery? =
|
187 |
|
188 |
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.
|
191 |
|
192 |
Quality of the gallery thumbnails could be easily changed in gallery size option / thumbnails options / source
|
193 |
|
|
|
|
|
|
|
|
|
194 |
= What can I do if some gallery interface elements in backend do not work properly? =
|
195 |
|
196 |
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.
|
231 |
|
232 |
Yes, you can use generated direct link inside particular gallery settings
|
233 |
|
|
|
|
|
|
|
|
|
234 |
= Where specify description of the gallery images? =
|
235 |
|
236 |
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
|
237 |
|
238 |
+
= Do you have some limits for images types in gallery? =
|
239 |
|
240 |
+
You can use any standard file type in our gallery: png, jpg, jpeg, gif
|
241 |
+
|
242 |
+
= Do you have some limits for images amount in gallery? =
|
243 |
+
|
244 |
+
No, we don't have any limits for amount of the images in gallery
|
245 |
|
246 |
= Do you have some limit for images size in gallery? =
|
247 |
|
248 |
No, we don't have any limits for image size in our gallery.
|
249 |
|
250 |
+
= How to customize border of the gallery thumbnails? =
|
251 |
|
252 |
+
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
|
253 |
|
254 |
+
= How to change spacing between thumbnails? =
|
255 |
|
256 |
+
In gallery settings you can define horizontal and vertical paddings between gallery thumbnails
|
257 |
|
258 |
= Is it possible to have different settings for hover and static interface elements? =
|
259 |
|
260 |
Yes, you can have different styles of the borders and shadows for static and hovered gallery thumbnails.
|
261 |
|
262 |
+
= How to define custom link for some gallery images? =
|
263 |
+
|
264 |
+
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
|
265 |
+
|
266 |
= How to set description text below image in the lightbox? =
|
267 |
|
268 |
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.
|
271 |
|
272 |
In gallery settings you can enable custom caption settings where you can customize font size and see results in live preview
|
273 |
|
|
|
|
|
|
|
|
|
274 |
= How to customize border of the gallery thumbnails? =
|
275 |
|
276 |
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
|
283 |
|
284 |
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.
|
285 |
|
|
|
|
|
|
|
|
|
286 |
= How to enable lazy load in gallery options? =
|
287 |
|
288 |
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
|
289 |
|
290 |
+
= Is it possible to turn off border of the gallery thumbnails? =
|
291 |
+
|
292 |
+
Yes, in gallery options you can turn on/off border option
|
293 |
+
|
294 |
= How to change amount of images loading on gallery page? =
|
295 |
|
296 |
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
|
297 |
|
298 |
+
= How to make shadow for the gallery thumbnails? =
|
299 |
|
300 |
+
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
|
301 |
|
302 |
= Which parameters I can change for the gallery thumbnails borders and shadows? =
|
303 |
|
304 |
You can change size, color and style of gallery thumbnails borders and shadows. Also you can define different parameters for static and hovered status
|
305 |
|
306 |
+
= How to define size of the gallery images thumbnails? =
|
|
|
|
|
|
|
|
|
307 |
|
308 |
+
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
|
309 |
|
310 |
= How to make gallery thumbnails with rounded corners? =
|
311 |
|
312 |
In gallery settings you can find section rounds where with special options you can define radius for the gallery thumbnails
|
313 |
|
314 |
+
= How to change color of the gallery interface elements? =
|
315 |
|
316 |
+
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.
|
317 |
|
318 |
+
= How to change font color of the gallery image caption? =
|
319 |
|
320 |
+
In gallery settings you can enable custom caption settings where you can customize font color and see results in live preview
|
321 |
|
322 |
= How to use multi-category functionality of the gallery? =
|
323 |
|
324 |
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
|
325 |
|
326 |
+
= Is it possible to create target blank links? =
|
327 |
+
|
328 |
+
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.
|
329 |
+
|
330 |
= Is it possible to customize gallery image caption ? =
|
331 |
|
332 |
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
|
335 |
|
336 |
Yes, you can use HTML tags inside gallery image description field
|
337 |
|
|
|
|
|
|
|
|
|
338 |
= How to change font color of the gallery image description text? =
|
339 |
|
340 |
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
|
341 |
|
342 |
+
= How to change font style of the gallery image caption? =
|
343 |
+
|
344 |
+
In gallery settings you can enable custom caption settings where you can customize font style and see results in live preview
|
345 |
+
|
346 |
= How to define custom ALT for gallery image? =
|
347 |
|
348 |
When you open gallery images manager you can define alt for every gallery image there
|
359 |
|
360 |
When you open gallery images manager you'll find there image edit mode where you can flip source image
|
361 |
|
|
|
|
|
|
|
|
|
362 |
= How to crop uploaded gallery image? =
|
363 |
|
364 |
When you open gallery images manager you'll find there image edit mode where you can crop source image
|
365 |
|
366 |
+
= Where to change settings of the image of the gallery? =
|
367 |
|
368 |
+
Settings of the gallery image you can change in images manager. There you can upload, edit or customize already uploaded images to the gallery
|
369 |
|
370 |
+
= How to change font size of the gallery image description text? =
|
371 |
|
372 |
+
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
|
373 |
|
374 |
= How to rotate uploaded gallery image? =
|
375 |
|
376 |
When you open gallery images manager you'll find there image edit mode where you can rotate source image
|
377 |
|
378 |
+
= How many thumbnails hover effects gallery has? =
|
379 |
|
380 |
+
Gallery have 15 hover animation effects, which could be combined with additional custom options
|
381 |
|
382 |
= How to change color of the gallery thumbnails border? =
|
383 |
|
384 |
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
|
385 |
|
386 |
+
= Do you have fade effect for the thumbnails hover? =
|
387 |
+
|
388 |
+
Yes, gallery have fade hover effect
|
389 |
+
|
390 |
= How to change width of the gallery thumbnails border? =
|
391 |
|
392 |
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.
|
395 |
|
396 |
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 gonna help you to build in some gallery images elements into hover
|
397 |
|
|
|
|
|
|
|
|
|
398 |
= Do you have Polaroid style in your gallery? =
|
399 |
|
400 |
In our gallery implemented options which make you able to make gallery thumbnails looks in Polaroid style, with caption of the image below thumbnail
|
401 |
|
402 |
+
= Is it possible to change transparency of the hover shutter? =
|
403 |
+
|
404 |
+
Yes, it's possible to change transparency in gallery settings
|
405 |
+
|
406 |
= How many menu buttons styles do you have in gallery menu ? =
|
407 |
|
408 |
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
|
411 |
|
412 |
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
|
413 |
|
|
|
|
|
|
|
|
|
414 |
= How to change style of the gallery thumbnails border? =
|
415 |
|
416 |
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
|
417 |
|
418 |
+
= Is it possible to customize load more button caption? =
|
419 |
+
|
420 |
+
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
|
421 |
+
|
422 |
= How to change transparency of the gallery thumbnails border? =
|
423 |
|
424 |
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
|
561 |
|
562 |
== Changelog ==
|
563 |
|
564 |
+
= 1.4.2 =
|
565 |
+
* Added new values for gallery align in content option
|
566 |
+
* Added left side alignment
|
567 |
+
* Added right side alignment
|
568 |
+
|
569 |
= 1.4.1 =
|
570 |
* Added new gallery align in content option
|
571 |
* Added gallery center alignment
|
724 |
|
725 |
== Upgrade Notice ==
|
726 |
|
727 |
+
= 1.4.2 =
|
728 |
+
Added new left and right values for gallery align in content option
|
729 |
+
|
730 |
= 1.4.1 =
|
731 |
Added new gallery align in content option, added gallery center alignment, updated output workflow
|
732 |
|
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.4.
|
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.4.
|
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.4.2
|
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.4.2');
|
23 |
define("ROBO_GALLERY_PATH", plugin_dir_path( __FILE__ ));
|
24 |
define("ROBO_GALLERY_SPECIAL", 0);
|
25 |
|