Version Description
- Updated navigation functionality
- Added new show/hide self images function
Download this release
Release Info
Developer | robosoft |
Plugin | Gallery – Photo Gallery and Images Gallery |
Version | 1.3.8 |
Comparing to | |
See all releases |
Code changes from version 1.3.7 to 1.3.8
- includes/frontend/rbs_gallery_source.php +4 -0
- includes/options/rbs_gallery_options_button.php +9 -0
- readme.txt +58 -51
- robogallery.php +2 -2
includes/frontend/rbs_gallery_source.php
CHANGED
@@ -45,6 +45,10 @@ class roboGalleryImages{
|
|
45 |
$tempImages = get_post_meta( $this->id, ROBO_GALLERY_PREFIX.'galleryImages', true );
|
46 |
if( isset($tempImages) && count($tempImages)==1 && trim($tempImages[0])=='' ) $tempImages = array();
|
47 |
|
|
|
|
|
|
|
|
|
48 |
for ($i=0; $i < count($tempImages) ; $i++){
|
49 |
$this->imgArray[] = array( 'id'=> $tempImages[$i], 'catid'=> $this->id );
|
50 |
}
|
45 |
$tempImages = get_post_meta( $this->id, ROBO_GALLERY_PREFIX.'galleryImages', true );
|
46 |
if( isset($tempImages) && count($tempImages)==1 && trim($tempImages[0])=='' ) $tempImages = array();
|
47 |
|
48 |
+
if( !get_post_meta( $this->id, ROBO_GALLERY_PREFIX.'menuSelfImages', true ) ){
|
49 |
+
$tempImages = array();
|
50 |
+
}
|
51 |
+
|
52 |
for ($i=0; $i < count($tempImages) ; $i++){
|
53 |
$this->imgArray[] = array( 'id'=> $tempImages[$i], 'catid'=> $this->id );
|
54 |
}
|
includes/options/rbs_gallery_options_button.php
CHANGED
@@ -67,6 +67,15 @@ $button_group->add_field( array(
|
|
67 |
'bootstrap_style'=> 1,
|
68 |
));
|
69 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
70 |
$button_group->add_field( array(
|
71 |
'name' => __( 'Style', 'rbs_gallery' ),
|
72 |
'id' => ROBO_GALLERY_PREFIX . 'buttonFill',
|
67 |
'bootstrap_style'=> 1,
|
68 |
));
|
69 |
|
70 |
+
$button_group->add_field( array(
|
71 |
+
'name' => __('Self Images', 'rbs_gallery' ),
|
72 |
+
'id' => ROBO_GALLERY_PREFIX . 'menuSelfImages',
|
73 |
+
'default' => rbs_gallery_set_checkbox_default_for_new_post(1),
|
74 |
+
'type' => 'switch',
|
75 |
+
'showhide' => 1,
|
76 |
+
'bootstrap_style'=> 1,
|
77 |
+
));
|
78 |
+
|
79 |
$button_group->add_field( array(
|
80 |
'name' => __( 'Style', 'rbs_gallery' ),
|
81 |
'id' => ROBO_GALLERY_PREFIX . 'buttonFill',
|
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.3.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -177,14 +177,14 @@ 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.
|
183 |
-
|
184 |
= Do you have some conflict in gallery back end? =
|
185 |
|
186 |
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.
|
187 |
|
|
|
|
|
|
|
|
|
188 |
= What can I do if some gallery interface elements in backend do not work properly? =
|
189 |
|
190 |
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.
|
@@ -203,11 +203,11 @@ Yes, you can insert gallery into post with shortcode tag
|
|
203 |
|
204 |
= How to insert gallery into Wordpress page or post? =
|
205 |
|
206 |
-
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
|
207 |
|
208 |
= How to generate shortcode for Wordpress page, post or widget? =
|
209 |
|
210 |
-
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
|
211 |
|
212 |
= How I can create custom (grid) layout of the thumbnails? =
|
213 |
|
@@ -221,29 +221,29 @@ In gallery setting you can select which text show below image in gallery lightbo
|
|
221 |
|
222 |
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.
|
223 |
|
224 |
-
=
|
225 |
|
226 |
-
|
227 |
|
228 |
= Do you have some limit for images size in gallery? =
|
229 |
|
230 |
No, we don't have any limits for image size in our gallery.
|
231 |
|
232 |
-
=
|
233 |
|
234 |
-
|
235 |
|
236 |
-
=
|
237 |
|
238 |
-
|
239 |
|
240 |
= Where specify description of the gallery images? =
|
241 |
|
242 |
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
|
243 |
|
244 |
-
= Do you have some limits for images
|
245 |
|
246 |
-
|
247 |
|
248 |
= How to customize border of the gallery thumbnails? =
|
249 |
|
@@ -261,34 +261,38 @@ Every gallery image have additional fields where you can define custom link, tit
|
|
261 |
|
262 |
In gallery settings you can define horizontal and vertical paddings between gallery thumbnails
|
263 |
|
264 |
-
= How to change font size of the gallery image caption? =
|
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 |
= Is it possible to have different settings for hover and static interface elements? =
|
269 |
|
270 |
Yes, you can have different styles of the borders and shadows for static and hovered gallery thumbnails.
|
271 |
|
272 |
-
=
|
273 |
|
274 |
-
|
275 |
|
276 |
= How to customize border of the gallery thumbnails? =
|
277 |
|
278 |
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
|
279 |
|
280 |
-
=
|
281 |
|
282 |
-
|
283 |
|
284 |
= How to customize gallery layouts for different screen resolutions? =
|
285 |
|
286 |
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.
|
287 |
|
|
|
|
|
|
|
|
|
288 |
= How to define size of the gallery images thumbnails? =
|
289 |
|
290 |
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
|
291 |
|
|
|
|
|
|
|
|
|
292 |
= How to change color of the gallery interface elements? =
|
293 |
|
294 |
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.
|
@@ -297,10 +301,6 @@ Color of every gallery front end interface element could be changed changed in a
|
|
297 |
|
298 |
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
|
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 enable lazy load in gallery options? =
|
305 |
|
306 |
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
|
@@ -309,50 +309,54 @@ In gallery settings you can find option to enable/disable lazy load, also there
|
|
309 |
|
310 |
In gallery settings you can find section rounds where with special options you can define radius for the gallery thumbnails
|
311 |
|
312 |
-
= How to change amount of images loading on gallery page? =
|
313 |
-
|
314 |
-
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
|
315 |
-
|
316 |
= How to change font color of the gallery image caption? =
|
317 |
|
318 |
In gallery settings you can enable custom caption settings where you can customize font color and see results in live preview
|
319 |
|
320 |
-
= How to
|
321 |
-
|
322 |
-
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
|
323 |
-
|
324 |
-
= Is it possible to customize gallery image caption ? =
|
325 |
|
326 |
-
In gallery settings
|
327 |
|
328 |
-
= How to
|
329 |
|
330 |
-
In gallery
|
331 |
|
332 |
= Is it possible to create target blank links? =
|
333 |
|
334 |
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.
|
335 |
|
|
|
|
|
|
|
|
|
336 |
= Is it possible to use HTML in image description ? =
|
337 |
|
338 |
Yes, you can use HTML tags inside gallery image description field
|
339 |
|
340 |
-
= How to change font
|
341 |
|
342 |
-
In gallery settings
|
343 |
|
344 |
-
= How to
|
345 |
|
346 |
-
In gallery
|
347 |
|
348 |
= How to define custom ALT for gallery image? =
|
349 |
|
350 |
When you open gallery images manager you can define alt for every gallery image there
|
351 |
|
|
|
|
|
|
|
|
|
352 |
= How to change ordering of the gallery images? =
|
353 |
|
354 |
When you open gallery for edit you can find there images manager where you can change ordering of the gallery images
|
355 |
|
|
|
|
|
|
|
|
|
356 |
= How to crop uploaded gallery image? =
|
357 |
|
358 |
When you open gallery images manager you'll find there image edit mode where you can crop source image
|
@@ -361,22 +365,18 @@ When you open gallery images manager you'll find there image edit mode where you
|
|
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 flip uploaded gallery image? =
|
365 |
-
|
366 |
-
When you open gallery images manager you'll find there image edit mode where you can flip source image
|
367 |
-
|
368 |
= How to rotate uploaded gallery image? =
|
369 |
|
370 |
When you open gallery images manager you'll find there image edit mode where you can rotate source image
|
371 |
|
372 |
-
= How many thumbnails hover effects gallery has? =
|
373 |
-
|
374 |
-
Gallery have 15 hover animation effects, which could be combined with additional custom options
|
375 |
-
|
376 |
= How to change font size of the gallery image description text? =
|
377 |
|
378 |
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
|
379 |
|
|
|
|
|
|
|
|
|
380 |
= Do you have fade effect for the thumbnails hover? =
|
381 |
|
382 |
Yes, gallery have fade hover effect
|
@@ -559,6 +559,10 @@ If any problem occurs, please contact us.
|
|
559 |
|
560 |
== Changelog ==
|
561 |
|
|
|
|
|
|
|
|
|
562 |
= 1.3.7 =
|
563 |
* Updated lightbox functionality
|
564 |
* Implemented new show/hide navigation arrows option
|
@@ -696,6 +700,9 @@ If any problem occurs, please contact us.
|
|
696 |
|
697 |
== Upgrade Notice ==
|
698 |
|
|
|
|
|
|
|
699 |
= 1.3.7 =
|
700 |
Updated lightbox functionality, new show/hide navigation arrows option, fixed minor notifications
|
701 |
|
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.3.8
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
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 |
= Do you have some conflict in gallery back end? =
|
181 |
|
182 |
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.
|
183 |
|
184 |
+
= How to upload images to the gallery? =
|
185 |
+
|
186 |
+
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.
|
187 |
+
|
188 |
= What can I do if some gallery interface elements in backend do not work properly? =
|
189 |
|
190 |
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.
|
203 |
|
204 |
= How to insert gallery into Wordpress page or post? =
|
205 |
|
206 |
+
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
|
207 |
|
208 |
= How to generate shortcode for Wordpress page, post or widget? =
|
209 |
|
210 |
+
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
|
211 |
|
212 |
= How I can create custom (grid) layout of the thumbnails? =
|
213 |
|
221 |
|
222 |
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.
|
223 |
|
224 |
+
= How to define video for some gallery image? =
|
225 |
|
226 |
+
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
|
227 |
|
228 |
= Do you have some limit for images size in gallery? =
|
229 |
|
230 |
No, we don't have any limits for image size in our gallery.
|
231 |
|
232 |
+
= Is it possible to create direct link on the front end to the gallery? =
|
233 |
|
234 |
+
Yes, you can use generated direct link inside particular gallery settings
|
235 |
|
236 |
+
= Do you have some limits for images types in gallery? =
|
237 |
|
238 |
+
You can use any standard file type in our gallery: png, jpg, jpeg, gif
|
239 |
|
240 |
= Where specify description of the gallery images? =
|
241 |
|
242 |
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
|
243 |
|
244 |
+
= Do you have some limits for images amount in gallery? =
|
245 |
|
246 |
+
No, we don't have any limits for amount of the images in gallery
|
247 |
|
248 |
= How to customize border of the gallery thumbnails? =
|
249 |
|
261 |
|
262 |
In gallery settings you can define horizontal and vertical paddings between gallery thumbnails
|
263 |
|
|
|
|
|
|
|
|
|
264 |
= Is it possible to have different settings for hover and static interface elements? =
|
265 |
|
266 |
Yes, you can have different styles of the borders and shadows for static and hovered gallery thumbnails.
|
267 |
|
268 |
+
= How to change font size of the gallery image caption? =
|
269 |
|
270 |
+
In gallery settings you can enable custom caption settings where you can customize font size and see results in live preview
|
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
|
275 |
|
276 |
+
= Is it possible to turn off border of the gallery thumbnails? =
|
277 |
|
278 |
+
Yes, in gallery options you can turn on/off border option
|
279 |
|
280 |
= How to customize gallery layouts for different screen resolutions? =
|
281 |
|
282 |
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.
|
283 |
|
284 |
+
= How to hide titles of the gallery image in lightbox ? =
|
285 |
+
|
286 |
+
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.
|
287 |
+
|
288 |
= How to define size of the gallery images thumbnails? =
|
289 |
|
290 |
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
|
291 |
|
292 |
+
= Which parameters I can change for the gallery thumbnails borders and shadows? =
|
293 |
+
|
294 |
+
You can change size, color and style of gallery thumbnails borders and shadows. Also you can define different parameters for static and hovered status
|
295 |
+
|
296 |
= How to change color of the gallery interface elements? =
|
297 |
|
298 |
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.
|
301 |
|
302 |
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
|
303 |
|
|
|
|
|
|
|
|
|
304 |
= How to enable lazy load in gallery options? =
|
305 |
|
306 |
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
|
309 |
|
310 |
In gallery settings you can find section rounds where with special options you can define radius for the gallery thumbnails
|
311 |
|
|
|
|
|
|
|
|
|
312 |
= How to change font color of the gallery image caption? =
|
313 |
|
314 |
In gallery settings you can enable custom caption settings where you can customize font color and see results in live preview
|
315 |
|
316 |
+
= How to change amount of images loading on gallery page? =
|
|
|
|
|
|
|
|
|
317 |
|
318 |
+
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
|
319 |
|
320 |
+
= How to use multi-category functionality of the gallery? =
|
321 |
|
322 |
+
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
|
323 |
|
324 |
= Is it possible to create target blank links? =
|
325 |
|
326 |
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.
|
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
|
331 |
+
|
332 |
= Is it possible to use HTML in image description ? =
|
333 |
|
334 |
Yes, you can use HTML tags inside gallery image description field
|
335 |
|
336 |
+
= How to change font color of the gallery image description text? =
|
337 |
|
338 |
+
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
|
339 |
|
340 |
+
= How to change font style of the gallery image caption? =
|
341 |
|
342 |
+
In gallery settings you can enable custom caption settings where you can customize font style and see results in live preview
|
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
|
347 |
|
348 |
+
= How to load more function work? =
|
349 |
+
|
350 |
+
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
|
351 |
+
|
352 |
= How to change ordering of the gallery images? =
|
353 |
|
354 |
When you open gallery for edit you can find there images manager where you can change ordering of the gallery images
|
355 |
|
356 |
+
= How to flip uploaded gallery image? =
|
357 |
+
|
358 |
+
When you open gallery images manager you'll find there image edit mode where you can flip source image
|
359 |
+
|
360 |
= How to crop uploaded gallery image? =
|
361 |
|
362 |
When you open gallery images manager you'll find there image edit mode where you can crop source image
|
365 |
|
366 |
Settings of the gallery image you can change in images manager. There you can upload, edit or customize already uploaded images to the gallery
|
367 |
|
|
|
|
|
|
|
|
|
368 |
= How to rotate uploaded gallery image? =
|
369 |
|
370 |
When you open gallery images manager you'll find there image edit mode where you can rotate source image
|
371 |
|
|
|
|
|
|
|
|
|
372 |
= How to change font size of the gallery image description text? =
|
373 |
|
374 |
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
|
375 |
|
376 |
+
= How many thumbnails hover effects gallery has? =
|
377 |
+
|
378 |
+
Gallery have 15 hover animation effects, which could be combined with additional custom options
|
379 |
+
|
380 |
= Do you have fade effect for the thumbnails hover? =
|
381 |
|
382 |
Yes, gallery have fade hover effect
|
559 |
|
560 |
== Changelog ==
|
561 |
|
562 |
+
= 1.3.8 =
|
563 |
+
* Updated navigation functionality
|
564 |
+
* Added new show/hide self images function
|
565 |
+
|
566 |
= 1.3.7 =
|
567 |
* Updated lightbox functionality
|
568 |
* Implemented new show/hide navigation arrows option
|
700 |
|
701 |
== Upgrade Notice ==
|
702 |
|
703 |
+
= 1.3.8 =
|
704 |
+
Updated navigation functionality, added new show/hide self images function
|
705 |
+
|
706 |
= 1.3.7 =
|
707 |
Updated lightbox functionality, new show/hide navigation arrows option, fixed minor notifications
|
708 |
|
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.3.
|
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.3.
|
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.3.8
|
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.3.8');
|
23 |
define("ROBO_GALLERY_PATH", plugin_dir_path( __FILE__ ));
|
24 |
define("ROBO_GALLERY_SPECIAL", 0);
|
25 |
|