Gallery – Photo Gallery and Images Gallery - Version 1.2.3

Version Description

  • Updated lightbox background color settings
  • Updated lightbox navigation elements code structure to avoid conflicts
  • Updeded language files
Download this release

Release Info

Developer robosoft
Plugin Icon 128x128 Gallery – Photo Gallery and Images Gallery
Version 1.2.3
Comparing to
See all releases

Code changes from version 1.2.2 to 1.2.3

css/admin/topblock.css CHANGED
@@ -1 +1 @@
1
- /*
1
+ /*
gallery/css/gallery.utils.css CHANGED
@@ -176,7 +176,7 @@
176
  }
177
 
178
  .my-mfp-slide-bottom.mfp-ready.mfp-bg {
179
- opacity: 0.8;
180
  }
181
 
182
  .my-mfp-slide-bottom.mfp-removing.mfp-bg {
176
  }
177
 
178
  .my-mfp-slide-bottom.mfp-ready.mfp-bg {
179
+ opacity: 1;
180
  }
181
 
182
  .my-mfp-slide-bottom.mfp-removing.mfp-bg {
gallery/css/magnific.css CHANGED
@@ -124,8 +124,13 @@ button.mfp-close, button.mfp-arrow {
124
  button::-moz-focus-inner {
125
  padding: 0;
126
  border: 0; }
127
-
128
- .mfp-close {
 
 
 
 
 
129
  width: 44px;
130
  height: 44px;
131
  line-height: 44px;
124
  button::-moz-focus-inner {
125
  padding: 0;
126
  border: 0; }
127
+ /* .mfp-container margin-top: 0;
128
+ margin-bottom:0; */
129
+ .mfp-close::after,
130
+ .mfp-close::before{display:none;}
131
+ .mfp-container .mfp-close {
132
+ margin-top: 0;
133
+ margin-bottom:0;
134
  width: 44px;
135
  height: 44px;
136
  line-height: 44px;
includes/rbs_gallery_topblock.php CHANGED
@@ -20,6 +20,19 @@ if(!function_exists('rbs_gallery_topblock')){
20
  <div class="rbsTopBig"><span class="dashicons dashicons-cart"></span>'. __( 'Get Pro version' , 'rbs_gallery' ).'</div>
21
  <div class="rbsTopSmall">'.__( 'with PRO version you get more advanced functionality and even more flexibility in settings' , 'rbs_gallery' ).' </div>
22
  </div>';
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  }
24
  if(!ROBO_GALLERY_PRO) add_action( 'in_admin_header', 'rbs_gallery_topblock' );
25
  }
20
  <div class="rbsTopBig"><span class="dashicons dashicons-cart"></span>'. __( 'Get Pro version' , 'rbs_gallery' ).'</div>
21
  <div class="rbsTopSmall">'.__( 'with PRO version you get more advanced functionality and even more flexibility in settings' , 'rbs_gallery' ).' </div>
22
  </div>';
23
+ if( defined('ROBO_GALLERY_SPECIAL') && ROBO_GALLERY_SPECIAL ){
24
+ if( ROBO_GALLERY_SPECIAL==1 ){
25
+ echo '<div class="rbsTopBlockFree rbs_getproversionfree_blank">
26
+ <div class="rbsTopSmall"><span class="dashicons dashicons-carrot"></span> '.__( 'Do You wish to get PRO version for FREE ?' , 'rbs_gallery' ).' </div>
27
+ </div>';
28
+ }
29
+ if(ROBO_GALLERY_SPECIAL==2){
30
+ echo '<div class="rbsTopBlockFree rbs_getproversiontrans_blank">
31
+ <div class="rbsTopSmall"><span class="dashicons dashicons-carrot"></span> '.__( 'Do You wish to get PRO version for translate?' , 'rbs_gallery' ).' </div>
32
+ </div>';
33
+ }
34
+ }
35
+ /* */
36
  }
37
  if(!ROBO_GALLERY_PRO) add_action( 'in_admin_header', 'rbs_gallery_topblock' );
38
  }
js/admin/topblock.js CHANGED
@@ -17,4 +17,14 @@ jQuery(function(){
17
  window.open("http://robosoft.co/go.php?product=gallery&task=gopro",'_blank');
18
  if( jQuery(this).is(".rbs_close_dialog") ) window['roboGalleryDialog'].dialog("close");
19
  });
 
 
 
 
 
 
 
 
 
 
20
  });
17
  window.open("http://robosoft.co/go.php?product=gallery&task=gopro",'_blank');
18
  if( jQuery(this).is(".rbs_close_dialog") ) window['roboGalleryDialog'].dialog("close");
19
  });
20
+ jQuery('.rbs_getproversionfree_blank').click( function(event ){
21
+ event.preventDefault();
22
+ window.open("http://robosoft.co/go.php?product=gallery&task=goprofree",'_blank');
23
+ if( jQuery(this).is(".rbs_close_dialog") ) window['roboGalleryDialog'].dialog("close");
24
+ });
25
+ jQuery('.rbs_getproversiontrans_blank').click( function(event ){
26
+ event.preventDefault();
27
+ window.open("http://robosoft.co/go.php?product=gallery&task=goprotrans",'_blank');
28
+ if( jQuery(this).is(".rbs_close_dialog") ) window['roboGalleryDialog'].dialog("close");
29
+ });
30
  });
languages/rbs_gallery-ru_RU.mo CHANGED
Binary file
languages/rbs_gallery-ru_RU.po CHANGED
@@ -2,7 +2,7 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Robo Gallery v 1.0.0\n"
4
  "POT-Creation-Date: 2015-08-21 10:48+0200\n"
5
- "PO-Revision-Date: 2015-08-24 08:41+0200\n"
6
  "Last-Translator: \n"
7
  "Language-Team: RoboSoft Team <team@robosoft.co>\n"
8
  "Language: ru_RU\n"
@@ -86,7 +86,7 @@ msgstr "красный"
86
 
87
  #: options/rbs_gallery_options_button.php:88
88
  msgid "purple"
89
- msgstr ""
90
 
91
  #: options/rbs_gallery_options_button.php:93
92
  msgid "Rounds"
@@ -189,19 +189,19 @@ msgstr "Эффект"
189
 
190
  #: options/rbs_gallery_options_hover.php:69 rbs_gallery_media.php:95
191
  msgid "push-up"
192
- msgstr ""
193
 
194
  #: options/rbs_gallery_options_hover.php:70 rbs_gallery_media.php:96
195
  msgid "push-down"
196
- msgstr ""
197
 
198
  #: options/rbs_gallery_options_hover.php:71 rbs_gallery_media.php:97
199
  msgid "push-up-100%"
200
- msgstr ""
201
 
202
  #: options/rbs_gallery_options_hover.php:72 rbs_gallery_media.php:98
203
  msgid "push-down-100%"
204
- msgstr ""
205
 
206
  #: options/rbs_gallery_options_hover.php:73 rbs_gallery_media.php:99
207
  msgid "reveal-top"
@@ -283,7 +283,7 @@ msgstr "Показывать описание"
283
 
284
  #: options/rbs_gallery_options_hover.php:181
285
  msgid "Description Template"
286
- msgstr ""
287
 
288
  #: options/rbs_gallery_options_images.php:18
289
  msgid "Images Manager"
@@ -454,7 +454,7 @@ msgstr "Верт. Отступ"
454
 
455
  #: options/rbs_gallery_options_view.php:64
456
  msgid "Shadow"
457
- msgstr ""
458
 
459
  #: options/rbs_gallery_options_view.php:74
460
  #: options/rbs_gallery_options_view.php:81
@@ -526,7 +526,7 @@ msgstr ""
526
 
527
  #: rbs_gallery_about.php:47
528
  msgid "Random ordering"
529
- msgstr ""
530
 
531
  #: rbs_gallery_about.php:50
532
  msgid "Gallery menu colors"
@@ -574,7 +574,7 @@ msgstr "Добавить Robo Галерею"
574
 
575
  #: rbs_gallery_button.php:41
576
  msgid "Select gallery"
577
- msgstr ""
578
 
579
  #: rbs_gallery_button.php:42 rbs_gallery_widget.php:79
580
  msgid "Configure it in"
@@ -673,7 +673,7 @@ msgstr ""
673
 
674
  #: rbs_gallery_settings.php:61
675
  msgid "Save Changes"
676
- msgstr ""
677
 
678
  #: rbs_gallery_widget.php:19
679
  msgid "Robo Gallery Widget"
2
  msgstr ""
3
  "Project-Id-Version: Robo Gallery v 1.0.0\n"
4
  "POT-Creation-Date: 2015-08-21 10:48+0200\n"
5
+ "PO-Revision-Date: 2015-08-27 09:02+0200\n"
6
  "Last-Translator: \n"
7
  "Language-Team: RoboSoft Team <team@robosoft.co>\n"
8
  "Language: ru_RU\n"
86
 
87
  #: options/rbs_gallery_options_button.php:88
88
  msgid "purple"
89
+ msgstr "Пурпурный"
90
 
91
  #: options/rbs_gallery_options_button.php:93
92
  msgid "Rounds"
189
 
190
  #: options/rbs_gallery_options_hover.php:69 rbs_gallery_media.php:95
191
  msgid "push-up"
192
+ msgstr "Сдвиг вверх"
193
 
194
  #: options/rbs_gallery_options_hover.php:70 rbs_gallery_media.php:96
195
  msgid "push-down"
196
+ msgstr "Сдвиг вниз"
197
 
198
  #: options/rbs_gallery_options_hover.php:71 rbs_gallery_media.php:97
199
  msgid "push-up-100%"
200
+ msgstr "Сдвиг вверх 100%"
201
 
202
  #: options/rbs_gallery_options_hover.php:72 rbs_gallery_media.php:98
203
  msgid "push-down-100%"
204
+ msgstr "Сдвиг вниз 100%"
205
 
206
  #: options/rbs_gallery_options_hover.php:73 rbs_gallery_media.php:99
207
  msgid "reveal-top"
283
 
284
  #: options/rbs_gallery_options_hover.php:181
285
  msgid "Description Template"
286
+ msgstr "Шаблон Описания"
287
 
288
  #: options/rbs_gallery_options_images.php:18
289
  msgid "Images Manager"
454
 
455
  #: options/rbs_gallery_options_view.php:64
456
  msgid "Shadow"
457
+ msgstr "Тень"
458
 
459
  #: options/rbs_gallery_options_view.php:74
460
  #: options/rbs_gallery_options_view.php:81
526
 
527
  #: rbs_gallery_about.php:47
528
  msgid "Random ordering"
529
+ msgstr "Случайный"
530
 
531
  #: rbs_gallery_about.php:50
532
  msgid "Gallery menu colors"
574
 
575
  #: rbs_gallery_button.php:41
576
  msgid "Select gallery"
577
+ msgstr "Выбор галереи"
578
 
579
  #: rbs_gallery_button.php:42 rbs_gallery_widget.php:79
580
  msgid "Configure it in"
673
 
674
  #: rbs_gallery_settings.php:61
675
  msgid "Save Changes"
676
+ msgstr "Сохранить изменения"
677
 
678
  #: rbs_gallery_widget.php:19
679
  msgid "Robo Gallery Widget"
languages/rbs_gallery-uk_UA.mo CHANGED
Binary file
languages/rbs_gallery-uk_UA.po CHANGED
@@ -2,7 +2,7 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Robo Gallery V 1.2\n"
4
  "POT-Creation-Date: 2015-08-24 08:45+0200\n"
5
- "PO-Revision-Date: 2015-08-24 08:47+0200\n"
6
  "Last-Translator: \n"
7
  "Language-Team: RoboSoft Team <team@robosoft.co>\n"
8
  "Language: uk_UA\n"
@@ -102,7 +102,7 @@ msgstr ""
102
 
103
  #: options/rbs_gallery_options_button.php:102
104
  msgid "Circle "
105
- msgstr ""
106
 
107
  #: options/rbs_gallery_options_button.php:107
108
  msgid "Size"
@@ -389,7 +389,7 @@ msgstr ""
389
 
390
  #: options/rbs_gallery_options_polaroid.php:48
391
  msgid "Caption"
392
- msgstr ""
393
 
394
  #: options/rbs_gallery_options_polaroid.php:64
395
  msgid "Align"
@@ -615,7 +615,7 @@ msgstr "Shortcode"
615
 
616
  #: rbs_gallery_media.php:58
617
  msgid "Column"
618
- msgstr ""
619
 
620
  #: rbs_gallery_media.php:65
621
  msgid "Link"
@@ -663,7 +663,7 @@ msgstr ""
663
 
664
  #: rbs_gallery_settings.php:47 rbs_gallery_settings.php:48
665
  msgid "Classic"
666
- msgstr ""
667
 
668
  #: rbs_gallery_settings.php:54
669
  msgid "Size Calculations Delay"
2
  msgstr ""
3
  "Project-Id-Version: Robo Gallery V 1.2\n"
4
  "POT-Creation-Date: 2015-08-24 08:45+0200\n"
5
+ "PO-Revision-Date: 2015-08-27 18:28+0200\n"
6
  "Last-Translator: \n"
7
  "Language-Team: RoboSoft Team <team@robosoft.co>\n"
8
  "Language: uk_UA\n"
102
 
103
  #: options/rbs_gallery_options_button.php:102
104
  msgid "Circle "
105
+ msgstr "Коло"
106
 
107
  #: options/rbs_gallery_options_button.php:107
108
  msgid "Size"
389
 
390
  #: options/rbs_gallery_options_polaroid.php:48
391
  msgid "Caption"
392
+ msgstr "Підпис"
393
 
394
  #: options/rbs_gallery_options_polaroid.php:64
395
  msgid "Align"
615
 
616
  #: rbs_gallery_media.php:58
617
  msgid "Column"
618
+ msgstr "Колонка"
619
 
620
  #: rbs_gallery_media.php:65
621
  msgid "Link"
663
 
664
  #: rbs_gallery_settings.php:47 rbs_gallery_settings.php:48
665
  msgid "Classic"
666
+ msgstr "Класичний"
667
 
668
  #: rbs_gallery_settings.php:54
669
  msgid "Size Calculations Delay"
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.2.2
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -121,9 +121,6 @@ Get a free copy of the Robo Gallery Pro version as bonus for translating our plu
121
  * **Russian**
122
  * **Ukrainian**
123
 
124
- > #### We're looking for testers!
125
- > [Get a chance to get PRO version of the Robo Gallery for FREE. Just tell us your feedback related with your experience of plugin usage! Report if you had some problems or if you have some features ideas! Just post ticket with your report and you could be the one who get PRO version for FREE](http://robosoft.co/robogallery/#contact)
126
-
127
  == Installation ==
128
 
129
  You don't need do any additional configurations or manual code changes. You can install it through the regular installer of the Wordpress. Just download plugin and install it manually or automatically using Wordpress repository. If you have some questions related with our plugin feel free to contact our support team we happy to help you!
@@ -138,14 +135,14 @@ Just install it using regular Wordpress plugins installing mechanism. If you ha
138
 
139
  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.
140
 
141
- = What can I do if some gallery interface elements in backend do not work properly? =
142
-
143
- If you have some conflict in gallery back end you can sort it with new compatibility option. If combobox element do not drop down you can switch between classic and modern style, as result you can avoid conflict with another code.
144
-
145
  = How to upload images to the gallery? =
146
 
147
  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.
148
 
 
 
 
 
149
  = How to define size of the gallery images thumbnails? =
150
 
151
  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
@@ -154,6 +151,10 @@ Our gallery is fully responsive and gallery thumbnails size depend of a lot of f
154
 
155
  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
156
 
 
 
 
 
157
  = Is it possible to create direct link on the front end to the gallery? =
158
 
159
  Yes, you can use generated direct link inside particular gallery settings
@@ -182,14 +183,14 @@ No, we don't have any limits for image size in our gallery.
182
 
183
  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
184
 
185
- = Where specify description of the gallery images? =
186
-
187
- 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
188
-
189
  = How to define custom hover effect for some gallery thumbnail? =
190
 
191
  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.
192
 
 
 
 
 
193
  = How to generate shortcode for Wordpress page, post or widget? =
194
 
195
  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
@@ -208,23 +209,7 @@ In lightbox section of the gallery settings you can find hide title option. If y
208
 
209
  = Is it possible to have different settings for hover and static interface elements? =
210
 
211
- Yes, you can have different styles of the borders and shadows for static and hovered gallery thumbnails
212
-
213
- = How to make shadow for the gallery thumbnails? =
214
-
215
- 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
216
-
217
- = Which parameters I can change for the gallery thumbnails borders and shadows? =
218
-
219
- You can change size, color and style of gallery thumbnails borders and shadows. Also you can define different parameters for static and hovered status
220
-
221
- = How to make gallery thumbnails with rounded corners? =
222
-
223
- In gallery settings you can find section rounds where with special options you can define radius for the gallery thumbnails
224
-
225
- = Is it possible to create target blank links? =
226
-
227
- 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.
228
 
229
  = How to customize border of the gallery thumbnails? =
230
 
@@ -243,6 +228,22 @@ Color of every gallery front end interface element could be changed changed in a
243
 
244
  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.
245
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
246
  = How to use multi-category functionality of the gallery? =
247
 
248
  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
@@ -259,18 +260,6 @@ In gallery settings we have few options which makes you able to select amount of
259
 
260
  In gallery settings you can enable custom caption settings where you can customize font color and see results in live preview
261
 
262
- = How to load more function work? =
263
-
264
- 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
265
-
266
- = How to define video for some gallery image? =
267
-
268
- 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
269
-
270
- = How to define custom link for some gallery images? =
271
-
272
- 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
273
-
274
  = Is it possible to customize gallery image caption ? =
275
 
276
  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
@@ -283,6 +272,18 @@ In gallery settings, when enabled custom hover settings you can customize style
283
 
284
  In gallery settings you can enable custom caption settings where you can customize font style and see results in live preview
285
 
 
 
 
 
 
 
 
 
 
 
 
 
286
  = How to change ordering of the gallery images? =
287
 
288
  When you open gallery for edit you can find there images manager where you can change ordering of the gallery images
@@ -450,14 +451,14 @@ In our gallery you can define different amount of the columns for the images thu
450
  PHP 5.x
451
  MySQL 5.x
452
 
453
- = Do you have some problems with backend? =
454
-
455
- Try to change gallery compatibility settings. When you open gallery menu on the left side you'll see gallery Settings section. When you open this settings you'll be able to the select ajax library mode and check results after that.
456
-
457
  = If some admin section interface elements do not work properly =
458
 
459
- Try to change gallery compatibility settings. When you open gallery menu on the left side you'll see gallery Settings section. When you open this settings you'll be able to switch between interface element styles, which going to help you to avoid some conflicts.
460
 
 
 
 
 
461
  = How to save pre-configured galleries when you install new version of the gallery? =
462
 
463
  When you install new version of the gallery all settings of the created galleries will be saved in database automatically. Even if you uninstall old version of the gallery and install new copy of the gallery settings of the old gallery version will be saved in database.
@@ -501,6 +502,12 @@ If any problem occurs, please contact us.
501
 
502
  == Changelog ==
503
 
 
 
 
 
 
 
504
  = 1.2.2 =
505
  * Added new feature to avoid not included JS/CSS files because of incorrect coding in Wordpress theme
506
  * Added option to switch between JQuery usage modes
@@ -583,6 +590,9 @@ If any problem occurs, please contact us.
583
 
584
  == Upgrade Notice ==
585
 
 
 
 
586
  = 1.2.2 =
587
  Added social deep linking option, new feature to fix problems with JS/CSS including caused by theme
588
 
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.2.3
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
121
  * **Russian**
122
  * **Ukrainian**
123
 
 
 
 
124
  == Installation ==
125
 
126
  You don't need do any additional configurations or manual code changes. You can install it through the regular installer of the Wordpress. Just download plugin and install it manually or automatically using Wordpress repository. If you have some questions related with our plugin feel free to contact our support team we happy to help you!
135
 
136
  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.
137
 
 
 
 
 
138
  = How to upload images to the gallery? =
139
 
140
  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.
141
 
142
+ = What can I do if some gallery interface elements in backend do not work properly? =
143
+
144
+ If you have some conflict in gallery back end you can sort it with new compatibility option. If combobox element do not drop down you can switch between classic and modern style, as result you can avoid conflict with another code.
145
+
146
  = How to define size of the gallery images thumbnails? =
147
 
148
  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
151
 
152
  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
153
 
154
+ = How to change quality of the gallery thumbnails? =
155
+
156
+ Quality of the gallery thumbnails could be easily changed in gallery size option / thumbnails options / source
157
+
158
  = Is it possible to create direct link on the front end to the gallery? =
159
 
160
  Yes, you can use generated direct link inside particular gallery settings
183
 
184
  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
185
 
 
 
 
 
186
  = How to define custom hover effect for some gallery thumbnail? =
187
 
188
  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.
189
 
190
+ = Where specify description of the gallery images? =
191
+
192
+ 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
193
+
194
  = How to generate shortcode for Wordpress page, post or widget? =
195
 
196
  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
209
 
210
  = Is it possible to have different settings for hover and static interface elements? =
211
 
212
+ Yes, you can have different styles of the borders and shadows for static and hovered gallery thumbnails.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
213
 
214
  = How to customize border of the gallery thumbnails? =
215
 
228
 
229
  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.
230
 
231
+ = How to make shadow for the gallery thumbnails? =
232
+
233
+ 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
234
+
235
+ = Which parameters I can change for the gallery thumbnails borders and shadows? =
236
+
237
+ You can change size, color and style of gallery thumbnails borders and shadows. Also you can define different parameters for static and hovered status
238
+
239
+ = How to make gallery thumbnails with rounded corners? =
240
+
241
+ In gallery settings you can find section rounds where with special options you can define radius for the gallery thumbnails
242
+
243
+ = Is it possible to create target blank links? =
244
+
245
+ 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.
246
+
247
  = How to use multi-category functionality of the gallery? =
248
 
249
  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
260
 
261
  In gallery settings you can enable custom caption settings where you can customize font color and see results in live preview
262
 
 
 
 
 
 
 
 
 
 
 
 
 
263
  = Is it possible to customize gallery image caption ? =
264
 
265
  In gallery settings you can find images manager where you can change settings of every image, one of the option it's caption of the image
272
 
273
  In gallery settings you can enable custom caption settings where you can customize font style and see results in live preview
274
 
275
+ = How to load more function work? =
276
+
277
+ 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
278
+
279
+ = How to define video for some gallery image? =
280
+
281
+ 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
282
+
283
+ = How to define custom link for some gallery images? =
284
+
285
+ 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
286
+
287
  = How to change ordering of the gallery images? =
288
 
289
  When you open gallery for edit you can find there images manager where you can change ordering of the gallery images
451
  PHP 5.x
452
  MySQL 5.x
453
 
 
 
 
 
454
  = If some admin section interface elements do not work properly =
455
 
456
+ Try to change gallery compatibility settings. When you open gallery menu on the left side you'll see gallery Settings section. When you open this settings you'll be able to switch between interface element styles, which going to help you to avoid some conflicts.
457
 
458
+ = Do you have some problems with backend? =
459
+
460
+ Try to change gallery compatibility settings. When you open gallery menu on the left side you'll see gallery Settings section. When you open this settings you'll be able to the select ajax library mode and check results after that.
461
+
462
  = How to save pre-configured galleries when you install new version of the gallery? =
463
 
464
  When you install new version of the gallery all settings of the created galleries will be saved in database automatically. Even if you uninstall old version of the gallery and install new copy of the gallery settings of the old gallery version will be saved in database.
502
 
503
  == Changelog ==
504
 
505
+ = 1.2.3 =
506
+ * Updated lightbox background color settings
507
+ * Updated lightbox navigation elements code structure to avoid conflicts
508
+ * Updeded language files
509
+
510
+
511
  = 1.2.2 =
512
  * Added new feature to avoid not included JS/CSS files because of incorrect coding in Wordpress theme
513
  * Added option to switch between JQuery usage modes
590
 
591
  == Upgrade Notice ==
592
 
593
+ = 1.2.3 =
594
+ Updated lightbox background, navigation elements code and language files
595
+
596
  = 1.2.2 =
597
  Added social deep linking option, new feature to fix problems with JS/CSS including caused by theme
598
 
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.2.2
12
  * Author: RoboSoft (c)
13
  * Author URI: http://robosoft.co/robogallery
14
  * License: GPL-2.0+
@@ -24,6 +24,8 @@ define("ROBO_GALLERY_VERSION", '1.2.0');
24
 
25
  define("ROBO_GALLERY_PATH", plugin_dir_path( __FILE__ ));
26
 
 
 
27
 
28
  add_action( 'plugins_loaded', 'rbs_gallery_load_textdomain' );
29
  function rbs_gallery_load_textdomain() {
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.2.3
12
  * Author: RoboSoft (c)
13
  * Author URI: http://robosoft.co/robogallery
14
  * License: GPL-2.0+
24
 
25
  define("ROBO_GALLERY_PATH", plugin_dir_path( __FILE__ ));
26
 
27
+ define("ROBO_GALLERY_SPECIAL", 2);
28
+
29
 
30
  add_action( 'plugins_loaded', 'rbs_gallery_load_textdomain' );
31
  function rbs_gallery_load_textdomain() {