Gallery – Photo Gallery and Images Gallery - Version 1.1.0

Version Description

  • Added new clone gallery settings function
  • Fast inheriting of the gallery settings from another gallery
  • Define gallery settings in one place and create as much galleries with the same interface as you need. Just create new gallery, upload images and inherit settings from another created gallery. Very useful tools for websites with a lot of galleries
  • Life and time saver for webmasters
Download this release

Release Info

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

Code changes from version 1.0.1 to 1.1.0

Files changed (40) hide show
  1. README.txt +542 -0
  2. addons/bootstrap-select/js/bootstrap-select.js +1 -1
  3. addons/bootstrap/css/bootstrap.css +3 -0
  4. cmb2/fields/colums/cmb-field-colums.php +3 -3
  5. cmb2/fields/gallery/js/script.js +4 -2
  6. cmb2/fields/rbsgallery/cmb-field-rbsgallery.php +78 -0
  7. cmb2/fields/rbsgallery/index.html +0 -0
  8. cmb2/fields/rbsselect/cmb-field-rbsselect.php +1 -1
  9. cmb2/fields/rbstext/cmb-field-rbstext.php +1 -1
  10. cmb2/fields/rbstextarea/cmb-field-rbstextarea.php +1 -1
  11. cmb2/fields/shadow/cmb-field-shadow.php +3 -3
  12. cmb2/fields/slider/cmb-field-slider.php +1 -1
  13. cmb2/fields/switch/cmb-field-switch.php +1 -1
  14. cmb2/fields/toolbox/cmb-field-toolbox.php +13 -5
  15. css/admin/edit.css +1 -1
  16. gallery/css/magnific.css +6 -1
  17. gallery/js/jquery.collagePlus.min.js +1 -1
  18. includes/frontend/rbs_gallery_class.php +55 -86
  19. includes/frontend/rbs_gallery_class_utils.php +87 -0
  20. includes/frontend/rbs_gallery_frontend.php +0 -3
  21. includes/options/rbs_gallery_options_copy.php +38 -0
  22. includes/options/rbs_gallery_options_hover.php +9 -9
  23. includes/options/rbs_gallery_options_images.php +1 -0
  24. includes/options/rbs_gallery_options_lightbox.php +60 -0
  25. includes/options/rbs_gallery_options_loading.php +3 -3
  26. includes/options/rbs_gallery_options_view.php +7 -1
  27. includes/rbs_gallery_about.php +1 -1
  28. includes/rbs_gallery_edit.php +5 -1
  29. includes/rbs_gallery_init.php +14 -9
  30. includes/rbs_gallery_menu.php +28 -17
  31. includes/rbs_gallery_widget.php +1 -1
  32. js/admin/edit.js +28 -1
  33. js/admin/editor-button.js +7 -6
  34. languages/rbs_gallery-en_US.mo +0 -0
  35. languages/rbs_gallery-en_US.po +67 -55
  36. languages/rbs_gallery-ru_RU.mo +0 -0
  37. languages/rbs_gallery-ru_RU.po +115 -104
  38. languages/rbs_gallery-uk_UA.mo +0 -0
  39. languages/rbs_gallery-uk_UA.po +656 -0
  40. robogallery.php +2 -3
README.txt ADDED
@@ -0,0 +1,542 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ === Gallery ===
2
+ Contributors: robosoft
3
+ 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
5
+ Requires at least: 3.3
6
+ Tested up to: 4.2.3
7
+ Stable tag: 1.1.0
8
+ License: GPLv2 or later
9
+ License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
+
11
+
12
+ Gallery with highly customizable interface, advanced and FREE Wordpress images gallery. Responsive gallery with advanced mobility support.
13
+
14
+ == Description ==
15
+
16
+ > #### We're looking for testers!
17
+ > [Get a chance to get PRO version of the Robo Gallery for FREE. Just help us with test of new version or with translation to your language!](http://robosoft.co/robogallery/#contact)
18
+
19
+ #### [Most Easy and Powerful plugin to create a gallery on WordPress.](http://robosoft.co/robogallery/#overview)
20
+
21
+ #### If you looking for fast, easy gallery with simple and very beautiful, highly customizable design [here is it...](http://robosoft.co/robogallery/#overview) Gallery where even newbie in Wordpress will be able to create your first gallery in few minutes and at the same time Wordpress professionals get advanced tools and freedom of creativity. Just download this Gallery and you'll not look for any other gallery any more! [Fall in Love with this Gallery like we do!](http://robosoft.co/robogallery/#overview)
22
+
23
+ = Install and create your first Wordpress gallery in few minutes =
24
+
25
+ [youtube https://www.youtube.com/watch?v=m9XIeqMnhYI&feature=youtu.be]
26
+
27
+ > #### Gallery Demos
28
+ >
29
+ >[Multi Categories Cars Gallery Demo](http://robosoft.co/demo/gallery/cars-gallery-demo/)
30
+ >
31
+ >[Grid Layout Gallery Demo with Fade hover effect](http://robosoft.co/demo/gallery/custom-layout/)
32
+ >
33
+ >[Multi Categories Polaroid style Movie Gallery Demo with classic layout](http://robosoft.co/demo/gallery/gallery-demo-movie/)
34
+ >
35
+ >[Design Sketch Gallery Demo with grid layout](http://robosoft.co/demo/gallery/gallery-design/)
36
+ >
37
+ >[Multi Categories Gallery Demo with custom interface colors and classic layout](http://robosoft.co/demo/gallery/push-effect-demo/)
38
+ >
39
+ >[Video Gallery Demo with grid layout](http://robosoft.co/demo/gallery/design-video-gallery)
40
+
41
+
42
+ = Gallery Key Features =
43
+
44
+ * **Fully responsive and Mobile features** - advanced mobility gallery. Gallery implemented with advanced settings for different devices screen size.
45
+ * **Grid layout** - in gallery implemented not only classic gallery layout, but also grid layout for the modern style gallery with different size of the gallery thumbnails.
46
+ * **Fully customizable interface** - all interface elements of the gallery are customizable. You can easily change colors, size and position of every gallery interface element. Gallery thumbnails description could be customized with build in tags and HTML/CSS.
47
+ * **Fade effects** - one of the gallery hover animation it's classic fade effect.
48
+ * **Batch images upload** - gallery have advanced media manager which allow to upload batch of the images by one click. Just drag and drop set of the gallery images and it's upload automatically to the server.
49
+ * **Auto-resizing for thumbnails and images** - gallery media manager allow you make additional customization of the gallery images, like: rotation, flip, crop, manual resize.
50
+ * **Customizable 15 hover effects** - all gallery hover effects working in cooperation with gallery interface configuration options. You can easily change style and colors of the hover animation elements.
51
+ * **Implemented to avoid AJAX libs conflicts** - all gallery code implemented in native Wordpress style as result our gallery don't have any conflicts and work really stable.
52
+ * **Polaroid style gallery** - with our gallery you can create Polaroid style gallery just with few clicks.
53
+ * **Build in colors selector** - in gallery you can easily change color of any gallery
54
+ * **Social sharing** - gallery lightbox support social sharing in twitter, facebook, google plus and pinterest
55
+ * **Build in borders and shadows settings** - gallery borders and shadows have advanced options for configuration design and style of this gallery interface elements
56
+ * **Support Videos** - every gallery image have option where possible to define video link for every particular gallery image
57
+ * **Hover layout template** - gallery hover effects have set of advanced options. For example you can customize layout of the gallery hover effect with build in tags
58
+ * **Customizable Grid** - every gallery image have additional options for customization of the layout of the gallery, as result you can build fully custom gallery grid, depend of your needs. You can decide which size of the gallery matrix you need on your website
59
+ * **Font settings** - gallery have build in advanced text style editor options. With this options you can fully cusyomize title, caption, description of the every gallery image
60
+ * **Different resolutions** - gallery have implemented advanced size control options where you can define layout or fixed size for the gallery elements on different screen resolutions
61
+ * **Implemented in native Wordpress style using native classes** - gallery fully native for Wordpress implemented without any hacks and tricks
62
+ * **Multi Categories** - gallery implemented with multi categories support. You can create your own galleries tree, depend of your needs
63
+ * **Classic gallery layout** - layout of the gallery could have classic style or grid layout, every gallery on page could have own styles and settings
64
+ * **Advanced pagination function** - pagination function of the gallery implemented in google load more style
65
+ * **Work in IE, Firefox, Safari, Opera, Chrome** - gallery work properly in all latest versions of the popular browsers
66
+ * **Lazy loading option** - in gallery implemented advanced lazy loading options, for the case when you have big sets of the images you can define amount of the galleries images for the first load and for the next steps of the load more option
67
+ * **Advanced cache options** - in gallery implemented advanced images caching options
68
+ * **Super fast grid** - all algorithms of the gallery grids tested hard so we can sure you that you getting one of the best product
69
+ * **Customizable hover icons** - all icons of the gallery buttons fully customizable and every icon could be easily changed with build in icons wizard
70
+ * **Overlay effects** - all hover effects of the gallery thumbnails are highly customizable and have full set of options
71
+ * **Backend text settings preview** - all gallery images titles, captions, descriptions are highly customizable also we have life preview of the changes in gallery backend
72
+ * **Resizing crop function** - in gallery media managed you'll find great set of very useful features for example gallery images crop, and manual resizing
73
+ * **Optional mobile touch support** - our gallery support mobile devices and you can customize gallery layout settings for different screen sizes
74
+ * **Custom ordering of the images** - ordering for all images of the gallery could be easily changed manually in media manager or you can find order by options in general gallery settings
75
+ * **Ability to insert gallery to the Wordpress post, page, widget** - every gallery could be insert in to post, page or widget with build in shortcode tag or using wizard button - shortcode generator in post or page editor
76
+ * **Gallery lightbox social buttons** - in gallery settings you can turn on/off social buttons
77
+ * **Gallery lightbox background color** - in gallery lightbox settings you can change color of the background with comfortable color selector
78
+ * **Gallery lightbox background transparency** - in gallery lightbox settings you can change transparency of the background with comfortable color selector
79
+ * **Gallery lightbox font color** - in gallery lightbox settings you can change color of the font with comfortable color selector
80
+ * **Gallery lightbox font transparency** - in gallery lightbox settings you can change transparency of the font with comfortable color selector
81
+
82
+ = Gallery Advantages =
83
+
84
+ * **Gallery Images and Videos** - Robo Gallery support different type of the content. You can upload to the gallery images, insert links to the video on Youtube or Vimeo.
85
+ * **Gallery Borders and Shadows** - All borders and shadows of the gallery thumbnails have multiply configuration options. You can fully customize size, color, transparency of gallery interface. Shadow also have additional blur option for gallery thumbnails shadow. All options could be configured with slider control or defined values manually in edit fields of the gallery options.
86
+ * **Styling Text of the Gallery** - All text on the front end gallery interface could be styled in backend. For title and description of the gallery images we have advanced settings for customization of the font. You can select font style, size and colors for the static and hovered text of the front end gallery interface elements. Use HTML tags in gallery thumbnails description.
87
+ * **Gallery Icons Library** - For link and zoom gallery buttons integrated advanced icons selector with library of the hundreds icons. Every gallery button have fully customizable color settings for borders, backgrounds, icon colors of the gallery thumbnails. Different for static and hovered gallery buttons.
88
+ * **Gallery Color Selectors** - For all front end gallery interface elements implemented very comfortable color selector. With color selector your can define color multiply ways. For every gallery interface element you can select transparency for the color. Colors could be defined in HEX or RGB style.
89
+ * **Advanced Media Manager of the Gallery** - Upload of the images into gallery implemented with advanced drag and drop media manager. Batch upload of the gallery images by one click. Gallery media manager have wide set of the options for sorting gallery images, crope, rotate, flip, scale of the original gallery image.
90
+ * **Gallery Custom Layout** - Advanced options for customization layout of the gallery. Ability to define custom size and columns amount of the gallery for different screen resolution. Ability to enable auto size option different way for every gallery screen size resolution.
91
+ * **Gallery Lightbox customization** - Gallery lightbox support set of advanced functionality. You can easily enable social buttons in gallery lightbox or change galley images description font color. With color selector you can change color and transparency of the gallery lightbox background.
92
+ * **Clone Gallery** - Gallery will copy all settings from selected source gallery. Very useful option for the webmasters who planning to create a lot of galleries. You don't have to configure gallery every time. Just setup styles of the gallery in one place and use the same options for another galleries on your website in another galleries. Very fast, comfortable, advanced tool to speed up your workflow!
93
+ * **Gallery Compatibility** - Gallery implemented in native Wordpress style. All code implemented based on Wordpress api and base classes. Also we tried in our gallery code avoid conflicts with other plugins and libraries. If you accordantly meet with some erros, conflicts or other related problems feel free to [contact us](http://robosoft.co/clients) and we'll to sort everything in short time.
94
+
95
+
96
+ > #### Useful Gallery Links
97
+ >
98
+ >[Multi Categories Cars Gallery Demo](http://robosoft.co/demo/gallery/cars-gallery-demo/)
99
+ >
100
+ >[Grid Layout Gallery Demo with Fade hover effect](http://robosoft.co/demo/gallery/custom-layout/)
101
+ >
102
+ >[Multi Categories Polaroid style Movie Gallery Demo with classic layout](http://robosoft.co/demo/gallery/gallery-demo-movie/)
103
+ >
104
+ >[Design Sketch Gallery Demo with grid layout](http://robosoft.co/demo/gallery/gallery-design/)
105
+ >
106
+ >[Multi Categories Gallery Demo with custom interface colors and classic layout](http://robosoft.co/demo/gallery/push-effect-demo/)
107
+ >
108
+ >[Video Gallery Demo with grid layout](http://robosoft.co/demo/gallery/design-video-gallery)
109
+ >
110
+ >[Technical Support for Robo Gallery](http://robosoft.co/robogallery)
111
+ >
112
+ >[Find More Details about Robo Gallery](http://robosoft.co/robogallery)
113
+
114
+ = Gallery Translation =
115
+
116
+ Get a free copy of the Robo Gallery Pro version as bonus for translating our plugin!
117
+ **List of the languages we translate Robo Gallery so far:**
118
+
119
+ * **English** - default
120
+ * **Russian**
121
+ * **Ukrainian**
122
+
123
+ == Installation ==
124
+
125
+ 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!
126
+
127
+ == Frequently Asked Questions ==
128
+
129
+ = How to install Gallery plugin? =
130
+
131
+ 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!
132
+
133
+ = How to upload images to the gallery? =
134
+
135
+ 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 opena 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.
136
+
137
+ = How to define size of the gallery images thumbnails? =
138
+
139
+ 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
140
+
141
+ = How to customize hover effect? =
142
+
143
+ 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
144
+
145
+ = Where specify description of the gallery images? =
146
+
147
+ 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
148
+
149
+ = How I can create custom (grid) layout of the thumbnails? =
150
+
151
+ In our gallery we implemented layout based on columns amount. So you can general amount of the columns in your gallery grid and define custom amount of the columns which every image gonna take. As result you can customize layout of the gallery grid
152
+
153
+ = Is it possible to turn off border of the gallery thumbnails? =
154
+
155
+ Yes, in gallery options you can turn on/off border option
156
+
157
+ = How to customize border of the gallery thumbnails? =
158
+
159
+ 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 thumbanil borders
160
+
161
+ = Is it possible to have different settings for hover and static interface elements? =
162
+
163
+ Yes, you can have different styles of the borders and shadows for static and hovered gallery thumbnails
164
+
165
+ = How to make shadow for the gallery thumbnails? =
166
+
167
+ 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
168
+
169
+ = Which parameters I can change for the gallery thumbnails borders and shadows? =
170
+
171
+ You can change size, color and style of gallery thumbnails borders and shadows. Also you can define different parameters for static and hovered status
172
+
173
+ = How to make gallery thumbnails with rounded corners? =
174
+
175
+ In gallery settings you can find section rounds where with special options you can define radius for the gallery thumbnails
176
+
177
+ = How to change spacing between thumbnails? =
178
+
179
+ In gallery settings you can define horizontal and vertical paddings between gallery thumbnails
180
+
181
+ = How to change color of the gallery interface elements? =
182
+
183
+ 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.
184
+
185
+ = How to customize gallery layouts for different screen resolutions? =
186
+
187
+ 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.
188
+
189
+ = How to use multi-category functionality of the gallery? =
190
+
191
+ 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
192
+
193
+ = How to enable lazy load in gallery options? =
194
+
195
+ 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
196
+
197
+ = How to change amount of images loading on gallery page? =
198
+
199
+ In gallery settings we have few options which makes you able to select amount of the images for the first load and for load more action
200
+
201
+ = How to load more function work? =
202
+
203
+ 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
204
+
205
+ = How to define video for some gallery image? =
206
+
207
+ 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
208
+
209
+ = How to define custom link for some gallery images? =
210
+
211
+ 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
212
+
213
+ = Is it possible to customize gallery image caption ? =
214
+
215
+ 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
216
+
217
+ = Is it possible to use HTML in image description ? =
218
+
219
+ Yes, you can use HTML tags inside gallery image description field
220
+
221
+ = How to change font size of the gallery image caption? =
222
+
223
+ In gallery settings you can enable custom caption settings where you can customize font size and see results in live preview
224
+
225
+ = How to change font color of the gallery image caption? =
226
+
227
+ In gallery settings you can enable custom caption settings where you can customize font color and see results in live preview
228
+
229
+ = How to change font style of the gallery image caption? =
230
+
231
+ In gallery settings you can enable custom caption settings where you can customize font style and see results in live preview
232
+
233
+ = How to change font size of the gallery image description text? =
234
+
235
+ 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
236
+
237
+ = How to change font color of the gallery image description text? =
238
+
239
+ 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
240
+
241
+ = How to change ordering of the gallery images? =
242
+
243
+ When you open gallery for edit you can find there images manager where you can change ordering of the gallery images
244
+
245
+ = Where to change settings of the image of the gallery? =
246
+
247
+ Settings of the gallery image you can change in images manager. There you can upload, edit or customize already uploaded images to the gallery
248
+
249
+ = How to define custom ALT for gallery image? =
250
+
251
+ When you open gallery images manager you can define alt for every gallery image there
252
+
253
+ = How to crop uploaded gallery image? =
254
+
255
+ When you open gallery images manager you'll find there image edit mode where you can crop source image
256
+
257
+ = How to rotate uploaded gallery image? =
258
+
259
+ When you open gallery images manager you'll find there image edit mode where you can rotate source image
260
+
261
+ = How to flip uploaded gallery image? =
262
+
263
+ When you open gallery images manager you'll find there image edit mode where you can flip source image
264
+
265
+ = How many thumbnails hover effects gallery has? =
266
+
267
+ Gallery have 15 hover animation effects, which could be combined with additional custom options
268
+
269
+ = Do you have fade effect for the thumbnails hover? =
270
+
271
+ Yes, gallery have fade hover effect
272
+
273
+ = Is it possible to change transparency of the hover shutter? =
274
+
275
+ Yes, it's possible to change transparency in gallery settings
276
+
277
+ = How many menu buttons styles do you have in gallery menu ? =
278
+
279
+ 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
280
+
281
+ = Do you have Polaroid style in your gallery? =
282
+
283
+ In our gallery implemented options which make you able to make gallery thumbnails looks in Polaroid style, with caption of the image below thumbnail
284
+
285
+ = Is it possible to customize load more button caption? =
286
+
287
+ 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
288
+
289
+ = How to make gallery with no space between thumbnails of the gallery? =
290
+
291
+ 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
292
+
293
+ = How to change width of the gallery thumbnails border? =
294
+
295
+ 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.
296
+
297
+ = How to change color of the gallery thumbnails border? =
298
+
299
+ When you enable border in gallery settings you will see multiply options for customization of the border. One from this options it's border color. You can select color using color selector
300
+
301
+ = How to change style of the gallery thumbnails border? =
302
+
303
+ When you enable border in gallery settings you will see multiply options for customization of the border. One of the options it's border style. You can select one value from pre-defined list
304
+
305
+ = How to change transparency of the gallery thumbnails border? =
306
+
307
+ 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
308
+
309
+ = How to customize gallery hover effect shutter layout? =
310
+
311
+ 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
312
+
313
+ = Which tags build in shutter of gallery hover template customization ? =
314
+
315
+ For now we have build in @@TITLE@@, @@CAPTION@@, @@DESCR@@
316
+
317
+ = How to enable icons on gallery hover shutter? =
318
+
319
+ In gallery hover settings we implemented full set of configuration settings of the buttons. You can change icon, style size, colors for static and hovered buttons. You can select icon with build in wizard
320
+
321
+ = How to change icon on gallery thumbnail button? =
322
+
323
+ When you open gallery settings you can see there hover options section where we implemented settings for every hover button. Here you can select icons for buttons and style for this icon
324
+
325
+ = Which style parameters I can change for the hover button icon? =
326
+
327
+ You can select border color, background color and color of the icon, size of the icon
328
+
329
+ = How many icons you have in build in icons library? =
330
+
331
+ In build library of the icons in gallery you can find 533 icons
332
+
333
+ = How many buttons with icons do you have in gallery? =
334
+
335
+ In our gallery we have 2 buttons for every gallery thumbnail. Zoom button and link button.
336
+
337
+ = Do you have some limits for images amount in gallery? =
338
+
339
+ No, we don't have any limits for amount of the images in gallery
340
+
341
+ = Do you have some limit for images size in gallery? =
342
+
343
+ No, we don't have any limits for image size in our gallery.
344
+
345
+ = Do you have some limits for images types in gallery? =
346
+
347
+ You can use any standard file type in our gallery: png, jpg, jpeg, gif
348
+
349
+ = Is it possible create gallery in Wordpress post with Gallery? =
350
+
351
+ Yes, you can insert gallery into post with shortcode tag
352
+
353
+ = Is it possible create gallery on Wordpress page with Gallery? =
354
+
355
+ Yes, you can insert gallery into page with shortcode tag
356
+
357
+ = Is it possible create gallery in Wordpress widget with Gallery? =
358
+
359
+ Yes, you can insert gallery into widget with shortcode tag
360
+
361
+ = How to insert gallery into Wordpress page or post? =
362
+
363
+ 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
364
+
365
+ = Is it possible to create direct link on the front end to the gallery? =
366
+
367
+ Yes, you can use generated direct link inside particular gallery settings
368
+
369
+ = How to generate shortcode for Wordpress page, post or widget? =
370
+
371
+ 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
372
+
373
+ = How to define custom hover effect for some gallery thumbnail? =
374
+
375
+ 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.
376
+
377
+ = Is it possible to create target blank links? =
378
+
379
+ 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.
380
+
381
+ = Is it possible to insert video as gallery link? =
382
+
383
+ Yes. When you open gallery media manager you'll see there list of the gallery images. Click on some image and on the right side you'll see images options. Every gallery image have video link field in gallery image options, where you can define some custom link to the online video.
384
+
385
+ = How to turn off social buttons in gallery lightbox? =
386
+
387
+ When you open gallery settings you can find there gallery lightbox settings block, where you can turn off social buttons in gallery lightbox on the front end.
388
+
389
+ = Where to change font color of the gallery lightbox text? =
390
+
391
+ When you open gallery settings you can find there gallery lightbox settings block, where you can gallery lightbox text color using color selector.
392
+
393
+ = Is it possible to change background color of the gallery lightbox? =
394
+
395
+ Yes, you can change background color of the gallery lightbox. When you open gallery settings you can find there gallery lightbox settings block, where you can change color of the gallery lightbox background.
396
+
397
+ = Is it possible to change transparency of the gallery lightbox background ? =
398
+
399
+ Yes, you can change gallery lightbox background transparency in gallery settings. Yes, you can change background color of the gallery lightbox. When you open gallery settings you can find there gallery lightbox settings block. When you open color selector for the gallery lightbox background you'll see there additional slider option for transparency value.
400
+
401
+ = How to change amount of the columns in gallery layout? =
402
+
403
+ In gallery general settings you can find gallery thumbnails columns options which could depend of the device screen size. You can define different gallery columns amount for different resolution.
404
+
405
+ = How to delete title, author, date above the gallery of the gallery post? =
406
+
407
+ Actually settings of all this main elements of the gallery post is inherited from the the general Wordpress posts settings. So you can turn in off the same way as it's manage in general posts, not only gallery posts.
408
+
409
+ = Which permissions do I need to have on server for proper gallery installation? =
410
+
411
+ Our gallery do not require any special permissions for installation of the gallery or during upload of the gallery images. All requirements are basic: our gallery have the same requirements as Wordpress have.
412
+
413
+ = Is it possible to change color of the hovered image in gallery? =
414
+
415
+ Yes, you can easily change color of the hovered image in gallery in backend. In gallery settings we build-in comfortable color selector which make you able to change color of the gallery interface elements.
416
+
417
+ = How I can make gallery only with one size pictures but I would like to arrange gallery with pictures of the different size - one big, several smaller? =
418
+
419
+ In our gallery you can define different amount of the columns for the images thumbnails and every gallery image could have different width which measuring by columns of the images thumbnails. For example you can define 2 column size for the image 1 and 3 columns size for image 5 but the rest of the gallery images could stay with default one columnt value in images settings.
420
+
421
+ == Screenshots ==
422
+
423
+ 1. Gallery Demo 1
424
+ 2. Gallery Demo 2
425
+ 3. Gallery Demo 3
426
+ 4. Gallery Demo 4
427
+ 5. Gallery Demo 5
428
+ 6. Gallery Demo 6
429
+ 7. Gallery general and size settings
430
+ 8. Gallery layout settings
431
+ 9. Gallery shadow and border settings
432
+ 10. Gallery hover and menu settings
433
+ 11. Gallery loading and Polaroid settings
434
+ 12. Gallery buttons settings
435
+
436
+ == Other Notes ==
437
+
438
+ = Minimum requirements for Wordpress Robo Gallery =
439
+
440
+ WordPress 3.3
441
+ PHP 5.x
442
+ MySQL 5.x
443
+
444
+ = How to save pre-configured galleries when you install new version of the gallery? =
445
+
446
+ 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.
447
+
448
+ = Do you have some gallery setup video guide? =
449
+
450
+ Yes. We have video [gallery guides here](https://www.youtube.com/channel/UCy1PU1Tk6zX9Ipz64v-BpKA/videos)
451
+
452
+ = Where to find gallery functionality details? =
453
+
454
+ All details of the gallery , including key features description you can find [Gallery details](http://robosoft.co/robogallery/)
455
+
456
+ = Do you have some limits for images amount in your gallery? =
457
+
458
+ No, we don't have any limits for gallery images amount. You can upload as much images into your gallery as you need.
459
+
460
+ = Why description of the gallery images do not show? =
461
+
462
+ If you sure that you defined gallery images description but you can't see it on the front end please check few following things: In our gallery images have two descriptions fields: caption and description. At the same time in hover settings you can select which exactly text do you wish to see on hovered gallery thumbnails, namely image caption or image description.
463
+
464
+ = Why images do not show on gallery after upload? =
465
+
466
+ There's few reasons of the such problem in gallery. In the case if you already upload images into gallery and images just do not show in gallery on the front end from begin you need to check folder permissions or contact our support to get fast reply
467
+
468
+ = Gallery Compatibility =
469
+
470
+ Gallery implemented in native Wordpress style. All code implemented based on Wordpress api and base classes. Also we tried in our gallery code avoid conflicts with other plugins and libraries. If you accordantly meet with some errors, conflicts or other related problems feel free to [contact us](http://robosoft.co/clients) and we'll to sort everything in short time.
471
+
472
+ If any problem occurs, please contact us.
473
+
474
+ == Changelog ==
475
+
476
+ = 1.1.0 =
477
+ * Added new clone gallery settings function
478
+ * Fast inheriting of the gallery settings from another gallery
479
+ * Define gallery settings in one place and create as much galleries with the same interface as you need. Just create new gallery, upload images and inherit settings from another created gallery. Very useful tools for websites with a lot of galleries
480
+ * Life and time saver for webmasters
481
+
482
+ = 1.0.6 =
483
+ * Code optimization and structure update
484
+ * Minor bugs fixed
485
+
486
+ = 1.0.5 =
487
+ * Updated compatibility functionality
488
+ * Minor bugs fixed
489
+
490
+ = 1.0.4 =
491
+ * Changed default settings of the gallery
492
+ * Default gallery settings the same as Movie Gallery demo
493
+
494
+ = 1.0.3 =
495
+ * Added compatibility with editor plugins
496
+ * More stable workflow with Wordpress editors
497
+ * Added support of the old versions of the PHP (which didn't support anonymous functions)
498
+ * Updated default settings set
499
+ * Updated algorithm of the files paths processing
500
+
501
+ = 1.0.2 =
502
+ * By request of our gallery users we add new features:
503
+ * Added new lightbox settings block
504
+ * Added ability to edit background color of the lightbox
505
+ * Added ability to change transparency of the background in lightbox
506
+ * Added color and transparency settings for lightbox text
507
+ * Added function for enable/disable social buttons in lightbox
508
+
509
+ = 1.0.1 =
510
+ * Updates of admin backend functionality
511
+ * Fixed categories error
512
+ * Fixed images sorting
513
+ * Fixed thumbnails layout functionality
514
+
515
+ = 1.0 =
516
+ * First release
517
+
518
+ == Upgrade Notice ==
519
+
520
+ = 1.1.0 =
521
+ Added new clone gallery settings. Advanced tool to save a lot of time for webmaster
522
+
523
+ = 1.0.6 =
524
+ Code optimization and structure update, minor bugs fixed
525
+
526
+ = 1.0.5 =
527
+ Updated compatibility functionality, minor bugs fixed
528
+
529
+ = 1.0.4 =
530
+ By request of our customers: Default gallery settings the same as Movie Gallery demo
531
+
532
+ = 1.0.3 =
533
+ By request of our customers: updated plugin workflow with editors, old PHP version support, paths management
534
+
535
+ = 1.0.2 =
536
+ By request of our customers: added new lightbox settings. Background color, text color, social buttons enable/disable.
537
+
538
+ = 1.0.1 =
539
+ Upgraded backend functionality. Fixed categories errors, images sorting and thumbnails layout functionality
540
+
541
+ = 1.0 =
542
+ This is first release of the plugin
addons/bootstrap-select/js/bootstrap-select.js CHANGED
@@ -1216,7 +1216,7 @@
1216
 
1217
  jQuery(function(){
1218
  jQuery(".rbs_select").selectpicker({ });
1219
-
1220
  /*jQuery(".rbs_slider").on("slide", function(slideEvt) {
1221
  var spanObj = jQuery(this).data('slider-span');
1222
  // alert(spanObj);
1216
 
1217
  jQuery(function(){
1218
  jQuery(".rbs_select").selectpicker({ });
1219
+ jQuery("#rsg_options").selectpicker({ });
1220
  /*jQuery(".rbs_slider").on("slide", function(slideEvt) {
1221
  var spanObj = jQuery(this).data('slider-span');
1222
  // alert(spanObj);
addons/bootstrap/css/bootstrap.css CHANGED
@@ -3068,6 +3068,9 @@ body #post .rbs_block {
3068
  margin-bottom: 0;
3069
  text-align: right;
3070
  }
 
 
 
3071
  }
3072
  #post .rbs_block .form-horizontal .has-feedback .form-control-feedback {
3073
  right: 15px;
3068
  margin-bottom: 0;
3069
  text-align: right;
3070
  }
3071
+ #post .rbs_block .form-horizontal .control-label.text-left {
3072
+ text-align: left;
3073
+ }
3074
  }
3075
  #post .rbs_block .form-horizontal .has-feedback .form-control-feedback {
3076
  right: 15px;
cmb2/fields/colums/cmb-field-colums.php CHANGED
@@ -22,8 +22,8 @@ function jt_cmb2_render_colums_field_callback( $field, $value, $object_id, $obje
22
  $level = $field->args('level')?1:0;
23
 
24
  $value = wp_parse_args( $value, array(
25
- 'width' => '300', 'colums' => 4,
26
- 'width1' => '300', 'colums1' => 4,
27
  'width2' => '300', 'colums2' => 2,
28
  'width3' => '300', 'colums3' => 1,
29
 
@@ -38,7 +38,7 @@ function jt_cmb2_render_colums_field_callback( $field, $value, $object_id, $obje
38
 
39
  echo "<script> var ROBO_GALLERY_PRO = ".ROBO_GALLERY_PRO.";</script>";
40
  ?>
41
- <div class="form-horizontal rbs_delete_up">
42
 
43
  <div class="form-group">
44
  <div class="col-sm-10 col-sm-offset-1">
22
  $level = $field->args('level')?1:0;
23
 
24
  $value = wp_parse_args( $value, array(
25
+ 'width' => '300', 'colums' => 3,
26
+ 'width1' => '300', 'colums1' => 3,
27
  'width2' => '300', 'colums2' => 2,
28
  'width3' => '300', 'colums3' => 1,
29
 
38
 
39
  echo "<script> var ROBO_GALLERY_PRO = ".ROBO_GALLERY_PRO.";</script>";
40
  ?>
41
+ <div class="form-horizontal">
42
 
43
  <div class="form-group">
44
  <div class="col-sm-10 col-sm-offset-1">
cmb2/fields/gallery/js/script.js CHANGED
@@ -8,10 +8,12 @@
8
  var gallerysc = '[gallery ids="' +idList+ '"]';
9
  wp.media.gallery.edit(gallerysc).on('update', function(g){
10
  var id_array = [];
11
- $.each(g.models, function(id, img) { id_array.push(img.id); });
 
 
 
12
  imgIdInput.val(id_array.join(","));
13
  });
14
-
15
  if(idList==' ' || idList=='' ){
16
  $('.media-frame-menu .media-menu-item').eq(2).click();
17
  }
8
  var gallerysc = '[gallery ids="' +idList+ '"]';
9
  wp.media.gallery.edit(gallerysc).on('update', function(g){
10
  var id_array = [];
11
+ // var marginCountCheck = 12;
12
+ var marginCount = 0;
13
+ $.each(g.models, function(id, img) { ++marginCount; /*if( marginCountCheck > marginCount )*/ id_array.push(img.id); });
14
+ // if( marginCount > marginCountCheck ) alert("message");
15
  imgIdInput.val(id_array.join(","));
16
  });
 
17
  if(idList==' ' || idList=='' ){
18
  $('.media-frame-menu .media-menu-item').eq(2).click();
19
  }
cmb2/fields/rbsgallery/cmb-field-rbsgallery.php ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /*
3
+ * Robo Gallery
4
+ * Version: 1.0
5
+ * By Robosoft
6
+ *
7
+ * Contact: http://robosoft.co
8
+ * Created: 2015
9
+ * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
+ *
11
+ * Copyright (c) 2014-2015, Robosoft. All rights reserved.
12
+ * Available only in http://robosoft.co/
13
+ */
14
+
15
+
16
+ function rbs_rbsgallery_get_options( $options, $value = false, $content=array() ) {
17
+ $state_options = '';
18
+ foreach ( $options as $abrev => $state ) {
19
+ $state_options .=
20
+ '<option '
21
+ .'value="'. $abrev .'" '
22
+ .(isset($content[$abrev])?' data-content="'.$state.' '.str_replace('"', "'", $content[$abrev]).'"':'')
23
+ .($value==$abrev?' selected="selected"':'')
24
+ .'>'. $state .'</option>';
25
+ }
26
+ return $state_options;
27
+ }
28
+
29
+ function jt_cmb2_render_rbsgallery_field_callback( $field, $value, $object_id, $object_type, $field_type_object ){
30
+ $value = $value?$value:$field->args('default');
31
+ ?>
32
+ <div class="form-horizontal">
33
+
34
+ <div class="form-group">
35
+ <div class="col-sm-12">
36
+ <?php echo $field->args('desc'); ?>
37
+ </div>
38
+ </div>
39
+
40
+ <div class="form-group">
41
+ <label class="col-sm-2 control-label" for="<?php echo $field_type_object->_id(); ?>"><?php echo esc_html( $field->args( 'name' ) ); ?></label>
42
+ <div class="col-sm-10">
43
+ <?php
44
+ $args = array(
45
+ 'child_of' => 0,
46
+ 'sort_order' => 'ASC',
47
+ 'sort_column' => 'post_title',
48
+ 'hierarchical' => 1,
49
+ 'selected' => $value,
50
+ 'name' => $field_type_object->_name(),
51
+ 'id' =>$field_type_object->_id(),
52
+ 'class' => 'rbs_select',
53
+ 'echo' => 1,
54
+ 'show_option_none' => 'none',
55
+ 'option_none_value' => '0',
56
+ 'post_type' => 'robo_gallery_table'
57
+ );
58
+ wp_dropdown_pages( $args );
59
+ if( count($field->args('depends')) ){
60
+ ?>
61
+ <script type="text/javascript">
62
+ var <?php echo $field_type_object->_id(); ?>_depends = <?php echo json_encode($field->args('depends')); ?>;
63
+ </script>
64
+ <?php } ?>
65
+ </div>
66
+ </div>
67
+
68
+ <div class="form-group">
69
+ <div class="col-sm-12 ">
70
+
71
+ <?php echo $field->args('desc2'); ?>
72
+ </div>
73
+ </div>
74
+
75
+ </div>
76
+ <?php
77
+ }
78
+ add_filter( 'cmb2_render_rbsgallery', 'jt_cmb2_render_rbsgallery_field_callback', 10, 5 );
cmb2/fields/rbsgallery/index.html ADDED
File without changes
cmb2/fields/rbsselect/cmb-field-rbsselect.php CHANGED
@@ -30,7 +30,7 @@ function jt_cmb2_render_rbsselect_field_callback( $field, $value, $object_id, $o
30
  $value = $value?$value:$field->args('default');
31
  $level = $field->args('level')?1:0;
32
  ?>
33
- <div class="form-horizontal rbs_delete_up">
34
  <div class="form-group">
35
  <label class="col-sm-2 control-label" for="<?php echo $field_type_object->_id(); ?>"><?php echo esc_html( $field->args( 'name' ) ); ?></label>
36
  <div class="col-sm-<?php echo $level?'8 rbs_disabled':'10'; ?>">
30
  $value = $value?$value:$field->args('default');
31
  $level = $field->args('level')?1:0;
32
  ?>
33
+ <div class="form-horizontal">
34
  <div class="form-group">
35
  <label class="col-sm-2 control-label" for="<?php echo $field_type_object->_id(); ?>"><?php echo esc_html( $field->args( 'name' ) ); ?></label>
36
  <div class="col-sm-<?php echo $level?'8 rbs_disabled':'10'; ?>">
cmb2/fields/rbstext/cmb-field-rbstext.php CHANGED
@@ -22,7 +22,7 @@ function jt_cmb2_render_rbstext_field_callback( $field, $value, $object_id, $obj
22
  //$value = $value ? $value : $field->args('default') ;
23
  $level = $field->args('level')?1:0;
24
  ?>
25
- <div class="form-horizontal rbs_delete_up">
26
  <div class="form-group">
27
  <label class="col-sm-2 control-label" for="<?php echo $field_type_object->_id(); ?>"><?php echo esc_html( $field->args('name') ); ?></label>
28
  <div class="<?php echo $field->args('small')?'col-sm-4':'col-sm-8'; echo ($level?' rbs_disabled':'') ?>">
22
  //$value = $value ? $value : $field->args('default') ;
23
  $level = $field->args('level')?1:0;
24
  ?>
25
+ <div class="form-horizontal">
26
  <div class="form-group">
27
  <label class="col-sm-2 control-label" for="<?php echo $field_type_object->_id(); ?>"><?php echo esc_html( $field->args('name') ); ?></label>
28
  <div class="<?php echo $field->args('small')?'col-sm-4':'col-sm-8'; echo ($level?' rbs_disabled':'') ?>">
cmb2/fields/rbstextarea/cmb-field-rbstextarea.php CHANGED
@@ -22,7 +22,7 @@ function jt_cmb2_render_rbstextarea_field_callback( $field, $value, $object_id,
22
  $value = $value ? $value : $field->args('default') ;
23
 
24
  ?>
25
- <div class="form-horizontal rbs_delete_up">
26
  <div class="form-group">
27
  <div class="col-sm-2">
28
  <label class=" control-label" for="<?php echo $field_type_object->_id(); ?>"><?php echo esc_html( $field->args('name') ); ?></label>
22
  $value = $value ? $value : $field->args('default') ;
23
 
24
  ?>
25
+ <div class="form-horizontal">
26
  <div class="form-group">
27
  <div class="col-sm-2">
28
  <label class=" control-label" for="<?php echo $field_type_object->_id(); ?>"><?php echo esc_html( $field->args('name') ); ?></label>
cmb2/fields/shadow/cmb-field-shadow.php CHANGED
@@ -20,10 +20,10 @@ function jt_cmb2_shadow_field( $metakey, $post_id = 0 ) {
20
  function jt_cmb2_render_shadow_field_callback( $field, $value, $object_id, $object_type, $field_type_object ) {
21
 
22
  $value = wp_parse_args( $value, array(
23
- 'color' => 'rgba(34, 25, 25, 0.89)',
24
- 'hshadow' => '5',
25
  'vshadow' => '5',
26
- 'bshadow' => '6',
27
  ) );
28
  ?>
29
  <div class="form-horizontal">
20
  function jt_cmb2_render_shadow_field_callback( $field, $value, $object_id, $object_type, $field_type_object ) {
21
 
22
  $value = wp_parse_args( $value, array(
23
+ 'color' => 'rgba(34, 25, 25, 0.4)',
24
+ 'hshadow' => '0',
25
  'vshadow' => '5',
26
+ 'bshadow' => '7',
27
  ) );
28
  ?>
29
  <div class="form-horizontal">
cmb2/fields/slider/cmb-field-slider.php CHANGED
@@ -23,7 +23,7 @@ function jt_cmb2_render_slider_field_callback( $field, $value, $object_id, $obje
23
  $level = $field->args('level') ? 1 : 0 ;
24
 
25
  ?>
26
- <div class="form-horizontal rbs_delete_up">
27
  <div class="form-group">
28
  <label class="col-sm-2 control-label" for="<?php echo $field_type_object->_id(); ?>'"><?php echo esc_html( $field->args('name') ); ?></label>
29
  <div class="col-sm-<?php echo $level?'8':'10'; ?>">
23
  $level = $field->args('level') ? 1 : 0 ;
24
 
25
  ?>
26
+ <div class="form-horizontal">
27
  <div class="form-group">
28
  <label class="col-sm-2 control-label" for="<?php echo $field_type_object->_id(); ?>'"><?php echo esc_html( $field->args('name') ); ?></label>
29
  <div class="col-sm-<?php echo $level?'8':'10'; ?>">
cmb2/fields/switch/cmb-field-switch.php CHANGED
@@ -27,7 +27,7 @@ function jt_cmb2_render_switch_field_callback( $field, $value, $object_id, $obje
27
 
28
  if($bs){
29
  ?>
30
- <div class="form-horizontal rbs_delete_up">
31
  <div class="form-group">
32
  <label class="col-sm-2 control-label" for="<?php echo $field_type_object->_id(); ?>'"><?php echo $field->args('name'); ?></label>
33
  <div class="col-sm-<?php echo $level?'8 rbs_disabled':'10'; ?>">
27
 
28
  if($bs){
29
  ?>
30
+ <div class="form-horizontal">
31
  <div class="form-group">
32
  <label class="col-sm-2 control-label" for="<?php echo $field_type_object->_id(); ?>'"><?php echo $field->args('name'); ?></label>
33
  <div class="col-sm-<?php echo $level?'8 rbs_disabled':'10'; ?>">
cmb2/fields/toolbox/cmb-field-toolbox.php CHANGED
@@ -49,9 +49,17 @@ class RBS_TOOLBOX {
49
  }
50
 
51
  //admin.base
52
- wp_enqueue_script( 'rbs-toolbox-admin-edit', ROBO_GALLERY_URL.'js/admin/edit.js', array( 'jquery' ), ROBO_GALLERY_VERSION, true );
53
- wp_enqueue_style ( 'rbs-toolbox-admin-edit', ROBO_GALLERY_URL.'css/admin/edit.css' );
54
 
 
 
 
 
 
 
 
 
 
55
  //bootstrap
56
  wp_enqueue_script( 'rbs_bootstrap', ROBO_GALLERY_URL.'addons/bootstrap/js/bootstrap.min.js', array('jquery'), ROBO_GALLERY_VERSION, true);
57
  wp_enqueue_style ( 'rbs_bootstrap', ROBO_GALLERY_URL.'addons/bootstrap/css/bootstrap.css', array(), ROBO_GALLERY_VERSION, 'all');
@@ -60,13 +68,13 @@ class RBS_TOOLBOX {
60
  //checkbox
61
  wp_enqueue_script( 'rbs-toolbox-toggles-js', ROBO_GALLERY_URL.'addons/toggles/js/bootstrap-toggle.min.js', array( 'jquery' ), ROBO_GALLERY_VERSION, true );
62
  wp_enqueue_style( 'rbs-toolbox-toggles-css', ROBO_GALLERY_URL.'addons/toggles/css/bootstrap-toggle.css', array(), ROBO_GALLERY_VERSION, 'all' );
63
-
64
  //iconPicker
65
  wp_enqueue_script( 'rbs-toolbox-iconset', ROBO_GALLERY_URL.'addons/bootstrap-iconpicker/js/iconset/iconset-fontawesome-4.1.0.min.js', array( 'jquery' ), ROBO_GALLERY_VERSION, true );
66
  wp_enqueue_script( 'rbs-toolbox-icon', ROBO_GALLERY_URL.'addons/bootstrap-iconpicker/js/bootstrap-iconpicker.js', array( 'jquery', 'rbs-toolbox-iconset' ), ROBO_GALLERY_VERSION, true );
67
  wp_enqueue_style( 'rbs-toolbox-icon-css', ROBO_GALLERY_URL.'addons/bootstrap-iconpicker/css/bootstrap-iconpicker.css', array(), ROBO_GALLERY_VERSION, 'all' );
68
  wp_enqueue_style( 'rbs-toolbox-icon-fonts', ROBO_GALLERY_URL.'addons/bootstrap-iconpicker/icon-fonts/font-awesome-4.1.0/css/font-awesome.css', array(), ROBO_GALLERY_VERSION, 'all' );
69
-
70
  //color
71
  wp_enqueue_script( 'rbs-toolbox-color-tinycolor', ROBO_GALLERY_URL.'addons/color/bootstrap.colorpickersliders.tinycolor.js', array( 'jquery' ), ROBO_GALLERY_VERSION, true );
72
  wp_enqueue_script( 'rbs-toolbox-color', ROBO_GALLERY_URL.'addons/color/bootstrap.colorpickersliders.js', array( 'jquery' ), ROBO_GALLERY_VERSION, true );
@@ -75,7 +83,7 @@ class RBS_TOOLBOX {
75
  //slider
76
  wp_enqueue_script( 'rbs-toolbox-bootstrap-slider', ROBO_GALLERY_URL.'addons/bootstrap-slider/js/bootstrap-slider.js', array( 'jquery' ), ROBO_GALLERY_VERSION, true );
77
  wp_enqueue_style( 'rbs-toolbox-bootstrap-slider', ROBO_GALLERY_URL.'addons/bootstrap-slider/css/bootstrap-slider.css', array(), ROBO_GALLERY_VERSION, 'all' );
78
-
79
  //select
80
  wp_enqueue_script('rbs-toolbox-bootstrap-select', ROBO_GALLERY_URL.'addons/bootstrap-select/js/bootstrap-select.js', array( 'jquery' ), ROBO_GALLERY_VERSION, true );
81
  wp_enqueue_style( 'rbs-toolbox-bootstrap-select', ROBO_GALLERY_URL.'addons/bootstrap-select/css/bootstrap-select.css', array(), ROBO_GALLERY_VERSION, 'all' );
49
  }
50
 
51
  //admin.base
52
+ wp_register_script( 'rbs-toolbox-admin-edit', ROBO_GALLERY_URL.'js/admin/edit.js', array( 'jquery' ), ROBO_GALLERY_VERSION, true );
 
53
 
54
+ $translation_array = array(
55
+ 'rbs_info_clone_text' => __( 'disabled because you select gallery clone option', 'tbs_robo_gallery' ),
56
+ );
57
+ wp_localize_script( 'rbs-toolbox-admin-edit', 'rbs_toolbox_translation', $translation_array );
58
+ wp_enqueue_script( 'rbs-toolbox-admin-edit' );
59
+
60
+ wp_enqueue_style ( 'rbs-toolbox-admin-edit', ROBO_GALLERY_URL.'css/admin/edit.css' );
61
+
62
+
63
  //bootstrap
64
  wp_enqueue_script( 'rbs_bootstrap', ROBO_GALLERY_URL.'addons/bootstrap/js/bootstrap.min.js', array('jquery'), ROBO_GALLERY_VERSION, true);
65
  wp_enqueue_style ( 'rbs_bootstrap', ROBO_GALLERY_URL.'addons/bootstrap/css/bootstrap.css', array(), ROBO_GALLERY_VERSION, 'all');
68
  //checkbox
69
  wp_enqueue_script( 'rbs-toolbox-toggles-js', ROBO_GALLERY_URL.'addons/toggles/js/bootstrap-toggle.min.js', array( 'jquery' ), ROBO_GALLERY_VERSION, true );
70
  wp_enqueue_style( 'rbs-toolbox-toggles-css', ROBO_GALLERY_URL.'addons/toggles/css/bootstrap-toggle.css', array(), ROBO_GALLERY_VERSION, 'all' );
71
+
72
  //iconPicker
73
  wp_enqueue_script( 'rbs-toolbox-iconset', ROBO_GALLERY_URL.'addons/bootstrap-iconpicker/js/iconset/iconset-fontawesome-4.1.0.min.js', array( 'jquery' ), ROBO_GALLERY_VERSION, true );
74
  wp_enqueue_script( 'rbs-toolbox-icon', ROBO_GALLERY_URL.'addons/bootstrap-iconpicker/js/bootstrap-iconpicker.js', array( 'jquery', 'rbs-toolbox-iconset' ), ROBO_GALLERY_VERSION, true );
75
  wp_enqueue_style( 'rbs-toolbox-icon-css', ROBO_GALLERY_URL.'addons/bootstrap-iconpicker/css/bootstrap-iconpicker.css', array(), ROBO_GALLERY_VERSION, 'all' );
76
  wp_enqueue_style( 'rbs-toolbox-icon-fonts', ROBO_GALLERY_URL.'addons/bootstrap-iconpicker/icon-fonts/font-awesome-4.1.0/css/font-awesome.css', array(), ROBO_GALLERY_VERSION, 'all' );
77
+
78
  //color
79
  wp_enqueue_script( 'rbs-toolbox-color-tinycolor', ROBO_GALLERY_URL.'addons/color/bootstrap.colorpickersliders.tinycolor.js', array( 'jquery' ), ROBO_GALLERY_VERSION, true );
80
  wp_enqueue_script( 'rbs-toolbox-color', ROBO_GALLERY_URL.'addons/color/bootstrap.colorpickersliders.js', array( 'jquery' ), ROBO_GALLERY_VERSION, true );
83
  //slider
84
  wp_enqueue_script( 'rbs-toolbox-bootstrap-slider', ROBO_GALLERY_URL.'addons/bootstrap-slider/js/bootstrap-slider.js', array( 'jquery' ), ROBO_GALLERY_VERSION, true );
85
  wp_enqueue_style( 'rbs-toolbox-bootstrap-slider', ROBO_GALLERY_URL.'addons/bootstrap-slider/css/bootstrap-slider.css', array(), ROBO_GALLERY_VERSION, 'all' );
86
+
87
  //select
88
  wp_enqueue_script('rbs-toolbox-bootstrap-select', ROBO_GALLERY_URL.'addons/bootstrap-select/js/bootstrap-select.js', array( 'jquery' ), ROBO_GALLERY_VERSION, true );
89
  wp_enqueue_style( 'rbs-toolbox-bootstrap-select', ROBO_GALLERY_URL.'addons/bootstrap-select/css/bootstrap-select.css', array(), ROBO_GALLERY_VERSION, 'all' );
css/admin/edit.css CHANGED
@@ -1 +1 @@
1
- /*
2
  z-index: 1000;
3
  opacity: 0.4;
4
  pointer-events: none;
5
  padding-top: 7px;
6
  text-align: right;
7
  cursor: pointer;
 
8
  z-index: 1000;
9
  opacity: 0.4;
10
  pointer-events: none;
11
  z-index: 1000;
12
  opacity: 0.1;
13
  pointer-events: none;
14
  padding-top: 7px;
15
  text-align: right;
16
  cursor: pointer;
 
1
  z-index: 1000;
2
  opacity: 0.4;
3
  pointer-events: none;
4
  padding-top: 7px;
5
  text-align: right;
6
  cursor: pointer;
7
+ /*
8
  z-index: 1000;
9
  opacity: 0.4;
10
  pointer-events: none;
11
  z-index: 1000;
12
  opacity: 0.1;
13
  pointer-events: none;
14
  padding-top: 7px;
15
  text-align: right;
16
  cursor: pointer;
gallery/css/magnific.css CHANGED
@@ -59,10 +59,14 @@
59
  .mfp-ajax-cur {
60
  cursor: progress; }
61
 
62
- .mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
63
  cursor: -moz-zoom-out;
64
  cursor: -webkit-zoom-out;
65
  cursor: zoom-out; }
 
 
 
 
66
 
67
  .mfp-zoom {
68
  cursor: pointer;
@@ -289,6 +293,7 @@ img.mfp-img {
289
  line-height: 18px;
290
  color: #f3f3f3;
291
  word-wrap: break-word;
 
292
  padding-right: 36px; }
293
 
294
  .mfp-image-holder .mfp-content {
59
  .mfp-ajax-cur {
60
  cursor: progress; }
61
 
62
+ .mfp-zoom-out-cur{
63
  cursor: -moz-zoom-out;
64
  cursor: -webkit-zoom-out;
65
  cursor: zoom-out; }
66
+
67
+ .mfp-zoom-out-cur .mfp-image-holder .mfp-close{
68
+ cursor: pointer;
69
+ }
70
 
71
  .mfp-zoom {
72
  cursor: pointer;
293
  line-height: 18px;
294
  color: #f3f3f3;
295
  word-wrap: break-word;
296
+ /*font-weight: bolder;*/
297
  padding-right: 36px; }
298
 
299
  .mfp-image-holder .mfp-content {
gallery/js/jquery.collagePlus.min.js CHANGED
@@ -3,4 +3,4 @@
3
  Licensed under the MIT license - http://opensource.org/licenses/MIT
4
  Copyright (C) 2015 Andrew Prasetya
5
  */
6
- !function(e,t,a){var i=function(i,o){function r(e){e.find(_+", ."+D).find(F+":not([data-popupTrigger])").each(function(){var e=t(this),i=e.find("div[data-popup]").eq(0);e.attr("data-popupTrigger","yes");var o="mfp-image";"iframe"==i.data("type")?o="mfp-iframe":"inline"==i.data("type")?o="mfp-inline":"ajax"==i.data("type")&&(o="mfp-ajax");var r=e.find(".rbs-lightbox").addBack(".rbs-lightbox");r.attr("data-mfp-src",i.data("popup")).addClass(o),i.attr("title")!=a&&r.attr("mfp-title",i.attr("title"))})}function s(e,i){function o(e){var i=t(e.img),o=i.parents(".image-with-dimensions");o[0]!=a&&(e.isLoaded?i.fadeIn(400,function(){o.removeClass("image-with-dimensions")}):(o.removeClass("image-with-dimensions"),i.hide(),o.addClass("broken-image-here")))}e.find(_).find(F+":not([data-imageconverted])").each(function(){var o=t(this),r=o.find("div[data-thumbnail]").eq(0),s=o.find("div[data-popup]").eq(0),n=r.data("thumbnail");if(r[0]==a&&(r=s,n=s.data("popup")),0!=i||0!=e.data("settings").waitForAllThumbsNoMatterWhat||r.data("width")==a&&r.data("height")==a){o.attr("data-imageconverted","yes");var d=r.attr("title");d==a&&(d=n);var l=t('<img title="'+d+'" src="'+n+'" />');1==i&&(l.attr("data-dont-wait-for-me","yes"),r.addClass("image-with-dimensions"),e.data("settings").waitUntilThumbLoads&&l.hide()),r.addClass("rbs-img-thumbnail-container").prepend(l)}}),1==i&&e.find(".image-with-dimensions").imagesLoadedMB().always(function(e){for(index in e.images){var t=e.images[index];o(t)}}).progress(function(e,t){o(t)})}function n(e){e.find(_).each(function(){var i=t(this),o=i.find(F),r=o.find("div[data-thumbnail]").eq(0),s=o.find("div[data-popup]").eq(0);r[0]==a&&(r=s);var n=i.css("display");"none"==n&&i.css("margin-top",99999999999999).show();var d=2*e.data("settings").borderSize;o.width(r.width()-d),o.height(r.height()-d),"none"==n&&i.css("margin-top",0).hide()})}function d(e){e.find(_).find(F).each(function(){var i=t(this),o=i.find("div[data-thumbnail]").eq(0),r=i.find("div[data-popup]").eq(0);o[0]==a&&(o=r);var s=parseFloat(o.data("width")),n=parseFloat(o.data("height")),d=i.parents(_).width()-e.data("settings").horizontalSpaceBetweenBoxes,l=n*d/s;o.css("width",d),(o.data("width")!=a||o.data("height")!=a)&&o.css("height",Math.floor(l))})}function l(e,i,o){var r,s=e.find(_),n=!1;r="auto"==i?n?100/o+"%":Math.floor((e.width()-1)/o):i,e.find(".rbs-imges-grid-sizer").css("width",r),s.each(function(e){var i=t(this),s=i.data("columns");s!=a&&parseInt(o)>=parseInt(s)?n?i.css("width",parseFloat(100/o)*s+"%"):i.css("width",r*parseInt(s)):n?i.css("width",100/o+"%"):i.css("width",r)})}function c(){var t=e,a="inner";return"innerWidth"in e||(a="client",t=document.documentElement||document.body),{width:t[a+"Width"],height:t[a+"Height"]}}function f(e){var t=!1;for(var a in e.data("settings").resolutions){var i=e.data("settings").resolutions[a];if(i.maxWidth>=c().width){l(e,i.columnWidth,i.columns),t=!0;break}}0==t&&l(e,e.data("settings").columnWidth,e.data("settings").columns)}function m(e){var a=t('<div class="rbs-img-container"></div').css({"margin-left":e.data("settings").horizontalSpaceBetweenBoxes,"margin-bottom":e.data("settings").verticalSpaceBetweenBoxes}),i=e.find(_+":not([data-wrapper-added])").attr("data-wrapper-added","yes");i.wrapInner(a)}function p(e){if(0!=e.data("settings").thumbnailOverlay){var i=e.find(_+":not([data-set-overlay-for-hover-effect])").attr("data-set-overlay-for-hover-effect","yes");i.find(".thumbnail-overlay").wrapInner("<div class='aligment'><div class='aligment'></div></div>"),i.each(function(){var i=t(this),o=i.find(F),r=e.data("settings").overlayEffect;if(o.data("overlay-effect")!=a&&(r=o.data("overlay-effect")),"push-up"==r||"push-down"==r||"push-up-100%"==r||"push-down-100%"==r){var s=o.find(".rbs-img-thumbnail-container"),n=o.find(".thumbnail-overlay").css("position","relative");("push-up-100%"==r||"push-down-100%"==r)&&n.outerHeight(s.outerHeight(!1));var d=n.outerHeight(!1),l=t('<div class="wrapper-for-some-effects"></div');"push-up"==r||"push-up-100%"==r?n.appendTo(o):("push-down"==r||"push-down-100%"==r)&&(n.prependTo(o),l.css("margin-top",-d)),o.wrapInner(l)}else if("reveal-top"==r||"reveal-top-100%"==r){i.addClass("position-reveal-effect");var c=i.find(".thumbnail-overlay").css("top",0);"reveal-top-100%"==r&&c.css("height","100%")}else if("reveal-bottom"==r||"reveal-bottom-100%"==r){i.addClass("position-reveal-effect").addClass("position-bottom-reveal-effect");var c=i.find(".thumbnail-overlay").css("bottom",0);"reveal-bottom-100%"==r&&c.css("height","100%")}else if("direction"==r.substr(0,9))i.find(".thumbnail-overlay").css("height","100%");else if("fade"==r){var f=i.find(".thumbnail-overlay").hide();f.css({height:"100%",top:"0",left:"0"}),f.find(".fa").css({scale:1.4})}})}}function h(e){var i=e.find(_);i.each(function(){var i=t(this),o=i.find(F),r=e.data("settings").overlayEffect;o.data("overlay-effect")!=a&&(r=o.data("overlay-effect")),"direction"==r.substr(0,9)&&o.find(".thumbnail-overlay").hide()}),e.eveMB("layout")}function u(){var e=O.find(_+", ."+D),t=x();e.filter(t).removeClass("hidden-rbs-imges-by-filter").addClass("visible-rbs-imges-by-filter"),e.not(t).addClass("hidden-rbs-imges-by-filter").removeClass("visible-rbs-imges-by-filter")}function v(e,t){O.addClass("filtering-isotope"),b(e,t),u(),g()}function g(){k().length>0?L():T(),w()}function b(e,t){A[t]=e,O.eveMB({filter:y(A)})}function y(e){for(var t in e){var i=e[t];i==a&&(e[t]="*")}var o="";for(var t in e){var i=e[t];""==o?o=t:o.split(",").length<i.split(",").length&&(o=t)}var r=e[o];for(var t in e)if(t!=o)for(var s=e[t].split(","),n=0;n<s.length;n++){for(var d=r.split(","),l=[],c=0;c<d.length;c++)"*"==d[c]&&"*"==s[n]?s[n]="":("*"==s[n]&&(s[n]=""),"*"==d[c]&&(d[c]="")),l.push(d[c]+s[n]);r=l.join(",")}return r}function w(){var e=C().length;return e<q.minBoxesPerFilter&&B().length>0?(z(q.minBoxesPerFilter-e),!0):!1}function C(){var e=O.find(_),t=x();return"*"!=t&&(e=e.filter(t)),e}function k(){var e=C().not(".rbs-img-loaded");return e}function x(){var e=O.data("eveMB").options.filter;return(""==e||e==a)&&(e="*"),e}function B(e){var t=O.find("."+D),i=x();return"*"!=i&&e==a&&(t=t.filter(i)),t}function L(){H.html(q.LoadingWord),H.removeClass("rbs-imges-load-more"),H.addClass("rbs-imges-loading")}function M(){U++,L()}function S(){U--,0==U&&T()}function T(){H.removeClass("rbs-imges-load-more"),H.removeClass("rbs-imges-loading"),H.removeClass("rbs-imges-no-more-entries"),B().length>0?(H.html(q.loadMoreWord),H.addClass("rbs-imges-load-more")):(H.html(q.noMoreEntriesWord),H.addClass("rbs-imges-no-more-entries"))}function z(e,a){if(1!=H.hasClass("rbs-imges-no-more-entries")){M();var i=[];B(a).each(function(a){var o=t(this);e>=a+1&&(o.removeClass(D).addClass(j),o.hide(),i.push(this))}),O.eveMB("insert",t(i),function(){S(),O.eveMB("layout")})}}function E(e){if(e!=a){var i=O.find("."+j+", ."+D);""==e?i.addClass("search-match"):(i.removeClass("search-match"),O.find(q.searchTarget).each(function(){var a=t(this),i=a.parents("."+j+", ."+D);-1!==a.text().toLowerCase().indexOf(e.toLowerCase())&&i.addClass("search-match")})),setTimeout(function(){v(".search-match","search")},100)}}function W(e){var t=e.data("sort-ascending");return t==a&&(t=!0),e.data("sort-toggle")&&1==e.data("sort-toggle")&&e.data("sort-ascending",!t),t}function I(){if("#!"!=location.hash.substr(0,2))return null;var e=location.href.split("#!")[1],t=e.split("||")[1],a=e.split("||")[0];return{hash:e,id:t,src:a}}function P(){var e=t.magnificPopup.instance;if(e){var a=I();if(!a&&e.isOpen)e.close();else if(a)if(e.isOpen&&e.currItem&&e.currItem.el.parents(".rbs-imges-container").attr("id")==a.id){if(e.currItem.el.attr("data-mfp-src")!=a.src){var i=null;t.each(e.items,function(e,o){var r=o.parsed?o.el:t(o);return r.attr("data-mfp-src")==a.src?(i=e,!1):void 0}),null!==i&&e.goTo(i)}}else O.filter('[id="'+a.id+'"]').find('.rbs-lightbox[data-mfp-src="'+a.src+'"]').trigger("click")}}var q=t.extend({},t.fn.collagePlus.defaults,o),O=t(i).addClass("rbs-imges-container"),_=".rbs-img",F=".rbs-img-image",j="rbs-img",D="rbs-img-hidden",R=Modernizr.csstransitions?"transition":"animate",A={},U=0;"default"==q.overlayEasing&&(q.overlayEasing="transition"==R?"_default":"swing");var H=t('<div class="rbs-imges-load-more button"></div>').insertAfter(O);H.wrap('<div class="rbs_gallery_button rbs_gallery_button_bottom"></div>'),H.addClass(q.loadMoreClass),q.resolutions.sort(function(e,t){return e.maxWidth-t.maxWidth}),O.data("settings",q),O.css({"margin-left":-q.horizontalSpaceBetweenBoxes}),O.find(_).removeClass(j).addClass(D);var N=t(q.sortContainer).find(q.sort).filter(".selected"),Q=N.attr("data-sort-by"),X=W(N);O.append('<div class="rbs-imges-grid-sizer"></div>'),O.eveMB({itemSelector:_,masonry:{columnWidth:".rbs-imges-grid-sizer"},getSortData:q.getSortData,sortBy:Q,sortAscending:X}),t.extend(EveMB.prototype,{resize:function(){var e=t(this.element);f(e),d(e),n(e),h(e),this.isResizeBound&&this.needsResizeLayout()&&this.layout()}}),t.extend(EveMB.prototype,{_setContainerMeasure:function(e,i){if(e!==a){var o=this.size;o.isBorderBox&&(e+=i?o.paddingLeft+o.paddingRight+o.borderLeftWidth+o.borderRightWidth:o.paddingBottom+o.paddingTop+o.borderTopWidth+o.borderBottomWidth),e=Math.max(e,0),this.element.style[i?"width":"height"]=e+"px";var r=t(this.element);t.waypoints("refresh"),r.addClass("lazy-load-ready"),r.removeClass("filtering-isotope")}}}),t.extend(EveMB.prototype,{insert:function(e,i){var o=this.addItems(e);if(o.length){var l,c,h=t(this.element),u=h.find("."+D)[0],v=o.length;for(l=0;v>l;l++)c=o[l],u!=a?this.element.insertBefore(c.element,u):this.element.appendChild(c.element);var g=function(){var e=this._filter(o);for(this._noTransition(function(){this.hide(e)}),l=0;v>l;l++)o[l].isLayoutInstant=!0;for(this.arrange(),l=0;v>l;l++)delete o[l].isLayoutInstant;this.reveal(e)},b=function(e){var a=t(e.img),i=a.parents("div[data-thumbnail], div[data-popup]");0==e.isLoaded&&(a.hide(),i.addClass("broken-image-here"))},y=this;m(h),f(h),d(h),r(h),s(h,!1),h.find("img:not([data-dont-wait-for-me])").imagesLoadedMB().always(function(){0==q.waitForAllThumbsNoMatterWhat&&s(h,!0),h.find(_).addClass("rbs-img-loaded"),g.call(y),n(h),p(h),"function"==typeof i&&i();for(index in y.images){var e=y.images[index];b(e)}}).progress(function(e,t){b(t)})}}}),z(q.boxesToLoadStart,!0),H.on("click",function(){z(q.boxesToLoad)}),q.lazyLoad&&O.waypoint(function(e){O.hasClass("lazy-load-ready")&&"down"==e&&0==O.hasClass("filtering-isotope")&&(O.removeClass("lazy-load-ready"),z(q.boxesToLoad))},{context:e,continuous:!0,enabled:!0,horizontal:!1,offset:"bottom-in-view",triggerOnce:!1});var Y=t(q.filterContainer);Y.find(q.filter).on("click",function(e){var i=t(this),o=i.parents(q.filterContainer);o.find(q.filter).removeClass(q.filterContainerSelectClass),i.addClass(q.filterContainerSelectClass);var r=i.attr("data-filter"),s="filter";o.data("id")!=a&&(s=o.data("id")),v(r,s),e.preventDefault(),H.is(".rbs-imges-no-more-entries")||H.click()}),Y.each(function(){var e=t(this),i=e.find(q.filter).filter(".selected");if(i[0]!=a){var o=i.attr("data-filter"),r="filter";e.data("id")!=a&&(r=e.data("id")),b(o,r)}}),g(),E(t(q.search).val()),t(q.search).on("keyup",function(){var e=t(this).val();E(e)}),t(q.sortContainer).find(q.sort).on("click",function(e){var a=t(this);a.parents(q.sortContainer).find(q.sort).removeClass("selected"),a.addClass("selected");var i=a.attr("data-sort-by");O.eveMB({sortBy:i,sortAscending:W(a)}),e.preventDefault()}),O.on("mouseenter.hoverdir, mouseleave.hoverdir",F,function(e){if(0!=q.thumbnailOverlay){var i=t(this),o=q.overlayEffect;i.data("overlay-effect")!=a&&(o=i.data("overlay-effect"));var r=e.type,s=i.find(".rbs-img-thumbnail-container"),n=i.find(".thumbnail-overlay"),d=n.outerHeight(!1);if("push-up"==o||"push-up-100%"==o){var l=i.find("div.wrapper-for-some-effects");"mouseenter"===r?l.stop().show()[R]({"margin-top":-d},q.overlaySpeed,q.overlayEasing):l.stop()[R]({"margin-top":0},q.overlaySpeed,q.overlayEasing)}else if("push-down"==o||"push-down-100%"==o){var l=i.find("div.wrapper-for-some-effects");"mouseenter"===r?l.stop().show()[R]({"margin-top":0},q.overlaySpeed,q.overlayEasing):l.stop()[R]({"margin-top":-d},q.overlaySpeed,q.overlayEasing)}else if("reveal-top"==o||"reveal-top-100%"==o)"mouseenter"===r?s.stop().show()[R]({"margin-top":d},q.overlaySpeed,q.overlayEasing):s.stop()[R]({"margin-top":0},q.overlaySpeed,q.overlayEasing);else if("reveal-bottom"==o||"reveal-bottom-100%"==o)"mouseenter"===r?s.stop().show()[R]({"margin-top":-d},q.overlaySpeed,q.overlayEasing):s.stop()[R]({"margin-top":0},q.overlaySpeed,q.overlayEasing);else if("direction"==o.substr(0,9)){var c=G(i,{x:e.pageX,y:e.pageY});"direction-top"==o?c=0:"direction-bottom"==o?c=2:"direction-right"==o?c=1:"direction-left"==o&&(c=3);var f=J(c,i);"mouseenter"==r?(n.css({left:f.from,top:f.to}),n.stop().show().fadeTo(0,1,function(){t(this).stop()[R]({left:0,top:0},q.overlaySpeed,q.overlayEasing)})):"direction-aware-fade"==o?n.fadeOut(700):n.stop()[R]({left:f.from,top:f.to},q.overlaySpeed,q.overlayEasing)}else if("fade"==o){"mouseenter"==r?(n.stop().fadeOut(0),n.fadeIn(q.overlaySpeed)):(n.stop().fadeIn(0),n.fadeOut(q.overlaySpeed));var m=n.find(".fa");"mouseenter"==r?(m.css({scale:1.4}),m[R]({scale:1},200)):(m.css({scale:1}),m[R]({scale:1.4},200))}}});var G=function(e,t){var a=e.width(),i=e.height(),o=(t.x-e.offset().left-a/2)*(a>i?i/a:1),r=(t.y-e.offset().top-i/2)*(i>a?a/i:1),s=Math.round((Math.atan2(r,o)*(180/Math.PI)+180)/90+3)%4;return s},J=function(e,t){var a,i;switch(e){case 0:q.reverse?(a=0,i=-t.height()):(a=0,i=-t.height());break;case 1:q.reverse?(a=-t.width(),i=0):(a=t.width(),i=0);break;case 2:q.reverse?(a=0,i=-t.height()):(a=0,i=t.height());break;case 3:q.reverse?(a=t.width(),i=0):(a=-t.width(),i=0)}return{from:a,to:i}},K=".rbs-lightbox[data-mfp-src]";if(q.considerFilteringInPopup&&(K=_+":not(.hidden-rbs-imges-by-filter) .rbs-lightbox[data-mfp-src], ."+D+":not(.hidden-rbs-imges-by-filter) .rbs-lightbox[data-mfp-src]"),q.showOnlyLoadedBoxesInPopup&&(K=_+":visible .rbs-lightbox[data-mfp-src]"),q.magnificPopup&&O.magnificPopup({delegate:K,type:"image",removalDelay:200,closeOnContentClick:!1,alignTop:q.alignTop,preload:q.preload,mainClass:"my-mfp-slide-bottom",gallery:{enabled:q.gallery},closeMarkup:'<button title="%title%" class="mfp-close"></button>',titleSrc:"title",iframe:{patterns:{youtube:{index:"youtube.com/",id:"v=",src:"https://www.youtube.com/embed/%id%?autoplay=1"},vimeo:{index:"vimeo.com/",id:"/",src:"https://player.vimeo.com/video/%id%?autoplay=1"}},markup:'<div class="mfp-iframe-scaler"><div class="mfp-close"></div><iframe class="mfp-iframe" frameborder="0" allowfullscreen></iframe><div class="mfp-bottom-bar" style="margin-top:4px;"><div class="mfp-title"></div><div class="mfp-counter"></div></div></div>'},callbacks:{change:function(){var e=t(this.currItem.el);setTimeout(function(){t(".mfp-title").html(e.attr("mfp-title")!=a?e.attr("mfp-title"):"");var i=location.href,o=(location.href.replace(location.hash,""),e.attr("data-mfp-src"),i),r="<div class='rbs-imges-social-container'>";q.facebook!=a&&(r+="<div class='rbs-imges-facebook fa fa-facebook-square' data-url='"+o+"'></div>"),q.twitter!=a&&(r+="<div class='rbs-imges-twitter fa fa-twitter-square' data-url='"+o+"'></div>"),q.googleplus!=a&&(r+="<div class='rbs-imges-googleplus fa fa-google-plus-square' data-url='"+o+"'></div>"),q.pinterest!=a&&(r+="<div class='rbs-imges-pinterest fa fa-pinterest-square' data-url='"+o+"'></div>"),r+="</div>";var s=t(".mfp-title").html();t(".mfp-title").html(s+r)},5),q.deepLinking&&(location.hash="#!"+e.attr("data-mfp-src")+"||"+e.parents(".rbs-imges-container").attr("id"))},beforeOpen:function(){this.container.data("scrollTop",parseInt(t(e).scrollTop()))},open:function(){t("html, body").scrollTop(this.container.data("scrollTop"))},close:function(){q.deepLinking&&(e.location.hash="#!")}}}),q.deepLinking){var V=I();V&&O.filter('[id="'+V.id+'"]').find('.rbs-lightbox[data-mfp-src="'+V.src+'"]').trigger("click"),e.addEventListener?e.addEventListener("hashchange",P,!1):e.attachEvent&&e.attachEvent("onhashchange",P)}var Z=function(t){var a=e.open(t,"ftgw","location=1,status=1,scrollbars=1,width=600,height=400");a.moveTo(screen.width/2-300,screen.height/2-200)};return t("body").on("click","div.rbs-imges-facebook",function(){var e=t(this),a=encodeURIComponent(e.data("url"));a="https://www.facebook.com/sharer/sharer.php?u="+a,Z(a)}),t("body").on("click","div.rbs-imges-twitter",function(){var e=t(this),a=encodeURIComponent(e.data("url"));a="https://twitter.com/intent/tweet?url=&text="+a,Z(a)}),t("body").on("click","div.rbs-imges-googleplus",function(){var e=t(this),a=encodeURIComponent(e.data("url"));a="https://plus.google.com/share?url="+a,Z(a)}),t("body").on("click","div.rbs-imges-pinterest",function(){var e=t(this),a=encodeURIComponent(e.data("url"));a="http://pinterest.com/pin/create/button/?url="+a+"&media="+a,Z(a)}),this};t.fn.collagePlus=function(a){return this.each(function(o,r){var s=t(this);if(s.data("collagePlus"))return s.data("collagePlus");var n=new i(this,a);s.data("collagePlus",n),t(".thumbnail-overlay a",this).click(function(a){a.preventDefault();var i=t(this).attr("href");return"_blank"==t(this).attr("target")?e.open(i,"_blank"):location.href=i,!1})})},t.fn.collagePlus.defaults={boxesToLoadStart:8,boxesToLoad:4,minBoxesPerFilter:0,lazyLoad:!0,horizontalSpaceBetweenBoxes:15,verticalSpaceBetweenBoxes:15,columnWidth:"auto",columns:4,borderSize:0,resolutions:[{maxWidth:960,columnWidth:"auto",columns:4},{maxWidth:650,columnWidth:"auto",columns:2},{maxWidth:450,columnWidth:"auto",columns:1}],filterContainer:"#filter",filterContainerSelectClass:"active",filter:"a",search:"",searchTarget:".rbs-img-title",sortContainer:"",sort:"a",getSortData:{title:".rbs-img-title",text:".rbs-img-text"},waitUntilThumbLoads:!0,waitForAllThumbsNoMatterWhat:!1,thumbnailOverlay:!0,overlayEffect:"fade",overlaySpeed:200,overlayEasing:"default",showOnlyLoadedBoxesInPopup:!1,considerFilteringInPopup:!0,deepLinking:!1,gallery:!0,LoadingWord:"Loading...",loadMoreWord:"Load More",loadMoreClass:"",noMoreEntriesWord:"No More Entries",alignTop:!1,preload:[0,2],magnificPopup:!0,facebook:!0,twitter:!0,googleplus:!0,pinterest:!0},function(){function a(){var t=!1;return function(e){(/(android|bb\d+|meego).+mobile|avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\.(browser|link)|vodafone|wap|windows (ce|phone)|xda|xiino/i.test(e)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\-(n|u)|c55\/|capi|ccwa|cdm\-|cell|chtm|cldc|cmd\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\-s|devi|dica|dmob|do(c|p)o|ds(12|\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\-|_)|g1 u|g560|gene|gf\-5|g\-mo|go(\.w|od)|gr(ad|un)|haie|hcit|hd\-(m|p|t)|hei\-|hi(pt|ta)|hp( i|ip)|hs\-c|ht(c(\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\-(20|go|ma)|i230|iac( |\-|\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\/)|klon|kpt |kwc\-|kyo(c|k)|le(no|xi)|lg( g|\/(k|l|u)|50|54|\-[a-w])|libw|lynx|m1\-w|m3ga|m50\/|ma(te|ui|xo)|mc(01|21|ca)|m\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\-2|po(ck|rt|se)|prox|psio|pt\-g|qa\-a|qc(07|12|21|32|60|\-[2-7]|i\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\-|oo|p\-)|sdk\/|se(c(\-|0|1)|47|mc|nd|ri)|sgh\-|shar|sie(\-|m)|sk\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\-|v\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\-|tdg\-|tel(i|m)|tim\-|t\-mo|to(pl|sh)|ts(70|m\-|m3|m5)|tx\-9|up(\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\-|your|zeto|zte\-/i.test(e.substr(0,4)))&&(t=!0)}(navigator.userAgent||navigator.vendor||e.opera),t}function i(e){function i(){d.hide()}function o(){d.show()}function r(){var e=d.find(".selected"),t=e.length?e.parents("li"):d.children().first();l.html(t.clone().find("a").append('<span class="fa fa-sort-desc"></span>').end().html())}function s(e){e.preventDefault(),e.stopPropagation(),t(this).parents("li").siblings("li").find("a").removeClass("selected").end().end().find("a").addClass("selected"),r()}function n(e){e.stopPropagation(),d.is(":visible")?i():o()}var d=e.find(".rbs-imges-drop-down-menu"),l=e.find(".rbs-imges-drop-down-header");r(),a()?(t("body").on("click",function(){d.is(":visible")&&i()}),l.bind("click",n),d.find("> li > *").bind("click",s)):(l.bind("mouseout",i).bind("mouseover",o),d.find("> li > *").bind("mouseout",i).bind("mouseover",o).bind("click",s)),l.on("click","a",function(e){e.preventDefault()})}t(".rbs-imges-drop-down").each(function(){i(t(this))})}()}(window,jQuery);
3
  Licensed under the MIT license - http://opensource.org/licenses/MIT
4
  Copyright (C) 2015 Andrew Prasetya
5
  */
6
+ !function(e,t,a){var i=function(i,o){function r(e){e.find(_+", ."+D).find(F+":not([data-popupTrigger])").each(function(){var e=t(this),i=e.find("div[data-popup]").eq(0);e.attr("data-popupTrigger","yes");var o="mfp-image";"iframe"==i.data("type")?o="mfp-iframe":"inline"==i.data("type")?o="mfp-inline":"ajax"==i.data("type")&&(o="mfp-ajax");var r=e.find(".rbs-lightbox").addBack(".rbs-lightbox");r.attr("data-mfp-src",i.data("popup")).addClass(o),i.attr("title")!=a&&r.attr("mfp-title",i.attr("title"))})}function s(e,i){function o(e){var i=t(e.img),o=i.parents(".image-with-dimensions");o[0]!=a&&(e.isLoaded?i.fadeIn(400,function(){o.removeClass("image-with-dimensions")}):(o.removeClass("image-with-dimensions"),i.hide(),o.addClass("broken-image-here")))}e.find(_).find(F+":not([data-imageconverted])").each(function(){var o=t(this),r=o.find("div[data-thumbnail]").eq(0),s=o.find("div[data-popup]").eq(0),n=r.data("thumbnail");if(r[0]==a&&(r=s,n=s.data("popup")),0!=i||0!=e.data("settings").waitForAllThumbsNoMatterWhat||r.data("width")==a&&r.data("height")==a){o.attr("data-imageconverted","yes");var d=r.attr("title");d==a&&(d=n);var l=t('<img style="margin:auto;" title="'+d+'" src="'+n+'" />');1==i&&(l.attr("data-dont-wait-for-me","yes"),r.addClass("image-with-dimensions"),e.data("settings").waitUntilThumbLoads&&l.hide()),r.addClass("rbs-img-thumbnail-container").prepend(l)}}),1==i&&e.find(".image-with-dimensions").imagesLoadedMB().always(function(e){for(index in e.images){var t=e.images[index];o(t)}}).progress(function(e,t){o(t)})}function n(e){e.find(_).each(function(){var i=t(this),o=i.find(F),r=o.find("div[data-thumbnail]").eq(0),s=o.find("div[data-popup]").eq(0);r[0]==a&&(r=s);var n=i.css("display");"none"==n&&i.css("margin-top",99999999999999).show();var d=2*e.data("settings").borderSize;o.width(r.width()-d),o.height(r.height()-d),"none"==n&&i.css("margin-top",0).hide()})}function d(e){e.find(_).find(F).each(function(){var i=t(this),o=i.find("div[data-thumbnail]").eq(0),r=i.find("div[data-popup]").eq(0);o[0]==a&&(o=r);var s=parseFloat(o.data("width")),n=parseFloat(o.data("height")),d=i.parents(_).width()-e.data("settings").horizontalSpaceBetweenBoxes,l=n*d/s;o.css("width",d),(o.data("width")!=a||o.data("height")!=a)&&o.css("height",Math.floor(l))})}function l(e,i,o){var r,s=e.find(_),n=!1;r="auto"==i?n?100/o+"%":Math.floor((e.width()-1)/o):i,e.find(".rbs-imges-grid-sizer").css("width",r),s.each(function(e){var i=t(this),s=i.data("columns");s!=a&&parseInt(o)>=parseInt(s)?n?i.css("width",parseFloat(100/o)*s+"%"):i.css("width",r*parseInt(s)):n?i.css("width",100/o+"%"):i.css("width",r)})}function c(){var t=e,a="inner";return"innerWidth"in e||(a="client",t=document.documentElement||document.body),{width:t[a+"Width"],height:t[a+"Height"]}}function f(e){var t=!1;for(var a in e.data("settings").resolutions){var i=e.data("settings").resolutions[a];if(i.maxWidth>=c().width){l(e,i.columnWidth,i.columns),t=!0;break}}0==t&&l(e,e.data("settings").columnWidth,e.data("settings").columns)}function m(e){var a=t('<div class="rbs-img-container"></div').css({"margin-left":e.data("settings").horizontalSpaceBetweenBoxes,"margin-bottom":e.data("settings").verticalSpaceBetweenBoxes}),i=e.find(_+":not([data-wrapper-added])").attr("data-wrapper-added","yes");i.wrapInner(a)}function p(e){if(0!=e.data("settings").thumbnailOverlay){var i=e.find(_+":not([data-set-overlay-for-hover-effect])").attr("data-set-overlay-for-hover-effect","yes");i.find(".thumbnail-overlay").wrapInner("<div class='aligment'><div class='aligment'></div></div>"),i.each(function(){var i=t(this),o=i.find(F),r=e.data("settings").overlayEffect;if(o.data("overlay-effect")!=a&&(r=o.data("overlay-effect")),"push-up"==r||"push-down"==r||"push-up-100%"==r||"push-down-100%"==r){var s=o.find(".rbs-img-thumbnail-container"),n=o.find(".thumbnail-overlay").css("position","relative");("push-up-100%"==r||"push-down-100%"==r)&&n.outerHeight(s.outerHeight(!1));var d=n.outerHeight(!1),l=t('<div class="wrapper-for-some-effects"></div');"push-up"==r||"push-up-100%"==r?n.appendTo(o):("push-down"==r||"push-down-100%"==r)&&(n.prependTo(o),l.css("margin-top",-d)),o.wrapInner(l)}else if("reveal-top"==r||"reveal-top-100%"==r){i.addClass("position-reveal-effect");var c=i.find(".thumbnail-overlay").css("top",0);"reveal-top-100%"==r&&c.css("height","100%")}else if("reveal-bottom"==r||"reveal-bottom-100%"==r){i.addClass("position-reveal-effect").addClass("position-bottom-reveal-effect");var c=i.find(".thumbnail-overlay").css("bottom",0);"reveal-bottom-100%"==r&&c.css("height","100%")}else if("direction"==r.substr(0,9))i.find(".thumbnail-overlay").css("height","100%");else if("fade"==r){var f=i.find(".thumbnail-overlay").hide();f.css({height:"100%",top:"0",left:"0"}),f.find(".fa").css({scale:1.4})}})}}function h(e){var i=e.find(_);i.each(function(){var i=t(this),o=i.find(F),r=e.data("settings").overlayEffect;o.data("overlay-effect")!=a&&(r=o.data("overlay-effect")),"direction"==r.substr(0,9)&&o.find(".thumbnail-overlay").hide()}),e.eveMB("layout")}function u(){var e=O.find(_+", ."+D),t=x();e.filter(t).removeClass("hidden-rbs-imges-by-filter").addClass("visible-rbs-imges-by-filter"),e.not(t).addClass("hidden-rbs-imges-by-filter").removeClass("visible-rbs-imges-by-filter")}function v(e,t){O.addClass("filtering-isotope"),b(e,t),u(),g()}function g(){k().length>0?L():T(),w()}function b(e,t){A[t]=e,O.eveMB({filter:y(A)})}function y(e){for(var t in e){var i=e[t];i==a&&(e[t]="*")}var o="";for(var t in e){var i=e[t];""==o?o=t:o.split(",").length<i.split(",").length&&(o=t)}var r=e[o];for(var t in e)if(t!=o)for(var s=e[t].split(","),n=0;n<s.length;n++){for(var d=r.split(","),l=[],c=0;c<d.length;c++)"*"==d[c]&&"*"==s[n]?s[n]="":("*"==s[n]&&(s[n]=""),"*"==d[c]&&(d[c]="")),l.push(d[c]+s[n]);r=l.join(",")}return r}function w(){var e=C().length;return e<q.minBoxesPerFilter&&B().length>0?(z(q.minBoxesPerFilter-e),!0):!1}function C(){var e=O.find(_),t=x();return"*"!=t&&(e=e.filter(t)),e}function k(){var e=C().not(".rbs-img-loaded");return e}function x(){var e=O.data("eveMB").options.filter;return(""==e||e==a)&&(e="*"),e}function B(e){var t=O.find("."+D),i=x();return"*"!=i&&e==a&&(t=t.filter(i)),t}function L(){H.html(q.LoadingWord),H.removeClass("rbs-imges-load-more"),H.addClass("rbs-imges-loading")}function M(){U++,L()}function S(){U--,0==U&&T()}function T(){H.removeClass("rbs-imges-load-more"),H.removeClass("rbs-imges-loading"),H.removeClass("rbs-imges-no-more-entries"),B().length>0?(H.html(q.loadMoreWord),H.addClass("rbs-imges-load-more")):(H.html(q.noMoreEntriesWord),H.addClass("rbs-imges-no-more-entries"))}function z(e,a){if(1!=H.hasClass("rbs-imges-no-more-entries")){M();var i=[];B(a).each(function(a){var o=t(this);e>=a+1&&(o.removeClass(D).addClass(j),o.hide(),i.push(this))}),O.eveMB("insert",t(i),function(){S(),O.eveMB("layout")})}}function E(e){if(e!=a){var i=O.find("."+j+", ."+D);""==e?i.addClass("search-match"):(i.removeClass("search-match"),O.find(q.searchTarget).each(function(){var a=t(this),i=a.parents("."+j+", ."+D);-1!==a.text().toLowerCase().indexOf(e.toLowerCase())&&i.addClass("search-match")})),setTimeout(function(){v(".search-match","search")},100)}}function W(e){var t=e.data("sort-ascending");return t==a&&(t=!0),e.data("sort-toggle")&&1==e.data("sort-toggle")&&e.data("sort-ascending",!t),t}function I(){if("#!"!=location.hash.substr(0,2))return null;var e=location.href.split("#!")[1],t=e.split("||")[1],a=e.split("||")[0];return{hash:e,id:t,src:a}}function P(){var e=t.magnificPopup.instance;if(e){var a=I();if(!a&&e.isOpen)e.close();else if(a)if(e.isOpen&&e.currItem&&e.currItem.el.parents(".rbs-imges-container").attr("id")==a.id){if(e.currItem.el.attr("data-mfp-src")!=a.src){var i=null;t.each(e.items,function(e,o){var r=o.parsed?o.el:t(o);return r.attr("data-mfp-src")==a.src?(i=e,!1):void 0}),null!==i&&e.goTo(i)}}else O.filter('[id="'+a.id+'"]').find('.rbs-lightbox[data-mfp-src="'+a.src+'"]').trigger("click")}}var q=t.extend({},t.fn.collagePlus.defaults,o),O=t(i).addClass("rbs-imges-container"),_=".rbs-img",F=".rbs-img-image",j="rbs-img",D="rbs-img-hidden",R=Modernizr.csstransitions?"transition":"animate",A={},U=0;"default"==q.overlayEasing&&(q.overlayEasing="transition"==R?"_default":"swing");var H=t('<div class="rbs-imges-load-more button"></div>').insertAfter(O);H.wrap('<div class="rbs_gallery_button rbs_gallery_button_bottom"></div>'),H.addClass(q.loadMoreClass),q.resolutions.sort(function(e,t){return e.maxWidth-t.maxWidth}),O.data("settings",q),O.css({"margin-left":-q.horizontalSpaceBetweenBoxes}),O.find(_).removeClass(j).addClass(D);var N=t(q.sortContainer).find(q.sort).filter(".selected"),Q=N.attr("data-sort-by"),X=W(N);O.append('<div class="rbs-imges-grid-sizer"></div>'),O.eveMB({itemSelector:_,masonry:{columnWidth:".rbs-imges-grid-sizer"},getSortData:q.getSortData,sortBy:Q,sortAscending:X}),t.extend(EveMB.prototype,{resize:function(){var e=t(this.element);f(e),d(e),n(e),h(e),this.isResizeBound&&this.needsResizeLayout()&&this.layout()}}),t.extend(EveMB.prototype,{_setContainerMeasure:function(e,i){if(e!==a){var o=this.size;o.isBorderBox&&(e+=i?o.paddingLeft+o.paddingRight+o.borderLeftWidth+o.borderRightWidth:o.paddingBottom+o.paddingTop+o.borderTopWidth+o.borderBottomWidth),e=Math.max(e,0),this.element.style[i?"width":"height"]=e+"px";var r=t(this.element);t.waypoints("refresh"),r.addClass("lazy-load-ready"),r.removeClass("filtering-isotope")}}}),t.extend(EveMB.prototype,{insert:function(e,i){var o=this.addItems(e);if(o.length){var l,c,h=t(this.element),u=h.find("."+D)[0],v=o.length;for(l=0;v>l;l++)c=o[l],u!=a?this.element.insertBefore(c.element,u):this.element.appendChild(c.element);var g=function(){var e=this._filter(o);for(this._noTransition(function(){this.hide(e)}),l=0;v>l;l++)o[l].isLayoutInstant=!0;for(this.arrange(),l=0;v>l;l++)delete o[l].isLayoutInstant;this.reveal(e)},b=function(e){var a=t(e.img),i=a.parents("div[data-thumbnail], div[data-popup]");0==e.isLoaded&&(a.hide(),i.addClass("broken-image-here"))},y=this;m(h),f(h),d(h),r(h),s(h,!1),h.find("img:not([data-dont-wait-for-me])").imagesLoadedMB().always(function(){0==q.waitForAllThumbsNoMatterWhat&&s(h,!0),h.find(_).addClass("rbs-img-loaded"),g.call(y),n(h),p(h),"function"==typeof i&&i();for(index in y.images){var e=y.images[index];b(e)}}).progress(function(e,t){b(t)})}}}),z(q.boxesToLoadStart,!0),H.on("click",function(){z(q.boxesToLoad)}),q.lazyLoad&&O.waypoint(function(e){O.hasClass("lazy-load-ready")&&"down"==e&&0==O.hasClass("filtering-isotope")&&(O.removeClass("lazy-load-ready"),z(q.boxesToLoad))},{context:e,continuous:!0,enabled:!0,horizontal:!1,offset:"bottom-in-view",triggerOnce:!1});var Y=t(q.filterContainer);Y.find(q.filter).on("click",function(e){var i=t(this),o=i.parents(q.filterContainer);o.find(q.filter).removeClass(q.filterContainerSelectClass),i.addClass(q.filterContainerSelectClass);var r=i.attr("data-filter"),s="filter";o.data("id")!=a&&(s=o.data("id")),v(r,s),e.preventDefault(),H.is(".rbs-imges-no-more-entries")||H.click()}),Y.each(function(){var e=t(this),i=e.find(q.filter).filter(".selected");if(i[0]!=a){var o=i.attr("data-filter"),r="filter";e.data("id")!=a&&(r=e.data("id")),b(o,r)}}),g(),E(t(q.search).val()),t(q.search).on("keyup",function(){var e=t(this).val();E(e)}),t(q.sortContainer).find(q.sort).on("click",function(e){var a=t(this);a.parents(q.sortContainer).find(q.sort).removeClass("selected"),a.addClass("selected");var i=a.attr("data-sort-by");O.eveMB({sortBy:i,sortAscending:W(a)}),e.preventDefault()}),O.on("mouseenter.hoverdir, mouseleave.hoverdir",F,function(e){if(0!=q.thumbnailOverlay){var i=t(this),o=q.overlayEffect;i.data("overlay-effect")!=a&&(o=i.data("overlay-effect"));var r=e.type,s=i.find(".rbs-img-thumbnail-container"),n=i.find(".thumbnail-overlay"),d=n.outerHeight(!1);if("push-up"==o||"push-up-100%"==o){var l=i.find("div.wrapper-for-some-effects");"mouseenter"===r?l.stop().show()[R]({"margin-top":-d},q.overlaySpeed,q.overlayEasing):l.stop()[R]({"margin-top":0},q.overlaySpeed,q.overlayEasing)}else if("push-down"==o||"push-down-100%"==o){var l=i.find("div.wrapper-for-some-effects");"mouseenter"===r?l.stop().show()[R]({"margin-top":0},q.overlaySpeed,q.overlayEasing):l.stop()[R]({"margin-top":-d},q.overlaySpeed,q.overlayEasing)}else if("reveal-top"==o||"reveal-top-100%"==o)"mouseenter"===r?s.stop().show()[R]({"margin-top":d},q.overlaySpeed,q.overlayEasing):s.stop()[R]({"margin-top":0},q.overlaySpeed,q.overlayEasing);else if("reveal-bottom"==o||"reveal-bottom-100%"==o)"mouseenter"===r?s.stop().show()[R]({"margin-top":-d},q.overlaySpeed,q.overlayEasing):s.stop()[R]({"margin-top":0},q.overlaySpeed,q.overlayEasing);else if("direction"==o.substr(0,9)){var c=G(i,{x:e.pageX,y:e.pageY});"direction-top"==o?c=0:"direction-bottom"==o?c=2:"direction-right"==o?c=1:"direction-left"==o&&(c=3);var f=J(c,i);"mouseenter"==r?(n.css({left:f.from,top:f.to}),n.stop().show().fadeTo(0,1,function(){t(this).stop()[R]({left:0,top:0},q.overlaySpeed,q.overlayEasing)})):"direction-aware-fade"==o?n.fadeOut(700):n.stop()[R]({left:f.from,top:f.to},q.overlaySpeed,q.overlayEasing)}else if("fade"==o){"mouseenter"==r?(n.stop().fadeOut(0),n.fadeIn(q.overlaySpeed)):(n.stop().fadeIn(0),n.fadeOut(q.overlaySpeed));var m=n.find(".fa");"mouseenter"==r?(m.css({scale:1.4}),m[R]({scale:1},200)):(m.css({scale:1}),m[R]({scale:1.4},200))}}});var G=function(e,t){var a=e.width(),i=e.height(),o=(t.x-e.offset().left-a/2)*(a>i?i/a:1),r=(t.y-e.offset().top-i/2)*(i>a?a/i:1),s=Math.round((Math.atan2(r,o)*(180/Math.PI)+180)/90+3)%4;return s},J=function(e,t){var a,i;switch(e){case 0:q.reverse?(a=0,i=-t.height()):(a=0,i=-t.height());break;case 1:q.reverse?(a=-t.width(),i=0):(a=t.width(),i=0);break;case 2:q.reverse?(a=0,i=-t.height()):(a=0,i=t.height());break;case 3:q.reverse?(a=t.width(),i=0):(a=-t.width(),i=0)}return{from:a,to:i}},K=".rbs-lightbox[data-mfp-src]";if(q.considerFilteringInPopup&&(K=_+":not(.hidden-rbs-imges-by-filter) .rbs-lightbox[data-mfp-src], ."+D+":not(.hidden-rbs-imges-by-filter) .rbs-lightbox[data-mfp-src]"),q.showOnlyLoadedBoxesInPopup&&(K=_+":visible .rbs-lightbox[data-mfp-src]"),q.magnificPopup&&O.magnificPopup({delegate:K,type:"image",removalDelay:200,closeOnContentClick:!1,alignTop:q.alignTop,preload:q.preload,mainClass:"my-mfp-slide-bottom",gallery:{enabled:q.gallery},closeMarkup:'<button title="%title%" class="mfp-close"></button>',titleSrc:"title",iframe:{patterns:{youtube:{index:"youtube.com/",id:"v=",src:"https://www.youtube.com/embed/%id%?autoplay=1"},vimeo:{index:"vimeo.com/",id:"/",src:"https://player.vimeo.com/video/%id%?autoplay=1"}},markup:'<div class="mfp-iframe-scaler"><div class="mfp-close"></div><iframe class="mfp-iframe" frameborder="0" allowfullscreen></iframe><div class="mfp-bottom-bar" style="margin-top:4px;"><div class="mfp-title"></div><div class="mfp-counter"></div></div></div>'},callbacks:{change:function(){var e=t(this.currItem.el);setTimeout(function(){t(".mfp-title").html(e.attr("mfp-title")!=a?e.attr("mfp-title"):"");var i=location.href,o=(location.href.replace(location.hash,""),e.attr("data-mfp-src"),i),r="<div class='rbs-imges-social-container'>";q.facebook&&(r+="<div class='rbs-imges-facebook fa fa-facebook-square' data-url='"+o+"'></div>"),q.twitter&&(r+="<div class='rbs-imges-twitter fa fa-twitter-square' data-url='"+o+"'></div>"),q.googleplus&&(r+="<div class='rbs-imges-googleplus fa fa-google-plus-square' data-url='"+o+"'></div>"),q.pinterest&&(r+="<div class='rbs-imges-pinterest fa fa-pinterest-square' data-url='"+o+"'></div>"),r+="</div>";var s=t(".mfp-title").html();t(".mfp-title").html(s+r)},5),q.deepLinking&&(location.hash="#!"+e.attr("data-mfp-src")+"||"+e.parents(".rbs-imges-container").attr("id"))},beforeOpen:function(){this.container.data("scrollTop",parseInt(t(e).scrollTop()))},open:function(){t("html, body").scrollTop(this.container.data("scrollTop"))},close:function(){q.deepLinking&&(e.location.hash="#!")}}}),q.deepLinking){var V=I();V&&O.filter('[id="'+V.id+'"]').find('.rbs-lightbox[data-mfp-src="'+V.src+'"]').trigger("click"),e.addEventListener?e.addEventListener("hashchange",P,!1):e.attachEvent&&e.attachEvent("onhashchange",P)}var Z=function(t){var a=e.open(t,"ftgw","location=1,status=1,scrollbars=1,width=600,height=400");a.moveTo(screen.width/2-300,screen.height/2-200)};return t("body").on("click","div.rbs-imges-facebook",function(){var e=t(this),a=encodeURIComponent(e.data("url"));a="https://www.facebook.com/sharer/sharer.php?u="+a,Z(a)}),t("body").on("click","div.rbs-imges-twitter",function(){var e=t(this),a=encodeURIComponent(e.data("url"));a="https://twitter.com/intent/tweet?url=&text="+a,Z(a)}),t("body").on("click","div.rbs-imges-googleplus",function(){var e=t(this),a=encodeURIComponent(e.data("url"));a="https://plus.google.com/share?url="+a,Z(a)}),t("body").on("click","div.rbs-imges-pinterest",function(){var e=t(this),a=encodeURIComponent(e.data("url"));a="http://pinterest.com/pin/create/button/?url="+a+"&media="+a,Z(a)}),this};t.fn.collagePlus=function(a){return this.each(function(o,r){var s=t(this);if(s.data("collagePlus"))return s.data("collagePlus");var n=new i(this,a);s.data("collagePlus",n),t(".thumbnail-overlay a",this).click(function(a){a.preventDefault();var i=t(this).attr("href");return"_blank"==t(this).attr("target")?e.open(i,"_blank"):location.href=i,!1})})},t.fn.collagePlus.defaults={boxesToLoadStart:8,boxesToLoad:4,minBoxesPerFilter:0,lazyLoad:!0,horizontalSpaceBetweenBoxes:15,verticalSpaceBetweenBoxes:15,columnWidth:"auto",columns:3,borderSize:0,resolutions:[{maxWidth:960,columnWidth:"auto",columns:3},{maxWidth:650,columnWidth:"auto",columns:2},{maxWidth:450,columnWidth:"auto",columns:1}],filterContainer:"#filter",filterContainerSelectClass:"active",filter:"a",search:"",searchTarget:".rbs-img-title",sortContainer:"",sort:"a",getSortData:{title:".rbs-img-title",text:".rbs-img-text"},waitUntilThumbLoads:!0,waitForAllThumbsNoMatterWhat:!1,thumbnailOverlay:!0,overlayEffect:"fade",overlaySpeed:200,overlayEasing:"default",showOnlyLoadedBoxesInPopup:!1,considerFilteringInPopup:!0,deepLinking:!1,gallery:!0,LoadingWord:"Loading...",loadMoreWord:"Load More",loadMoreClass:"",noMoreEntriesWord:"No More Entries",alignTop:!1,preload:[0,2],magnificPopup:!0,facebook:!1,twitter:!1,googleplus:!1,pinterest:!1},function(){function a(){var t=!1;return function(e){(/(android|bb\d+|meego).+mobile|avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\.(browser|link)|vodafone|wap|windows (ce|phone)|xda|xiino/i.test(e)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\-(n|u)|c55\/|capi|ccwa|cdm\-|cell|chtm|cldc|cmd\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\-s|devi|dica|dmob|do(c|p)o|ds(12|\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\-|_)|g1 u|g560|gene|gf\-5|g\-mo|go(\.w|od)|gr(ad|un)|haie|hcit|hd\-(m|p|t)|hei\-|hi(pt|ta)|hp( i|ip)|hs\-c|ht(c(\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\-(20|go|ma)|i230|iac( |\-|\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\/)|klon|kpt |kwc\-|kyo(c|k)|le(no|xi)|lg( g|\/(k|l|u)|50|54|\-[a-w])|libw|lynx|m1\-w|m3ga|m50\/|ma(te|ui|xo)|mc(01|21|ca)|m\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\-2|po(ck|rt|se)|prox|psio|pt\-g|qa\-a|qc(07|12|21|32|60|\-[2-7]|i\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\-|oo|p\-)|sdk\/|se(c(\-|0|1)|47|mc|nd|ri)|sgh\-|shar|sie(\-|m)|sk\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\-|v\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\-|tdg\-|tel(i|m)|tim\-|t\-mo|to(pl|sh)|ts(70|m\-|m3|m5)|tx\-9|up(\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\-|your|zeto|zte\-/i.test(e.substr(0,4)))&&(t=!0)}(navigator.userAgent||navigator.vendor||e.opera),t}function i(e){function i(){d.hide()}function o(){d.show()}function r(){var e=d.find(".selected"),t=e.length?e.parents("li"):d.children().first();l.html(t.clone().find("a").append('<span class="fa fa-sort-desc"></span>').end().html())}function s(e){e.preventDefault(),e.stopPropagation(),t(this).parents("li").siblings("li").find("a").removeClass("selected").end().end().find("a").addClass("selected"),r()}function n(e){e.stopPropagation(),d.is(":visible")?i():o()}var d=e.find(".rbs-imges-drop-down-menu"),l=e.find(".rbs-imges-drop-down-header");r(),a()?(t("body").on("click",function(){d.is(":visible")&&i()}),l.bind("click",n),d.find("> li > *").bind("click",s)):(l.bind("mouseout",i).bind("mouseover",o),d.find("> li > *").bind("mouseout",i).bind("mouseover",o).bind("click",s)),l.on("click","a",function(e){e.preventDefault()})}t(".rbs-imges-drop-down").each(function(){i(t(this))})}()}(window,jQuery);
includes/frontend/rbs_gallery_class.php CHANGED
@@ -12,18 +12,11 @@
12
  * Available only in http://robosoft.co/
13
  */
14
 
15
-
16
-
17
- if( file_exists( WP_PLUGIN_DIR.'/robogallerykey/robogallerykey.php') ){
18
- include_once( WP_PLUGIN_DIR.'/robogallerykey/robogallerykey.php' );
19
- } else {
20
- class roboGalleryParent{ public $pro = 0; }
21
- }
22
-
23
-
24
- class roboGallery extends roboGalleryParent{
25
 
26
  public $id = 0;
 
 
27
 
28
  public $returnHtml = '';
29
  public $options = array();
@@ -48,17 +41,21 @@ class roboGallery extends roboGalleryParent{
48
  public $rbsDescStyle = '';
49
  public $rbsDescHoverStyle = '';
50
 
 
 
 
 
51
  public $javaScript = '';
52
  public $javaScriptStyle = '';
53
 
54
  public $galleryId = '';
55
  public $helper = '';
56
 
57
- public $hover =0;
58
- public $linkIcon ='';
59
- public $zoomIcon ='';
60
- public $titleHover ='';
61
- public $descHover ='';
62
  public $templateHover = '';
63
 
64
  public $selectImages = null;
@@ -71,7 +68,14 @@ class roboGallery extends roboGalleryParent{
71
  $this->galleryId = 'rbs_gallery_'.uniqid();
72
 
73
  if( isset($attr) && isset($attr['id']) ){
 
74
  $this->id = $attr['id'];
 
 
 
 
 
 
75
  $this->helper->setId( $this->id );
76
  }
77
  }
@@ -94,11 +98,16 @@ class roboGallery extends roboGalleryParent{
94
 
95
  }
96
 
 
 
 
 
 
97
  public function addJavaScriptStyle($styleValue, $styleName = '', $hover='1'){
98
  if(isset($this->{$styleValue.'Style'}) && $this->{$styleValue.'Style'} ){
99
- $this->javaScriptStyle.= '#'.$this->galleryId.' '.$styleName.'{'.$this->{$styleValue.'Style'}.'}';
100
  }
101
- if( $hover && isset($this->{$styleValue.'HoverStyle'}) && $this->{$styleValue.'HoverStyle'} ){
102
  $this->javaScriptStyle.= '#'.$this->galleryId.' '.$styleName.':hover{'.$this->{$styleValue.'HoverStyle'}.'}';
103
  }
104
  }
@@ -136,73 +145,7 @@ class roboGallery extends roboGalleryParent{
136
  else return '';
137
  }
138
 
139
- public function addShadow($nameOptions = ''){
140
- $shadow = get_post_meta( $this->id, ROBO_GALLERY_PREFIX.$nameOptions, true );
141
-
142
- if( isset($shadow['hshadow'])) $shadowStyle.= (int) $shadow['hshadow'].'px ';
143
-
144
- if( isset($shadow['vshadow'])) $shadowStyle.= (int) $shadow['vshadow'].'px ';
145
-
146
- if( isset($shadow['bshadow'])) $shadowStyle.= (int) $shadow['bshadow'].'px ';
147
-
148
- if( isset($shadow['color'])) $shadowStyle.= $shadow['color'].' ';
149
- //echo $shadowStyle;
150
- if( $shadowStyle ){
151
- return '-webkit-box-shadow:'.$shadowStyle.';'.
152
- '-moz-box-shadow: '.$shadowStyle.';'.
153
- '-o-box-shadow: '.$shadowStyle.';'.
154
- '-ms-box-shadow: '.$shadowStyle.';'.
155
- 'box-shadow: '.$shadowStyle.';';
156
- } else return '';
157
-
158
- }
159
 
160
- function getTemplateItem( $item, $class = '', $template = '', $addClass = '' ){
161
- $retHtml = '';
162
- if(count($item)){
163
- if( isset($item[enabled]) && $item[enabled] ){
164
- if(isset($item['fontSize'])) $this->{$class.'Style'} .= ' font-size:'. (int)$item['fontSize'].'px;'
165
- .' ';
166
- if(isset($item['color'])) $this->{$class.'Style'} .= ' color:'. $item['color'].';';
167
- if(isset($item['fontBold'])) $this->{$class.'Style'} .= ' font-weight:'. ($item['fontBold'] ?'bold' :'normal').';';
168
- if(isset($item['fontItalic'])) $this->{$class.'Style'} .= ' font-style:'. ($item['fontItalic'] ?'italic' :'normal').';';
169
- if(isset($item['fontUnderline'])) $this->{$class.'Style'} .= ' text-decoration:'. ($item['fontUnderline'] ?'underline':'none').';';
170
- if(isset($item['colorHover'])) $this->{$class.'HoverStyle'} .= 'color:'.$item['colorHover'].';';
171
-
172
- if( $template==1 ){
173
- if(isset($item['colorBg'])) $this->{$class.'Style'} .= 'background:'.$item['colorBg'].';';
174
- if(isset($item['color']) && isset($item['borderSize']) && $item['borderSize'])
175
- $this->{$class.'Style'} .= 'border:'.(int)$item['borderSize'].'px solid '.$item['color'].';';
176
- if(isset($item['colorHover']) && isset($item['borderSize']) && $item['borderSize'])
177
- $this->{$class.'HoverStyle'} .= 'border:'.(int)$item['borderSize'].'px solid '.$item['colorHover'].';';
178
- if(isset($item['colorBgHover']))$this->{$class.'HoverStyle'} .= 'background:'.$item['colorBgHover'].';';
179
- }
180
- if($template==1){
181
- $retHtml .= '<i class="fa '.$item['iconSelect'].' '.$class.' '.$addClass.'" ></i>';
182
- } else {
183
- $retHtml .= '<div class="'.$class.' '.$addClass.'">'.$template.'</div>';
184
- }
185
- }
186
- }
187
- return $retHtml;
188
- }
189
-
190
- public function compileJavaScript(){
191
- $javaScript = '';
192
- $javaScript .=
193
- 'var '.$this->galleryId.' = {'.$this->helper->getOptionList().'}, '.$this->galleryId.'_css = "'.$this->javaScriptStyle.'",
194
- head = document.head || document.getElementsByTagName("head")[0],
195
- style = document.createElement("style");
196
- style.type = "text/css";
197
- if (style.styleSheet) style.styleSheet.cssText = '.$this->galleryId.'_css;
198
- else style.appendChild(document.createTextNode('.$this->galleryId.'_css));
199
- head.appendChild(style);';
200
- return $javaScript;
201
- }
202
-
203
- public function getThumbParams( ){
204
-
205
- }
206
 
207
  public function getGallery( ){
208
  if( !$this->id ) return '';
@@ -237,7 +180,7 @@ class roboGallery extends roboGalleryParent{
237
  if(count($colums)){
238
  $columns = $this->addWidth($colums, 3);
239
  if( $columns ){
240
- $columns .= ', {"columnWidth": "auto" , "columns":2 , "maxWidth": 650}, {"columnWidth": "auto" , "columns":4 , "maxWidth": 960}';
241
  $this->helper->setValue( 'resolutions', '[ '.$columns .']', 'raw' );
242
  }
243
  }
@@ -262,7 +205,15 @@ class roboGallery extends roboGalleryParent{
262
  }
263
  }
264
 
 
 
 
265
  $this->selectImages = new roboGalleryImages($this->id);
 
 
 
 
 
266
  $this->selectImages->setSize( $width , $height, $this->thumbsource, $this->orderby );
267
 
268
  /* robo_gallery */
@@ -280,7 +231,7 @@ class roboGallery extends roboGalleryParent{
280
  $this->helper->setOption( 'loadMoreWord', 'string');
281
 
282
  $loadingBgColor = get_post_meta( $this->id, ROBO_GALLERY_PREFIX.'loadingBgColor', true );
283
- if($loadingBgColor) $this->rbsImageLoadingStyle .= 'background-color: '.$loadingBgColor;
284
 
285
  $this->helper->setValue( 'loadMoreClass', $this->getButtonStyle('button') );
286
 
@@ -291,7 +242,7 @@ class roboGallery extends roboGalleryParent{
291
 
292
  /* robo_gallery */
293
  if ( $this->pro ) $this->rbsOverlayStyle .= $this->getOverlayBg();
294
- else $this->rbsOverlayStyle .= 'background: rgb(255, 255, 255)';
295
 
296
  $polaroidOn = get_post_meta( $this->id, ROBO_GALLERY_PREFIX.'polaroidOn', true );
297
  if($polaroidOn){
@@ -332,6 +283,24 @@ class roboGallery extends roboGalleryParent{
332
  /* robo_gallery */
333
  if ( $this->pro ) $this->setDescHover();
334
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
335
  $this->addJavaScriptStyle('rbsBox', '.rbs-img-container');
336
  $this->addJavaScriptStyle('rbsTitle','.rbsTitle',1);
337
  $this->addJavaScriptStyle('rbsDesc','.rbsDesc',1);
12
  * Available only in http://robosoft.co/
13
  */
14
 
15
+ class roboGallery extends roboGalleryUtils{
 
 
 
 
 
 
 
 
 
16
 
17
  public $id = 0;
18
+ public $options_id = 0;
19
+ public $real_id = 0;
20
 
21
  public $returnHtml = '';
22
  public $options = array();
41
  public $rbsDescStyle = '';
42
  public $rbsDescHoverStyle = '';
43
 
44
+ public $rbsLightboxStyle = '';
45
+ public $rbsTextLightboxStyle = '';
46
+
47
+
48
  public $javaScript = '';
49
  public $javaScriptStyle = '';
50
 
51
  public $galleryId = '';
52
  public $helper = '';
53
 
54
+ public $hover = 0;
55
+ public $linkIcon = '';
56
+ public $zoomIcon = '';
57
+ public $titleHover = '';
58
+ public $descHover = '';
59
  public $templateHover = '';
60
 
61
  public $selectImages = null;
68
  $this->galleryId = 'rbs_gallery_'.uniqid();
69
 
70
  if( isset($attr) && isset($attr['id']) ){
71
+
72
  $this->id = $attr['id'];
73
+ $options_id = (int) get_post_meta( $this->id, ROBO_GALLERY_PREFIX.'options', true );
74
+ if($options_id){
75
+ $this->real_id = $this->id;
76
+ $this->options_id = $options_id;
77
+ $this->id = $options_id;
78
+ }
79
  $this->helper->setId( $this->id );
80
  }
81
  }
98
 
99
  }
100
 
101
+ /*
102
+ $hover - 0 - hover style
103
+ 1 + hover style
104
+ 2 - mainID
105
+ */
106
  public function addJavaScriptStyle($styleValue, $styleName = '', $hover='1'){
107
  if(isset($this->{$styleValue.'Style'}) && $this->{$styleValue.'Style'} ){
108
+ $this->javaScriptStyle.= ($hover!=2?'#'.$this->galleryId.' ':'').$styleName.'{'.$this->{$styleValue.'Style'}.'}';
109
  }
110
+ if( $hover==1 && isset($this->{$styleValue.'HoverStyle'}) && $this->{$styleValue.'HoverStyle'} ){
111
  $this->javaScriptStyle.= '#'.$this->galleryId.' '.$styleName.':hover{'.$this->{$styleValue.'HoverStyle'}.'}';
112
  }
113
  }
145
  else return '';
146
  }
147
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
148
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
149
 
150
  public function getGallery( ){
151
  if( !$this->id ) return '';
180
  if(count($colums)){
181
  $columns = $this->addWidth($colums, 3);
182
  if( $columns ){
183
+ $columns .= ', {"columnWidth": "auto" , "columns":2 , "maxWidth": 650}, {"columnWidth": "auto" , "columns":3 , "maxWidth": 960}';
184
  $this->helper->setValue( 'resolutions', '[ '.$columns .']', 'raw' );
185
  }
186
  }
205
  }
206
  }
207
 
208
+ if($this->options_id){
209
+ $this->id = $this->real_id;
210
+ }
211
  $this->selectImages = new roboGalleryImages($this->id);
212
+ if($this->options_id){
213
+ $this->id = $this->options_id;
214
+ }
215
+
216
+
217
  $this->selectImages->setSize( $width , $height, $this->thumbsource, $this->orderby );
218
 
219
  /* robo_gallery */
231
  $this->helper->setOption( 'loadMoreWord', 'string');
232
 
233
  $loadingBgColor = get_post_meta( $this->id, ROBO_GALLERY_PREFIX.'loadingBgColor', true );
234
+ if($loadingBgColor) $this->rbsImageLoadingStyle .= 'background-color: '.$loadingBgColor.';';
235
 
236
  $this->helper->setValue( 'loadMoreClass', $this->getButtonStyle('button') );
237
 
242
 
243
  /* robo_gallery */
244
  if ( $this->pro ) $this->rbsOverlayStyle .= $this->getOverlayBg();
245
+ else $this->rbsOverlayStyle .= 'background: rgba(7, 7, 7, 0.5);';
246
 
247
  $polaroidOn = get_post_meta( $this->id, ROBO_GALLERY_PREFIX.'polaroidOn', true );
248
  if($polaroidOn){
283
  /* robo_gallery */
284
  if ( $this->pro ) $this->setDescHover();
285
 
286
+ if( get_post_meta( $this->id, ROBO_GALLERY_PREFIX.'lightboxSocial', true ) ){
287
+ $this->helper->setValue( 'facebook', 'true', 'raw' );
288
+ $this->helper->setValue( 'twitter', 'true', 'raw' );
289
+ $this->helper->setValue( 'googleplus', 'true', 'raw' );
290
+ $this->helper->setValue( 'pinterest', 'true', 'raw' );
291
+ }
292
+
293
+ /* robo_gallery */
294
+ if ( $this->pro && method_exists( $this ,'setLightboxBg') ){
295
+ $this->setLightboxBg();
296
+ }
297
+
298
+ /* v 1.0.2 */
299
+ $lightboxColor = get_post_meta( $this->id, ROBO_GALLERY_PREFIX.'lightboxColor', true );
300
+ if($lightboxColor) $this->rbsTextLightboxStyle .= 'color: '.$lightboxColor.';';
301
+ $this->addJavaScriptStyle('rbsTextLightbox','body .mfp-title, body .mfp-counter',2);
302
+
303
+
304
  $this->addJavaScriptStyle('rbsBox', '.rbs-img-container');
305
  $this->addJavaScriptStyle('rbsTitle','.rbsTitle',1);
306
  $this->addJavaScriptStyle('rbsDesc','.rbsDesc',1);
includes/frontend/rbs_gallery_class_utils.php ADDED
@@ -0,0 +1,87 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /*
3
+ * Robo Gallery
4
+ * Version: 1.0.6
5
+ * By Robosoft
6
+ *
7
+ * Contact: http://robosoft.co
8
+ * Created: 2015
9
+ * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
+ *
11
+ * Copyright (c) 2014-2015, Robosoft. All rights reserved.
12
+ * Available only in http://robosoft.co/
13
+ */
14
+
15
+ if( file_exists( WP_PLUGIN_DIR.'/robogallerykey/robogallerykey.php') ){
16
+ include_once( WP_PLUGIN_DIR.'/robogallerykey/robogallerykey.php' );
17
+ } else {
18
+ class roboGalleryParent{ public $pro = 0; }
19
+ }
20
+
21
+ class roboGalleryUtils extends roboGalleryParent{
22
+ function getTemplateItem( $item, $class = '', $template = '', $addClass = '' ){
23
+ $retHtml = '';
24
+ if(count($item)){
25
+ if( isset($item[enabled]) && $item[enabled] ){
26
+ if(isset($item['fontSize'])) $this->{$class.'Style'} .= ' font-size:'. (int)$item['fontSize'].'px;'
27
+ .' ';
28
+ if(isset($item['color'])) $this->{$class.'Style'} .= ' color:'. $item['color'].';';
29
+ if(isset($item['fontBold'])) $this->{$class.'Style'} .= ' font-weight:'. ($item['fontBold'] ?'bold' :'normal').';';
30
+ if(isset($item['fontItalic'])) $this->{$class.'Style'} .= ' font-style:'. ($item['fontItalic'] ?'italic' :'normal').';';
31
+ if(isset($item['fontUnderline'])) $this->{$class.'Style'} .= ' text-decoration:'. ($item['fontUnderline'] ?'underline':'none').';';
32
+ if(isset($item['colorHover'])) $this->{$class.'HoverStyle'} .= 'color:'.$item['colorHover'].';';
33
+
34
+ if( $template==1 ){
35
+ if(isset($item['colorBg'])) $this->{$class.'Style'} .= 'background:'.$item['colorBg'].';';
36
+ if(isset($item['color']) && isset($item['borderSize']) && $item['borderSize'])
37
+ $this->{$class.'Style'} .= 'border:'.(int)$item['borderSize'].'px solid '.$item['color'].';';
38
+ if(isset($item['colorHover']) && isset($item['borderSize']) && $item['borderSize'])
39
+ $this->{$class.'HoverStyle'} .= 'border:'.(int)$item['borderSize'].'px solid '.$item['colorHover'].';';
40
+ if(isset($item['colorBgHover']))$this->{$class.'HoverStyle'} .= 'background:'.$item['colorBgHover'].';';
41
+ }
42
+ if($template==1){
43
+ $retHtml .= '<i class="fa '.$item['iconSelect'].' '.$class.' '.$addClass.'" ></i>';
44
+ } else {
45
+ $retHtml .= '<div class="'.$class.' '.$addClass.'">'.$template.'</div>';
46
+ }
47
+ }
48
+ }
49
+ return $retHtml;
50
+ }
51
+
52
+ public function compileJavaScript(){
53
+ return
54
+ 'var '.$this->galleryId.' = {'.$this->helper->getOptionList().'}, '.$this->galleryId.'_css = "'.$this->javaScriptStyle.'",
55
+ head = document.head || document.getElementsByTagName("head")[0],
56
+ style = document.createElement("style");
57
+ style.type = "text/css";
58
+ if (style.styleSheet) style.styleSheet.cssText = '.$this->galleryId.'_css;
59
+ else style.appendChild(document.createTextNode('.$this->galleryId.'_css));
60
+ head.appendChild(style);';
61
+ }
62
+
63
+ public function addShadow($nameOptions = ''){
64
+ $shadow = get_post_meta( $this->id, ROBO_GALLERY_PREFIX.$nameOptions, true );
65
+
66
+ if( isset($shadow['hshadow'])) $shadowStyle.= (int) $shadow['hshadow'].'px ';
67
+
68
+ if( isset($shadow['vshadow'])) $shadowStyle.= (int) $shadow['vshadow'].'px ';
69
+
70
+ if( isset($shadow['bshadow'])) $shadowStyle.= (int) $shadow['bshadow'].'px ';
71
+
72
+ if( isset($shadow['color'])) $shadowStyle.= $shadow['color'].' ';
73
+
74
+ if( $shadowStyle ){
75
+ return '-webkit-box-shadow:'.$shadowStyle.';'.
76
+ '-moz-box-shadow: '.$shadowStyle.';'.
77
+ '-o-box-shadow: '.$shadowStyle.';'.
78
+ '-ms-box-shadow: '.$shadowStyle.';'.
79
+ 'box-shadow: '.$shadowStyle.';';
80
+ } else return '';
81
+
82
+ }
83
+
84
+ public function getThumbParams( ){
85
+
86
+ }
87
+ }
includes/frontend/rbs_gallery_frontend.php CHANGED
@@ -29,9 +29,6 @@ function robo_gallery_shortcode( $attr ) {
29
  $retHTML = '';
30
  if( isset($attr) && isset($attr['id']) ){
31
  //$id = $attr['id'];
32
-
33
-
34
-
35
  $gallery = new roboGallery($attr);
36
  $retHTML = $gallery->getGallery();
37
  }
29
  $retHTML = '';
30
  if( isset($attr) && isset($attr['id']) ){
31
  //$id = $attr['id'];
 
 
 
32
  $gallery = new roboGallery($attr);
33
  $retHTML = $gallery->getGallery();
34
  }
includes/options/rbs_gallery_options_copy.php ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /*
3
+ * Robo Gallery
4
+ * Version: 1.0
5
+ * By Robosoft
6
+ *
7
+ * Contact: http://robosoft.co
8
+ * Created: 2015
9
+ * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
+ *
11
+ * Copyright (c) 2014-2015, Robosoft. All rights reserved.
12
+ * Available only in http://robosoft.co/
13
+ */
14
+
15
+
16
+ $copy_group = new_cmb2_box( array(
17
+ 'id' => ROBO_GALLERY_PREFIX . 'copy_metabox',
18
+ 'title' => '<span class="dashicons dashicons-admin-settings"></span> '.__( ' Clone Gallery', 'rbs_gallery' ),
19
+ 'object_types' => array( ROBO_GALLERY_TYPE_POST ),
20
+ 'show_names' => false,
21
+ 'context' => 'normal',
22
+ 'priority' => 'high',
23
+ 'closed' => rbs_gallery_set_checkbox_default_for_new_post(1),
24
+ ));
25
+
26
+ $copy_group->add_field(array(
27
+ 'name' => __( 'Source Gallery', 'rbs_gallery' ),
28
+ 'desc' => __( 'When you select here to inherit settings from another gallery you\'ll not be able to edit some of the options. Gallery will copy all settings from selected source.', 'rbs_gallery' ),
29
+ 'desc2' => __( 'Very useful option for the webmasters who planning to create a lot of galleries. You don\'t have to configure it every time. Just setup styles of the gallery in one place and use the same options for another galleries on your website in another galleries. Very fast, comfortable, advanced tool to speed up your workflow!', 'rbs_gallery' ),
30
+ 'id' => ROBO_GALLERY_PREFIX . 'options',
31
+ 'type' => 'rbsgallery',
32
+ 'bootstrap_style'=> 1,
33
+ 'default' => -1,
34
+ 'before_row' => '
35
+ <div class="rbs_block"><br/>',
36
+ 'after_row' => '
37
+ </div> ',
38
+ ));
includes/options/rbs_gallery_options_hover.php CHANGED
@@ -50,8 +50,8 @@ $hover_group->add_field( array(
50
  'id' => ROBO_GALLERY_PREFIX.'background',
51
  'type' => 'rbstext',
52
  'class' => 'form-control rbs_color rbs_hover_bg_color',
53
- 'data-default' => '#ffffff',
54
- 'default' => '#ffffff',
55
  'data-alpha' => 'true',
56
  'data-css-style'=> 'backgroundColor',
57
  'data-demo-class'=> '.rbs_hover_demo',
@@ -64,7 +64,7 @@ $hover_group->add_field( array(
64
  'id' => ROBO_GALLERY_PREFIX . 'overlayEffect',
65
  'type' => 'rbsselect',
66
  'show_option_none' => false,
67
- 'default' => 'push-up',
68
  'options' => array(
69
  'push-up' => __( 'push-up' , 'cmb' ),
70
  'push-down' => __( 'push-down' , 'cmb' ),
@@ -94,8 +94,8 @@ $hover_group->add_field( array(
94
  'bootstrap_style'=> 1,
95
  'default' => array(
96
  'enabled' => rbs_gallery_set_checkbox_default_for_new_post(1),
97
- 'color' => '#000000',
98
- 'colorHover'=> '#000000',
99
  'fontBold' => 'bold',
100
  'fontSize' => '12',
101
  ),
@@ -144,10 +144,10 @@ $hover_group->add_field( array(
144
 
145
  'color' => '#ffffff',
146
  'colorHover'=> '#ffffff',
147
- 'colorBg' => '#e54028',
148
- 'colorBgHover' => '#b73725',
149
-
150
- 'fontSize' => '20',
151
  ),
152
  'icon' => 1,
153
  'before_row' => '
50
  'id' => ROBO_GALLERY_PREFIX.'background',
51
  'type' => 'rbstext',
52
  'class' => 'form-control rbs_color rbs_hover_bg_color',
53
+ 'data-default' => 'rgba(7, 7, 7, 0.5)',
54
+ 'default' => 'rgba(7, 7, 7, 0.5)',
55
  'data-alpha' => 'true',
56
  'data-css-style'=> 'backgroundColor',
57
  'data-demo-class'=> '.rbs_hover_demo',
64
  'id' => ROBO_GALLERY_PREFIX . 'overlayEffect',
65
  'type' => 'rbsselect',
66
  'show_option_none' => false,
67
+ 'default' => 'direction-aware-fade',
68
  'options' => array(
69
  'push-up' => __( 'push-up' , 'cmb' ),
70
  'push-down' => __( 'push-down' , 'cmb' ),
94
  'bootstrap_style'=> 1,
95
  'default' => array(
96
  'enabled' => rbs_gallery_set_checkbox_default_for_new_post(1),
97
+ 'color' => 'rgb(255, 255, 255)',
98
+ 'colorHover'=> 'rgb(255, 255, 255)',
99
  'fontBold' => 'bold',
100
  'fontSize' => '12',
101
  ),
144
 
145
  'color' => '#ffffff',
146
  'colorHover'=> '#ffffff',
147
+ 'colorBg' => 'rgb(13, 130, 241)',
148
+ 'colorBgHover' => 'rgb(6, 70, 130)',
149
+ 'borderSize' => '2',
150
+ 'fontSize' => '16',
151
  ),
152
  'icon' => 1,
153
  'before_row' => '
includes/options/rbs_gallery_options_images.php CHANGED
@@ -33,6 +33,7 @@ $images_group->add_field(array(
33
  ));
34
 
35
 
 
36
  /* $hover_group->add_field(
37
  array(
38
  'name' => 'Add Image to Gallery',
33
  ));
34
 
35
 
36
+
37
  /* $hover_group->add_field(
38
  array(
39
  'name' => 'Add Image to Gallery',
includes/options/rbs_gallery_options_lightbox.php ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /*
3
+ * Robo Gallery
4
+ * Version: 1.0
5
+ * By Robosoft
6
+ *
7
+ * Contact: http://robosoft.co
8
+ * Created: 2015
9
+ * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
+ *
11
+ * Copyright (c) 2014-2015, Robosoft. All rights reserved.
12
+ * Available only in http://robosoft.co/
13
+ */
14
+
15
+
16
+ $lightbox_group = new_cmb2_box( array(
17
+ 'id' => ROBO_GALLERY_PREFIX . 'lightbox_metabox',
18
+ 'title' => '<span class="dashicons dashicons-money"></span> '.__( 'Lightbox Options', 'rbs_gallery' ),
19
+ 'object_types' => array( ROBO_GALLERY_TYPE_POST ),
20
+ 'show_names' => false,
21
+ 'context' => 'normal',
22
+ 'closed' => rbs_gallery_set_checkbox_default_for_new_post(1),
23
+ ));
24
+
25
+ $lightbox_group->add_field( array(
26
+ 'name' => __('Social Buttons', 'rbs_gallery' ),
27
+ 'id' => ROBO_GALLERY_PREFIX . 'lightboxSocial',
28
+ 'type' => 'switch',
29
+ 'deffault' => rbs_gallery_set_checkbox_default_for_new_post(0),
30
+ 'bootstrap_style'=> 1,
31
+ 'level' => !ROBO_GALLERY_PRO,
32
+ 'before_row' => '
33
+ <div class="rbs_block"><br/>',
34
+ ));
35
+
36
+ $lightbox_group->add_field( array(
37
+ 'name' => __( 'Text Color', 'rbs_gallery' ),
38
+ 'id' => ROBO_GALLERY_PREFIX.'lightboxColor',
39
+ 'type' => 'rbstext',
40
+ 'class' => 'form-control rbs_color',
41
+ 'data-default' => '#F3F3F3',
42
+ 'data-alpha' => 'true',
43
+ 'small' => 1,
44
+ 'default' => '#F3F3F3',
45
+ ));
46
+
47
+ $lightbox_group->add_field( array(
48
+ 'name' => __( 'Bg Color', 'rbs_gallery' ),
49
+ 'id' => ROBO_GALLERY_PREFIX.'lightboxBackground',
50
+ 'type' => 'rbstext',
51
+ 'class' => 'form-control rbs_color',
52
+ 'data-default' => 'rgba(11, 11, 11, 0.8)',
53
+ 'data-alpha' => 'true',
54
+ 'level' => !ROBO_GALLERY_PRO,
55
+ 'small' => 1,
56
+ 'default' => 'rgba(11, 11, 11, 0.8)',
57
+ 'after_row' => '
58
+ </div> '
59
+ ));
60
+
includes/options/rbs_gallery_options_loading.php CHANGED
@@ -15,7 +15,7 @@
15
 
16
  $loading_group = new_cmb2_box( array(
17
  'id' => ROBO_GALLERY_PREFIX.'loading_metabox',
18
- 'title' => '<span class="dashicons dashicons-performance"></span> '.__('Loading options','rbs_gallery'),
19
  'object_types' => array( ROBO_GALLERY_TYPE_POST ),
20
  'context' => 'normal',
21
  'show_names' => false,
@@ -45,7 +45,7 @@ $loading_group->add_field( array(
45
  'id' => ROBO_GALLERY_PREFIX . 'boxesToLoadStart',
46
  'type' => 'slider',
47
  'bootstrap_style'=> 1,
48
- 'default' => 4,
49
  'min' => 1,
50
  'max' => 50,
51
  ));
@@ -54,7 +54,7 @@ $loading_group->add_field(array(
54
  'id' => ROBO_GALLERY_PREFIX . 'boxesToLoad',
55
  'type' => 'slider',
56
  'bootstrap_style'=> 1,
57
- 'default' => 4,
58
  'min' => 1,
59
  'max' => 50,
60
  ));
15
 
16
  $loading_group = new_cmb2_box( array(
17
  'id' => ROBO_GALLERY_PREFIX.'loading_metabox',
18
+ 'title' => '<span class="dashicons dashicons-performance"></span> '.__('Loading Options','rbs_gallery'),
19
  'object_types' => array( ROBO_GALLERY_TYPE_POST ),
20
  'context' => 'normal',
21
  'show_names' => false,
45
  'id' => ROBO_GALLERY_PREFIX . 'boxesToLoadStart',
46
  'type' => 'slider',
47
  'bootstrap_style'=> 1,
48
+ 'default' => 12,
49
  'min' => 1,
50
  'max' => 50,
51
  ));
54
  'id' => ROBO_GALLERY_PREFIX . 'boxesToLoad',
55
  'type' => 'slider',
56
  'bootstrap_style'=> 1,
57
+ 'default' => 8,
58
  'min' => 1,
59
  'max' => 50,
60
  ));
includes/options/rbs_gallery_options_view.php CHANGED
@@ -106,6 +106,12 @@ $view_group->add_field( array(
106
  'name' => __('Shadow Options', 'rbs_gallery' ),
107
  'id' => ROBO_GALLERY_PREFIX . 'hover-shadow-options',
108
  'type' => 'shadow',
 
 
 
 
 
 
109
  'after_row' =>'
110
  </div>
111
  </div>
@@ -121,7 +127,7 @@ $view_group->add_field( array(
121
  'name' => __('Border', 'rbs_gallery' ),
122
  'id' => ROBO_GALLERY_PREFIX . 'border',
123
  'type' => 'switch',
124
- 'default' => rbs_gallery_set_checkbox_default_for_new_post(1),
125
  'depends' => '.rbs_border_tabs',
126
  'bootstrap_style'=> 1,
127
  'before_row' => '<br/>',
106
  'name' => __('Shadow Options', 'rbs_gallery' ),
107
  'id' => ROBO_GALLERY_PREFIX . 'hover-shadow-options',
108
  'type' => 'shadow',
109
+ 'default' => array(
110
+ 'color' => 'rgba(34, 25, 25, 0.4)',
111
+ 'hshadow' => '1',
112
+ 'vshadow' => '3',
113
+ 'bshadow' => '3',
114
+ ),
115
  'after_row' =>'
116
  </div>
117
  </div>
127
  'name' => __('Border', 'rbs_gallery' ),
128
  'id' => ROBO_GALLERY_PREFIX . 'border',
129
  'type' => 'switch',
130
+ 'default' => rbs_gallery_set_checkbox_default_for_new_post(0),
131
  'depends' => '.rbs_border_tabs',
132
  'bootstrap_style'=> 1,
133
  'before_row' => '<br/>',
includes/rbs_gallery_about.php CHANGED
@@ -23,7 +23,7 @@ echo '
23
  </div>
24
  <div class="rbs_about_string2">
25
  '.__( 'More details about Robo Gallery you can see on our website', 'rbs_gallery' ).':
26
- <a href="http://www.robosoft.co" alt="robosoft.co">robosoft.co</a>
27
  </div>
28
  ';
29
  if(!ROBO_GALLERY_PRO){
23
  </div>
24
  <div class="rbs_about_string2">
25
  '.__( 'More details about Robo Gallery you can see on our website', 'rbs_gallery' ).':
26
+ <a href="http://www.robosoft.co/robogallery/" alt="robosoft.co">robosoft.co</a>
27
  </div>
28
  ';
29
  if(!ROBO_GALLERY_PRO){
includes/rbs_gallery_edit.php CHANGED
@@ -17,7 +17,9 @@ function rbs_gallery_group_metabox() {
17
  function rbs_gallery_set_checkbox_default_for_new_post( $default ) {
18
  return rbs_gallery_is_edit_page('edit') ? '' : ( $default ? (string) $default : '' );
19
  }
20
-
 
 
21
  if( file_exists(ROBO_GALLERY_INCLUDES_PATH.'options/rbs_gallery_options_images.php') ) require_once ROBO_GALLERY_INCLUDES_PATH.'options/rbs_gallery_options_images.php';
22
 
23
  if( rbs_gallery_is_edit_page('edit') ){
@@ -37,6 +39,8 @@ function rbs_gallery_group_metabox() {
37
 
38
  if( file_exists(ROBO_GALLERY_INCLUDES_PATH.'options/rbs_gallery_options_polaroid.php') ) require_once ROBO_GALLERY_INCLUDES_PATH.'options/rbs_gallery_options_polaroid.php';
39
 
 
 
40
  if( !ROBO_GALLERY_PRO && file_exists(ROBO_GALLERY_INCLUDES_PATH.'options/rbs_gallery_options_info.php') ) require_once ROBO_GALLERY_INCLUDES_PATH.'options/rbs_gallery_options_info.php';
41
 
42
 
17
  function rbs_gallery_set_checkbox_default_for_new_post( $default ) {
18
  return rbs_gallery_is_edit_page('edit') ? '' : ( $default ? (string) $default : '' );
19
  }
20
+
21
+ if( file_exists(ROBO_GALLERY_INCLUDES_PATH.'options/rbs_gallery_options_copy.php') ) require_once ROBO_GALLERY_INCLUDES_PATH.'options/rbs_gallery_options_copy.php';
22
+
23
  if( file_exists(ROBO_GALLERY_INCLUDES_PATH.'options/rbs_gallery_options_images.php') ) require_once ROBO_GALLERY_INCLUDES_PATH.'options/rbs_gallery_options_images.php';
24
 
25
  if( rbs_gallery_is_edit_page('edit') ){
39
 
40
  if( file_exists(ROBO_GALLERY_INCLUDES_PATH.'options/rbs_gallery_options_polaroid.php') ) require_once ROBO_GALLERY_INCLUDES_PATH.'options/rbs_gallery_options_polaroid.php';
41
 
42
+ if( file_exists(ROBO_GALLERY_INCLUDES_PATH.'options/rbs_gallery_options_lightbox.php') ) require_once ROBO_GALLERY_INCLUDES_PATH.'options/rbs_gallery_options_lightbox.php';
43
+
44
  if( !ROBO_GALLERY_PRO && file_exists(ROBO_GALLERY_INCLUDES_PATH.'options/rbs_gallery_options_info.php') ) require_once ROBO_GALLERY_INCLUDES_PATH.'options/rbs_gallery_options_info.php';
45
 
46
 
includes/rbs_gallery_init.php CHANGED
@@ -78,7 +78,7 @@ function create_post_type_robo_gallery() {
78
  'menu_icon' => 'dashicons-format-gallery',
79
  ));
80
  /* to-do options */
81
- /* global $wp_rewrite; $wp_rewrite->flush_rules();*/
82
  }
83
  add_action( 'init', 'create_post_type_robo_gallery' );
84
 
@@ -92,13 +92,16 @@ if( rbs_gallery_get_current_post_type() == ROBO_GALLERY_TYPE_POST && !ROBO_GALLE
92
 
93
 
94
  if( rbs_gallery_get_current_post_type() == ROBO_GALLERY_TYPE_POST && rbs_gallery_is_edit_page('new') && !ROBO_GALLERY_PRO ){
95
- add_action( 'load-post-new.php', function() {
96
- $n=1;
97
- $my_wp_query = new WP_Query();
98
- ++$n;
99
- $all_wp_pages = $my_wp_query->query(array( 'post_type' => ROBO_GALLERY_TYPE_POST ));
100
- if( count($all_wp_pages) >= ++$n ) wp_redirect( "edit.php?post_type=robo_gallery_table&showproinfo=1" );
101
- });
 
 
 
102
  }
103
 
104
 
@@ -123,6 +126,8 @@ if( rbs_gallery_get_current_post_type() == ROBO_GALLERY_TYPE_POST && ( rbs_galle
123
  'rbstext/cmb-field-rbstext.php',
124
  'rbstextarea/cmb-field-rbstextarea.php',
125
  'font/cmb-field-font.php',
 
 
126
  ), ROBO_GALLERY_CMB_FILEDS_PATH);
127
 
128
  rbs_gallery_include('rbs_gallery_edit.php', ROBO_GALLERY_INCLUDES_PATH);
@@ -131,4 +136,4 @@ if( rbs_gallery_get_current_post_type() == ROBO_GALLERY_TYPE_POST && ( rbs_galle
131
  if( is_admin() ) rbs_gallery_include(array('rbs_gallery_media.php', 'rbs_gallery_menu.php' ), ROBO_GALLERY_INCLUDES_PATH);
132
 
133
  /* Frontend*/
134
- rbs_gallery_include(array('rbs_gallery_source.php', 'rbs_gallery_helper.php', 'rbs_gallery_class.php', 'rbs_gallery_frontend.php' ), ROBO_GALLERY_FRONTEND_PATH);
78
  'menu_icon' => 'dashicons-format-gallery',
79
  ));
80
  /* to-do options */
81
+ global $wp_rewrite; $wp_rewrite->flush_rules();
82
  }
83
  add_action( 'init', 'create_post_type_robo_gallery' );
84
 
92
 
93
 
94
  if( rbs_gallery_get_current_post_type() == ROBO_GALLERY_TYPE_POST && rbs_gallery_is_edit_page('new') && !ROBO_GALLERY_PRO ){
95
+ if(!function_exists('rbs_gallery_redirect')){
96
+ function rbs_gallery_redirect (){
97
+ $n=1;
98
+ $my_wp_query = new WP_Query();
99
+ ++$n;
100
+ $all_wp_pages = $my_wp_query->query(array( 'post_type' => ROBO_GALLERY_TYPE_POST ));
101
+ if( count($all_wp_pages) >= ++$n ) wp_redirect( "edit.php?post_type=robo_gallery_table&showproinfo=1" );
102
+ }
103
+ add_action( 'load-post-new.php', 'rbs_gallery_redirect' );
104
+ }
105
  }
106
 
107
 
126
  'rbstext/cmb-field-rbstext.php',
127
  'rbstextarea/cmb-field-rbstextarea.php',
128
  'font/cmb-field-font.php',
129
+ 'rbsgallery/cmb-field-rbsgallery.php',
130
+
131
  ), ROBO_GALLERY_CMB_FILEDS_PATH);
132
 
133
  rbs_gallery_include('rbs_gallery_edit.php', ROBO_GALLERY_INCLUDES_PATH);
136
  if( is_admin() ) rbs_gallery_include(array('rbs_gallery_media.php', 'rbs_gallery_menu.php' ), ROBO_GALLERY_INCLUDES_PATH);
137
 
138
  /* Frontend*/
139
+ rbs_gallery_include(array('rbs_gallery_source.php', 'rbs_gallery_helper.php', 'rbs_gallery_class_utils.php', 'rbs_gallery_class.php', 'rbs_gallery_frontend.php' ), ROBO_GALLERY_FRONTEND_PATH);
includes/rbs_gallery_menu.php CHANGED
@@ -33,29 +33,40 @@ if(!function_exists('robo_gallery_fix_menu')){
33
  }
34
 
35
 
36
-
37
- add_action('admin_menu', 'robo_gallery_about_submenu_page');
38
- function robo_gallery_about_submenu_page() {
39
- add_submenu_page( 'edit.php?post_type=robo_gallery_table', 'About Robo Gallery', 'About', 'manage_options', 'robo-gallery-about', function(){
40
- rbs_gallery_include('rbs_gallery_about.php', ROBO_GALLERY_INCLUDES_PATH);
41
- } );
 
 
42
  }
43
 
44
- add_action('admin_menu', 'robo_gallery_support_submenu_page');
45
- function robo_gallery_support_submenu_page() {
46
- add_submenu_page( 'edit.php?post_type=robo_gallery_table', 'Robo Gallery Support', 'Support', 'manage_options', 'robo-gallery-support', function(){
47
- echo '<script> window.open("http://robosoft.co/go.php?product=gallery&task=support", "_bank"); window.open("edit.php?post_type=robo_gallery_table", "_self"); </script>';
48
- } );
 
 
 
49
  }
50
 
51
- add_action('admin_menu', 'robo_gallery_demo_submenu_page');
52
- function robo_gallery_demo_submenu_page() {
53
- add_submenu_page( 'edit.php?post_type=robo_gallery_table', 'Robo Gallery Demo', 'Gallery Demo', 'manage_options', 'robo-gallery-demo', function(){} );
 
 
 
 
54
  }
55
 
56
- add_action('admin_menu', 'robo_gallery_guides_submenu_page');
57
- function robo_gallery_guides_submenu_page() {
58
- add_submenu_page( 'edit.php?post_type=robo_gallery_table', 'Robo Gallery Video Guides', 'Video Guides', 'manage_options', 'robo-gallery-guides', function(){} );
 
 
59
  }
60
 
61
  if(!function_exists('rbs_gallery_menuConfig')){
33
  }
34
 
35
 
36
+ if(!function_exists('robo_gallery_about_submenu_page')){
37
+ add_action('admin_menu', 'robo_gallery_about_submenu_page');
38
+ function robo_gallery_about_submenu_page() {
39
+ add_submenu_page( 'edit.php?post_type=robo_gallery_table', 'About Robo Gallery', 'About', 'manage_options', 'robo-gallery-about', 'robo_gallery_about_submenu_page_render' );
40
+ }
41
+ function robo_gallery_about_submenu_page_render(){
42
+ rbs_gallery_include('rbs_gallery_about.php', ROBO_GALLERY_INCLUDES_PATH);
43
+ }
44
  }
45
 
46
+ if(!function_exists('robo_gallery_support_submenu_page')){
47
+ add_action('admin_menu', 'robo_gallery_support_submenu_page');
48
+ function robo_gallery_support_submenu_page() {
49
+ add_submenu_page( 'edit.php?post_type=robo_gallery_table', 'Robo Gallery Support', 'Support', 'manage_options', 'robo-gallery-support', 'robo_gallery_support_submenu_page_render');
50
+ }
51
+ function robo_gallery_support_submenu_page_render(){
52
+ echo '<script> window.open("http://robosoft.co/go.php?product=gallery&task=support", "_bank"); window.open("edit.php?post_type=robo_gallery_table", "_self"); </script>';
53
+ }
54
  }
55
 
56
+ if(!function_exists('robo_gallery_submenu_empty')){ function robo_gallery_submenu_empty(){} }
57
+
58
+ if(!function_exists('robo_gallery_demo_submenu_page')){
59
+ add_action('admin_menu', 'robo_gallery_demo_submenu_page');
60
+ function robo_gallery_demo_submenu_page() {
61
+ add_submenu_page( 'edit.php?post_type=robo_gallery_table', 'Robo Gallery Demo', 'Gallery Demo', 'manage_options', 'robo-gallery-demo', 'robo_gallery_submenu_empty' );
62
+ }
63
  }
64
 
65
+ if(!function_exists('robo_gallery_guides_submenu_page')){
66
+ add_action('admin_menu', 'robo_gallery_guides_submenu_page');
67
+ function robo_gallery_guides_submenu_page() {
68
+ add_submenu_page( 'edit.php?post_type=robo_gallery_table', 'Robo Gallery Video Guides', 'Video Guides', 'manage_options', 'robo-gallery-guides', 'robo_gallery_submenu_empty' );
69
+ }
70
  }
71
 
72
  if(!function_exists('rbs_gallery_menuConfig')){
includes/rbs_gallery_widget.php CHANGED
@@ -69,7 +69,7 @@ class rbs_widget extends WP_Widget {
69
  <?php } ?>
70
  <p>
71
  <label for="<?php echo $this->get_field_id( 'title' ); ?>">
72
- <?php _e( 'Title:' ); ?>
73
  </label>
74
  <input class="widefat" id="<?php echo $this->get_field_id( 'title' ); ?>" name="<?php echo $this->get_field_name( 'title' ); ?>" type="text" value="<?php echo esc_attr( $title ); ?>" />
75
  </p>
69
  <?php } ?>
70
  <p>
71
  <label for="<?php echo $this->get_field_id( 'title' ); ?>">
72
+ <?php _e( 'Title' ); ?>:
73
  </label>
74
  <input class="widefat" id="<?php echo $this->get_field_id( 'title' ); ?>" name="<?php echo $this->get_field_name( 'title' ); ?>" type="text" value="<?php echo esc_attr( $title ); ?>" />
75
  </p>
js/admin/edit.js CHANGED
@@ -58,7 +58,6 @@ jQuery(function(){
58
  jQuery('.rbs_action_element_select').change();
59
 
60
 
61
- //jQuery(".rbs_delete_up").parent().removeClass('cmb-td').parent().removeClass('cmb-row');
62
  if(!ROBO_GALLERY_PRO){
63
  jQuery("#rsg_hover").change( function () {
64
  var el = jQuery(this);
@@ -95,5 +94,33 @@ jQuery(function(){
95
  }
96
  });
97
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
98
  //jQuery('.rbs_hover_bg_color').val();
99
  });
58
  jQuery('.rbs_action_element_select').change();
59
 
60
 
 
61
  if(!ROBO_GALLERY_PRO){
62
  jQuery("#rsg_hover").change( function () {
63
  var el = jQuery(this);
94
  }
95
  });
96
 
97
+ var rbsBlockId = {
98
+ "block1": jQuery('#rsg_lightbox_metabox'),
99
+ "block2":jQuery('#rsg_size_metabox'),
100
+ "block3":jQuery('#rsg_view_metabox'),
101
+ "block4":jQuery('#rsg_hover_metabox'),
102
+ "block5":jQuery('#rsg_button_metabox'),
103
+ "block6":jQuery('#rsg_loading_metabox'),
104
+ "block7":jQuery('#rsg_polaroid_metabox'),
105
+ },
106
+ rbsAllBlockClass = function (type){
107
+ jQuery.each( rbsBlockId, function(index, el) {
108
+ if(type!=0){
109
+ el.find('.inside').addClass('rbs_disabled_block');
110
+ if( el.find('.hndle.ui-sortable-handle > .rbs_info_clone_text').length==0 ){
111
+ el.find('.hndle.ui-sortable-handle > span').after('<span class="rbs_info_clone_text"> <span class="dashicons dashicons-info"></span> ['+rbs_toolbox_translation.rbs_info_clone_text+']</span>');
112
+ }
113
+ } else {
114
+ el.find('.inside').removeClass('rbs_disabled_block');
115
+ el.find('.hndle.ui-sortable-handle > .rbs_info_clone_text').remove();
116
+ }
117
+ });
118
+ };
119
+
120
+ jQuery('#rsg_options').on("change", function(){
121
+ //alert(rbs_toolbox_translation.rbs_info_clone_text)
122
+ rbsAllBlockClass( jQuery(this).val() );
123
+ }).change();
124
+
125
  //jQuery('.rbs_hover_bg_color').val();
126
  });
js/admin/editor-button.js CHANGED
@@ -1,6 +1,6 @@
1
  /*
2
  * Robo Gallery
3
- * Version: 1.0
4
  * By Robosoft
5
  *
6
  * Contact: http://robosoft.co
@@ -30,8 +30,7 @@ jQuery(function(){
30
  'text' : robo_gallery_trans.closeButton,
31
  'class' : 'button-default',
32
  'click' : function() { jQuery(this).dialog('close'); }
33
- },
34
- {
35
  'text' : robo_gallery_trans.insertButton,
36
  'class' : 'button-primary',
37
  'click' : function() {
@@ -40,9 +39,11 @@ jQuery(function(){
40
  window.parent.tb_remove();
41
  jQuery(this).dialog('close');
42
  }
43
- }
44
- ],
45
  open: function( event, ui ) {}
46
  });
47
- jQuery('#insert-robo-gallery').click(function(event) { roboGalleryDialog.dialog('open'); return false; });
 
 
 
48
  });
1
  /*
2
  * Robo Gallery
3
+ * Version: 1.0.4
4
  * By Robosoft
5
  *
6
  * Contact: http://robosoft.co
30
  'text' : robo_gallery_trans.closeButton,
31
  'class' : 'button-default',
32
  'click' : function() { jQuery(this).dialog('close'); }
33
+ },{
 
34
  'text' : robo_gallery_trans.insertButton,
35
  'class' : 'button-primary',
36
  'click' : function() {
39
  window.parent.tb_remove();
40
  jQuery(this).dialog('close');
41
  }
42
+ }],
 
43
  open: function( event, ui ) {}
44
  });
45
+ jQuery(document).on( 'click', '#insert-robo-gallery', function(event) {
46
+ roboGalleryDialog.dialog('open');
47
+ return false;
48
+ });
49
  });
languages/rbs_gallery-en_US.mo CHANGED
Binary file
languages/rbs_gallery-en_US.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Robo Gallery\n"
4
- "POT-Creation-Date: 2015-07-12 18:00+0200\n"
5
- "PO-Revision-Date: 2015-07-12 18:00+0200\n"
6
  "Last-Translator: \n"
7
  "Language-Team: RoboSoft Team <team@robosoft.co>\n"
8
  "Language: en_US\n"
@@ -24,112 +24,112 @@ msgstr "Menu Options"
24
  msgid "Show Menu"
25
  msgstr "Show Menu"
26
 
27
- #: options/rbs_gallery_options_button.php:35
28
  msgid "Show Root"
29
  msgstr "Show Root"
30
 
31
- #: options/rbs_gallery_options_button.php:43
32
  msgid "Root Label"
33
  msgstr "Root Label"
34
 
35
- #: options/rbs_gallery_options_button.php:50
36
  msgid "Show self"
37
  msgstr "Show self"
38
 
39
- #: options/rbs_gallery_options_button.php:59
40
  msgid "Style"
41
  msgstr "Style"
42
 
43
- #: options/rbs_gallery_options_button.php:66
44
  msgid "normal"
45
  msgstr "Normal"
46
 
47
- #: options/rbs_gallery_options_button.php:67
48
  msgid "flat"
49
  msgstr "flat"
50
 
51
- #: options/rbs_gallery_options_button.php:68
52
  msgid "3d"
53
  msgstr "3d"
54
 
55
- #: options/rbs_gallery_options_button.php:69
56
  msgid "border"
57
  msgstr "border"
58
 
59
- #: options/rbs_gallery_options_button.php:75
60
  msgid "Color"
61
  msgstr "Color"
62
 
63
- #: options/rbs_gallery_options_button.php:82
64
  msgid "gray"
65
  msgstr "gray"
66
 
67
- #: options/rbs_gallery_options_button.php:83
68
  msgid "blue"
69
  msgstr "blue"
70
 
71
- #: options/rbs_gallery_options_button.php:84
72
  msgid "green"
73
  msgstr "green"
74
 
75
- #: options/rbs_gallery_options_button.php:85
76
  msgid "orange"
77
  msgstr "orange"
78
 
79
- #: options/rbs_gallery_options_button.php:86
80
  msgid "red"
81
  msgstr "red"
82
 
83
- #: options/rbs_gallery_options_button.php:87
84
  msgid "purple"
85
  msgstr "purple"
86
 
87
- #: options/rbs_gallery_options_button.php:92
88
  msgid "Rounds"
89
  msgstr "Rounds"
90
 
91
- #: options/rbs_gallery_options_button.php:98
92
- #: options/rbs_gallery_options_button.php:114
93
  msgid "Normal"
94
  msgstr "Normal"
95
 
96
- #: options/rbs_gallery_options_button.php:99
97
  msgid "Rounded"
98
  msgstr "Rounded"
99
 
100
- #: options/rbs_gallery_options_button.php:100
101
  msgid "Pill"
102
  msgstr "Pill"
103
 
104
- #: options/rbs_gallery_options_button.php:101
105
  msgid "Circle "
106
  msgstr "Circle "
107
 
108
- #: options/rbs_gallery_options_button.php:106
109
  msgid "Size"
110
  msgstr "Size"
111
 
112
- #: options/rbs_gallery_options_button.php:112
113
  msgid "Jumbo"
114
  msgstr "Jumbo"
115
 
116
- #: options/rbs_gallery_options_button.php:113
117
  msgid "Large"
118
  msgstr "Large"
119
 
120
- #: options/rbs_gallery_options_button.php:115
121
  msgid "Small"
122
  msgstr "Small"
123
 
124
- #: options/rbs_gallery_options_button.php:116
125
  msgid "Tiny "
126
  msgstr "Tiny "
127
 
128
- #: options/rbs_gallery_options_button.php:121
129
  msgid "Left Padding"
130
  msgstr "Left Padding"
131
 
132
- #: options/rbs_gallery_options_button.php:132
133
  msgid "Bottom Padding"
134
  msgstr "Bottom Padding"
135
 
@@ -154,8 +154,9 @@ msgid "Template"
154
  msgstr "Template"
155
 
156
  #: options/rbs_gallery_options_hover.php:49
 
157
  #: options/rbs_gallery_options_loading.php:79
158
- #: options/rbs_gallery_options_polaroid.php:52
159
  msgid "Bg Color"
160
  msgstr "Bg Color"
161
 
@@ -228,7 +229,7 @@ msgid "Show Title"
228
  msgstr "Show Title"
229
 
230
  #: options/rbs_gallery_options_hover.php:105
231
- #: options/rbs_gallery_options_polaroid.php:45
232
  msgid "Title"
233
  msgstr "Title"
234
 
@@ -296,18 +297,27 @@ msgstr ""
296
  "with PRO version you get more advanced functionality and even more "
297
  "flexibility in settings"
298
 
299
- #: options/rbs_gallery_options_loading.php:18
300
- msgid "Loading options"
301
- msgstr "Loading options"
302
 
303
- #: options/rbs_gallery_options_loading.php:26
304
- msgid "Lazy Load"
305
- msgstr "Lazy Load"
306
 
 
 
 
 
 
307
  #: options/rbs_gallery_options_loading.php:35
308
  msgid "Loading Options"
309
  msgstr "Loading Options"
310
 
 
 
 
 
311
  #: options/rbs_gallery_options_loading.php:36
312
  msgid "Loading Text"
313
  msgstr "Loading Text"
@@ -348,31 +358,31 @@ msgstr "Polaroid Style Options"
348
  msgid "Polaroid Style"
349
  msgstr "Polaroid Style"
350
 
351
- #: options/rbs_gallery_options_polaroid.php:39
352
  msgid "Source"
353
  msgstr "Source"
354
 
355
- #: options/rbs_gallery_options_polaroid.php:46
356
  msgid "Desc"
357
  msgstr "Desc"
358
 
359
- #: options/rbs_gallery_options_polaroid.php:47
360
  msgid "Caption"
361
  msgstr "Caption"
362
 
363
- #: options/rbs_gallery_options_polaroid.php:63
364
  msgid "Align"
365
  msgstr "Align"
366
 
367
- #: options/rbs_gallery_options_polaroid.php:69
368
  msgid "left"
369
  msgstr "left"
370
 
371
- #: options/rbs_gallery_options_polaroid.php:70
372
  msgid "right"
373
  msgstr "right"
374
 
375
- #: options/rbs_gallery_options_polaroid.php:71
376
  msgid "center"
377
  msgstr "center"
378
 
@@ -445,24 +455,24 @@ msgstr "Hover Shadow Options"
445
  msgid "Hover Shadow"
446
  msgstr "Hover Shadow"
447
 
448
- #: options/rbs_gallery_options_view.php:121
449
  msgid "Border"
450
  msgstr "Border"
451
 
452
- #: options/rbs_gallery_options_view.php:131
453
- #: options/rbs_gallery_options_view.php:165
454
  msgid "Border options"
455
  msgstr "Border options"
456
 
457
- #: options/rbs_gallery_options_view.php:138
458
  msgid "Border Options"
459
  msgstr "Border Options"
460
 
461
- #: options/rbs_gallery_options_view.php:139
462
  msgid "Hover Border Options"
463
  msgstr "Hover Border Options"
464
 
465
- #: options/rbs_gallery_options_view.php:150
466
  msgid "Hover Border"
467
  msgstr "Hover Border"
468
 
@@ -636,14 +646,16 @@ msgstr "This widget available in Pro version"
636
  msgid "New gallery"
637
  msgstr "New gallery"
638
 
639
- #: rbs_gallery_widget.php:72
640
- msgid "Title:"
641
- msgstr "Title:"
642
-
643
  #: rbs_gallery_widget.php:77
644
  msgid "Gallery:"
645
  msgstr "Gallery:"
646
 
 
 
 
 
 
 
647
  #~ msgid "Get PRO Version"
648
  #~ msgstr "Get PRO Version"
649
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Robo Gallery\n"
4
+ "POT-Creation-Date: 2015-07-27 23:18+0200\n"
5
+ "PO-Revision-Date: 2015-07-27 23:18+0200\n"
6
  "Last-Translator: \n"
7
  "Language-Team: RoboSoft Team <team@robosoft.co>\n"
8
  "Language: en_US\n"
24
  msgid "Show Menu"
25
  msgstr "Show Menu"
26
 
27
+ #: options/rbs_gallery_options_button.php:36
28
  msgid "Show Root"
29
  msgstr "Show Root"
30
 
31
+ #: options/rbs_gallery_options_button.php:44
32
  msgid "Root Label"
33
  msgstr "Root Label"
34
 
35
+ #: options/rbs_gallery_options_button.php:51
36
  msgid "Show self"
37
  msgstr "Show self"
38
 
39
+ #: options/rbs_gallery_options_button.php:60
40
  msgid "Style"
41
  msgstr "Style"
42
 
43
+ #: options/rbs_gallery_options_button.php:67
44
  msgid "normal"
45
  msgstr "Normal"
46
 
47
+ #: options/rbs_gallery_options_button.php:68
48
  msgid "flat"
49
  msgstr "flat"
50
 
51
+ #: options/rbs_gallery_options_button.php:69
52
  msgid "3d"
53
  msgstr "3d"
54
 
55
+ #: options/rbs_gallery_options_button.php:70
56
  msgid "border"
57
  msgstr "border"
58
 
59
+ #: options/rbs_gallery_options_button.php:76
60
  msgid "Color"
61
  msgstr "Color"
62
 
63
+ #: options/rbs_gallery_options_button.php:83
64
  msgid "gray"
65
  msgstr "gray"
66
 
67
+ #: options/rbs_gallery_options_button.php:84
68
  msgid "blue"
69
  msgstr "blue"
70
 
71
+ #: options/rbs_gallery_options_button.php:85
72
  msgid "green"
73
  msgstr "green"
74
 
75
+ #: options/rbs_gallery_options_button.php:86
76
  msgid "orange"
77
  msgstr "orange"
78
 
79
+ #: options/rbs_gallery_options_button.php:87
80
  msgid "red"
81
  msgstr "red"
82
 
83
+ #: options/rbs_gallery_options_button.php:88
84
  msgid "purple"
85
  msgstr "purple"
86
 
87
+ #: options/rbs_gallery_options_button.php:93
88
  msgid "Rounds"
89
  msgstr "Rounds"
90
 
91
+ #: options/rbs_gallery_options_button.php:99
92
+ #: options/rbs_gallery_options_button.php:115
93
  msgid "Normal"
94
  msgstr "Normal"
95
 
96
+ #: options/rbs_gallery_options_button.php:100
97
  msgid "Rounded"
98
  msgstr "Rounded"
99
 
100
+ #: options/rbs_gallery_options_button.php:101
101
  msgid "Pill"
102
  msgstr "Pill"
103
 
104
+ #: options/rbs_gallery_options_button.php:102
105
  msgid "Circle "
106
  msgstr "Circle "
107
 
108
+ #: options/rbs_gallery_options_button.php:107
109
  msgid "Size"
110
  msgstr "Size"
111
 
112
+ #: options/rbs_gallery_options_button.php:113
113
  msgid "Jumbo"
114
  msgstr "Jumbo"
115
 
116
+ #: options/rbs_gallery_options_button.php:114
117
  msgid "Large"
118
  msgstr "Large"
119
 
120
+ #: options/rbs_gallery_options_button.php:116
121
  msgid "Small"
122
  msgstr "Small"
123
 
124
+ #: options/rbs_gallery_options_button.php:117
125
  msgid "Tiny "
126
  msgstr "Tiny "
127
 
128
+ #: options/rbs_gallery_options_button.php:122
129
  msgid "Left Padding"
130
  msgstr "Left Padding"
131
 
132
+ #: options/rbs_gallery_options_button.php:133
133
  msgid "Bottom Padding"
134
  msgstr "Bottom Padding"
135
 
154
  msgstr "Template"
155
 
156
  #: options/rbs_gallery_options_hover.php:49
157
+ #: options/rbs_gallery_options_lightbox.php:48
158
  #: options/rbs_gallery_options_loading.php:79
159
+ #: options/rbs_gallery_options_polaroid.php:53
160
  msgid "Bg Color"
161
  msgstr "Bg Color"
162
 
229
  msgstr "Show Title"
230
 
231
  #: options/rbs_gallery_options_hover.php:105
232
+ #: options/rbs_gallery_options_polaroid.php:46 rbs_gallery_widget.php:72
233
  msgid "Title"
234
  msgstr "Title"
235
 
297
  "with PRO version you get more advanced functionality and even more "
298
  "flexibility in settings"
299
 
300
+ #: options/rbs_gallery_options_lightbox.php:18
301
+ msgid "Lightbox Options"
302
+ msgstr "Lightbox Options"
303
 
304
+ #: options/rbs_gallery_options_lightbox.php:26
305
+ msgid "Social Buttons"
306
+ msgstr "Social Buttons"
307
 
308
+ #: options/rbs_gallery_options_lightbox.php:37
309
+ msgid "Text Color"
310
+ msgstr "Text Color"
311
+
312
+ #: options/rbs_gallery_options_loading.php:18
313
  #: options/rbs_gallery_options_loading.php:35
314
  msgid "Loading Options"
315
  msgstr "Loading Options"
316
 
317
+ #: options/rbs_gallery_options_loading.php:26
318
+ msgid "Lazy Load"
319
+ msgstr "Lazy Load"
320
+
321
  #: options/rbs_gallery_options_loading.php:36
322
  msgid "Loading Text"
323
  msgstr "Loading Text"
358
  msgid "Polaroid Style"
359
  msgstr "Polaroid Style"
360
 
361
+ #: options/rbs_gallery_options_polaroid.php:40
362
  msgid "Source"
363
  msgstr "Source"
364
 
365
+ #: options/rbs_gallery_options_polaroid.php:47
366
  msgid "Desc"
367
  msgstr "Desc"
368
 
369
+ #: options/rbs_gallery_options_polaroid.php:48
370
  msgid "Caption"
371
  msgstr "Caption"
372
 
373
+ #: options/rbs_gallery_options_polaroid.php:64
374
  msgid "Align"
375
  msgstr "Align"
376
 
377
+ #: options/rbs_gallery_options_polaroid.php:70
378
  msgid "left"
379
  msgstr "left"
380
 
381
+ #: options/rbs_gallery_options_polaroid.php:71
382
  msgid "right"
383
  msgstr "right"
384
 
385
+ #: options/rbs_gallery_options_polaroid.php:72
386
  msgid "center"
387
  msgstr "center"
388
 
455
  msgid "Hover Shadow"
456
  msgstr "Hover Shadow"
457
 
458
+ #: options/rbs_gallery_options_view.php:127
459
  msgid "Border"
460
  msgstr "Border"
461
 
462
+ #: options/rbs_gallery_options_view.php:137
463
+ #: options/rbs_gallery_options_view.php:171
464
  msgid "Border options"
465
  msgstr "Border options"
466
 
467
+ #: options/rbs_gallery_options_view.php:144
468
  msgid "Border Options"
469
  msgstr "Border Options"
470
 
471
+ #: options/rbs_gallery_options_view.php:145
472
  msgid "Hover Border Options"
473
  msgstr "Hover Border Options"
474
 
475
+ #: options/rbs_gallery_options_view.php:156
476
  msgid "Hover Border"
477
  msgstr "Hover Border"
478
 
646
  msgid "New gallery"
647
  msgstr "New gallery"
648
 
 
 
 
 
649
  #: rbs_gallery_widget.php:77
650
  msgid "Gallery:"
651
  msgstr "Gallery:"
652
 
653
+ #~ msgid "Loading options"
654
+ #~ msgstr "Loading options"
655
+
656
+ #~ msgid "Title:"
657
+ #~ msgstr "Title:"
658
+
659
  #~ msgid "Get PRO Version"
660
  #~ msgstr "Get PRO Version"
661
 
languages/rbs_gallery-ru_RU.mo CHANGED
Binary file
languages/rbs_gallery-ru_RU.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Robo Gallery v 1.0.0\n"
4
- "POT-Creation-Date: 2015-07-12 17:23+0200\n"
5
- "PO-Revision-Date: 2015-07-12 17:23+0200\n"
6
  "Last-Translator: \n"
7
  "Language-Team: RoboSoft Team <team@robosoft.co>\n"
8
  "Language: ru_RU\n"
@@ -25,112 +25,112 @@ msgstr "Настройка меню"
25
  msgid "Show Menu"
26
  msgstr "Показать меню"
27
 
28
- #: options/rbs_gallery_options_button.php:35
29
  msgid "Show Root"
30
  msgstr ""
31
 
32
- #: options/rbs_gallery_options_button.php:43
33
  msgid "Root Label"
34
  msgstr ""
35
 
36
- #: options/rbs_gallery_options_button.php:50
37
  msgid "Show self"
38
  msgstr ""
39
 
40
- #: options/rbs_gallery_options_button.php:59
41
  msgid "Style"
42
  msgstr "Стиль"
43
 
44
- #: options/rbs_gallery_options_button.php:66
45
  msgid "normal"
46
  msgstr ""
47
 
48
- #: options/rbs_gallery_options_button.php:67
49
  msgid "flat"
50
  msgstr ""
51
 
52
- #: options/rbs_gallery_options_button.php:68
53
  msgid "3d"
54
- msgstr ""
55
 
56
- #: options/rbs_gallery_options_button.php:69
57
  msgid "border"
58
  msgstr ""
59
 
60
- #: options/rbs_gallery_options_button.php:75
61
  msgid "Color"
62
- msgstr ""
63
 
64
- #: options/rbs_gallery_options_button.php:82
65
  msgid "gray"
66
  msgstr ""
67
 
68
- #: options/rbs_gallery_options_button.php:83
69
  msgid "blue"
70
  msgstr ""
71
 
72
- #: options/rbs_gallery_options_button.php:84
73
  msgid "green"
74
- msgstr ""
75
 
76
- #: options/rbs_gallery_options_button.php:85
77
  msgid "orange"
78
  msgstr ""
79
 
80
- #: options/rbs_gallery_options_button.php:86
81
  msgid "red"
82
  msgstr ""
83
 
84
- #: options/rbs_gallery_options_button.php:87
85
  msgid "purple"
86
  msgstr ""
87
 
88
- #: options/rbs_gallery_options_button.php:92
89
  msgid "Rounds"
90
  msgstr ""
91
 
92
- #: options/rbs_gallery_options_button.php:98
93
- #: options/rbs_gallery_options_button.php:114
94
  msgid "Normal"
95
  msgstr ""
96
 
97
- #: options/rbs_gallery_options_button.php:99
98
  msgid "Rounded"
99
  msgstr ""
100
 
101
- #: options/rbs_gallery_options_button.php:100
102
  msgid "Pill"
103
  msgstr ""
104
 
105
- #: options/rbs_gallery_options_button.php:101
106
  msgid "Circle "
107
  msgstr ""
108
 
109
- #: options/rbs_gallery_options_button.php:106
110
  msgid "Size"
111
- msgstr ""
112
 
113
- #: options/rbs_gallery_options_button.php:112
114
  msgid "Jumbo"
115
  msgstr ""
116
 
117
- #: options/rbs_gallery_options_button.php:113
118
  msgid "Large"
119
  msgstr ""
120
 
121
- #: options/rbs_gallery_options_button.php:115
122
  msgid "Small"
123
  msgstr ""
124
 
125
- #: options/rbs_gallery_options_button.php:116
126
  msgid "Tiny "
127
  msgstr ""
128
 
129
- #: options/rbs_gallery_options_button.php:121
130
  msgid "Left Padding"
131
- msgstr ""
132
 
133
- #: options/rbs_gallery_options_button.php:132
134
  msgid "Bottom Padding"
135
  msgstr ""
136
 
@@ -144,7 +144,7 @@ msgstr ""
144
 
145
  #: options/rbs_gallery_options_hover.php:33 rbs_gallery_media.php:74
146
  msgid "Off"
147
- msgstr ""
148
 
149
  #: options/rbs_gallery_options_hover.php:34
150
  msgid "Options"
@@ -152,17 +152,18 @@ msgstr ""
152
 
153
  #: options/rbs_gallery_options_hover.php:35
154
  msgid "Template"
155
- msgstr ""
156
 
157
  #: options/rbs_gallery_options_hover.php:49
 
158
  #: options/rbs_gallery_options_loading.php:79
159
- #: options/rbs_gallery_options_polaroid.php:52
160
  msgid "Bg Color"
161
- msgstr ""
162
 
163
  #: options/rbs_gallery_options_hover.php:63 rbs_gallery_media.php:118
164
  msgid "Effect"
165
- msgstr ""
166
 
167
  #: options/rbs_gallery_options_hover.php:69 rbs_gallery_media.php:95
168
  msgid "push-up"
@@ -229,17 +230,17 @@ msgid "Show Title"
229
  msgstr ""
230
 
231
  #: options/rbs_gallery_options_hover.php:105
232
- #: options/rbs_gallery_options_polaroid.php:45
233
  msgid "Title"
234
  msgstr ""
235
 
236
  #: options/rbs_gallery_options_hover.php:106
237
  msgid "Link Button"
238
- msgstr ""
239
 
240
  #: options/rbs_gallery_options_hover.php:107
241
  msgid "Zoom Button"
242
- msgstr ""
243
 
244
  #: options/rbs_gallery_options_hover.php:108
245
  msgid "Description"
@@ -247,15 +248,15 @@ msgstr ""
247
 
248
  #: options/rbs_gallery_options_hover.php:117
249
  msgid "Link Icon"
250
- msgstr ""
251
 
252
  #: options/rbs_gallery_options_hover.php:137
253
  msgid "Zoom Icon"
254
- msgstr ""
255
 
256
  #: options/rbs_gallery_options_hover.php:160
257
  msgid "Show Description"
258
- msgstr ""
259
 
260
  #: options/rbs_gallery_options_hover.php:181
261
  msgid "Description Template"
@@ -268,7 +269,7 @@ msgstr ""
268
  #: options/rbs_gallery_options_images.php:27
269
  #: options/rbs_gallery_options_images.php:29
270
  msgid "Manage Images"
271
- msgstr ""
272
 
273
  #: options/rbs_gallery_options_images.php:28
274
  msgid ""
@@ -279,8 +280,8 @@ msgstr ""
279
 
280
  #: options/rbs_gallery_options_info.php:18
281
  #: options/rbs_gallery_options_info.php:31
282
- #: options/rbs_gallery_options_infowide.php:18 rbs_gallery_about.php:62
283
- #: rbs_gallery_about.php:63 rbs_gallery_list.php:29
284
  #: rbs_gallery_topblock.php:20
285
  msgid "Get Pro version"
286
  msgstr ""
@@ -292,18 +293,27 @@ msgid ""
292
  "flexibility in settings"
293
  msgstr ""
294
 
295
- #: options/rbs_gallery_options_loading.php:18
296
- msgid "Loading options"
297
  msgstr ""
298
 
299
- #: options/rbs_gallery_options_loading.php:26
300
- msgid "Lazy Load"
301
- msgstr ""
302
 
 
 
 
 
 
303
  #: options/rbs_gallery_options_loading.php:35
304
  msgid "Loading Options"
305
  msgstr ""
306
 
 
 
 
 
307
  #: options/rbs_gallery_options_loading.php:36
308
  msgid "Loading Text"
309
  msgstr ""
@@ -318,7 +328,7 @@ msgstr ""
318
 
319
  #: options/rbs_gallery_options_loading.php:63
320
  msgid "Wait Thumbs Load"
321
- msgstr ""
322
 
323
  #: options/rbs_gallery_options_loading.php:71
324
  msgid "Wait No Matter What"
@@ -342,33 +352,33 @@ msgstr ""
342
 
343
  #: options/rbs_gallery_options_polaroid.php:26
344
  msgid "Polaroid Style"
345
- msgstr ""
346
 
347
- #: options/rbs_gallery_options_polaroid.php:39
348
  msgid "Source"
349
  msgstr ""
350
 
351
- #: options/rbs_gallery_options_polaroid.php:46
352
  msgid "Desc"
353
  msgstr ""
354
 
355
- #: options/rbs_gallery_options_polaroid.php:47
356
  msgid "Caption"
357
  msgstr ""
358
 
359
- #: options/rbs_gallery_options_polaroid.php:63
360
  msgid "Align"
361
  msgstr ""
362
 
363
- #: options/rbs_gallery_options_polaroid.php:69
364
  msgid "left"
365
  msgstr ""
366
 
367
- #: options/rbs_gallery_options_polaroid.php:70
368
  msgid "right"
369
  msgstr ""
370
 
371
- #: options/rbs_gallery_options_polaroid.php:71
372
  msgid "center"
373
  msgstr ""
374
 
@@ -394,7 +404,7 @@ msgstr ""
394
 
395
  #: options/rbs_gallery_options_size.php:40
396
  msgid "Size Options"
397
- msgstr ""
398
 
399
  #: options/rbs_gallery_options_size.php:47
400
  msgid "Custom Ratio"
@@ -410,15 +420,15 @@ msgstr ""
410
 
411
  #: options/rbs_gallery_options_view.php:28
412
  msgid "Radius"
413
- msgstr ""
414
 
415
  #: options/rbs_gallery_options_view.php:41
416
  msgid "Hor. Space"
417
- msgstr ""
418
 
419
  #: options/rbs_gallery_options_view.php:51
420
  msgid "Ver. Space"
421
- msgstr ""
422
 
423
  #: options/rbs_gallery_options_view.php:64
424
  msgid "Shadow"
@@ -431,7 +441,7 @@ msgstr ""
431
  #: options/rbs_gallery_options_view.php:81
432
  #: options/rbs_gallery_options_view.php:106
433
  msgid "Shadow Options"
434
- msgstr ""
435
 
436
  #: options/rbs_gallery_options_view.php:82
437
  msgid "Hover Shadow Options"
@@ -441,24 +451,24 @@ msgstr ""
441
  msgid "Hover Shadow"
442
  msgstr ""
443
 
444
- #: options/rbs_gallery_options_view.php:121
445
  msgid "Border"
446
  msgstr ""
447
 
448
- #: options/rbs_gallery_options_view.php:131
449
- #: options/rbs_gallery_options_view.php:165
450
  msgid "Border options"
451
  msgstr ""
452
 
453
- #: options/rbs_gallery_options_view.php:138
454
  msgid "Border Options"
455
  msgstr ""
456
 
457
- #: options/rbs_gallery_options_view.php:139
458
  msgid "Hover Border Options"
459
  msgstr ""
460
 
461
- #: options/rbs_gallery_options_view.php:150
462
  msgid "Hover Border"
463
  msgstr ""
464
 
@@ -470,67 +480,67 @@ msgstr ""
470
  msgid "More details about Robo Gallery you can see on our website"
471
  msgstr ""
472
 
473
- #: rbs_gallery_about.php:28
474
  msgid "Robo Gallery Pro Features"
475
  msgstr ""
476
 
477
- #: rbs_gallery_about.php:31
478
  msgid "Unlimited amount of the galleries"
479
  msgstr ""
480
 
481
- #: rbs_gallery_about.php:32
482
  msgid "Unlimited amount of images in galleries"
483
  msgstr ""
484
 
485
- #: rbs_gallery_about.php:35
486
  msgid "Custom hover style for border"
487
  msgstr ""
488
 
489
- #: rbs_gallery_about.php:36
490
  msgid "Custom hover style for shadow"
491
  msgstr ""
492
 
493
- #: rbs_gallery_about.php:39
494
  msgid "Unlimited multi-categories"
495
  msgstr ""
496
 
497
- #: rbs_gallery_about.php:40
498
  msgid "High quality thumbnails"
499
  msgstr ""
500
 
501
- #: rbs_gallery_about.php:43
502
  msgid "Gallery widget"
503
  msgstr ""
504
 
505
- #: rbs_gallery_about.php:44
506
  msgid "Random ordering"
507
  msgstr ""
508
 
509
- #: rbs_gallery_about.php:47
510
  msgid "Gallery menu colors"
511
  msgstr ""
512
 
513
- #: rbs_gallery_about.php:48
514
  msgid "Gallery menu styles"
515
  msgstr ""
516
 
517
- #: rbs_gallery_about.php:51
518
  msgid "Custom images ordering"
519
  msgstr ""
520
 
521
- #: rbs_gallery_about.php:52
522
  msgid "Customizable hover style"
523
  msgstr ""
524
 
525
- #: rbs_gallery_about.php:55
526
  msgid "Custom hover background color"
527
  msgstr ""
528
 
529
- #: rbs_gallery_about.php:56
530
  msgid "Advanced images description settings"
531
  msgstr ""
532
 
533
- #: rbs_gallery_about.php:66
534
  msgid "All Rights Reserved"
535
  msgstr ""
536
 
@@ -540,11 +550,11 @@ msgstr ""
540
 
541
  #: rbs_gallery_button.php:23 rbs_gallery_list.php:28
542
  msgid "Close"
543
- msgstr ""
544
 
545
  #: rbs_gallery_button.php:24
546
  msgid "Insert"
547
- msgstr ""
548
 
549
  #: rbs_gallery_button.php:30
550
  msgid "Add Robo Gallery"
@@ -564,7 +574,7 @@ msgstr ""
564
 
565
  #: rbs_gallery_init.php:21
566
  msgid "Available in"
567
- msgstr ""
568
 
569
  #: rbs_gallery_init.php:67
570
  msgid "Galleries List"
@@ -572,11 +582,11 @@ msgstr ""
572
 
573
  #: rbs_gallery_init.php:68 rbs_gallery_init.php:69
574
  msgid "Add Gallery"
575
- msgstr ""
576
 
577
  #: rbs_gallery_init.php:70
578
  msgid "Edit Gallery"
579
- msgstr ""
580
 
581
  #: rbs_gallery_list.php:27
582
  msgid "Get Robo Gallery Pro version"
@@ -586,10 +596,12 @@ msgstr ""
586
  msgid ""
587
  "You can create only 3 galleries. Update to PRO to get unlimited galleries"
588
  msgstr ""
 
 
589
 
590
  #: rbs_gallery_list.php:55
591
  msgid "Shortcode"
592
- msgstr ""
593
 
594
  #: rbs_gallery_media.php:58
595
  msgid "Column"
@@ -597,11 +609,11 @@ msgstr ""
597
 
598
  #: rbs_gallery_media.php:65
599
  msgid "Link"
600
- msgstr ""
601
 
602
  #: rbs_gallery_media.php:73
603
  msgid "On"
604
- msgstr ""
605
 
606
  #: rbs_gallery_media.php:78
607
  msgid "Blank Link"
@@ -609,7 +621,7 @@ msgstr ""
609
 
610
  #: rbs_gallery_media.php:86
611
  msgid "Video"
612
- msgstr ""
613
 
614
  #: rbs_gallery_media.php:110
615
  msgid "inherit"
@@ -629,16 +641,15 @@ msgstr ""
629
 
630
  #: rbs_gallery_widget.php:45
631
  msgid "New gallery"
632
- msgstr ""
633
-
634
- #: rbs_gallery_widget.php:72
635
- msgid "Title:"
636
- msgstr ""
637
 
638
  #: rbs_gallery_widget.php:77
639
  msgid "Gallery:"
640
  msgstr ""
641
 
 
 
 
642
  #~ msgid "Get PRO Version"
643
  #~ msgstr "Get PRO Version"
644
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Robo Gallery v 1.0.0\n"
4
+ "POT-Creation-Date: 2015-07-27 23:18+0200\n"
5
+ "PO-Revision-Date: 2015-07-27 23:19+0200\n"
6
  "Last-Translator: \n"
7
  "Language-Team: RoboSoft Team <team@robosoft.co>\n"
8
  "Language: ru_RU\n"
25
  msgid "Show Menu"
26
  msgstr "Показать меню"
27
 
28
+ #: options/rbs_gallery_options_button.php:36
29
  msgid "Show Root"
30
  msgstr ""
31
 
32
+ #: options/rbs_gallery_options_button.php:44
33
  msgid "Root Label"
34
  msgstr ""
35
 
36
+ #: options/rbs_gallery_options_button.php:51
37
  msgid "Show self"
38
  msgstr ""
39
 
40
+ #: options/rbs_gallery_options_button.php:60
41
  msgid "Style"
42
  msgstr "Стиль"
43
 
44
+ #: options/rbs_gallery_options_button.php:67
45
  msgid "normal"
46
  msgstr ""
47
 
48
+ #: options/rbs_gallery_options_button.php:68
49
  msgid "flat"
50
  msgstr ""
51
 
52
+ #: options/rbs_gallery_options_button.php:69
53
  msgid "3d"
54
+ msgstr "3D"
55
 
56
+ #: options/rbs_gallery_options_button.php:70
57
  msgid "border"
58
  msgstr ""
59
 
60
+ #: options/rbs_gallery_options_button.php:76
61
  msgid "Color"
62
+ msgstr "Цвет"
63
 
64
+ #: options/rbs_gallery_options_button.php:83
65
  msgid "gray"
66
  msgstr ""
67
 
68
+ #: options/rbs_gallery_options_button.php:84
69
  msgid "blue"
70
  msgstr ""
71
 
72
+ #: options/rbs_gallery_options_button.php:85
73
  msgid "green"
74
+ msgstr "зеленое"
75
 
76
+ #: options/rbs_gallery_options_button.php:86
77
  msgid "orange"
78
  msgstr ""
79
 
80
+ #: options/rbs_gallery_options_button.php:87
81
  msgid "red"
82
  msgstr ""
83
 
84
+ #: options/rbs_gallery_options_button.php:88
85
  msgid "purple"
86
  msgstr ""
87
 
88
+ #: options/rbs_gallery_options_button.php:93
89
  msgid "Rounds"
90
  msgstr ""
91
 
92
+ #: options/rbs_gallery_options_button.php:99
93
+ #: options/rbs_gallery_options_button.php:115
94
  msgid "Normal"
95
  msgstr ""
96
 
97
+ #: options/rbs_gallery_options_button.php:100
98
  msgid "Rounded"
99
  msgstr ""
100
 
101
+ #: options/rbs_gallery_options_button.php:101
102
  msgid "Pill"
103
  msgstr ""
104
 
105
+ #: options/rbs_gallery_options_button.php:102
106
  msgid "Circle "
107
  msgstr ""
108
 
109
+ #: options/rbs_gallery_options_button.php:107
110
  msgid "Size"
111
+ msgstr "Размер"
112
 
113
+ #: options/rbs_gallery_options_button.php:113
114
  msgid "Jumbo"
115
  msgstr ""
116
 
117
+ #: options/rbs_gallery_options_button.php:114
118
  msgid "Large"
119
  msgstr ""
120
 
121
+ #: options/rbs_gallery_options_button.php:116
122
  msgid "Small"
123
  msgstr ""
124
 
125
+ #: options/rbs_gallery_options_button.php:117
126
  msgid "Tiny "
127
  msgstr ""
128
 
129
+ #: options/rbs_gallery_options_button.php:122
130
  msgid "Left Padding"
131
+ msgstr "Отступ с лева"
132
 
133
+ #: options/rbs_gallery_options_button.php:133
134
  msgid "Bottom Padding"
135
  msgstr ""
136
 
144
 
145
  #: options/rbs_gallery_options_hover.php:33 rbs_gallery_media.php:74
146
  msgid "Off"
147
+ msgstr "Откл"
148
 
149
  #: options/rbs_gallery_options_hover.php:34
150
  msgid "Options"
152
 
153
  #: options/rbs_gallery_options_hover.php:35
154
  msgid "Template"
155
+ msgstr "Шаблон"
156
 
157
  #: options/rbs_gallery_options_hover.php:49
158
+ #: options/rbs_gallery_options_lightbox.php:48
159
  #: options/rbs_gallery_options_loading.php:79
160
+ #: options/rbs_gallery_options_polaroid.php:53
161
  msgid "Bg Color"
162
+ msgstr "Цвет фона"
163
 
164
  #: options/rbs_gallery_options_hover.php:63 rbs_gallery_media.php:118
165
  msgid "Effect"
166
+ msgstr "Эффект"
167
 
168
  #: options/rbs_gallery_options_hover.php:69 rbs_gallery_media.php:95
169
  msgid "push-up"
230
  msgstr ""
231
 
232
  #: options/rbs_gallery_options_hover.php:105
233
+ #: options/rbs_gallery_options_polaroid.php:46 rbs_gallery_widget.php:72
234
  msgid "Title"
235
  msgstr ""
236
 
237
  #: options/rbs_gallery_options_hover.php:106
238
  msgid "Link Button"
239
+ msgstr "Значок Ссылки"
240
 
241
  #: options/rbs_gallery_options_hover.php:107
242
  msgid "Zoom Button"
243
+ msgstr "Кнопка масштаба"
244
 
245
  #: options/rbs_gallery_options_hover.php:108
246
  msgid "Description"
248
 
249
  #: options/rbs_gallery_options_hover.php:117
250
  msgid "Link Icon"
251
+ msgstr "Значок Ссылки"
252
 
253
  #: options/rbs_gallery_options_hover.php:137
254
  msgid "Zoom Icon"
255
+ msgstr "Значок масштабирования"
256
 
257
  #: options/rbs_gallery_options_hover.php:160
258
  msgid "Show Description"
259
+ msgstr "Показывать описание"
260
 
261
  #: options/rbs_gallery_options_hover.php:181
262
  msgid "Description Template"
269
  #: options/rbs_gallery_options_images.php:27
270
  #: options/rbs_gallery_options_images.php:29
271
  msgid "Manage Images"
272
+ msgstr "Управление Картинками"
273
 
274
  #: options/rbs_gallery_options_images.php:28
275
  msgid ""
280
 
281
  #: options/rbs_gallery_options_info.php:18
282
  #: options/rbs_gallery_options_info.php:31
283
+ #: options/rbs_gallery_options_infowide.php:18 rbs_gallery_about.php:63
284
+ #: rbs_gallery_about.php:64 rbs_gallery_list.php:29
285
  #: rbs_gallery_topblock.php:20
286
  msgid "Get Pro version"
287
  msgstr ""
293
  "flexibility in settings"
294
  msgstr ""
295
 
296
+ #: options/rbs_gallery_options_lightbox.php:18
297
+ msgid "Lightbox Options"
298
  msgstr ""
299
 
300
+ #: options/rbs_gallery_options_lightbox.php:26
301
+ msgid "Social Buttons"
302
+ msgstr "Кнопки Соц. Сетей"
303
 
304
+ #: options/rbs_gallery_options_lightbox.php:37
305
+ msgid "Text Color"
306
+ msgstr "Цвет текста"
307
+
308
+ #: options/rbs_gallery_options_loading.php:18
309
  #: options/rbs_gallery_options_loading.php:35
310
  msgid "Loading Options"
311
  msgstr ""
312
 
313
+ #: options/rbs_gallery_options_loading.php:26
314
+ msgid "Lazy Load"
315
+ msgstr ""
316
+
317
  #: options/rbs_gallery_options_loading.php:36
318
  msgid "Loading Text"
319
  msgstr ""
328
 
329
  #: options/rbs_gallery_options_loading.php:63
330
  msgid "Wait Thumbs Load"
331
+ msgstr "Ожидать загрузки миниатюр"
332
 
333
  #: options/rbs_gallery_options_loading.php:71
334
  msgid "Wait No Matter What"
352
 
353
  #: options/rbs_gallery_options_polaroid.php:26
354
  msgid "Polaroid Style"
355
+ msgstr "Стиль Поларойд"
356
 
357
+ #: options/rbs_gallery_options_polaroid.php:40
358
  msgid "Source"
359
  msgstr ""
360
 
361
+ #: options/rbs_gallery_options_polaroid.php:47
362
  msgid "Desc"
363
  msgstr ""
364
 
365
+ #: options/rbs_gallery_options_polaroid.php:48
366
  msgid "Caption"
367
  msgstr ""
368
 
369
+ #: options/rbs_gallery_options_polaroid.php:64
370
  msgid "Align"
371
  msgstr ""
372
 
373
+ #: options/rbs_gallery_options_polaroid.php:70
374
  msgid "left"
375
  msgstr ""
376
 
377
+ #: options/rbs_gallery_options_polaroid.php:71
378
  msgid "right"
379
  msgstr ""
380
 
381
+ #: options/rbs_gallery_options_polaroid.php:72
382
  msgid "center"
383
  msgstr ""
384
 
404
 
405
  #: options/rbs_gallery_options_size.php:40
406
  msgid "Size Options"
407
+ msgstr "Настройки размера"
408
 
409
  #: options/rbs_gallery_options_size.php:47
410
  msgid "Custom Ratio"
420
 
421
  #: options/rbs_gallery_options_view.php:28
422
  msgid "Radius"
423
+ msgstr "Радиус"
424
 
425
  #: options/rbs_gallery_options_view.php:41
426
  msgid "Hor. Space"
427
+ msgstr "Хор. отступ"
428
 
429
  #: options/rbs_gallery_options_view.php:51
430
  msgid "Ver. Space"
431
+ msgstr "Верт. Отступ"
432
 
433
  #: options/rbs_gallery_options_view.php:64
434
  msgid "Shadow"
441
  #: options/rbs_gallery_options_view.php:81
442
  #: options/rbs_gallery_options_view.php:106
443
  msgid "Shadow Options"
444
+ msgstr "Настройки тени"
445
 
446
  #: options/rbs_gallery_options_view.php:82
447
  msgid "Hover Shadow Options"
451
  msgid "Hover Shadow"
452
  msgstr ""
453
 
454
+ #: options/rbs_gallery_options_view.php:127
455
  msgid "Border"
456
  msgstr ""
457
 
458
+ #: options/rbs_gallery_options_view.php:137
459
+ #: options/rbs_gallery_options_view.php:171
460
  msgid "Border options"
461
  msgstr ""
462
 
463
+ #: options/rbs_gallery_options_view.php:144
464
  msgid "Border Options"
465
  msgstr ""
466
 
467
+ #: options/rbs_gallery_options_view.php:145
468
  msgid "Hover Border Options"
469
  msgstr ""
470
 
471
+ #: options/rbs_gallery_options_view.php:156
472
  msgid "Hover Border"
473
  msgstr ""
474
 
480
  msgid "More details about Robo Gallery you can see on our website"
481
  msgstr ""
482
 
483
+ #: rbs_gallery_about.php:31
484
  msgid "Robo Gallery Pro Features"
485
  msgstr ""
486
 
487
+ #: rbs_gallery_about.php:34
488
  msgid "Unlimited amount of the galleries"
489
  msgstr ""
490
 
491
+ #: rbs_gallery_about.php:35
492
  msgid "Unlimited amount of images in galleries"
493
  msgstr ""
494
 
495
+ #: rbs_gallery_about.php:38
496
  msgid "Custom hover style for border"
497
  msgstr ""
498
 
499
+ #: rbs_gallery_about.php:39
500
  msgid "Custom hover style for shadow"
501
  msgstr ""
502
 
503
+ #: rbs_gallery_about.php:42
504
  msgid "Unlimited multi-categories"
505
  msgstr ""
506
 
507
+ #: rbs_gallery_about.php:43
508
  msgid "High quality thumbnails"
509
  msgstr ""
510
 
511
+ #: rbs_gallery_about.php:46
512
  msgid "Gallery widget"
513
  msgstr ""
514
 
515
+ #: rbs_gallery_about.php:47
516
  msgid "Random ordering"
517
  msgstr ""
518
 
519
+ #: rbs_gallery_about.php:50
520
  msgid "Gallery menu colors"
521
  msgstr ""
522
 
523
+ #: rbs_gallery_about.php:51
524
  msgid "Gallery menu styles"
525
  msgstr ""
526
 
527
+ #: rbs_gallery_about.php:54
528
  msgid "Custom images ordering"
529
  msgstr ""
530
 
531
+ #: rbs_gallery_about.php:55
532
  msgid "Customizable hover style"
533
  msgstr ""
534
 
535
+ #: rbs_gallery_about.php:58
536
  msgid "Custom hover background color"
537
  msgstr ""
538
 
539
+ #: rbs_gallery_about.php:59
540
  msgid "Advanced images description settings"
541
  msgstr ""
542
 
543
+ #: rbs_gallery_about.php:69
544
  msgid "All Rights Reserved"
545
  msgstr ""
546
 
550
 
551
  #: rbs_gallery_button.php:23 rbs_gallery_list.php:28
552
  msgid "Close"
553
+ msgstr "Закрыть"
554
 
555
  #: rbs_gallery_button.php:24
556
  msgid "Insert"
557
+ msgstr "Вставить"
558
 
559
  #: rbs_gallery_button.php:30
560
  msgid "Add Robo Gallery"
574
 
575
  #: rbs_gallery_init.php:21
576
  msgid "Available in"
577
+ msgstr "Доступно в "
578
 
579
  #: rbs_gallery_init.php:67
580
  msgid "Galleries List"
582
 
583
  #: rbs_gallery_init.php:68 rbs_gallery_init.php:69
584
  msgid "Add Gallery"
585
+ msgstr "Добавить галерею"
586
 
587
  #: rbs_gallery_init.php:70
588
  msgid "Edit Gallery"
589
+ msgstr "Редактировать галерею "
590
 
591
  #: rbs_gallery_list.php:27
592
  msgid "Get Robo Gallery Pro version"
596
  msgid ""
597
  "You can create only 3 galleries. Update to PRO to get unlimited galleries"
598
  msgstr ""
599
+ "Вы можете создать только 3 галереи. Обновите на PRO версию чтобы убрать это "
600
+ "ограничение."
601
 
602
  #: rbs_gallery_list.php:55
603
  msgid "Shortcode"
604
+ msgstr "Shortcode"
605
 
606
  #: rbs_gallery_media.php:58
607
  msgid "Column"
609
 
610
  #: rbs_gallery_media.php:65
611
  msgid "Link"
612
+ msgstr "Ссылка"
613
 
614
  #: rbs_gallery_media.php:73
615
  msgid "On"
616
+ msgstr "Вкл"
617
 
618
  #: rbs_gallery_media.php:78
619
  msgid "Blank Link"
621
 
622
  #: rbs_gallery_media.php:86
623
  msgid "Video"
624
+ msgstr "Video"
625
 
626
  #: rbs_gallery_media.php:110
627
  msgid "inherit"
641
 
642
  #: rbs_gallery_widget.php:45
643
  msgid "New gallery"
644
+ msgstr "Новая галерея"
 
 
 
 
645
 
646
  #: rbs_gallery_widget.php:77
647
  msgid "Gallery:"
648
  msgstr ""
649
 
650
+ msgid "Title:"
651
+ msgstr "Title:"
652
+
653
  #~ msgid "Get PRO Version"
654
  #~ msgstr "Get PRO Version"
655
 
languages/rbs_gallery-uk_UA.mo ADDED
Binary file
languages/rbs_gallery-uk_UA.po ADDED
@@ -0,0 +1,656 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: \n"
4
+ "POT-Creation-Date: 2015-07-27 23:18+0200\n"
5
+ "PO-Revision-Date: 2015-07-29 10:05+0200\n"
6
+ "Last-Translator: \n"
7
+ "Language-Team: \n"
8
+ "Language: uk_UA\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 1.8.2\n"
13
+ "X-Poedit-Basepath: ../includes\n"
14
+ "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
15
+ "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
16
+ "X-Poedit-SearchPath-0: .\n"
17
+
18
+ #: options/rbs_gallery_options_button.php:18
19
+ msgid "Menu Options"
20
+ msgstr ""
21
+
22
+ #: options/rbs_gallery_options_button.php:26
23
+ msgid "Show Menu"
24
+ msgstr "Показати меню"
25
+
26
+ #: options/rbs_gallery_options_button.php:36
27
+ msgid "Show Root"
28
+ msgstr ""
29
+
30
+ #: options/rbs_gallery_options_button.php:44
31
+ msgid "Root Label"
32
+ msgstr ""
33
+
34
+ #: options/rbs_gallery_options_button.php:51
35
+ msgid "Show self"
36
+ msgstr ""
37
+
38
+ #: options/rbs_gallery_options_button.php:60
39
+ msgid "Style"
40
+ msgstr ""
41
+
42
+ #: options/rbs_gallery_options_button.php:67
43
+ msgid "normal"
44
+ msgstr ""
45
+
46
+ #: options/rbs_gallery_options_button.php:68
47
+ msgid "flat"
48
+ msgstr ""
49
+
50
+ #: options/rbs_gallery_options_button.php:69
51
+ msgid "3d"
52
+ msgstr "3d"
53
+
54
+ #: options/rbs_gallery_options_button.php:70
55
+ msgid "border"
56
+ msgstr ""
57
+
58
+ #: options/rbs_gallery_options_button.php:76
59
+ msgid "Color"
60
+ msgstr "Колір"
61
+
62
+ #: options/rbs_gallery_options_button.php:83
63
+ msgid "gray"
64
+ msgstr ""
65
+
66
+ #: options/rbs_gallery_options_button.php:84
67
+ msgid "blue"
68
+ msgstr ""
69
+
70
+ #: options/rbs_gallery_options_button.php:85
71
+ msgid "green"
72
+ msgstr "зелений"
73
+
74
+ #: options/rbs_gallery_options_button.php:86
75
+ msgid "orange"
76
+ msgstr ""
77
+
78
+ #: options/rbs_gallery_options_button.php:87
79
+ msgid "red"
80
+ msgstr ""
81
+
82
+ #: options/rbs_gallery_options_button.php:88
83
+ msgid "purple"
84
+ msgstr ""
85
+
86
+ #: options/rbs_gallery_options_button.php:93
87
+ msgid "Rounds"
88
+ msgstr ""
89
+
90
+ #: options/rbs_gallery_options_button.php:99
91
+ #: options/rbs_gallery_options_button.php:115
92
+ msgid "Normal"
93
+ msgstr ""
94
+
95
+ #: options/rbs_gallery_options_button.php:100
96
+ msgid "Rounded"
97
+ msgstr ""
98
+
99
+ #: options/rbs_gallery_options_button.php:101
100
+ msgid "Pill"
101
+ 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"
109
+ msgstr "Розмір"
110
+
111
+ #: options/rbs_gallery_options_button.php:113
112
+ msgid "Jumbo"
113
+ msgstr ""
114
+
115
+ #: options/rbs_gallery_options_button.php:114
116
+ msgid "Large"
117
+ msgstr ""
118
+
119
+ #: options/rbs_gallery_options_button.php:116
120
+ msgid "Small"
121
+ msgstr "Малий"
122
+
123
+ #: options/rbs_gallery_options_button.php:117
124
+ msgid "Tiny "
125
+ msgstr ""
126
+
127
+ #: options/rbs_gallery_options_button.php:122
128
+ msgid "Left Padding"
129
+ msgstr ""
130
+
131
+ #: options/rbs_gallery_options_button.php:133
132
+ msgid "Bottom Padding"
133
+ msgstr ""
134
+
135
+ #: options/rbs_gallery_options_hover.php:18
136
+ msgid "Hover Options"
137
+ msgstr ""
138
+
139
+ #: options/rbs_gallery_options_hover.php:26
140
+ msgid "Hover Mode"
141
+ msgstr ""
142
+
143
+ #: options/rbs_gallery_options_hover.php:33 rbs_gallery_media.php:74
144
+ msgid "Off"
145
+ msgstr ""
146
+
147
+ #: options/rbs_gallery_options_hover.php:34
148
+ msgid "Options"
149
+ msgstr ""
150
+
151
+ #: options/rbs_gallery_options_hover.php:35
152
+ msgid "Template"
153
+ msgstr ""
154
+
155
+ #: options/rbs_gallery_options_hover.php:49
156
+ #: options/rbs_gallery_options_lightbox.php:48
157
+ #: options/rbs_gallery_options_loading.php:79
158
+ #: options/rbs_gallery_options_polaroid.php:53
159
+ msgid "Bg Color"
160
+ msgstr ""
161
+
162
+ #: options/rbs_gallery_options_hover.php:63 rbs_gallery_media.php:118
163
+ msgid "Effect"
164
+ msgstr "Ефект"
165
+
166
+ #: options/rbs_gallery_options_hover.php:69 rbs_gallery_media.php:95
167
+ msgid "push-up"
168
+ msgstr ""
169
+
170
+ #: options/rbs_gallery_options_hover.php:70 rbs_gallery_media.php:96
171
+ msgid "push-down"
172
+ msgstr ""
173
+
174
+ #: options/rbs_gallery_options_hover.php:71 rbs_gallery_media.php:97
175
+ msgid "push-up-100%"
176
+ msgstr ""
177
+
178
+ #: options/rbs_gallery_options_hover.php:72 rbs_gallery_media.php:98
179
+ msgid "push-down-100%"
180
+ msgstr ""
181
+
182
+ #: options/rbs_gallery_options_hover.php:73 rbs_gallery_media.php:99
183
+ msgid "reveal-top"
184
+ msgstr ""
185
+
186
+ #: options/rbs_gallery_options_hover.php:74 rbs_gallery_media.php:100
187
+ msgid "reveal-bottom"
188
+ msgstr ""
189
+
190
+ #: options/rbs_gallery_options_hover.php:75 rbs_gallery_media.php:101
191
+ msgid "reveal-top-100%"
192
+ msgstr ""
193
+
194
+ #: options/rbs_gallery_options_hover.php:76 rbs_gallery_media.php:102
195
+ msgid "reveal-bottom-100%"
196
+ msgstr ""
197
+
198
+ #: options/rbs_gallery_options_hover.php:77 rbs_gallery_media.php:103
199
+ msgid "direction-aware"
200
+ msgstr ""
201
+
202
+ #: options/rbs_gallery_options_hover.php:78 rbs_gallery_media.php:104
203
+ msgid "direction-aware-fade"
204
+ msgstr ""
205
+
206
+ #: options/rbs_gallery_options_hover.php:79 rbs_gallery_media.php:105
207
+ msgid "direction-right"
208
+ msgstr ""
209
+
210
+ #: options/rbs_gallery_options_hover.php:80 rbs_gallery_media.php:106
211
+ msgid "direction-left"
212
+ msgstr ""
213
+
214
+ #: options/rbs_gallery_options_hover.php:81 rbs_gallery_media.php:107
215
+ msgid "direction-top"
216
+ msgstr ""
217
+
218
+ #: options/rbs_gallery_options_hover.php:82 rbs_gallery_media.php:108
219
+ msgid "direction-bottom"
220
+ msgstr ""
221
+
222
+ #: options/rbs_gallery_options_hover.php:83 rbs_gallery_media.php:109
223
+ msgid "fade"
224
+ msgstr ""
225
+
226
+ #: options/rbs_gallery_options_hover.php:90
227
+ msgid "Show Title"
228
+ msgstr "Показати заголовок"
229
+
230
+ #: options/rbs_gallery_options_hover.php:105
231
+ #: options/rbs_gallery_options_polaroid.php:46 rbs_gallery_widget.php:72
232
+ msgid "Title"
233
+ msgstr "Назва"
234
+
235
+ #: options/rbs_gallery_options_hover.php:106
236
+ msgid "Link Button"
237
+ msgstr ""
238
+
239
+ #: options/rbs_gallery_options_hover.php:107
240
+ msgid "Zoom Button"
241
+ msgstr ""
242
+
243
+ #: options/rbs_gallery_options_hover.php:108
244
+ msgid "Description"
245
+ msgstr "Опис"
246
+
247
+ #: options/rbs_gallery_options_hover.php:117
248
+ msgid "Link Icon"
249
+ msgstr ""
250
+
251
+ #: options/rbs_gallery_options_hover.php:137
252
+ msgid "Zoom Icon"
253
+ msgstr ""
254
+
255
+ #: options/rbs_gallery_options_hover.php:160
256
+ msgid "Show Description"
257
+ msgstr "Показати опис"
258
+
259
+ #: options/rbs_gallery_options_hover.php:181
260
+ msgid "Description Template"
261
+ msgstr ""
262
+
263
+ #: options/rbs_gallery_options_images.php:18
264
+ msgid "Images Manager"
265
+ msgstr ""
266
+
267
+ #: options/rbs_gallery_options_images.php:27
268
+ #: options/rbs_gallery_options_images.php:29
269
+ msgid "Manage Images"
270
+ msgstr ""
271
+
272
+ #: options/rbs_gallery_options_images.php:28
273
+ msgid ""
274
+ "Click on Manage Images button to open Images Manager where you can upload, "
275
+ "edit or delete images from gallery. Also here you can edit settings of every "
276
+ "particular image, define alt, links, description text"
277
+ msgstr ""
278
+
279
+ #: options/rbs_gallery_options_info.php:18
280
+ #: options/rbs_gallery_options_info.php:31
281
+ #: options/rbs_gallery_options_infowide.php:18 rbs_gallery_about.php:63
282
+ #: rbs_gallery_about.php:64 rbs_gallery_list.php:29
283
+ #: rbs_gallery_topblock.php:20
284
+ msgid "Get Pro version"
285
+ msgstr ""
286
+
287
+ #: options/rbs_gallery_options_info.php:29
288
+ #: options/rbs_gallery_options_infowide.php:28 rbs_gallery_topblock.php:21
289
+ msgid ""
290
+ "with PRO version you get more advanced functionality and even more "
291
+ "flexibility in settings"
292
+ msgstr ""
293
+
294
+ #: options/rbs_gallery_options_lightbox.php:18
295
+ msgid "Lightbox Options"
296
+ msgstr ""
297
+
298
+ #: options/rbs_gallery_options_lightbox.php:26
299
+ msgid "Social Buttons"
300
+ msgstr ""
301
+
302
+ #: options/rbs_gallery_options_lightbox.php:37
303
+ msgid "Text Color"
304
+ msgstr ""
305
+
306
+ #: options/rbs_gallery_options_loading.php:18
307
+ #: options/rbs_gallery_options_loading.php:35
308
+ msgid "Loading Options"
309
+ msgstr ""
310
+
311
+ #: options/rbs_gallery_options_loading.php:26
312
+ msgid "Lazy Load"
313
+ msgstr ""
314
+
315
+ #: options/rbs_gallery_options_loading.php:36
316
+ msgid "Loading Text"
317
+ msgstr ""
318
+
319
+ #: options/rbs_gallery_options_loading.php:44
320
+ msgid "Images Amount"
321
+ msgstr ""
322
+
323
+ #: options/rbs_gallery_options_loading.php:53
324
+ msgid "Load More Amount"
325
+ msgstr ""
326
+
327
+ #: options/rbs_gallery_options_loading.php:63
328
+ msgid "Wait Thumbs Load"
329
+ msgstr ""
330
+
331
+ #: options/rbs_gallery_options_loading.php:71
332
+ msgid "Wait No Matter What"
333
+ msgstr ""
334
+
335
+ #: options/rbs_gallery_options_loading.php:91
336
+ msgid "Loading Label"
337
+ msgstr ""
338
+
339
+ #: options/rbs_gallery_options_loading.php:101
340
+ msgid "Load More Label"
341
+ msgstr ""
342
+
343
+ #: options/rbs_gallery_options_loading.php:108
344
+ msgid "No More Entries Label"
345
+ msgstr ""
346
+
347
+ #: options/rbs_gallery_options_polaroid.php:18
348
+ msgid "Polaroid Style Options"
349
+ msgstr ""
350
+
351
+ #: options/rbs_gallery_options_polaroid.php:26
352
+ msgid "Polaroid Style"
353
+ msgstr ""
354
+
355
+ #: options/rbs_gallery_options_polaroid.php:40
356
+ msgid "Source"
357
+ msgstr ""
358
+
359
+ #: options/rbs_gallery_options_polaroid.php:47
360
+ msgid "Desc"
361
+ msgstr ""
362
+
363
+ #: options/rbs_gallery_options_polaroid.php:48
364
+ msgid "Caption"
365
+ msgstr ""
366
+
367
+ #: options/rbs_gallery_options_polaroid.php:64
368
+ msgid "Align"
369
+ msgstr "Вирівняти"
370
+
371
+ #: options/rbs_gallery_options_polaroid.php:70
372
+ msgid "left"
373
+ msgstr "зліва"
374
+
375
+ #: options/rbs_gallery_options_polaroid.php:71
376
+ msgid "right"
377
+ msgstr ""
378
+
379
+ #: options/rbs_gallery_options_polaroid.php:72
380
+ msgid "center"
381
+ msgstr ""
382
+
383
+ #: options/rbs_gallery_options_shortcode.php:18
384
+ msgid "Gallery Shortcode"
385
+ msgstr ""
386
+
387
+ #: options/rbs_gallery_options_shortcode.php:29
388
+ msgid "use this shortcode to insert this gallery into page, post or widget"
389
+ msgstr ""
390
+
391
+ #: options/rbs_gallery_options_size.php:18
392
+ msgid "Gallery Size Options"
393
+ msgstr ""
394
+
395
+ #: options/rbs_gallery_options_size.php:30
396
+ msgid "Thumbs options"
397
+ msgstr ""
398
+
399
+ #: options/rbs_gallery_options_size.php:39
400
+ msgid "Thumbs Options"
401
+ msgstr ""
402
+
403
+ #: options/rbs_gallery_options_size.php:40
404
+ msgid "Size Options"
405
+ msgstr ""
406
+
407
+ #: options/rbs_gallery_options_size.php:47
408
+ msgid "Custom Ratio"
409
+ msgstr ""
410
+
411
+ #: options/rbs_gallery_options_size.php:58
412
+ msgid "Colums "
413
+ msgstr ""
414
+
415
+ #: options/rbs_gallery_options_view.php:18
416
+ msgid "Thumbs View Options"
417
+ msgstr ""
418
+
419
+ #: options/rbs_gallery_options_view.php:28
420
+ msgid "Radius"
421
+ msgstr ""
422
+
423
+ #: options/rbs_gallery_options_view.php:41
424
+ msgid "Hor. Space"
425
+ msgstr ""
426
+
427
+ #: options/rbs_gallery_options_view.php:51
428
+ msgid "Ver. Space"
429
+ msgstr ""
430
+
431
+ #: options/rbs_gallery_options_view.php:64
432
+ msgid "Shadow"
433
+ msgstr ""
434
+
435
+ #: options/rbs_gallery_options_view.php:74
436
+ msgid "Shadow options"
437
+ msgstr ""
438
+
439
+ #: options/rbs_gallery_options_view.php:81
440
+ #: options/rbs_gallery_options_view.php:106
441
+ msgid "Shadow Options"
442
+ msgstr ""
443
+
444
+ #: options/rbs_gallery_options_view.php:82
445
+ msgid "Hover Shadow Options"
446
+ msgstr ""
447
+
448
+ #: options/rbs_gallery_options_view.php:92
449
+ msgid "Hover Shadow"
450
+ msgstr ""
451
+
452
+ #: options/rbs_gallery_options_view.php:127
453
+ msgid "Border"
454
+ msgstr ""
455
+
456
+ #: options/rbs_gallery_options_view.php:137
457
+ #: options/rbs_gallery_options_view.php:171
458
+ msgid "Border options"
459
+ msgstr ""
460
+
461
+ #: options/rbs_gallery_options_view.php:144
462
+ msgid "Border Options"
463
+ msgstr ""
464
+
465
+ #: options/rbs_gallery_options_view.php:145
466
+ msgid "Hover Border Options"
467
+ msgstr ""
468
+
469
+ #: options/rbs_gallery_options_view.php:156
470
+ msgid "Hover Border"
471
+ msgstr ""
472
+
473
+ #: rbs_gallery_about.php:22
474
+ msgid "Robo Gallery implemented by RoboSoft Team"
475
+ msgstr ""
476
+
477
+ #: rbs_gallery_about.php:25
478
+ msgid "More details about Robo Gallery you can see on our website"
479
+ msgstr ""
480
+
481
+ #: rbs_gallery_about.php:31
482
+ msgid "Robo Gallery Pro Features"
483
+ msgstr ""
484
+
485
+ #: rbs_gallery_about.php:34
486
+ msgid "Unlimited amount of the galleries"
487
+ msgstr ""
488
+
489
+ #: rbs_gallery_about.php:35
490
+ msgid "Unlimited amount of images in galleries"
491
+ msgstr ""
492
+
493
+ #: rbs_gallery_about.php:38
494
+ msgid "Custom hover style for border"
495
+ msgstr ""
496
+
497
+ #: rbs_gallery_about.php:39
498
+ msgid "Custom hover style for shadow"
499
+ msgstr ""
500
+
501
+ #: rbs_gallery_about.php:42
502
+ msgid "Unlimited multi-categories"
503
+ msgstr ""
504
+
505
+ #: rbs_gallery_about.php:43
506
+ msgid "High quality thumbnails"
507
+ msgstr ""
508
+
509
+ #: rbs_gallery_about.php:46
510
+ msgid "Gallery widget"
511
+ msgstr ""
512
+
513
+ #: rbs_gallery_about.php:47
514
+ msgid "Random ordering"
515
+ msgstr ""
516
+
517
+ #: rbs_gallery_about.php:50
518
+ msgid "Gallery menu colors"
519
+ msgstr ""
520
+
521
+ #: rbs_gallery_about.php:51
522
+ msgid "Gallery menu styles"
523
+ msgstr ""
524
+
525
+ #: rbs_gallery_about.php:54
526
+ msgid "Custom images ordering"
527
+ msgstr ""
528
+
529
+ #: rbs_gallery_about.php:55
530
+ msgid "Customizable hover style"
531
+ msgstr ""
532
+
533
+ #: rbs_gallery_about.php:58
534
+ msgid "Custom hover background color"
535
+ msgstr ""
536
+
537
+ #: rbs_gallery_about.php:59
538
+ msgid "Advanced images description settings"
539
+ msgstr ""
540
+
541
+ #: rbs_gallery_about.php:69
542
+ msgid "All Rights Reserved"
543
+ msgstr "Всі права захищені"
544
+
545
+ #: rbs_gallery_button.php:22 rbs_gallery_media.php:43
546
+ msgid "Robo Gallery"
547
+ msgstr ""
548
+
549
+ #: rbs_gallery_button.php:23 rbs_gallery_list.php:28
550
+ msgid "Close"
551
+ msgstr "Закрити"
552
+
553
+ #: rbs_gallery_button.php:24
554
+ msgid "Insert"
555
+ msgstr ""
556
+
557
+ #: rbs_gallery_button.php:30
558
+ msgid "Add Robo Gallery"
559
+ msgstr "Додати Robo Галерею "
560
+
561
+ #: rbs_gallery_button.php:41
562
+ msgid "Select gallery"
563
+ msgstr ""
564
+
565
+ #: rbs_gallery_button.php:42 rbs_gallery_widget.php:80
566
+ msgid "Configure it in"
567
+ msgstr ""
568
+
569
+ #: rbs_gallery_button.php:42 rbs_gallery_widget.php:82
570
+ msgid "Robo Gallery plugin"
571
+ msgstr ""
572
+
573
+ #: rbs_gallery_init.php:21
574
+ msgid "Available in"
575
+ msgstr "Доступно в"
576
+
577
+ #: rbs_gallery_init.php:67
578
+ msgid "Galleries List"
579
+ msgstr "Галереї"
580
+
581
+ #: rbs_gallery_init.php:68 rbs_gallery_init.php:69
582
+ msgid "Add Gallery"
583
+ msgstr "Додати Галерею "
584
+
585
+ #: rbs_gallery_init.php:70
586
+ msgid "Edit Gallery"
587
+ msgstr ""
588
+
589
+ #: rbs_gallery_list.php:27
590
+ msgid "Get Robo Gallery Pro version"
591
+ msgstr ""
592
+
593
+ #: rbs_gallery_list.php:31
594
+ msgid ""
595
+ "You can create only 3 galleries. Update to PRO to get unlimited galleries"
596
+ msgstr ""
597
+
598
+ #: rbs_gallery_list.php:55
599
+ msgid "Shortcode"
600
+ msgstr "Shortcode"
601
+
602
+ #: rbs_gallery_media.php:58
603
+ msgid "Column"
604
+ msgstr ""
605
+
606
+ #: rbs_gallery_media.php:65
607
+ msgid "Link"
608
+ msgstr ""
609
+
610
+ #: rbs_gallery_media.php:73
611
+ msgid "On"
612
+ msgstr ""
613
+
614
+ #: rbs_gallery_media.php:78
615
+ msgid "Blank Link"
616
+ msgstr ""
617
+
618
+ #: rbs_gallery_media.php:86
619
+ msgid "Video"
620
+ msgstr "Відео"
621
+
622
+ #: rbs_gallery_media.php:110
623
+ msgid "inherit"
624
+ msgstr ""
625
+
626
+ #: rbs_gallery_widget.php:19
627
+ msgid "Robo Gallery Widget"
628
+ msgstr ""
629
+
630
+ #: rbs_gallery_widget.php:20
631
+ msgid "Publish gallery on your website."
632
+ msgstr ""
633
+
634
+ #: rbs_gallery_widget.php:36 rbs_gallery_widget.php:68
635
+ msgid "This widget available in Pro version"
636
+ msgstr ""
637
+
638
+ #: rbs_gallery_widget.php:45
639
+ msgid "New gallery"
640
+ msgstr ""
641
+
642
+ #: rbs_gallery_widget.php:77
643
+ msgid "Gallery:"
644
+ msgstr ""
645
+
646
+ msgid "Loading options"
647
+ msgstr "Loading options"
648
+
649
+ msgid "Title:"
650
+ msgstr "Title:"
651
+
652
+ msgid "Get PRO Version"
653
+ msgstr "Get PRO Version"
654
+
655
+ msgid "Get PRO version"
656
+ msgstr "Get PRO version"
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.0.1
12
  * Author: RoboSoft (c)
13
  * Author URI: http://robosoft.co/robogallery
14
  * License: GPL-2.0+
@@ -20,7 +20,7 @@
20
  if ( ! defined( 'WPINC' ) ) die;
21
  //define( 'WP_DEBUG', true );
22
  define(ROBO_GALLERY, 1);
23
- define(ROBO_GALLERY_VERSION, '0.0.9');
24
 
25
  define(ROBO_GALLERY_PATH, plugin_dir_path( __FILE__ ));
26
 
@@ -30,7 +30,6 @@ function rbs_gallery_load_textdomain() {
30
  load_plugin_textdomain( 'rbs_gallery', false, dirname(plugin_basename( __FILE__ )) . '/languages' );
31
  }
32
 
33
-
34
  if( file_exists(WP_PLUGIN_DIR.'/robogallerykey/robogallerykey.php') ){
35
  define(ROBO_GALLERY_PRO, 1);
36
  define(ROBO_GALLERY_KEY_PATH, plugin_dir_path(WP_PLUGIN_DIR.'/robogallerykey/robogallerykey.php' ));
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.1.0
12
  * Author: RoboSoft (c)
13
  * Author URI: http://robosoft.co/robogallery
14
  * License: GPL-2.0+
20
  if ( ! defined( 'WPINC' ) ) die;
21
  //define( 'WP_DEBUG', true );
22
  define(ROBO_GALLERY, 1);
23
+ define(ROBO_GALLERY_VERSION, '1.0.6');
24
 
25
  define(ROBO_GALLERY_PATH, plugin_dir_path( __FILE__ ));
26
 
30
  load_plugin_textdomain( 'rbs_gallery', false, dirname(plugin_basename( __FILE__ )) . '/languages' );
31
  }
32
 
 
33
  if( file_exists(WP_PLUGIN_DIR.'/robogallerykey/robogallerykey.php') ){
34
  define(ROBO_GALLERY_PRO, 1);
35
  define(ROBO_GALLERY_KEY_PATH, plugin_dir_path(WP_PLUGIN_DIR.'/robogallerykey/robogallerykey.php' ));