Version Description
- Update backend interfce, added overview section
- Fixed some js conflicts
- Fixed images manager button
Download this release
Release Info
Developer | robosoft |
Plugin | Gallery – Photo Gallery and Images Gallery |
Version | 2.8.4 |
Comparing to | |
See all releases |
Code changes from version 2.8.3 to 2.8.4
- app/app.php +3 -1
- app/class.brand.php +1 -1
- app/class.listing.php +1 -1
- app/class.php +1 -1
- app/class.view.php +1 -1
- app/extensions/dashboard/assets/index.html +0 -0
- app/extensions/dashboard/assets/style.css +91 -0
- app/extensions/dashboard/class.dashboard.php +174 -0
- app/extensions/dashboard/index.html +0 -0
- app/extensions/dashboard/init.php +15 -0
- app/extensions/dashboard/overview.php +38 -0
- app/extensions/dashboard/video_guide.php +110 -0
- app/extensions/manager/class.addons.action.php +1 -1
- app/extensions/manager/class.addons.php +1 -1
- app/extensions/manager/css/style.css +11 -0
- app/extensions/manager/init.php +1 -1
- app/extensions/manager/js/script.js +11 -0
- cmb2/fields/gallery/cmb-field-gallery.php +3 -5
- cmb2/fields/rbsgallery/cmb-field-rbsgallery.php +6 -6
- css/admin/menu.css +0 -0
- css/gallery.css +7 -1
- images/admin/imagely_icon2.png +0 -0
- images/admin/imagely_icon3.png +0 -0
- images/admin/imagely_icon4.png +0 -0
- images/admin/index.html +0 -0
- images/admin/robo_gallery_icon.png +0 -0
- images/index.html +0 -0
- includes/extensions/backup/backup.form.php +25 -25
- includes/extensions/backup/backup.init.php +4 -4
- includes/extensions/category/category.class.php +1 -1
- includes/extensions/rbs_create_post_ajax.php +1 -1
- includes/extensions/stats/stats.form.php +11 -11
- includes/options/rbs_gallery_options_button.php +1 -1
- includes/options/rbs_gallery_options_copy.php +4 -4
- includes/options/rbs_gallery_options_guides.php +1 -1
- includes/options/rbs_gallery_options_hover.php +18 -18
- includes/options/rbs_gallery_options_images.php +5 -5
- includes/options/rbs_gallery_options_info.php +3 -3
- includes/options/rbs_gallery_options_infowide.php +2 -2
- includes/options/rbs_gallery_options_lightbox.php +38 -38
- includes/options/rbs_gallery_options_loading.php +12 -12
- includes/options/rbs_gallery_options_shortcode.php +2 -2
- includes/options/rbs_gallery_options_size.php +9 -9
- includes/options/rbs_gallery_options_text.php +5 -5
- includes/options/rbs_gallery_options_tools.php +6 -6
- includes/options/rbs_gallery_options_view.php +16 -16
- includes/options/voting.php +3 -3
- includes/rbs_gallery_edit.php +2 -2
- includes/rbs_gallery_init.php +40 -7
- includes/rbs_gallery_list.php +1 -1
- includes/rbs_gallery_menu.php +16 -2
- includes/rbs_gallery_settings.php +0 -1
- js/robo_gallery.js +3 -3
- js/robo_gallery_alt.js +2 -2
- languages/rbs_gallery-uk_UA.mo +0 -0
- languages/rbs_gallery-uk_UA.po +652 -436
- languages/robo-gallery-en_AU.mo +0 -0
- languages/robo-gallery-en_AU.po +5 -5
- readme.txt +44 -34
- robogallery.php +3 -3
app/app.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
|
3 |
/*
|
4 |
* Robo Gallery
|
5 |
-
* Version: 2.8.4 -
|
6 |
* By Robosoft
|
7 |
*
|
8 |
* Contact: https://robosoft.co/robogallery/
|
@@ -26,3 +26,5 @@ include_once ROBO_GALLERY_APP_PATH.'class.listing.php';
|
|
26 |
|
27 |
include_once ROBO_GALLERY_APP_EXTENSIONS_PATH.'manager/init.php';
|
28 |
|
|
|
|
2 |
|
3 |
/*
|
4 |
* Robo Gallery
|
5 |
+
* Version: 2.8.4 - 56813
|
6 |
* By Robosoft
|
7 |
*
|
8 |
* Contact: https://robosoft.co/robogallery/
|
26 |
|
27 |
include_once ROBO_GALLERY_APP_EXTENSIONS_PATH.'manager/init.php';
|
28 |
|
29 |
+
include_once ROBO_GALLERY_APP_EXTENSIONS_PATH.'dashboard/init.php';
|
30 |
+
|
app/class.brand.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
|
3 |
/*
|
4 |
* Robo Gallery
|
5 |
-
* Version: 2.8.4 -
|
6 |
* By Robosoft
|
7 |
*
|
8 |
* Contact: https://robosoft.co/robogallery/
|
2 |
|
3 |
/*
|
4 |
* Robo Gallery
|
5 |
+
* Version: 2.8.4 - 56813
|
6 |
* By Robosoft
|
7 |
*
|
8 |
* Contact: https://robosoft.co/robogallery/
|
app/class.listing.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
-
* Version: 2.8.4 -
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robosoft.co/robogallery/
|
1 |
<?php
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
+
* Version: 2.8.4 - 56813
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robosoft.co/robogallery/
|
app/class.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
-
* Version: 2.8.4 -
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robosoft.co/robogallery/
|
1 |
<?php
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
+
* Version: 2.8.4 - 56813
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robosoft.co/robogallery/
|
app/class.view.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
|
3 |
/*
|
4 |
* Robo Gallery
|
5 |
-
* Version: 2.8.4 -
|
6 |
* By Robosoft
|
7 |
*
|
8 |
* Contact: https://robosoft.co/robogallery/
|
2 |
|
3 |
/*
|
4 |
* Robo Gallery
|
5 |
+
* Version: 2.8.4 - 56813
|
6 |
* By Robosoft
|
7 |
*
|
8 |
* Contact: https://robosoft.co/robogallery/
|
app/extensions/dashboard/assets/index.html
ADDED
File without changes
|
app/extensions/dashboard/assets/style.css
ADDED
@@ -0,0 +1,91 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
/*
|
3 |
+
* Robo Gallery
|
4 |
+
* Version: 2.8.4 - 56813
|
5 |
+
* By Robosoft
|
6 |
+
*
|
7 |
+
* Contact: https://robosoft.co/robogallery/
|
8 |
+
* Created: 2015
|
9 |
+
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
10 |
+
|
11 |
+
*/
|
12 |
+
|
13 |
+
|
14 |
+
a.rbsDashboardGallery-button {
|
15 |
+
font-size: x-large;
|
16 |
+
text-align: right;
|
17 |
+
white-space: nowrap;
|
18 |
+
|
19 |
+
text-decoration: none;
|
20 |
+
user-select: none;
|
21 |
+
padding: .07em .5em;
|
22 |
+
outline: none;
|
23 |
+
|
24 |
+
background: #2EA5C8;
|
25 |
+
-webkit-border-radius: 10px;
|
26 |
+
-moz-border-radius: 10px;
|
27 |
+
border-radius: 10px;
|
28 |
+
color: #FFFFFF;
|
29 |
+
|
30 |
+
cursor: pointer;
|
31 |
+
}
|
32 |
+
|
33 |
+
a.rbsDashboardGallery-button:hover {
|
34 |
+
background: #5BC0DE;
|
35 |
+
text-decoration: none;
|
36 |
+
}
|
37 |
+
|
38 |
+
a.rbsDashboardGallery-button.one{
|
39 |
+
margin-left:20%;
|
40 |
+
}
|
41 |
+
.rbsDashboardGallery-external-button{
|
42 |
+
text-align: left;
|
43 |
+
}
|
44 |
+
.rbsDashboardGallery-title{
|
45 |
+
width: 100%;
|
46 |
+
|
47 |
+
}
|
48 |
+
.rbsDashboardGallery-video{
|
49 |
+
float:right;
|
50 |
+
margin-left: 20px;
|
51 |
+
margin-top: 30px;
|
52 |
+
}
|
53 |
+
.rbsDashboardGallery-video-left{
|
54 |
+
float: left;
|
55 |
+
margin-right: 20px;
|
56 |
+
}
|
57 |
+
|
58 |
+
.rbsDashboardGallery-div{
|
59 |
+
margin-bottom: 40px;
|
60 |
+
}
|
61 |
+
|
62 |
+
.rbsDashboardGallery-div h2{
|
63 |
+
text-align: left;
|
64 |
+
}
|
65 |
+
p.rbsDashboardGallery-p{
|
66 |
+
text-align: left;
|
67 |
+
font-size: large ;
|
68 |
+
margin-left: 1px;
|
69 |
+
}
|
70 |
+
|
71 |
+
.rbsDashboardGallery-img-right{
|
72 |
+
float: right;
|
73 |
+
margin: 5px 5px 5px 5px;
|
74 |
+
}
|
75 |
+
.rbsDashboardGallery-links{
|
76 |
+
text-align: center;
|
77 |
+
padding-left: 27%;
|
78 |
+
|
79 |
+
}
|
80 |
+
.rbsDashboardGallery-four-columns{
|
81 |
+
float: left;
|
82 |
+
width: 24.5%;
|
83 |
+
}
|
84 |
+
.rbsDashboardGallery-left-column{
|
85 |
+
float: left;
|
86 |
+
width: 49.5%;
|
87 |
+
}
|
88 |
+
.rbsDashboardGallery-right-column{
|
89 |
+
float: right;
|
90 |
+
width: 49.5%;
|
91 |
+
}
|
app/extensions/dashboard/class.dashboard.php
ADDED
@@ -0,0 +1,174 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
/*
|
3 |
+
* Robo Gallery
|
4 |
+
* Version: 2.8.4 - 56813
|
5 |
+
* By Robosoft
|
6 |
+
*
|
7 |
+
* Contact: https://robosoft.co/robogallery/
|
8 |
+
* Created: 2015
|
9 |
+
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
10 |
+
|
11 |
+
*/
|
12 |
+
|
13 |
+
if ( !class_exists( 'rbsGalleryDashboard' ) ){
|
14 |
+
|
15 |
+
|
16 |
+
class rbsGalleryDashboard
|
17 |
+
{
|
18 |
+
protected $title = false;
|
19 |
+
protected $config = array();
|
20 |
+
|
21 |
+
protected $default_item = array(
|
22 |
+
'title' => '',
|
23 |
+
'menu_title' => '',
|
24 |
+
'name' => '',
|
25 |
+
'content' => '',
|
26 |
+
'parent_slug' => '',
|
27 |
+
'url' => '',
|
28 |
+
);
|
29 |
+
|
30 |
+
protected $slug = false;
|
31 |
+
protected $active_content = false;
|
32 |
+
protected $url_external_button1 = false;
|
33 |
+
protected $url_external_button2 = false;
|
34 |
+
protected $active_tab = false;
|
35 |
+
protected $page_name = false;
|
36 |
+
protected $page_menu = false;
|
37 |
+
protected $page_title = false;
|
38 |
+
|
39 |
+
public function __construct()
|
40 |
+
{
|
41 |
+
$this->title = __('Welcome to Robo Gallery', 'robo-gallery');
|
42 |
+
$this->slug = 'edit.php?post_type='.ROBO_GALLERY_TYPE_POST;
|
43 |
+
$this->page_name = __('Overview', 'robo-gallery');
|
44 |
+
|
45 |
+
$this->page_menu = 'overview';
|
46 |
+
$this->tag = 'robo-gallery-overview';
|
47 |
+
|
48 |
+
$this->page_title = 'Robo Gallery Overview';
|
49 |
+
|
50 |
+
$this->url_external_button1 = 'https://robosoft.co/robogallery/#overview';
|
51 |
+
$this->url_external_button2 = 'https://robosoft.co/robogallery/#pricing';
|
52 |
+
|
53 |
+
$config = array(
|
54 |
+
|
55 |
+
array(
|
56 |
+
'title' => __('Overview', 'robo-gallery'),
|
57 |
+
'name' => 'overview',
|
58 |
+
'content' => 'overview.php',
|
59 |
+
'parent_slug' => $this->slug
|
60 |
+
),
|
61 |
+
array(
|
62 |
+
'title' => __('Add-ons', 'robo-gallery'),
|
63 |
+
'url' => $this->slug.'&page=robo_gallery_table-addons',
|
64 |
+
|
65 |
+
),
|
66 |
+
array(
|
67 |
+
'title' => __('Help & Support', 'robo-gallery'),
|
68 |
+
'name' => 'video-guide',
|
69 |
+
'content' => 'video_guide.php',
|
70 |
+
'parent_slug' => $this->slug
|
71 |
+
|
72 |
+
),
|
73 |
+
array(
|
74 |
+
'title' => __('Demos', 'robo-gallery'),
|
75 |
+
'url' => 'https://robosoft.co/robogallery/#overview',
|
76 |
+
|
77 |
+
),
|
78 |
+
array(
|
79 |
+
'title' => __('Get Pro Version', 'robo-gallery'),
|
80 |
+
'url' => 'https://robosoft.co/robogallery/#pricing',
|
81 |
+
|
82 |
+
)
|
83 |
+
);
|
84 |
+
|
85 |
+
for ($i = 0; $i < count($config); $i++) {
|
86 |
+
$this->config[] = array_merge( $this->default_item, $config[$i] );
|
87 |
+
}
|
88 |
+
|
89 |
+
|
90 |
+
if ( count($this->config) && is_array($this->config) && isset($this->slug) ){
|
91 |
+
add_action('admin_menu', array($this, 'add_menu_items'));
|
92 |
+
}
|
93 |
+
}
|
94 |
+
|
95 |
+
|
96 |
+
function add_menu_items(){
|
97 |
+
|
98 |
+
$page = add_submenu_page($this->slug, $this->page_title, $this->page_name, 'manage_options', $this->page_menu, array($this, 'view'));
|
99 |
+
add_action('admin_print_styles-' . $page, array($this, 'admin_styles'));
|
100 |
+
|
101 |
+
}
|
102 |
+
|
103 |
+
|
104 |
+
function showTabs()
|
105 |
+
{
|
106 |
+
$returnHTML = '';
|
107 |
+
$this->active_tab = isset($_GET['tab']) && $_GET['tab'] ? sanitize_title($_GET['tab']) : $this->config[0]['name'];
|
108 |
+
foreach ($this->config as $item) {
|
109 |
+
|
110 |
+
$link = '#';
|
111 |
+
if ( $item['content'] ) {
|
112 |
+
$link = $this->slug . '&page=' . $this->page_menu .'&tab=' . $item['name'];
|
113 |
+
} elseif( $item['url'] ) {
|
114 |
+
$link = $item['url'];
|
115 |
+
}
|
116 |
+
if ( $this->active_tab === $item['name'] ) {
|
117 |
+
$this->active_content = $item['content'];
|
118 |
+
}
|
119 |
+
$returnHTML .=
|
120 |
+
'<a href="'.$link.'" class="nav-tab '.( $this->active_tab == $item['name'] ? 'nav-tab-active' : '').'">
|
121 |
+
'.$item['title'].'
|
122 |
+
</a>';
|
123 |
+
}
|
124 |
+
echo $returnHTML;
|
125 |
+
}
|
126 |
+
|
127 |
+
function admin_styles()
|
128 |
+
{
|
129 |
+
wp_enqueue_style( $this->tag, plugins_url('assets/style.css', __FILE__));
|
130 |
+
}
|
131 |
+
|
132 |
+
function view()
|
133 |
+
{
|
134 |
+
$this->active_tab = isset($_GET['page']) ? sanitize_title($_GET['page']) : $this->config[0]['name'];
|
135 |
+
?>
|
136 |
+
<div class="wrap about-wrap">
|
137 |
+
<div class="rbsDashboardGallery-external-button">
|
138 |
+
<h1 class="rbsDashboardGallery-title"><?php _e($this->title, "robo-gallery"); ?>
|
139 |
+
<a href="<?php echo $this->url_external_button1; ?>" class="rbsDashboardGallery-button one"><?php _e( 'Demos','robo-gallery' ); ?></a>
|
140 |
+
<a href="<?php echo $this->url_external_button2; ?>" class="rbsDashboardGallery-button"><?php _e( 'Pro version','robo-gallery' ); ?></a>
|
141 |
+
</h1>
|
142 |
+
</div>
|
143 |
+
|
144 |
+
<div class="about-text">
|
145 |
+
<?php
|
146 |
+
_e('Robo Gallery is advanced responsive photo gallery plugin.', 'robo-gallery');
|
147 |
+
echo '<br/>';
|
148 |
+
_e('Flexible gallery images management tools. Links, videos and gallery lightbox support. ', 'robo-gallery');
|
149 |
+
echo '<br/>';
|
150 |
+
_e('In our gallery you can easily customize layouts and interface styles. ', 'robo-gallery');
|
151 |
+
echo '<br/>';
|
152 |
+
echo sprintf(
|
153 |
+
__( 'If you have some questions or any kind of problems with gallery installation or configuration feel free to <a href="%s">post ticket here</a>', 'robo-gallery' ),
|
154 |
+
'https://wordpress.org/support/plugin/robo-gallery'
|
155 |
+
);
|
156 |
+
?>
|
157 |
+
</div>
|
158 |
+
|
159 |
+
<h2 class="nav-tab-wrapper"><?php $this->showTabs(); ?></h2>
|
160 |
+
|
161 |
+
<?php $this->showContent(); ?>
|
162 |
+
</div>
|
163 |
+
<?php
|
164 |
+
}
|
165 |
+
|
166 |
+
function showContent()
|
167 |
+
{
|
168 |
+
if ( $this->active_content && file_exists(plugin_dir_path( __FILE__ ) . $this->active_content)) {
|
169 |
+
require_once plugin_dir_path( __FILE__ ). $this->active_content;
|
170 |
+
}
|
171 |
+
}
|
172 |
+
}
|
173 |
+
}
|
174 |
+
new rbsGalleryDashboard();
|
app/extensions/dashboard/index.html
ADDED
File without changes
|
app/extensions/dashboard/init.php
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
/*
|
3 |
+
* Robo Gallery
|
4 |
+
* Version: 2.8.4 - 56813
|
5 |
+
* By Robosoft
|
6 |
+
*
|
7 |
+
* Contact: https://robosoft.co/robogallery/
|
8 |
+
* Created: 2015
|
9 |
+
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
10 |
+
|
11 |
+
*/
|
12 |
+
|
13 |
+
if ( ! defined( 'ABSPATH' ) ) exit;
|
14 |
+
|
15 |
+
include_once plugin_dir_path( __FILE__ ).'class.dashboard.php';
|
app/extensions/dashboard/overview.php
ADDED
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
/*
|
3 |
+
* Robo Gallery
|
4 |
+
* Version: 2.8.4 - 56813
|
5 |
+
* By Robosoft
|
6 |
+
*
|
7 |
+
* Contact: https://robosoft.co/robogallery/
|
8 |
+
* Created: 2015
|
9 |
+
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
10 |
+
|
11 |
+
*/
|
12 |
+
?>
|
13 |
+
|
14 |
+
<div class="rbsDashboardGallery-div">
|
15 |
+
<h2><?php _e( 'How To Configure Your First Gallery?', 'robo-gallery' );?></h2>
|
16 |
+
|
17 |
+
<ol>
|
18 |
+
<li><?php echo sprintf( __('Click <a href="%s" target="_blank">Add Gallery link</a> on the left side menu.', 'robo-gallery' ), admin_url('post-new.php?post_type='.ROBO_GALLERY_TYPE_POST)); ?><br/></li>
|
19 |
+
<li><?php _e( 'Define some Gallery title on top in another case title will be generated automatically when you click on save button.', 'robo-gallery' ); ?><br/></li>
|
20 |
+
<li><?php _e( 'Click on Manage Images button on the right side to open section where you can upload or manage your gallery resources.', 'robo-gallery' ); ?><br/></li>
|
21 |
+
<li><?php _e( 'After save of the Publish button, below title you can find Permalink field with direct link to hte created gallery on front end.', 'robo-gallery' ); ?><br/></li>
|
22 |
+
</ol>
|
23 |
+
<p class="rbsDashboardGallery-p">
|
24 |
+
<strong><?php _e( 'That\'s it! Your first Robo Gallery Created!', 'robo-gallery' ); ?></strong>
|
25 |
+
</p>
|
26 |
+
</div>
|
27 |
+
|
28 |
+
|
29 |
+
<div class="rbsDashboardGallery-div">
|
30 |
+
<h2><?php _e( 'Need some Help ?', 'robo-gallery' );?></h2>
|
31 |
+
<p class="rbsDashboardGallery-p"><?php
|
32 |
+
echo sprintf( __( 'If you have some questions or any kind of problems with gallery installation or configuration feel free to <a href="%s">post ticket here</a>. ', 'robo-gallery' ), 'https://wordpress.org/support/plugin/robo-gallery' );
|
33 |
+
?> <br/> <?php
|
34 |
+
echo sprintf( __( 'If you have some new features request or some functionality update for our gallery plugin please <a href="%s">post some message</a> with description.', 'robo-gallery' ), 'https://wordpress.org/support/plugin/robo-gallery' );
|
35 |
+
?>
|
36 |
+
</p>
|
37 |
+
<a class="button button-primary button-hero " href="https://wordpress.org/support/plugin/robo-gallery" target="blank">POST SUPPORT TICKET</a>
|
38 |
+
</div>
|
app/extensions/dashboard/video_guide.php
ADDED
@@ -0,0 +1,110 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
/*
|
3 |
+
* Robo Gallery
|
4 |
+
* Version: 2.8.4 - 56813
|
5 |
+
* By Robosoft
|
6 |
+
*
|
7 |
+
* Contact: https://robosoft.co/robogallery/
|
8 |
+
* Created: 2015
|
9 |
+
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
10 |
+
|
11 |
+
*/
|
12 |
+
?>
|
13 |
+
<div class="rbsDashboardGallery-div">
|
14 |
+
<h2><?php _e( 'Need some Help ?', 'robo-gallery' );?></h2>
|
15 |
+
<p class="rbsDashboardGallery-p"><?php
|
16 |
+
echo sprintf( __( 'If you have some questions or any kind of problems with gallery installation or configuration feel free to <a href="%s">post ticket here</a>. ', 'robo-gallery' ), 'https://wordpress.org/support/plugin/robo-gallery' );
|
17 |
+
?> <br/> <?php
|
18 |
+
echo sprintf( __( 'If you have some new features request or some functionality update for our gallery plugin please <a href="%s">post some message</a> with description.', 'robo-gallery' ), 'https://wordpress.org/support/plugin/robo-gallery' );
|
19 |
+
?>
|
20 |
+
</p>
|
21 |
+
<a class="button button-primary button-hero " href="https://wordpress.org/support/plugin/robo-gallery" target="blank"><?php _e( 'Post Support Ticket', 'robo-gallery' );?></a>
|
22 |
+
</div>
|
23 |
+
|
24 |
+
<div class="changelog">
|
25 |
+
<div class="feature-section">
|
26 |
+
|
27 |
+
<iframe class="rbsDashboardGallery-video" width="560" height="315" src="https://www.youtube.com/embed/3vBl9Ke6bsg" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
|
28 |
+
|
29 |
+
<h2><?php _e( 'Robo Gallery Key Installation', 'robo-gallery' );?></h2>
|
30 |
+
<p class="rbsDashboardGallery-p"><?php _e( 'this video show how to install key for activation premium features of the robo gallery', 'robo-gallery' ); ?></p>
|
31 |
+
|
32 |
+
</div>
|
33 |
+
</div>
|
34 |
+
|
35 |
+
<div class="changelog">
|
36 |
+
<div class="feature-section">
|
37 |
+
|
38 |
+
<iframe class="rbsDashboardGallery-video" width="560" height="315" src="https://www.youtube.com/embed/-CuGOo7XRmQ" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
|
39 |
+
|
40 |
+
<h2><?php _e( 'Robo Gallery - Drag and Drop Categories Management', 'robo-gallery' );?></h2>
|
41 |
+
<p class="rbsDashboardGallery-p"><?php _e( 'in robo gallery you can use drag and drop editor for configuration of the categories three. Here you can see how to create sub categories for main galleries', 'robo-gallery' ); ?></p>
|
42 |
+
|
43 |
+
</div>
|
44 |
+
</div>
|
45 |
+
|
46 |
+
<div class="changelog">
|
47 |
+
<div class="feature-section">
|
48 |
+
|
49 |
+
<iframe class="rbsDashboardGallery-video" width="560" height="315" src="https://www.youtube.com/embed/fI3uYOlUbo4" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
|
50 |
+
|
51 |
+
<h2><?php _e( 'Upload Robo Gallery Images', 'robo-gallery' );?></h2>
|
52 |
+
<p class="rbsDashboardGallery-p"><?php _e( 'video show process of the upload and management of the gallery images resources. Check how to use additional options of the images. Where to specify links and video links for the gallery images', 'robo-gallery' ); ?></p>
|
53 |
+
|
54 |
+
</div>
|
55 |
+
</div>
|
56 |
+
|
57 |
+
<div class="changelog">
|
58 |
+
<div class="feature-section">
|
59 |
+
|
60 |
+
<iframe class="rbsDashboardGallery-video" width="560" height="315" src="https://www.youtube.com/embed/lxDR6E8erBA" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
|
61 |
+
|
62 |
+
<h2><?php _e( 'How to use Robo Gallery shortcode', 'robo-gallery' );?></h2>
|
63 |
+
<p class="rbsDashboardGallery-p"><?php _e( 'every created gallery have different shortcode with ID. You can use gallery inside generated by default post, in gallery widget or use short code in any post or page', 'robo-gallery' ); ?></p>
|
64 |
+
|
65 |
+
</div>
|
66 |
+
</div>
|
67 |
+
|
68 |
+
<div class="changelog">
|
69 |
+
<div class="feature-section">
|
70 |
+
|
71 |
+
<iframe class="rbsDashboardGallery-video" width="560" height="315" src="https://www.youtube.com/embed/RrWn8tMuKsw" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
|
72 |
+
|
73 |
+
<h2><?php _e( 'Robo Gallery Post Generator', 'robo-gallery' );?></h2>
|
74 |
+
<p class="rbsDashboardGallery-p"><?php _e( 'every gallery have section where you can manage posts which generated for every gallery item', 'robo-gallery' ); ?></p>
|
75 |
+
|
76 |
+
</div>
|
77 |
+
</div>
|
78 |
+
|
79 |
+
<div class="changelog">
|
80 |
+
<div class="feature-section">
|
81 |
+
|
82 |
+
<iframe class="rbsDashboardGallery-video" width="560" height="315" src="https://www.youtube.com/embed/mZ_yOXkxRsk" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
|
83 |
+
|
84 |
+
<h2><?php _e( 'Polaroid style configuration in Robo Gallery', 'robo-gallery' );?></h2>
|
85 |
+
<p class="rbsDashboardGallery-p"><?php _e( 'please watch this video to see how to setup Polaroid style gallery in few simple steps. For the content panel below thumbnails you can use description, title or caption of the images', 'robo-gallery' ); ?></p>
|
86 |
+
|
87 |
+
</div>
|
88 |
+
</div>
|
89 |
+
|
90 |
+
<div class="changelog">
|
91 |
+
<div class="feature-section">
|
92 |
+
|
93 |
+
<iframe class="rbsDashboardGallery-video" width="560" height="315" src="https://www.youtube.com/embed/DdCpRuLFxzk" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
|
94 |
+
|
95 |
+
<h2><?php _e( 'Robo Gallery grid layout configuration', 'robo-gallery' );?></h2>
|
96 |
+
<p class="rbsDashboardGallery-p"><?php _e( 'in robo gallery you can fully customize layout of the thumbnails. Create classic grid, grid with different size thumbnails, masonry layout. You have no limits for customization', 'robo-gallery' ); ?></p>
|
97 |
+
|
98 |
+
</div>
|
99 |
+
</div>
|
100 |
+
|
101 |
+
<div class="changelog">
|
102 |
+
<div class="feature-section">
|
103 |
+
|
104 |
+
<iframe class="rbsDashboardGallery-video" width="560" height="315" src="https://www.youtube.com/embed/m9XIeqMnhYI" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
|
105 |
+
|
106 |
+
<h2><?php _e( 'First gallery configuration', 'robo-gallery' );?></h2>
|
107 |
+
<p class="rbsDashboardGallery-p"><?php _e( 'robo gallery do not require any special skills for configuration of your first gallery. Configuration settings is really simple. Just click Add Gallery link on the left side, upload images to the Image Manager and save first gallery with custom title. In the list of the galleries you can find new created gallery with direct link to the front end post generated for this new gallery item', 'robo-gallery' ); ?></p>
|
108 |
+
|
109 |
+
</div>
|
110 |
+
</div>
|
app/extensions/manager/class.addons.action.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
-
* Version: 2.8.4 -
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robosoft.co/robogallery/
|
1 |
<?php
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
+
* Version: 2.8.4 - 56813
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robosoft.co/robogallery/
|
app/extensions/manager/class.addons.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
-
* Version: 2.8.4 -
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robosoft.co/robogallery/
|
1 |
<?php
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
+
* Version: 2.8.4 - 56813
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robosoft.co/robogallery/
|
app/extensions/manager/css/style.css
CHANGED
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
.rbs-gallery-addon-wrap {
|
2 |
margin-left: 0;
|
3 |
width: 98%;
|
1 |
+
/*
|
2 |
+
* Robo Gallery
|
3 |
+
* Version: 2.8.4 - 56813
|
4 |
+
* By Robosoft
|
5 |
+
*
|
6 |
+
* Contact: https://robosoft.co/robogallery/
|
7 |
+
* Created: 2015
|
8 |
+
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
9 |
+
|
10 |
+
*/
|
11 |
+
|
12 |
.rbs-gallery-addon-wrap {
|
13 |
margin-left: 0;
|
14 |
width: 98%;
|
app/extensions/manager/init.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
-
* Version: 2.8.4 -
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robosoft.co/robogallery/
|
1 |
<?php
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
+
* Version: 2.8.4 - 56813
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robosoft.co/robogallery/
|
app/extensions/manager/js/script.js
CHANGED
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
(function(RBPLUGINMANAGER, $, undefined) {
|
2 |
|
3 |
RBPLUGINMANAGER.toConsole = function (message){
|
1 |
+
/*
|
2 |
+
* Robo Gallery
|
3 |
+
* Version: 2.8.4 - 56813
|
4 |
+
* By Robosoft
|
5 |
+
*
|
6 |
+
* Contact: https://robosoft.co/robogallery/
|
7 |
+
* Created: 2015
|
8 |
+
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
9 |
+
|
10 |
+
*/
|
11 |
+
|
12 |
(function(RBPLUGINMANAGER, $, undefined) {
|
13 |
|
14 |
RBPLUGINMANAGER.toConsole = function (message){
|
cmb2/fields/gallery/cmb-field-gallery.php
CHANGED
@@ -12,16 +12,14 @@ License: GPLv2+
|
|
12 |
define( 'ROBO_GALLERY_IMAGES_FIELD_URL', plugin_dir_url( __FILE__ ) );
|
13 |
|
14 |
function robo_gallery_images_field( $field, $meta ) {
|
15 |
-
|
16 |
-
|
|
|
17 |
|
18 |
/* remove extra content from OUR PLUGIN settings section */
|
19 |
$css_inline = '#wpbody .fs-notice,#wpbody .fs-sticky,#wpbody .fs-has-title,#wpbody .wd-admin-notice,#wpbody .ngg_admin_notice{ display: none !important;}';
|
20 |
wp_add_inline_style('robo-gallery-images-field', $css_inline);
|
21 |
|
22 |
-
/*if ( ! empty( $meta ) ) {
|
23 |
-
$meta = implode( ',', $meta );
|
24 |
-
} else $meta = ' ';*/
|
25 |
|
26 |
if ( empty( $meta ) || $meta == ' ' || $meta == '' || !is_array($meta) ) {
|
27 |
$meta = ' ';
|
12 |
define( 'ROBO_GALLERY_IMAGES_FIELD_URL', plugin_dir_url( __FILE__ ) );
|
13 |
|
14 |
function robo_gallery_images_field( $field, $meta ) {
|
15 |
+
|
16 |
+
wp_enqueue_script( 'robo-gallery-images-field', ROBO_GALLERY_IMAGES_FIELD_URL . 'js/script.js', array( 'jquery' ), ROBO_GALLERY_VERSION );
|
17 |
+
wp_enqueue_style( 'robo-gallery-images-field', ROBO_GALLERY_IMAGES_FIELD_URL . 'css/style.css', array(), '', 'all', ROBO_GALLERY_VERSION );
|
18 |
|
19 |
/* remove extra content from OUR PLUGIN settings section */
|
20 |
$css_inline = '#wpbody .fs-notice,#wpbody .fs-sticky,#wpbody .fs-has-title,#wpbody .wd-admin-notice,#wpbody .ngg_admin_notice{ display: none !important;}';
|
21 |
wp_add_inline_style('robo-gallery-images-field', $css_inline);
|
22 |
|
|
|
|
|
|
|
23 |
|
24 |
if ( empty( $meta ) || $meta == ' ' || $meta == '' || !is_array($meta) ) {
|
25 |
$meta = ' ';
|
cmb2/fields/rbsgallery/cmb-field-rbsgallery.php
CHANGED
@@ -53,14 +53,14 @@ function jt_cmb2_render_rbsgallery_field_callback( $field, $value, $object_id, $
|
|
53 |
'echo' => 1,
|
54 |
'show_option_none' => 'none',
|
55 |
'option_none_value' => '0',
|
56 |
-
'post_type' =>
|
57 |
);
|
58 |
wp_dropdown_pages( $args );
|
59 |
-
|
60 |
-
?>
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
<?php } ?>
|
65 |
</div>
|
66 |
</div>
|
53 |
'echo' => 1,
|
54 |
'show_option_none' => 'none',
|
55 |
'option_none_value' => '0',
|
56 |
+
'post_type' => ROBO_GALLERY_TYPE_POST
|
57 |
);
|
58 |
wp_dropdown_pages( $args );
|
59 |
+
$depends = $field->args('depends');
|
60 |
+
if( is_array($depends) && count($depends) ){ ?>
|
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>
|
css/admin/menu.css
ADDED
File without changes
|
css/gallery.css
CHANGED
@@ -379,7 +379,7 @@ img.mfp-img {
|
|
379 |
right: 0;
|
380 |
padding-top: 0; }
|
381 |
|
382 |
-
mfp-container,
|
383 |
font-family: 'Open Sans';
|
384 |
}
|
385 |
|
386 |
.rbs-img{
|
387 |
font-size: 13px;
|
388 |
}
|
389 |
.rbs-img-container{}
|
390 |
.rbs-img-content{
|
391 |
padding: 20px;
|
392 |
position: relative;
|
393 |
background: white;
|
394 |
color: rgb(51, 51, 51);
|
395 |
line-height: 17px;
|
396 |
}
|
397 |
.thumbnail-overlay{
|
398 |
background: black; /* fallback for IE8 */
|
399 |
background-color: rgba(0,0,0, .30);
|
400 |
color: #333333;
|
401 |
}
|
402 |
.thumbnail-overlay>div.aligment{
|
403 |
height: 100%;
|
404 |
width: 100%;
|
405 |
display: table !important;
|
406 |
}
|
407 |
.thumbnail-overlay>div.aligment>div.aligment{
|
408 |
padding: 10px;
|
409 |
display: table-cell !important;
|
410 |
vertical-align: middle; /* FOR VERTICAL ALIGN */
|
411 |
text-align:center; /* FOR HORIZONTAL ALIGN */
|
412 |
}
|
413 |
.overlay-title{
|
414 |
font-weight: 500;
|
415 |
font-size: 16px;
|
416 |
display: block;
|
417 |
line-height: 16px;
|
418 |
margin-bottom: 5px;
|
419 |
}
|
420 |
.overlay-description{
|
421 |
font-weight: 400;
|
422 |
font-size: 12px;
|
423 |
display: block;
|
424 |
line-height: 16px;
|
425 |
}
|
426 |
.thumbnail-overlay i.fa{
|
427 |
text-align: center;
|
428 |
display: inline-block;
|
429 |
margin: 3px;
|
430 |
padding: 17px 17px 17px 17px;
|
431 |
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
|
432 |
-moz-box-sizing: border-box; /* Firefox, other Gecko */
|
433 |
box-sizing: border-box; /* Opera/IE 8+ */
|
434 |
|
435 |
-webkit-border-radius: 50%; /* Safari 3-4, iOS 1-3.2, Android 1.6- */
|
436 |
-moz-border-radius: 50%; /* Firefox 1-3.6 */
|
437 |
border-radius: 50%; /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
|
438 |
-webkit-transition: -webkit-transform .2s, background .1s;
|
439 |
-moz-transition: -moz-transform .2s, background .1s;
|
440 |
-o-transition: -o-transform .2s, background .1s;
|
441 |
-ms-transition: -ms-transform .2s, background .1s;
|
442 |
transition: transform .2s, background .1s;
|
443 |
}
|
444 |
|
445 |
.thumbnail-overlay i.fa:hover{
|
446 |
cursor: pointer;
|
447 |
}
|
448 |
.rbs-lightbox{
|
449 |
cursor: pointer;
|
450 |
}
|
451 |
|
452 |
.mfp-arrow.mfp-arrow:before,
|
453 |
.mfp-arrow.mfp-arrow:after { border:none !important; }
|
454 |
.mfp-arrow.mfp-arrow-left {
|
455 |
background:url('icons/icon-arrow-left.png') 50% 50% no-repeat !important;
|
456 |
}
|
457 |
|
458 |
.mfp-arrow.mfp-arrow-right {
|
459 |
background:url('icons/icon-arrow-right.png') 50% 50% no-repeat !important;
|
460 |
}
|
461 |
|
462 |
.mfp-close{
|
463 |
background:url('icons/icon-close.png') right no-repeat !important;
|
464 |
}
|
|
|
465 |
font-family: 'Open Sans';
|
466 |
}
|
467 |
|
468 |
.rbs-img{
|
469 |
font-size: 13px;
|
470 |
}
|
471 |
.rbs-img-container{}
|
472 |
.rbs-img-content{
|
473 |
padding: 20px;
|
474 |
position: relative;
|
475 |
background: white;
|
476 |
color: rgb(51, 51, 51);
|
477 |
line-height: 17px;
|
478 |
}
|
479 |
.thumbnail-overlay{
|
480 |
background: black; /* fallback for IE8 */
|
481 |
background-color: rgba(0,0,0, .30);
|
482 |
color: #333333;
|
483 |
}
|
484 |
.thumbnail-overlay>div.aligment{
|
485 |
height: 100%;
|
486 |
width: 100%;
|
487 |
display: table !important;
|
488 |
}
|
489 |
.thumbnail-overlay>div.aligment>div.aligment{
|
490 |
padding: 10px;
|
491 |
display: table-cell !important;
|
492 |
vertical-align: middle; /* FOR VERTICAL ALIGN */
|
493 |
text-align:center; /* FOR HORIZONTAL ALIGN */
|
494 |
}
|
495 |
.overlay-title{
|
496 |
font-weight: 500;
|
497 |
font-size: 16px;
|
498 |
display: block;
|
499 |
line-height: 16px;
|
500 |
margin-bottom: 5px;
|
501 |
}
|
502 |
.overlay-description{
|
503 |
font-weight: 400;
|
504 |
font-size: 12px;
|
505 |
display: block;
|
506 |
line-height: 16px;
|
507 |
}
|
508 |
.thumbnail-overlay i.fa{
|
509 |
text-align: center;
|
510 |
display: inline-block;
|
511 |
margin: 3px;
|
512 |
padding: 17px 17px 17px 17px;
|
513 |
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
|
514 |
-moz-box-sizing: border-box; /* Firefox, other Gecko */
|
515 |
box-sizing: border-box; /* Opera/IE 8+ */
|
516 |
|
517 |
-webkit-border-radius: 50%; /* Safari 3-4, iOS 1-3.2, Android 1.6- */
|
518 |
-moz-border-radius: 50%; /* Firefox 1-3.6 */
|
519 |
border-radius: 50%; /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
|
520 |
-webkit-transition: -webkit-transform .2s, background .1s;
|
521 |
-moz-transition: -moz-transform .2s, background .1s;
|
522 |
-o-transition: -o-transform .2s, background .1s;
|
523 |
-ms-transition: -ms-transform .2s, background .1s;
|
524 |
transition: transform .2s, background .1s;
|
525 |
}
|
526 |
|
527 |
.thumbnail-overlay i.fa:hover{
|
528 |
cursor: pointer;
|
529 |
}
|
530 |
.rbs-lightbox{
|
531 |
cursor: pointer;
|
532 |
}
|
533 |
|
534 |
.mfp-arrow.mfp-arrow:before,
|
535 |
.mfp-arrow.mfp-arrow:after { border:none !important; }
|
536 |
.mfp-arrow.mfp-arrow-left {
|
537 |
background:url('icons/icon-arrow-left.png') 50% 50% no-repeat !important;
|
538 |
}
|
539 |
|
540 |
.mfp-arrow.mfp-arrow-right {
|
541 |
background:url('icons/icon-arrow-right.png') 50% 50% no-repeat !important;
|
542 |
}
|
543 |
|
544 |
.mfp-close{
|
545 |
background:url('icons/icon-close.png') right no-repeat !important;
|
546 |
}
|
547 |
/*
|
548 |
* Robo Gallery
|
549 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
@@ -387,6 +387,12 @@ mfp-container,
|
|
387 |
* Available only in https://robosoft.co/robogallery/
|
388 |
*/
|
389 |
|
|
|
|
|
|
|
|
|
|
|
|
|
390 |
.rbs-img {
|
391 |
/* Box-model */
|
392 |
display: none;
|
379 |
right: 0;
|
380 |
padding-top: 0; }
|
381 |
|
|
|
382 |
font-family: 'Open Sans';
|
383 |
}
|
384 |
|
385 |
.rbs-img{
|
386 |
font-size: 13px;
|
387 |
}
|
388 |
.rbs-img-container{}
|
389 |
.rbs-img-content{
|
390 |
padding: 20px;
|
391 |
position: relative;
|
392 |
background: white;
|
393 |
color: rgb(51, 51, 51);
|
394 |
line-height: 17px;
|
395 |
}
|
396 |
.thumbnail-overlay{
|
397 |
background: black; /* fallback for IE8 */
|
398 |
background-color: rgba(0,0,0, .30);
|
399 |
color: #333333;
|
400 |
}
|
401 |
.thumbnail-overlay>div.aligment{
|
402 |
height: 100%;
|
403 |
width: 100%;
|
404 |
display: table !important;
|
405 |
}
|
406 |
.thumbnail-overlay>div.aligment>div.aligment{
|
407 |
padding: 10px;
|
408 |
display: table-cell !important;
|
409 |
vertical-align: middle; /* FOR VERTICAL ALIGN */
|
410 |
text-align:center; /* FOR HORIZONTAL ALIGN */
|
411 |
}
|
412 |
.overlay-title{
|
413 |
font-weight: 500;
|
414 |
font-size: 16px;
|
415 |
display: block;
|
416 |
line-height: 16px;
|
417 |
margin-bottom: 5px;
|
418 |
}
|
419 |
.overlay-description{
|
420 |
font-weight: 400;
|
421 |
font-size: 12px;
|
422 |
display: block;
|
423 |
line-height: 16px;
|
424 |
}
|
425 |
.thumbnail-overlay i.fa{
|
426 |
text-align: center;
|
427 |
display: inline-block;
|
428 |
margin: 3px;
|
429 |
padding: 17px 17px 17px 17px;
|
430 |
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
|
431 |
-moz-box-sizing: border-box; /* Firefox, other Gecko */
|
432 |
box-sizing: border-box; /* Opera/IE 8+ */
|
433 |
|
434 |
-webkit-border-radius: 50%; /* Safari 3-4, iOS 1-3.2, Android 1.6- */
|
435 |
-moz-border-radius: 50%; /* Firefox 1-3.6 */
|
436 |
border-radius: 50%; /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
|
437 |
-webkit-transition: -webkit-transform .2s, background .1s;
|
438 |
-moz-transition: -moz-transform .2s, background .1s;
|
439 |
-o-transition: -o-transform .2s, background .1s;
|
440 |
-ms-transition: -ms-transform .2s, background .1s;
|
441 |
transition: transform .2s, background .1s;
|
442 |
}
|
443 |
|
444 |
.thumbnail-overlay i.fa:hover{
|
445 |
cursor: pointer;
|
446 |
}
|
447 |
.rbs-lightbox{
|
448 |
cursor: pointer;
|
449 |
}
|
450 |
|
451 |
.mfp-arrow.mfp-arrow:before,
|
452 |
.mfp-arrow.mfp-arrow:after { border:none !important; }
|
453 |
.mfp-arrow.mfp-arrow-left {
|
454 |
background:url('icons/icon-arrow-left.png') 50% 50% no-repeat !important;
|
455 |
}
|
456 |
|
457 |
.mfp-arrow.mfp-arrow-right {
|
458 |
background:url('icons/icon-arrow-right.png') 50% 50% no-repeat !important;
|
459 |
}
|
460 |
|
461 |
.mfp-close{
|
462 |
background:url('icons/icon-close.png') right no-repeat !important;
|
463 |
}
|
464 |
+
.mfp-container,
|
465 |
font-family: 'Open Sans';
|
466 |
}
|
467 |
|
468 |
.rbs-img{
|
469 |
font-size: 13px;
|
470 |
}
|
471 |
.rbs-img-container{}
|
472 |
.rbs-img-content{
|
473 |
padding: 20px;
|
474 |
position: relative;
|
475 |
background: white;
|
476 |
color: rgb(51, 51, 51);
|
477 |
line-height: 17px;
|
478 |
}
|
479 |
.thumbnail-overlay{
|
480 |
background: black; /* fallback for IE8 */
|
481 |
background-color: rgba(0,0,0, .30);
|
482 |
color: #333333;
|
483 |
}
|
484 |
.thumbnail-overlay>div.aligment{
|
485 |
height: 100%;
|
486 |
width: 100%;
|
487 |
display: table !important;
|
488 |
}
|
489 |
.thumbnail-overlay>div.aligment>div.aligment{
|
490 |
padding: 10px;
|
491 |
display: table-cell !important;
|
492 |
vertical-align: middle; /* FOR VERTICAL ALIGN */
|
493 |
text-align:center; /* FOR HORIZONTAL ALIGN */
|
494 |
}
|
495 |
.overlay-title{
|
496 |
font-weight: 500;
|
497 |
font-size: 16px;
|
498 |
display: block;
|
499 |
line-height: 16px;
|
500 |
margin-bottom: 5px;
|
501 |
}
|
502 |
.overlay-description{
|
503 |
font-weight: 400;
|
504 |
font-size: 12px;
|
505 |
display: block;
|
506 |
line-height: 16px;
|
507 |
}
|
508 |
.thumbnail-overlay i.fa{
|
509 |
text-align: center;
|
510 |
display: inline-block;
|
511 |
margin: 3px;
|
512 |
padding: 17px 17px 17px 17px;
|
513 |
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
|
514 |
-moz-box-sizing: border-box; /* Firefox, other Gecko */
|
515 |
box-sizing: border-box; /* Opera/IE 8+ */
|
516 |
|
517 |
-webkit-border-radius: 50%; /* Safari 3-4, iOS 1-3.2, Android 1.6- */
|
518 |
-moz-border-radius: 50%; /* Firefox 1-3.6 */
|
519 |
border-radius: 50%; /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
|
520 |
-webkit-transition: -webkit-transform .2s, background .1s;
|
521 |
-moz-transition: -moz-transform .2s, background .1s;
|
522 |
-o-transition: -o-transform .2s, background .1s;
|
523 |
-ms-transition: -ms-transform .2s, background .1s;
|
524 |
transition: transform .2s, background .1s;
|
525 |
}
|
526 |
|
527 |
.thumbnail-overlay i.fa:hover{
|
528 |
cursor: pointer;
|
529 |
}
|
530 |
.rbs-lightbox{
|
531 |
cursor: pointer;
|
532 |
}
|
533 |
|
534 |
.mfp-arrow.mfp-arrow:before,
|
535 |
.mfp-arrow.mfp-arrow:after { border:none !important; }
|
536 |
.mfp-arrow.mfp-arrow-left {
|
537 |
background:url('icons/icon-arrow-left.png') 50% 50% no-repeat !important;
|
538 |
}
|
539 |
|
540 |
.mfp-arrow.mfp-arrow-right {
|
541 |
background:url('icons/icon-arrow-right.png') 50% 50% no-repeat !important;
|
542 |
}
|
543 |
|
544 |
.mfp-close{
|
545 |
background:url('icons/icon-close.png') right no-repeat !important;
|
546 |
}
|
547 |
/*
|
548 |
* Robo Gallery
|
549 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
387 |
* Available only in https://robosoft.co/robogallery/
|
388 |
*/
|
389 |
|
390 |
+
|
391 |
+
/* need_check */
|
392 |
+
.rbs-imges-grid-sizer{
|
393 |
+
margin: 0;
|
394 |
+
}
|
395 |
+
|
396 |
.rbs-img {
|
397 |
/* Box-model */
|
398 |
display: none;
|
images/admin/imagely_icon2.png
ADDED
Binary file
|
images/admin/imagely_icon3.png
ADDED
Binary file
|
images/admin/imagely_icon4.png
ADDED
Binary file
|
images/admin/index.html
ADDED
File without changes
|
images/admin/robo_gallery_icon.png
ADDED
Binary file
|
images/index.html
ADDED
File without changes
|
includes/extensions/backup/backup.form.php
CHANGED
@@ -59,7 +59,7 @@ if(!function_exists('rbs_get_file_upload_max_size')){
|
|
59 |
?>
|
60 |
<div class="wrap">
|
61 |
<h1 class="rbs-nobackup">
|
62 |
-
<?php _e('Robo Gallery Backup', '
|
63 |
</h1>
|
64 |
<br>
|
65 |
|
@@ -70,7 +70,7 @@ if(!function_exists('rbs_get_file_upload_max_size')){
|
|
70 |
$tmp_name = $_FILES['rbsBackupFile']['tmp_name'];
|
71 |
rbs_gallery_include('backup.class.php', plugin_dir_path( __FILE__ ));
|
72 |
|
73 |
-
$export = new rbsGalleryExport(
|
74 |
|
75 |
if(isset($_POST['rbsGalleryBackupDuplicate']) && $_POST['rbsGalleryBackupDuplicate'] ){
|
76 |
$export->duplicate = 1;
|
@@ -102,34 +102,34 @@ if(!function_exists('rbs_get_file_upload_max_size')){
|
|
102 |
print_r($result['errors']);
|
103 |
} else {
|
104 |
|
105 |
-
echo '<h2>'.__('Success Import ', '
|
106 |
if( isset($result['import']) && is_array($result['import']) ){
|
107 |
-
if( isset($result['import']['post']) ) echo '<p>'.__('Import Post', '
|
108 |
-
if( isset($result['import']['element']) ) echo '<p>'.__('Import Images', '
|
109 |
//if( isset($result['import']['file']) ) echo '<p> --- Import Images Files: '.$result['import']['file'].'</p>';
|
110 |
echo "<hr>";
|
111 |
}
|
112 |
|
113 |
if( isset($result['duplicate']) && is_array($result['duplicate']) ){
|
114 |
-
if( isset($result['duplicate']['post']) ) echo '<p>'.__('Duplicate Post', '
|
115 |
-
if( isset($result['duplicate']['element']) ) echo '<p>'.__('Duplicate Images', '
|
116 |
//if( isset($result['duplicate']['file']) ) echo '<p> --- Duplicate Images Files: '.$result['duplicate']['file'].'</p>';
|
117 |
echo "<hr>";
|
118 |
}
|
119 |
|
120 |
|
121 |
if( isset($result['skipped']) && is_array($result['skipped']) ){
|
122 |
-
if( isset($result['skipped']['post']) ) echo '<p>'.__('Skipped Post', '
|
123 |
-
if( isset($result['skipped']['element']) ) echo '<p>'.__('Skipped Images', '
|
124 |
//if( isset($result['skipped']['file']) ) echo '<p> --- Import Images Files: '.$result['skipped']['file'].'</p>';
|
125 |
}
|
126 |
}
|
127 |
echo '</div>';
|
128 |
} else {
|
129 |
-
echo rbs_backup_error_message( __('Error: please check backup file', '
|
130 |
}
|
131 |
} else {
|
132 |
-
echo rbs_backup_error_message( __('Error: check secure', '
|
133 |
}
|
134 |
}
|
135 |
if(!function_exists('rbs_backup_tabs')){
|
@@ -139,7 +139,7 @@ if(!function_exists('rbs_backup_tabs')){
|
|
139 |
echo '<h2 class="nav-tab-wrapper">';
|
140 |
foreach( $tabs as $tab => $name ){
|
141 |
$class = ( $tab == $current ) ? ' nav-tab-active' : '';
|
142 |
-
echo "<a class='nav-tab$class' href='edit.php?post_type=
|
143 |
}
|
144 |
echo '</h2>';
|
145 |
}
|
@@ -161,9 +161,9 @@ switch ($tab) {
|
|
161 |
<p class="description" id="rbsFullBackupFile-description"><?php _e('You can use Full Backup options to make backup of configured galleries settings and images. As result you\'ll get archive with XML file of galleries settings and all images of your galleries'); ?></p>
|
162 |
<table class="form-table">
|
163 |
<tbody>
|
164 |
-
<form method="post" enctype="multipart/form-data" class="rbs_download_full_backup_export" action="<?php echo admin_url().'edit.php?post_type=
|
165 |
<tr>
|
166 |
-
<th scope="row"><label for="rbsGalleryFullBackupFilename"><?php _e('File Name', '
|
167 |
<td>
|
168 |
<input type="text" class="regular-text" id="rbsGalleryFullBackupFilename" name="rbsGalleryBackupFullFilename" value="<?php echo 'export_'.$today;?>" >
|
169 |
|
@@ -190,9 +190,9 @@ switch ($tab) {
|
|
190 |
<table class="form-table">
|
191 |
|
192 |
<tbody>
|
193 |
-
<form method="post" enctype="multipart/form-data" class="rbs_download_backup_export" action="<?php echo admin_url().'edit.php?post_type=
|
194 |
<tr>
|
195 |
-
<th scope="row"><label for="rbsGalleryBackupFilename"><?php _e('File Name', '
|
196 |
<td>
|
197 |
<input type="text" class="regular-text" id="rbsGalleryBackupFilename" name="rbsGalleryBackupFilename" value="<?php echo 'export_'.$today;?>" >
|
198 |
</td>
|
@@ -214,25 +214,25 @@ switch ($tab) {
|
|
214 |
?>
|
215 |
<table class="form-table">
|
216 |
<tbody>
|
217 |
-
<form method="post" enctype="multipart/form-data" class="wp-upload-form" action="<?php echo admin_url().'edit.php?post_type=
|
218 |
<tr>
|
219 |
-
<th scope="row" valign="top"><label><?php _e('Sever Environment', '
|
220 |
<td>
|
221 |
<fieldset>
|
222 |
-
<p><?php echo __('Max upload size', '
|
223 |
-
<p><?php echo __('Max POST size', '
|
224 |
-
<p><a target="_blank" href="https://wordpress.org/support/topic/how-to-increase-the-max-upload-size"><?php _e('How to increase the max upload size?', '
|
225 |
</fieldset>
|
226 |
</td>
|
227 |
</tr>
|
228 |
<tr>
|
229 |
-
<th scope="row"><label for="rbsGalleryBackupDuplicate"><?php _e('Duplicate', '
|
230 |
<td>
|
231 |
<fieldset>
|
232 |
-
<legend class="screen-reader-text"><span><?php _e('Duplicate', '
|
233 |
<label for="rbsGalleryBackupDuplicate">
|
234 |
<input name="rbsGalleryBackupDuplicate" id="rbsGalleryBackupDuplicate" value="1" type="checkbox">
|
235 |
-
<?php _e('Make copy if such gallery or image already exist', '
|
236 |
</label>
|
237 |
</fieldset>
|
238 |
</td>
|
@@ -241,7 +241,7 @@ switch ($tab) {
|
|
241 |
|
242 |
|
243 |
<tr>
|
244 |
-
<th scope="row"><label for="rbsBackupFile"><?php _e('Select backup file', '
|
245 |
<td>
|
246 |
<label class="screen-reader-text" for="pluginzip">Import xml file</label>
|
247 |
<input type="file" name="rbsBackupFile" id="rbsBackupFile">
|
59 |
?>
|
60 |
<div class="wrap">
|
61 |
<h1 class="rbs-nobackup">
|
62 |
+
<?php _e('Robo Gallery Backup', 'robo-gallery'); ?>
|
63 |
</h1>
|
64 |
<br>
|
65 |
|
70 |
$tmp_name = $_FILES['rbsBackupFile']['tmp_name'];
|
71 |
rbs_gallery_include('backup.class.php', plugin_dir_path( __FILE__ ));
|
72 |
|
73 |
+
$export = new rbsGalleryExport( ROBO_GALLERY_TYPE_POST );
|
74 |
|
75 |
if(isset($_POST['rbsGalleryBackupDuplicate']) && $_POST['rbsGalleryBackupDuplicate'] ){
|
76 |
$export->duplicate = 1;
|
102 |
print_r($result['errors']);
|
103 |
} else {
|
104 |
|
105 |
+
echo '<h2>'.__('Success Import ', 'robo-gallery').'</h2>';
|
106 |
if( isset($result['import']) && is_array($result['import']) ){
|
107 |
+
if( isset($result['import']['post']) ) echo '<p>'.__('Import Post', 'robo-gallery').': '.$result['import']['post'].'</p>';
|
108 |
+
if( isset($result['import']['element']) ) echo '<p>'.__('Import Images', 'robo-gallery').': '.$result['import']['element'].'</p>';
|
109 |
//if( isset($result['import']['file']) ) echo '<p> --- Import Images Files: '.$result['import']['file'].'</p>';
|
110 |
echo "<hr>";
|
111 |
}
|
112 |
|
113 |
if( isset($result['duplicate']) && is_array($result['duplicate']) ){
|
114 |
+
if( isset($result['duplicate']['post']) ) echo '<p>'.__('Duplicate Post', 'robo-gallery').': '.$result['duplicate']['post'].'</p>';
|
115 |
+
if( isset($result['duplicate']['element']) ) echo '<p>'.__('Duplicate Images', 'robo-gallery').': '.$result['duplicate']['element'].'</p>';
|
116 |
//if( isset($result['duplicate']['file']) ) echo '<p> --- Duplicate Images Files: '.$result['duplicate']['file'].'</p>';
|
117 |
echo "<hr>";
|
118 |
}
|
119 |
|
120 |
|
121 |
if( isset($result['skipped']) && is_array($result['skipped']) ){
|
122 |
+
if( isset($result['skipped']['post']) ) echo '<p>'.__('Skipped Post', 'robo-gallery').': '. $result['skipped']['post']. '</p>';
|
123 |
+
if( isset($result['skipped']['element']) ) echo '<p>'.__('Skipped Images', 'robo-gallery').': '.$result['skipped']['element'].'</p>';
|
124 |
//if( isset($result['skipped']['file']) ) echo '<p> --- Import Images Files: '.$result['skipped']['file'].'</p>';
|
125 |
}
|
126 |
}
|
127 |
echo '</div>';
|
128 |
} else {
|
129 |
+
echo rbs_backup_error_message( __('Error: please check backup file', 'robo-gallery') );
|
130 |
}
|
131 |
} else {
|
132 |
+
echo rbs_backup_error_message( __('Error: check secure', 'robo-gallery') );
|
133 |
}
|
134 |
}
|
135 |
if(!function_exists('rbs_backup_tabs')){
|
139 |
echo '<h2 class="nav-tab-wrapper">';
|
140 |
foreach( $tabs as $tab => $name ){
|
141 |
$class = ( $tab == $current ) ? ' nav-tab-active' : '';
|
142 |
+
echo "<a class='nav-tab$class' href='edit.php?post_type=".ROBO_GALLERY_TYPE_POST."&page=robo-gallery-backup&tab=$tab'>$name</a>";
|
143 |
}
|
144 |
echo '</h2>';
|
145 |
}
|
161 |
<p class="description" id="rbsFullBackupFile-description"><?php _e('You can use Full Backup options to make backup of configured galleries settings and images. As result you\'ll get archive with XML file of galleries settings and all images of your galleries'); ?></p>
|
162 |
<table class="form-table">
|
163 |
<tbody>
|
164 |
+
<form method="post" enctype="multipart/form-data" class="rbs_download_full_backup_export" action="<?php echo admin_url().'edit.php?post_type='.ROBO_GALLERY_TYPE_POST.'&page=robo-gallery-backup&tab='.$tab; ?>">
|
165 |
<tr>
|
166 |
+
<th scope="row"><label for="rbsGalleryFullBackupFilename"><?php _e('File Name', 'robo-gallery'); ?></label></th>
|
167 |
<td>
|
168 |
<input type="text" class="regular-text" id="rbsGalleryFullBackupFilename" name="rbsGalleryBackupFullFilename" value="<?php echo 'export_'.$today;?>" >
|
169 |
|
190 |
<table class="form-table">
|
191 |
|
192 |
<tbody>
|
193 |
+
<form method="post" enctype="multipart/form-data" class="rbs_download_backup_export" action="<?php echo admin_url().'edit.php?post_type='.ROBO_GALLERY_TYPE_POST.'&page=robo-gallery-backup&tab='.$tab; ?>">
|
194 |
<tr>
|
195 |
+
<th scope="row"><label for="rbsGalleryBackupFilename"><?php _e('File Name', 'robo-gallery'); ?></label></th>
|
196 |
<td>
|
197 |
<input type="text" class="regular-text" id="rbsGalleryBackupFilename" name="rbsGalleryBackupFilename" value="<?php echo 'export_'.$today;?>" >
|
198 |
</td>
|
214 |
?>
|
215 |
<table class="form-table">
|
216 |
<tbody>
|
217 |
+
<form method="post" enctype="multipart/form-data" class="wp-upload-form" action="<?php echo admin_url().'edit.php?post_type='.ROBO_GALLERY_TYPE_POST.'&page=robo-gallery-backup&tab='.$tab; ?>">
|
218 |
<tr>
|
219 |
+
<th scope="row" valign="top"><label><?php _e('Sever Environment', 'robo-gallery'); ?></label></th>
|
220 |
<td>
|
221 |
<fieldset>
|
222 |
+
<p><?php echo __('Max upload size', 'robo-gallery').': <strong>'.rbs_get_file_upload_max_size().'</strong>'; ?></p>
|
223 |
+
<p><?php echo __('Max POST size', 'robo-gallery').': <strong>'.rbs_get_file_upload_max_size(1).'</strong>'; ?></p>
|
224 |
+
<p><a target="_blank" href="https://wordpress.org/support/topic/how-to-increase-the-max-upload-size"><?php _e('How to increase the max upload size?', 'robo-gallery'); ?></a></p>
|
225 |
</fieldset>
|
226 |
</td>
|
227 |
</tr>
|
228 |
<tr>
|
229 |
+
<th scope="row"><label for="rbsGalleryBackupDuplicate"><?php _e('Duplicate', 'robo-gallery'); ?></label></th>
|
230 |
<td>
|
231 |
<fieldset>
|
232 |
+
<legend class="screen-reader-text"><span><?php _e('Duplicate', 'robo-gallery'); ?></span></legend>
|
233 |
<label for="rbsGalleryBackupDuplicate">
|
234 |
<input name="rbsGalleryBackupDuplicate" id="rbsGalleryBackupDuplicate" value="1" type="checkbox">
|
235 |
+
<?php _e('Make copy if such gallery or image already exist', 'robo-gallery'); ?>
|
236 |
</label>
|
237 |
</fieldset>
|
238 |
</td>
|
241 |
|
242 |
|
243 |
<tr>
|
244 |
+
<th scope="row"><label for="rbsBackupFile"><?php _e('Select backup file', 'robo-gallery'); ?></label></th>
|
245 |
<td>
|
246 |
<label class="screen-reader-text" for="pluginzip">Import xml file</label>
|
247 |
<input type="file" name="rbsBackupFile" id="rbsBackupFile">
|
includes/extensions/backup/backup.init.php
CHANGED
@@ -17,7 +17,7 @@ if ( ! defined( 'ABSPATH' ) ) exit;
|
|
17 |
if(!function_exists('robo_gallery_backup_submenu_page')){
|
18 |
add_action('admin_menu', 'robo_gallery_backup_submenu_page');
|
19 |
function robo_gallery_backup_submenu_page() {
|
20 |
-
add_submenu_page( 'edit.php?post_type=
|
21 |
}
|
22 |
function robo_gallery_backup_submenu_page_render(){
|
23 |
rbs_gallery_include('backup.form.php', plugin_dir_path( __FILE__ ));
|
@@ -31,7 +31,7 @@ if(!function_exists('rbs_gallery_full_export')){
|
|
31 |
|
32 |
rbs_gallery_include('backup.class.php', plugin_dir_path( __FILE__ ) );
|
33 |
|
34 |
-
$export = new rbsGalleryExport(
|
35 |
$export->setArchiveDir(ABSPATH . 'tmp');
|
36 |
|
37 |
$exportFileName = 'export_'.date("Y_j_n");
|
@@ -67,7 +67,7 @@ if(!function_exists('rbs_gallery_export')){
|
|
67 |
|
68 |
rbs_gallery_include('backup.class.php', plugin_dir_path( __FILE__ ) );
|
69 |
|
70 |
-
$export = new rbsGalleryExport(
|
71 |
$export->setArchiveDir(ABSPATH . 'tmp');
|
72 |
|
73 |
|
@@ -86,7 +86,7 @@ if(!function_exists('rbs_gallery_export')){
|
|
86 |
if(!$isExport) {
|
87 |
var_dump($export->getError());
|
88 |
} else {
|
89 |
-
wp_redirect(get_permalink( 'edit.php?post_type=
|
90 |
}
|
91 |
|
92 |
die();
|
17 |
if(!function_exists('robo_gallery_backup_submenu_page')){
|
18 |
add_action('admin_menu', 'robo_gallery_backup_submenu_page');
|
19 |
function robo_gallery_backup_submenu_page() {
|
20 |
+
add_submenu_page( 'edit.php?post_type='.ROBO_GALLERY_TYPE_POST, 'Backup', 'Backup', 'manage_options', 'robo-gallery-backup', 'robo_gallery_backup_submenu_page_render' );
|
21 |
}
|
22 |
function robo_gallery_backup_submenu_page_render(){
|
23 |
rbs_gallery_include('backup.form.php', plugin_dir_path( __FILE__ ));
|
31 |
|
32 |
rbs_gallery_include('backup.class.php', plugin_dir_path( __FILE__ ) );
|
33 |
|
34 |
+
$export = new rbsGalleryExport(ROBO_GALLERY_TYPE_POST);
|
35 |
$export->setArchiveDir(ABSPATH . 'tmp');
|
36 |
|
37 |
$exportFileName = 'export_'.date("Y_j_n");
|
67 |
|
68 |
rbs_gallery_include('backup.class.php', plugin_dir_path( __FILE__ ) );
|
69 |
|
70 |
+
$export = new rbsGalleryExport(ROBO_GALLERY_TYPE_POST);
|
71 |
$export->setArchiveDir(ABSPATH . 'tmp');
|
72 |
|
73 |
|
86 |
if(!$isExport) {
|
87 |
var_dump($export->getError());
|
88 |
} else {
|
89 |
+
wp_redirect(get_permalink( 'edit.php?post_type='.ROBO_GALLERY_TYPE_POST.'&page=robo-gallery-backup' ));
|
90 |
}
|
91 |
|
92 |
die();
|
includes/extensions/category/category.class.php
CHANGED
@@ -140,7 +140,7 @@ class ROBO_GALLERY_CATEGORY{
|
|
140 |
$path[] = get_the_title($parent) . ' >>';
|
141 |
$parent = $parent->post_parent ? get_post($parent->post_parent) : null;
|
142 |
}
|
143 |
-
$path[] = __('Root Category', '
|
144 |
$path = array_reverse($path);
|
145 |
?>
|
146 |
<input type="hidden" name="parent_id" value="<?php echo $directParentId; ?>">
|
140 |
$path[] = get_the_title($parent) . ' >>';
|
141 |
$parent = $parent->post_parent ? get_post($parent->post_parent) : null;
|
142 |
}
|
143 |
+
$path[] = __('Root Category', 'robo-gallery').' >>';
|
144 |
$path = array_reverse($path);
|
145 |
?>
|
146 |
<input type="hidden" name="parent_id" value="<?php echo $directParentId; ?>">
|
includes/extensions/rbs_create_post_ajax.php
CHANGED
@@ -186,7 +186,7 @@ if(!function_exists('rbs_ajax_posts_list')){
|
|
186 |
$post_info = get_post( $posts[$i] );
|
187 |
//print_r($post_info);
|
188 |
if( gettype($post_info)!='object' ) {
|
189 |
-
//echo '<p><strong>'.__('Error: ','
|
190 |
continue ;
|
191 |
}
|
192 |
echo '<tr>
|
186 |
$post_info = get_post( $posts[$i] );
|
187 |
//print_r($post_info);
|
188 |
if( gettype($post_info)!='object' ) {
|
189 |
+
//echo '<p><strong>'.__('Error: ','robo-gallery').'</strong>'.__('Incorrect gallery ID','robo-gallery').'</p>';
|
190 |
continue ;
|
191 |
}
|
192 |
echo '<tr>
|
includes/extensions/stats/stats.form.php
CHANGED
@@ -48,13 +48,13 @@ if ( $loop->have_posts() ){
|
|
48 |
?>
|
49 |
<div class="wrap">
|
50 |
<h1 class="rbs-stats">
|
51 |
-
<?php _e('Robo Gallery Statistics', '
|
52 |
-
<a id="robo_gallery_reset_stat" href="edit.php?post_type=robo_gallery_table&page=robo-gallery-stats&clearStat=1" class="page-title-action"><?php _e('Reset', '
|
53 |
</h1>
|
54 |
|
55 |
<?php if(isset($_GET['clearStat']) && $_GET['clearStat']==1 ){ ?>
|
56 |
<div id="setting-error-settings_updated" class="updated settings-error notice is-dismissible">
|
57 |
-
<p><strong><?php _e('Statistics Reset.', '
|
58 |
<button type="button" class="notice-dismiss">
|
59 |
<span class="screen-reader-text"><?php _e('Dismiss this notice.'); ?></span>
|
60 |
</button>
|
@@ -68,8 +68,8 @@ if ( $loop->have_posts() ){
|
|
68 |
if(!function_exists('rbs_stats_tabs')){
|
69 |
function rbs_stats_tabs( $current = 'gallery' ) {
|
70 |
$tabs = array(
|
71 |
-
'gallery' => __('Gallery Statistics', '
|
72 |
-
'export' => __('Images Statistics', '
|
73 |
);
|
74 |
echo '<h2 class="nav-tab-wrapper">';
|
75 |
foreach( $tabs as $tab => $name ){
|
@@ -88,7 +88,7 @@ switch ($tab) {
|
|
88 |
<tbody>
|
89 |
<tr>
|
90 |
<th scope="row">
|
91 |
-
<label ><?php _e('Total Views', '
|
92 |
</th>
|
93 |
<td>
|
94 |
<p><?php echo $allViews ; ?></p>
|
@@ -96,7 +96,7 @@ switch ($tab) {
|
|
96 |
</tr>
|
97 |
<tr>
|
98 |
<th scope="row">
|
99 |
-
<label ><?php _e('Total Images', '
|
100 |
</th>
|
101 |
<td>
|
102 |
<p><?php echo $allImages ; ?></p>
|
@@ -104,7 +104,7 @@ switch ($tab) {
|
|
104 |
</tr>
|
105 |
<tr>
|
106 |
<th scope="row">
|
107 |
-
<label ><?php _e('Total Galleries', '
|
108 |
</th>
|
109 |
<td>
|
110 |
<p><?php echo $countPosts->publish + $countPosts->draft + $countPosts->trash ; ?></p>
|
@@ -115,7 +115,7 @@ switch ($tab) {
|
|
115 |
</tr>
|
116 |
<tr>
|
117 |
<th scope="row">
|
118 |
-
<label ><?php _e('Published', '
|
119 |
</th>
|
120 |
<td>
|
121 |
<p><?php echo $countPosts->publish ; ?></p>
|
@@ -123,7 +123,7 @@ switch ($tab) {
|
|
123 |
</tr>
|
124 |
<tr>
|
125 |
<th scope="row">
|
126 |
-
<label ><?php _e('Drafts', '
|
127 |
</th>
|
128 |
<td>
|
129 |
<p><?php echo $countPosts->draft ; ?></p>
|
@@ -131,7 +131,7 @@ switch ($tab) {
|
|
131 |
</tr>
|
132 |
<tr>
|
133 |
<th scope="row">
|
134 |
-
<label ><?php _e('Trash', '
|
135 |
</th>
|
136 |
<td>
|
137 |
<p><?php echo $countPosts->trash ; ?></p>
|
48 |
?>
|
49 |
<div class="wrap">
|
50 |
<h1 class="rbs-stats">
|
51 |
+
<?php _e('Robo Gallery Statistics', 'robo-gallery'); ?>
|
52 |
+
<a id="robo_gallery_reset_stat" href="edit.php?post_type=robo_gallery_table&page=robo-gallery-stats&clearStat=1" class="page-title-action"><?php _e('Reset', 'robo-gallery'); ?></a>
|
53 |
</h1>
|
54 |
|
55 |
<?php if(isset($_GET['clearStat']) && $_GET['clearStat']==1 ){ ?>
|
56 |
<div id="setting-error-settings_updated" class="updated settings-error notice is-dismissible">
|
57 |
+
<p><strong><?php _e('Statistics Reset.', 'robo-gallery'); ?></strong></p>
|
58 |
<button type="button" class="notice-dismiss">
|
59 |
<span class="screen-reader-text"><?php _e('Dismiss this notice.'); ?></span>
|
60 |
</button>
|
68 |
if(!function_exists('rbs_stats_tabs')){
|
69 |
function rbs_stats_tabs( $current = 'gallery' ) {
|
70 |
$tabs = array(
|
71 |
+
'gallery' => __('Gallery Statistics', 'robo-gallery'),
|
72 |
+
'export' => __('Images Statistics', 'robo-gallery')
|
73 |
);
|
74 |
echo '<h2 class="nav-tab-wrapper">';
|
75 |
foreach( $tabs as $tab => $name ){
|
88 |
<tbody>
|
89 |
<tr>
|
90 |
<th scope="row">
|
91 |
+
<label ><?php _e('Total Views', 'robo-gallery'); ?></label>
|
92 |
</th>
|
93 |
<td>
|
94 |
<p><?php echo $allViews ; ?></p>
|
96 |
</tr>
|
97 |
<tr>
|
98 |
<th scope="row">
|
99 |
+
<label ><?php _e('Total Images', 'robo-gallery'); ?></label>
|
100 |
</th>
|
101 |
<td>
|
102 |
<p><?php echo $allImages ; ?></p>
|
104 |
</tr>
|
105 |
<tr>
|
106 |
<th scope="row">
|
107 |
+
<label ><?php _e('Total Galleries', 'robo-gallery'); ?></label>
|
108 |
</th>
|
109 |
<td>
|
110 |
<p><?php echo $countPosts->publish + $countPosts->draft + $countPosts->trash ; ?></p>
|
115 |
</tr>
|
116 |
<tr>
|
117 |
<th scope="row">
|
118 |
+
<label ><?php _e('Published', 'robo-gallery'); ?></label>
|
119 |
</th>
|
120 |
<td>
|
121 |
<p><?php echo $countPosts->publish ; ?></p>
|
123 |
</tr>
|
124 |
<tr>
|
125 |
<th scope="row">
|
126 |
+
<label ><?php _e('Drafts', 'robo-gallery'); ?></label>
|
127 |
</th>
|
128 |
<td>
|
129 |
<p><?php echo $countPosts->draft ; ?></p>
|
131 |
</tr>
|
132 |
<tr>
|
133 |
<th scope="row">
|
134 |
+
<label ><?php _e('Trash', 'robo-gallery'); ?></label>
|
135 |
</th>
|
136 |
<td>
|
137 |
<p><?php echo $countPosts->trash ; ?></p>
|
includes/options/rbs_gallery_options_button.php
CHANGED
@@ -248,7 +248,7 @@ $button_group->add_field( array(
|
|
248 |
|
249 |
|
250 |
$button_group->add_field( array(
|
251 |
-
'name' => __( 'Search Color', '
|
252 |
'id' => ROBO_GALLERY_PREFIX.'searchColor',
|
253 |
'type' => 'rbstext',
|
254 |
'class' => 'form-control rbs_color',
|
248 |
|
249 |
|
250 |
$button_group->add_field( array(
|
251 |
+
'name' => __( 'Search Color', 'robo-gallery' ),
|
252 |
'id' => ROBO_GALLERY_PREFIX.'searchColor',
|
253 |
'type' => 'rbstext',
|
254 |
'class' => 'form-control rbs_color',
|
includes/options/rbs_gallery_options_copy.php
CHANGED
@@ -26,7 +26,7 @@ if( get_option( ROBO_GALLERY_PREFIX.'cloneBlock', 0 ) && !get_post_meta( $id, R
|
|
26 |
|
27 |
$copy_group = new_cmb2_box( array(
|
28 |
'id' => ROBO_GALLERY_PREFIX . 'copy_metabox',
|
29 |
-
'title' => '<span class="dashicons dashicons-admin-settings"></span> '.__( ' Clone Gallery', '
|
30 |
'object_types' => array( ROBO_GALLERY_TYPE_POST ),
|
31 |
'show_names' => false,
|
32 |
'context' => 'normal',
|
@@ -34,9 +34,9 @@ $copy_group = new_cmb2_box( array(
|
|
34 |
));
|
35 |
|
36 |
$copy_group->add_field(array(
|
37 |
-
'name' => __( 'Source Gallery', '
|
38 |
-
'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.', '
|
39 |
-
'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
|
40 |
'id' => ROBO_GALLERY_PREFIX . 'options',
|
41 |
'type' => 'rbsgallery',
|
42 |
'bootstrap_style'=> 1,
|
26 |
|
27 |
$copy_group = new_cmb2_box( array(
|
28 |
'id' => ROBO_GALLERY_PREFIX . 'copy_metabox',
|
29 |
+
'title' => '<span class="dashicons dashicons-admin-settings"></span> '.__( ' Clone Gallery', 'robo-gallery' ),
|
30 |
'object_types' => array( ROBO_GALLERY_TYPE_POST ),
|
31 |
'show_names' => false,
|
32 |
'context' => 'normal',
|
34 |
));
|
35 |
|
36 |
$copy_group->add_field(array(
|
37 |
+
'name' => __( 'Source Gallery', 'robo-gallery' ),
|
38 |
+
'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.', 'robo-gallery' ),
|
39 |
+
'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 work flow!', 'robo-gallery' ),
|
40 |
'id' => ROBO_GALLERY_PREFIX . 'options',
|
41 |
'type' => 'rbsgallery',
|
42 |
'bootstrap_style'=> 1,
|
includes/options/rbs_gallery_options_guides.php
CHANGED
@@ -19,7 +19,7 @@ if( class_exists('RoboGalleryConfig') ){
|
|
19 |
|
20 |
$guides_group = new_cmb2_box( array(
|
21 |
'id' => ROBO_GALLERY_PREFIX . 'guides_metabox',
|
22 |
-
'title' => '<span class="dashicons dashicons-video-alt3 rbs-icon-red"></span> '.__( 'Video Guides', '
|
23 |
'object_types' => array( ROBO_GALLERY_TYPE_POST ),
|
24 |
'context' => 'side',
|
25 |
'priority' => 'high',
|
19 |
|
20 |
$guides_group = new_cmb2_box( array(
|
21 |
'id' => ROBO_GALLERY_PREFIX . 'guides_metabox',
|
22 |
+
'title' => '<span class="dashicons dashicons-video-alt3 rbs-icon-red"></span> '.__( 'Video Guides', 'robo-gallery' ),
|
23 |
'object_types' => array( ROBO_GALLERY_TYPE_POST ),
|
24 |
'context' => 'side',
|
25 |
'priority' => 'high',
|
includes/options/rbs_gallery_options_hover.php
CHANGED
@@ -16,28 +16,28 @@ if ( ! defined( 'ABSPATH' ) ) exit;
|
|
16 |
//return '';
|
17 |
$hover_group = new_cmb2_box( array(
|
18 |
'id' => ROBO_GALLERY_PREFIX . 'hover_metabox',
|
19 |
-
'title' => '<span class="dashicons dashicons-format-gallery"></span> '.__( 'Hover Options', '
|
20 |
'object_types' => array( ROBO_GALLERY_TYPE_POST ),
|
21 |
'show_names' => false,
|
22 |
'context' => 'normal',
|
23 |
));
|
24 |
|
25 |
$hover_group->add_field( array(
|
26 |
-
'name' => __('Click Thumbnail', '
|
27 |
'id' => ROBO_GALLERY_PREFIX . 'thumbClick',
|
28 |
'type' => 'rbsselect',
|
29 |
'show_option_none' => false,
|
30 |
'default' => rbs_gallery_set_checkbox_default_for_new_post(0),
|
31 |
'options' => array(
|
32 |
-
'0' => __( 'On' , '
|
33 |
-
'1' => __( 'Off' , '
|
34 |
),
|
35 |
'before_row' => '
|
36 |
<div class="rbs_block"> <br />',
|
37 |
));
|
38 |
|
39 |
$hover_group->add_field( array(
|
40 |
-
'name' => __('Hover Mode', '
|
41 |
'id' => ROBO_GALLERY_PREFIX . 'hover',
|
42 |
'type' => 'rbsselect',
|
43 |
'show_option_none' => false,
|
@@ -60,17 +60,17 @@ $hover_group->add_field( array(
|
|
60 |
|
61 |
|
62 |
$hover_group->add_field( array(
|
63 |
-
'name' => __('No Hover for Mobile', '
|
64 |
'id' => ROBO_GALLERY_PREFIX . 'noHoverOnMobile',
|
65 |
'type' => 'switch',
|
66 |
-
'desc' => __('this option turn off hover effect only for mobile devices', '
|
67 |
'default' => rbs_gallery_set_checkbox_default_for_new_post(0),
|
68 |
'bootstrap_style'=> 1,
|
69 |
));
|
70 |
|
71 |
|
72 |
$hover_group->add_field( array(
|
73 |
-
'name' => __( 'Bg Color', '
|
74 |
'id' => ROBO_GALLERY_PREFIX.'background',
|
75 |
'type' => 'rbstext',
|
76 |
'class' => 'form-control rbs_color rbs_hover_bg_color',
|
@@ -84,7 +84,7 @@ $hover_group->add_field( array(
|
|
84 |
));
|
85 |
|
86 |
$hover_group->add_field( array(
|
87 |
-
'name' => __('Effect', '
|
88 |
'id' => ROBO_GALLERY_PREFIX . 'overlayEffect',
|
89 |
'type' => 'rbsselect',
|
90 |
'show_option_none' => false,
|
@@ -111,7 +111,7 @@ $hover_group->add_field( array(
|
|
111 |
));
|
112 |
|
113 |
$hover_group->add_field( array(
|
114 |
-
'name' => __('Show Title', '
|
115 |
'id' => ROBO_GALLERY_PREFIX . 'showTitle',
|
116 |
'type' => 'font',
|
117 |
'default' => rbs_gallery_set_checkbox_default_for_new_post(1),
|
@@ -126,10 +126,10 @@ $hover_group->add_field( array(
|
|
126 |
'before_row'=> '
|
127 |
<div role="tabpanel">
|
128 |
<ul class="nav nav-tabs" role="tablist">
|
129 |
-
<li role="presentation" class="active"><a href="#hover_text" aria-controls="hover_text" role="tab" data-toggle="tab">'.__('Title', '
|
130 |
-
<li role="presentation"><a href="#hover_linkicon" aria-controls="hover_linkicon" role="tab" data-toggle="tab">'.__('Link Button', '
|
131 |
-
<li role="presentation"><a href="#hover_zoomicon" aria-controls="hover_zoomicon" role="tab" data-toggle="tab">'.__('Zoom Button', '
|
132 |
-
<li role="presentation"><a href="#hover_desc" aria-controls="hover_desc" role="tab" data-toggle="tab">'.__('Description', '
|
133 |
</ul>
|
134 |
<div class="tab-content">
|
135 |
<div role="tabpanel" class="tab-pane active" id="hover_text"><br/>',
|
@@ -138,7 +138,7 @@ $hover_group->add_field( array(
|
|
138 |
));
|
139 |
|
140 |
$hover_group->add_field( array(
|
141 |
-
'name' => __('Link Icon', '
|
142 |
'id' => ROBO_GALLERY_PREFIX . 'linkIcon',
|
143 |
'type' => 'font',
|
144 |
'bootstrap_style'=> 1,
|
@@ -158,7 +158,7 @@ $hover_group->add_field( array(
|
|
158 |
));
|
159 |
|
160 |
$hover_group->add_field( array(
|
161 |
-
'name' => __('Zoom Icon', '
|
162 |
'id' => ROBO_GALLERY_PREFIX . 'zoomIcon',
|
163 |
'type' => 'font',
|
164 |
'bootstrap_style'=> 1,
|
@@ -181,7 +181,7 @@ $hover_group->add_field( array(
|
|
181 |
));
|
182 |
|
183 |
$hover_group->add_field( array(
|
184 |
-
'name' => __('Show Description', '
|
185 |
'id' => ROBO_GALLERY_PREFIX . 'showDesc',
|
186 |
'type' => 'font',
|
187 |
'bootstrap_style'=> 1,
|
@@ -202,7 +202,7 @@ $hover_group->add_field( array(
|
|
202 |
));
|
203 |
|
204 |
$hover_group->add_field( array(
|
205 |
-
'name' => __('Description Template', '
|
206 |
'desc' => '@TITLE@ <br/> @CAPTION@ <br/> @DESC@ <br/> @LINK@ ',
|
207 |
'default' =>
|
208 |
'<div class="rbs-hover-title">@TITLE@</div>'."\n".
|
16 |
//return '';
|
17 |
$hover_group = new_cmb2_box( array(
|
18 |
'id' => ROBO_GALLERY_PREFIX . 'hover_metabox',
|
19 |
+
'title' => '<span class="dashicons dashicons-format-gallery"></span> '.__( 'Hover Options', 'robo-gallery' ),
|
20 |
'object_types' => array( ROBO_GALLERY_TYPE_POST ),
|
21 |
'show_names' => false,
|
22 |
'context' => 'normal',
|
23 |
));
|
24 |
|
25 |
$hover_group->add_field( array(
|
26 |
+
'name' => __('Click Thumbnail', 'robo-gallery' ),
|
27 |
'id' => ROBO_GALLERY_PREFIX . 'thumbClick',
|
28 |
'type' => 'rbsselect',
|
29 |
'show_option_none' => false,
|
30 |
'default' => rbs_gallery_set_checkbox_default_for_new_post(0),
|
31 |
'options' => array(
|
32 |
+
'0' => __( 'On' , 'robo-gallery' ),
|
33 |
+
'1' => __( 'Off' , 'robo-gallery' ),
|
34 |
),
|
35 |
'before_row' => '
|
36 |
<div class="rbs_block"> <br />',
|
37 |
));
|
38 |
|
39 |
$hover_group->add_field( array(
|
40 |
+
'name' => __('Hover Mode', 'robo-gallery' ),
|
41 |
'id' => ROBO_GALLERY_PREFIX . 'hover',
|
42 |
'type' => 'rbsselect',
|
43 |
'show_option_none' => false,
|
60 |
|
61 |
|
62 |
$hover_group->add_field( array(
|
63 |
+
'name' => __('No Hover for Mobile', 'robo-gallery' ),
|
64 |
'id' => ROBO_GALLERY_PREFIX . 'noHoverOnMobile',
|
65 |
'type' => 'switch',
|
66 |
+
'desc' => __('this option turn off hover effect only for mobile devices', 'robo-gallery' ),
|
67 |
'default' => rbs_gallery_set_checkbox_default_for_new_post(0),
|
68 |
'bootstrap_style'=> 1,
|
69 |
));
|
70 |
|
71 |
|
72 |
$hover_group->add_field( array(
|
73 |
+
'name' => __( 'Bg Color', 'robo-gallery' ),
|
74 |
'id' => ROBO_GALLERY_PREFIX.'background',
|
75 |
'type' => 'rbstext',
|
76 |
'class' => 'form-control rbs_color rbs_hover_bg_color',
|
84 |
));
|
85 |
|
86 |
$hover_group->add_field( array(
|
87 |
+
'name' => __('Effect', 'robo-gallery' ),
|
88 |
'id' => ROBO_GALLERY_PREFIX . 'overlayEffect',
|
89 |
'type' => 'rbsselect',
|
90 |
'show_option_none' => false,
|
111 |
));
|
112 |
|
113 |
$hover_group->add_field( array(
|
114 |
+
'name' => __('Show Title', 'robo-gallery' ),
|
115 |
'id' => ROBO_GALLERY_PREFIX . 'showTitle',
|
116 |
'type' => 'font',
|
117 |
'default' => rbs_gallery_set_checkbox_default_for_new_post(1),
|
126 |
'before_row'=> '
|
127 |
<div role="tabpanel">
|
128 |
<ul class="nav nav-tabs" role="tablist">
|
129 |
+
<li role="presentation" class="active"><a href="#hover_text" aria-controls="hover_text" role="tab" data-toggle="tab">'.__('Title', 'robo-gallery' ).'</a></li>
|
130 |
+
<li role="presentation"><a href="#hover_linkicon" aria-controls="hover_linkicon" role="tab" data-toggle="tab">'.__('Link Button', 'robo-gallery' ).'</a></li>
|
131 |
+
<li role="presentation"><a href="#hover_zoomicon" aria-controls="hover_zoomicon" role="tab" data-toggle="tab">'.__('Zoom Button', 'robo-gallery' ).'</a></li>
|
132 |
+
<li role="presentation"><a href="#hover_desc" aria-controls="hover_desc" role="tab" data-toggle="tab">'.__('Description', 'robo-gallery' ).'</a></li>
|
133 |
</ul>
|
134 |
<div class="tab-content">
|
135 |
<div role="tabpanel" class="tab-pane active" id="hover_text"><br/>',
|
138 |
));
|
139 |
|
140 |
$hover_group->add_field( array(
|
141 |
+
'name' => __('Link Icon', 'robo-gallery' ),
|
142 |
'id' => ROBO_GALLERY_PREFIX . 'linkIcon',
|
143 |
'type' => 'font',
|
144 |
'bootstrap_style'=> 1,
|
158 |
));
|
159 |
|
160 |
$hover_group->add_field( array(
|
161 |
+
'name' => __('Zoom Icon', 'robo-gallery' ),
|
162 |
'id' => ROBO_GALLERY_PREFIX . 'zoomIcon',
|
163 |
'type' => 'font',
|
164 |
'bootstrap_style'=> 1,
|
181 |
));
|
182 |
|
183 |
$hover_group->add_field( array(
|
184 |
+
'name' => __('Show Description', 'robo-gallery' ),
|
185 |
'id' => ROBO_GALLERY_PREFIX . 'showDesc',
|
186 |
'type' => 'font',
|
187 |
'bootstrap_style'=> 1,
|
202 |
));
|
203 |
|
204 |
$hover_group->add_field( array(
|
205 |
+
'name' => __('Description Template', 'robo-gallery' ),
|
206 |
'desc' => '@TITLE@ <br/> @CAPTION@ <br/> @DESC@ <br/> @LINK@ ',
|
207 |
'default' =>
|
208 |
'<div class="rbs-hover-title">@TITLE@</div>'."\n".
|
includes/options/rbs_gallery_options_images.php
CHANGED
@@ -16,7 +16,7 @@ if ( ! defined( 'ABSPATH' ) ) exit;
|
|
16 |
|
17 |
$images_group = new_cmb2_box( array(
|
18 |
'id' => ROBO_GALLERY_PREFIX . 'images_metabox',
|
19 |
-
'title' => '<span class="dashicons dashicons-format-gallery"></span> '.__( 'Images Manager', '
|
20 |
'object_types' => array( ROBO_GALLERY_TYPE_POST ),
|
21 |
'context' => 'side',
|
22 |
'priority' => 'high',
|
@@ -24,16 +24,16 @@ $images_group = new_cmb2_box( array(
|
|
24 |
));
|
25 |
|
26 |
/*$images_group->add_field(array(
|
27 |
-
'name' => __( 'cache_id', '
|
28 |
'id' => ROBO_GALLERY_PREFIX . 'cache_id',
|
29 |
'type' => 'hidden',
|
30 |
'default' => uniqid(),
|
31 |
));
|
32 |
*/
|
33 |
$images_group->add_field(array(
|
34 |
-
'name' => __( 'Manage Images', '
|
35 |
-
'desc' => __( 'Click on Manage Images button to open Images Manager where you can upload, edit or delete images from gallery. Also here you can edit settings of every particular image, define alt, links, description text', '
|
36 |
-
'button' => __( 'Manage Images', '
|
37 |
'id' => ROBO_GALLERY_PREFIX . 'galleryImages',
|
38 |
'type' => 'robo_gallery_images_field',
|
39 |
'sanitization_cb' => 'robo_gallery_images_field_sanitise'
|
16 |
|
17 |
$images_group = new_cmb2_box( array(
|
18 |
'id' => ROBO_GALLERY_PREFIX . 'images_metabox',
|
19 |
+
'title' => '<span class="dashicons dashicons-format-gallery"></span> '.__( 'Images Manager', 'robo-gallery' ),
|
20 |
'object_types' => array( ROBO_GALLERY_TYPE_POST ),
|
21 |
'context' => 'side',
|
22 |
'priority' => 'high',
|
24 |
));
|
25 |
|
26 |
/*$images_group->add_field(array(
|
27 |
+
'name' => __( 'cache_id', 'robo-gallery' ),
|
28 |
'id' => ROBO_GALLERY_PREFIX . 'cache_id',
|
29 |
'type' => 'hidden',
|
30 |
'default' => uniqid(),
|
31 |
));
|
32 |
*/
|
33 |
$images_group->add_field(array(
|
34 |
+
'name' => __( 'Manage Images', 'robo-gallery' ),
|
35 |
+
'desc' => __( 'Click on Manage Images button to open Images Manager where you can upload, edit or delete images from gallery. Also here you can edit settings of every particular image, define alt, links, description text', 'robo-gallery' ),
|
36 |
+
'button' => __( 'Manage Images', 'robo-gallery' ),
|
37 |
'id' => ROBO_GALLERY_PREFIX . 'galleryImages',
|
38 |
'type' => 'robo_gallery_images_field',
|
39 |
'sanitization_cb' => 'robo_gallery_images_field_sanitise'
|
includes/options/rbs_gallery_options_info.php
CHANGED
@@ -16,7 +16,7 @@ if ( ! defined( 'ABSPATH' ) ) exit;
|
|
16 |
|
17 |
$info_group = new_cmb2_box( array(
|
18 |
'id' => ROBO_GALLERY_PREFIX.'info_metabox',
|
19 |
-
'title' => '<span class="dashicons dashicons-cart"></span> '.__('Get Pro version','
|
20 |
'object_types' => array( ROBO_GALLERY_TYPE_POST ),
|
21 |
'context' => 'side',
|
22 |
'priority' => 'low',
|
@@ -26,8 +26,8 @@ $info_group->add_field( array(
|
|
26 |
'id' => ROBO_GALLERY_PREFIX.'info',
|
27 |
'type' => 'title',
|
28 |
'before_row' => '<div class="rbs_infoblock">'
|
29 |
-
.'<div class="rbs_infoSmall rbs_getproversion_blank">'.__( 'with PRO version you get more advanced functionality and even more flexibility in settings' , '
|
30 |
.'</div>'
|
31 |
-
.'<div class="rbs_infoblockBottom"><button class="rbs_getproversion_blank">'.__( 'Get Pro version','
|
32 |
));
|
33 |
|
16 |
|
17 |
$info_group = new_cmb2_box( array(
|
18 |
'id' => ROBO_GALLERY_PREFIX.'info_metabox',
|
19 |
+
'title' => '<span class="dashicons dashicons-cart"></span> '.__('Get Pro version','robo-gallery'),
|
20 |
'object_types' => array( ROBO_GALLERY_TYPE_POST ),
|
21 |
'context' => 'side',
|
22 |
'priority' => 'low',
|
26 |
'id' => ROBO_GALLERY_PREFIX.'info',
|
27 |
'type' => 'title',
|
28 |
'before_row' => '<div class="rbs_infoblock">'
|
29 |
+
.'<div class="rbs_infoSmall rbs_getproversion_blank">'.__( 'with PRO version you get more advanced functionality and even more flexibility in settings' , 'robo-gallery' ).'</div>'
|
30 |
.'</div>'
|
31 |
+
.'<div class="rbs_infoblockBottom"><button class="rbs_getproversion_blank">'.__( 'Get Pro version','robo-gallery').'</button></div>',
|
32 |
));
|
33 |
|
includes/options/rbs_gallery_options_infowide.php
CHANGED
@@ -16,7 +16,7 @@ if ( ! defined( 'ABSPATH' ) ) exit;
|
|
16 |
|
17 |
$infowide_group = new_cmb2_box( array(
|
18 |
'id' => ROBO_GALLERY_PREFIX.'infowide_metabox',
|
19 |
-
'title' => '<span class="dashicons dashicons-cart"></span> '.__('Get Pro version','
|
20 |
'object_types' => array( ROBO_GALLERY_TYPE_POST ),
|
21 |
'context' => 'normal',
|
22 |
));
|
@@ -25,6 +25,6 @@ $infowide_group->add_field( array(
|
|
25 |
'id' => ROBO_GALLERY_PREFIX.'infoWide',
|
26 |
'type' => 'title',
|
27 |
'before_row' => '<div class="rbs_infoblock">'
|
28 |
-
.'<div class="rbs_infoSmall rbs_getproversion_blank">'.__( 'with PRO version you get more advanced functionality and even more flexibility in settings' , '
|
29 |
.'</div>'
|
30 |
));
|
16 |
|
17 |
$infowide_group = new_cmb2_box( array(
|
18 |
'id' => ROBO_GALLERY_PREFIX.'infowide_metabox',
|
19 |
+
'title' => '<span class="dashicons dashicons-cart"></span> '.__('Get Pro version','robo-gallery'),
|
20 |
'object_types' => array( ROBO_GALLERY_TYPE_POST ),
|
21 |
'context' => 'normal',
|
22 |
));
|
25 |
'id' => ROBO_GALLERY_PREFIX.'infoWide',
|
26 |
'type' => 'title',
|
27 |
'before_row' => '<div class="rbs_infoblock">'
|
28 |
+
.'<div class="rbs_infoSmall rbs_getproversion_blank">'.__( 'with PRO version you get more advanced functionality and even more flexibility in settings' , 'robo-gallery' ).'</div>'
|
29 |
.'</div>'
|
30 |
));
|
includes/options/rbs_gallery_options_lightbox.php
CHANGED
@@ -16,14 +16,14 @@ if ( ! defined( 'ABSPATH' ) ) exit;
|
|
16 |
|
17 |
$lightbox_group = new_cmb2_box( array(
|
18 |
'id' => ROBO_GALLERY_PREFIX . 'lightbox_metabox',
|
19 |
-
'title' => '<span class="dashicons dashicons-money"></span> '.__( 'Lightbox Options', '
|
20 |
'object_types' => array( ROBO_GALLERY_TYPE_POST ),
|
21 |
'show_names' => false,
|
22 |
'context' => 'normal',
|
23 |
));
|
24 |
|
25 |
$lightbox_group->add_field( array(
|
26 |
-
'name' => __('Text', '
|
27 |
'id' => ROBO_GALLERY_PREFIX . 'lightboxTitle',
|
28 |
'type' => 'switch',
|
29 |
'default' => rbs_gallery_set_checkbox_default_for_new_post(1),
|
@@ -34,22 +34,22 @@ $lightbox_group->add_field( array(
|
|
34 |
));
|
35 |
|
36 |
$lightbox_group->add_field( array(
|
37 |
-
'name' => __('Text Source', '
|
38 |
'id' => ROBO_GALLERY_PREFIX . 'lightboxSource',
|
39 |
'type' => 'rbsselect',
|
40 |
'show_option_none' => false,
|
41 |
'default' => 'title',
|
42 |
'options' => array(
|
43 |
-
'title' => __( 'Title' , '
|
44 |
-
'desc' => __( 'Description' , '
|
45 |
-
'caption' => __( 'Caption' , '
|
46 |
),
|
47 |
'before_row' => '<div class="rbs_lightbox_source">',
|
48 |
'after_row' => '</div> '
|
49 |
));
|
50 |
|
51 |
$lightbox_group->add_field( array(
|
52 |
-
'name' => __( 'Text Color', '
|
53 |
'id' => ROBO_GALLERY_PREFIX.'lightboxColor',
|
54 |
'type' => 'rbstext',
|
55 |
'class' => 'form-control rbs_color',
|
@@ -60,7 +60,7 @@ $lightbox_group->add_field( array(
|
|
60 |
));
|
61 |
|
62 |
$lightbox_group->add_field( array(
|
63 |
-
'name' => __( 'Bg Color', '
|
64 |
'id' => ROBO_GALLERY_PREFIX.'lightboxBackground',
|
65 |
'type' => 'rbstext',
|
66 |
'class' => 'form-control rbs_color',
|
@@ -73,15 +73,15 @@ $lightbox_group->add_field( array(
|
|
73 |
));
|
74 |
|
75 |
$lightbox_group->add_field( array(
|
76 |
-
'name' => __('Deep Linking', '
|
77 |
'id' => ROBO_GALLERY_PREFIX . 'deepLinking',
|
78 |
'type' => 'switch',
|
79 |
-
'desc' => __('This option enable linking for every particular image ', '
|
80 |
'default' => rbs_gallery_set_checkbox_default_for_new_post(0),
|
81 |
));
|
82 |
|
83 |
$lightbox_group->add_field( array(
|
84 |
-
'name' => __(' Images Counter', '
|
85 |
'id' => ROBO_GALLERY_PREFIX . 'lightboxCounter',
|
86 |
'type' => 'switch',
|
87 |
'showhide' => 1,
|
@@ -92,7 +92,7 @@ $lightbox_group->add_field( array(
|
|
92 |
));
|
93 |
|
94 |
$lightbox_group->add_field( array(
|
95 |
-
'name' => __('Counter Divider','
|
96 |
'default' => ' of ',
|
97 |
'id' => ROBO_GALLERY_PREFIX .'lightboxCounterText',
|
98 |
'type' => 'rbstext',
|
@@ -102,7 +102,7 @@ $lightbox_group->add_field( array(
|
|
102 |
));
|
103 |
|
104 |
$lightbox_group->add_field( array(
|
105 |
-
'name' => __('Swipe', '
|
106 |
'id' => ROBO_GALLERY_PREFIX . 'lightboxSwipe',
|
107 |
'type' => 'switch',
|
108 |
'depends' => '.rbs_lightbox_swipe_direction',
|
@@ -110,14 +110,14 @@ $lightbox_group->add_field( array(
|
|
110 |
));
|
111 |
|
112 |
$lightbox_group->add_field( array(
|
113 |
-
'name' => __('Swipe direction', '
|
114 |
'id' => ROBO_GALLERY_PREFIX . 'lightboxSwipeDirection',
|
115 |
'type' => 'rbsselect',
|
116 |
'show_option_none' => false,
|
117 |
'default' => 'title',
|
118 |
'options' => array(
|
119 |
-
'left' => __( 'Left (from left to right)' , '
|
120 |
-
'right' => __( 'Right (from right to left)' , '
|
121 |
),
|
122 |
|
123 |
'before_row' => '<div class="rbs_lightbox_swipe_direction">',
|
@@ -125,14 +125,14 @@ $lightbox_group->add_field( array(
|
|
125 |
));
|
126 |
|
127 |
$lightbox_group->add_field( array(
|
128 |
-
'name' => __('Mobile Style', '
|
129 |
'id' => ROBO_GALLERY_PREFIX . 'lightboxMobile',
|
130 |
'type' => 'switch',
|
131 |
'default' => rbs_gallery_set_checkbox_default_for_new_post(0),
|
132 |
));
|
133 |
|
134 |
$lightbox_group->add_field( array(
|
135 |
-
'name' => __('Close Icon', '
|
136 |
'id' => ROBO_GALLERY_PREFIX . 'lightboxClose',
|
137 |
'type' => 'switch',
|
138 |
'showhide' => 1,
|
@@ -149,7 +149,7 @@ $lightbox_group->add_field( array(
|
|
149 |
));
|
150 |
|
151 |
$lightbox_group->add_field( array(
|
152 |
-
'name' => __('Arrow Icon', '
|
153 |
'id' => ROBO_GALLERY_PREFIX . 'lightboxArrow',
|
154 |
'type' => 'switch',
|
155 |
'showhide' => 1,
|
@@ -157,7 +157,7 @@ $lightbox_group->add_field( array(
|
|
157 |
));
|
158 |
|
159 |
$lightbox_group->add_field( array(
|
160 |
-
'name' => __('Source Button ', '
|
161 |
'id' => ROBO_GALLERY_PREFIX . 'lightboxSourceButton',
|
162 |
'type' => 'switch',
|
163 |
'showhide' => 1,
|
@@ -167,7 +167,7 @@ $lightbox_group->add_field( array(
|
|
167 |
));
|
168 |
|
169 |
$lightbox_group->add_field( array(
|
170 |
-
'name' => __('Panel', '
|
171 |
'id' => ROBO_GALLERY_PREFIX . 'lightboxDescPanel',
|
172 |
'type' => 'switch',
|
173 |
'showhide' => 1,
|
@@ -178,32 +178,32 @@ $lightbox_group->add_field( array(
|
|
178 |
));
|
179 |
|
180 |
$lightbox_group->add_field( array(
|
181 |
-
'name' => __('Description Source', '
|
182 |
'id' => ROBO_GALLERY_PREFIX . 'lightboxDescSource',
|
183 |
'type' => 'rbsselect',
|
184 |
'show_option_none' => false,
|
185 |
'default' => 'title',
|
186 |
'options' => array(
|
187 |
-
'title' => __( 'Title' , '
|
188 |
-
'desc' => __( 'Description' , '
|
189 |
-
'caption' => __( 'Caption' , '
|
190 |
),
|
191 |
'before_row' => '<div class="rbs_lightbox_desc_panel">',
|
192 |
));
|
193 |
|
194 |
$lightbox_group->add_field( array(
|
195 |
-
'name' => __('Description Style', '
|
196 |
'id' => ROBO_GALLERY_PREFIX . 'lightboxDescClass',
|
197 |
'type' => 'rbsselect',
|
198 |
'show_option_none' => false,
|
199 |
'default' => 'Light',
|
200 |
'options' => array(
|
201 |
-
'light' => __( 'Light' , '
|
202 |
-
'dark' => __( 'Dark' , '
|
203 |
-
'red' => __( 'Red' , '
|
204 |
-
'blue' => __( 'Blue' , '
|
205 |
-
'green' => __( 'Green' , '
|
206 |
-
'pink' => __( 'Pink' , '
|
207 |
),
|
208 |
'after_row' => '
|
209 |
</div>
|
@@ -211,7 +211,7 @@ $lightbox_group->add_field( array(
|
|
211 |
));
|
212 |
|
213 |
$lightbox_group->add_field( array(
|
214 |
-
'name' => __('Social Buttons', '
|
215 |
'id' => ROBO_GALLERY_PREFIX . 'lightboxSocial',
|
216 |
'type' => 'switch',
|
217 |
'showhide' => 1,
|
@@ -225,7 +225,7 @@ $lightbox_group->add_field( array(
|
|
225 |
));
|
226 |
|
227 |
$lightbox_group->add_field( array(
|
228 |
-
'name' => __('Facebook', '
|
229 |
'id' => ROBO_GALLERY_PREFIX . 'lightboxSocialFacebook',
|
230 |
'type' => 'switch',
|
231 |
'showhide' => 1,
|
@@ -234,7 +234,7 @@ $lightbox_group->add_field( array(
|
|
234 |
));
|
235 |
|
236 |
$lightbox_group->add_field( array(
|
237 |
-
'name' => __('Twitter', '
|
238 |
'id' => ROBO_GALLERY_PREFIX . 'lightboxSocialTwitter',
|
239 |
'type' => 'switch',
|
240 |
'showhide' => 1,
|
@@ -243,7 +243,7 @@ $lightbox_group->add_field( array(
|
|
243 |
));
|
244 |
|
245 |
$lightbox_group->add_field( array(
|
246 |
-
'name' => __('Google+', '
|
247 |
'id' => ROBO_GALLERY_PREFIX . 'lightboxSocialGoogleplus',
|
248 |
'type' => 'switch',
|
249 |
'showhide' => 1,
|
@@ -252,7 +252,7 @@ $lightbox_group->add_field( array(
|
|
252 |
));
|
253 |
|
254 |
$lightbox_group->add_field( array(
|
255 |
-
'name' => __('Pinterest', '
|
256 |
'id' => ROBO_GALLERY_PREFIX . 'lightboxSocialPinterest',
|
257 |
'type' => 'switch',
|
258 |
'showhide' => 1,
|
@@ -261,7 +261,7 @@ $lightbox_group->add_field( array(
|
|
261 |
));
|
262 |
|
263 |
$lightbox_group->add_field( array(
|
264 |
-
'name' => __('VK', '
|
265 |
'id' => ROBO_GALLERY_PREFIX . 'lightboxSocialVK',
|
266 |
'type' => 'switch',
|
267 |
'showhide' => 1,
|
16 |
|
17 |
$lightbox_group = new_cmb2_box( array(
|
18 |
'id' => ROBO_GALLERY_PREFIX . 'lightbox_metabox',
|
19 |
+
'title' => '<span class="dashicons dashicons-money"></span> '.__( 'Lightbox Options', 'robo-gallery' ),
|
20 |
'object_types' => array( ROBO_GALLERY_TYPE_POST ),
|
21 |
'show_names' => false,
|
22 |
'context' => 'normal',
|
23 |
));
|
24 |
|
25 |
$lightbox_group->add_field( array(
|
26 |
+
'name' => __('Text', 'robo-gallery' ),
|
27 |
'id' => ROBO_GALLERY_PREFIX . 'lightboxTitle',
|
28 |
'type' => 'switch',
|
29 |
'default' => rbs_gallery_set_checkbox_default_for_new_post(1),
|
34 |
));
|
35 |
|
36 |
$lightbox_group->add_field( array(
|
37 |
+
'name' => __('Text Source', 'robo-gallery' ),
|
38 |
'id' => ROBO_GALLERY_PREFIX . 'lightboxSource',
|
39 |
'type' => 'rbsselect',
|
40 |
'show_option_none' => false,
|
41 |
'default' => 'title',
|
42 |
'options' => array(
|
43 |
+
'title' => __( 'Title' , 'robo-gallery' ),
|
44 |
+
'desc' => __( 'Description' , 'robo-gallery' ),
|
45 |
+
'caption' => __( 'Caption' , 'robo-gallery' ),
|
46 |
),
|
47 |
'before_row' => '<div class="rbs_lightbox_source">',
|
48 |
'after_row' => '</div> '
|
49 |
));
|
50 |
|
51 |
$lightbox_group->add_field( array(
|
52 |
+
'name' => __( 'Text Color', 'robo-gallery' ),
|
53 |
'id' => ROBO_GALLERY_PREFIX.'lightboxColor',
|
54 |
'type' => 'rbstext',
|
55 |
'class' => 'form-control rbs_color',
|
60 |
));
|
61 |
|
62 |
$lightbox_group->add_field( array(
|
63 |
+
'name' => __( 'Bg Color', 'robo-gallery' ),
|
64 |
'id' => ROBO_GALLERY_PREFIX.'lightboxBackground',
|
65 |
'type' => 'rbstext',
|
66 |
'class' => 'form-control rbs_color',
|
73 |
));
|
74 |
|
75 |
$lightbox_group->add_field( array(
|
76 |
+
'name' => __('Deep Linking', 'robo-gallery' ),
|
77 |
'id' => ROBO_GALLERY_PREFIX . 'deepLinking',
|
78 |
'type' => 'switch',
|
79 |
+
'desc' => __('This option enable linking for every particular image ', 'robo-gallery' ),
|
80 |
'default' => rbs_gallery_set_checkbox_default_for_new_post(0),
|
81 |
));
|
82 |
|
83 |
$lightbox_group->add_field( array(
|
84 |
+
'name' => __(' Images Counter', 'robo-gallery' ),
|
85 |
'id' => ROBO_GALLERY_PREFIX . 'lightboxCounter',
|
86 |
'type' => 'switch',
|
87 |
'showhide' => 1,
|
92 |
));
|
93 |
|
94 |
$lightbox_group->add_field( array(
|
95 |
+
'name' => __('Counter Divider','robo-gallery'),
|
96 |
'default' => ' of ',
|
97 |
'id' => ROBO_GALLERY_PREFIX .'lightboxCounterText',
|
98 |
'type' => 'rbstext',
|
102 |
));
|
103 |
|
104 |
$lightbox_group->add_field( array(
|
105 |
+
'name' => __('Swipe', 'robo-gallery' ),
|
106 |
'id' => ROBO_GALLERY_PREFIX . 'lightboxSwipe',
|
107 |
'type' => 'switch',
|
108 |
'depends' => '.rbs_lightbox_swipe_direction',
|
110 |
));
|
111 |
|
112 |
$lightbox_group->add_field( array(
|
113 |
+
'name' => __('Swipe direction', 'robo-gallery' ),
|
114 |
'id' => ROBO_GALLERY_PREFIX . 'lightboxSwipeDirection',
|
115 |
'type' => 'rbsselect',
|
116 |
'show_option_none' => false,
|
117 |
'default' => 'title',
|
118 |
'options' => array(
|
119 |
+
'left' => __( 'Left (from left to right)' , 'robo-gallery' ),
|
120 |
+
'right' => __( 'Right (from right to left)' , 'robo-gallery' ),
|
121 |
),
|
122 |
|
123 |
'before_row' => '<div class="rbs_lightbox_swipe_direction">',
|
125 |
));
|
126 |
|
127 |
$lightbox_group->add_field( array(
|
128 |
+
'name' => __('Mobile Style', 'robo-gallery' ),
|
129 |
'id' => ROBO_GALLERY_PREFIX . 'lightboxMobile',
|
130 |
'type' => 'switch',
|
131 |
'default' => rbs_gallery_set_checkbox_default_for_new_post(0),
|
132 |
));
|
133 |
|
134 |
$lightbox_group->add_field( array(
|
135 |
+
'name' => __('Close Icon', 'robo-gallery' ),
|
136 |
'id' => ROBO_GALLERY_PREFIX . 'lightboxClose',
|
137 |
'type' => 'switch',
|
138 |
'showhide' => 1,
|
149 |
));
|
150 |
|
151 |
$lightbox_group->add_field( array(
|
152 |
+
'name' => __('Arrow Icon', 'robo-gallery' ),
|
153 |
'id' => ROBO_GALLERY_PREFIX . 'lightboxArrow',
|
154 |
'type' => 'switch',
|
155 |
'showhide' => 1,
|
157 |
));
|
158 |
|
159 |
$lightbox_group->add_field( array(
|
160 |
+
'name' => __('Source Button ', 'robo-gallery' ),
|
161 |
'id' => ROBO_GALLERY_PREFIX . 'lightboxSourceButton',
|
162 |
'type' => 'switch',
|
163 |
'showhide' => 1,
|
167 |
));
|
168 |
|
169 |
$lightbox_group->add_field( array(
|
170 |
+
'name' => __('Panel', 'robo-gallery' ),
|
171 |
'id' => ROBO_GALLERY_PREFIX . 'lightboxDescPanel',
|
172 |
'type' => 'switch',
|
173 |
'showhide' => 1,
|
178 |
));
|
179 |
|
180 |
$lightbox_group->add_field( array(
|
181 |
+
'name' => __('Description Source', 'robo-gallery' ),
|
182 |
'id' => ROBO_GALLERY_PREFIX . 'lightboxDescSource',
|
183 |
'type' => 'rbsselect',
|
184 |
'show_option_none' => false,
|
185 |
'default' => 'title',
|
186 |
'options' => array(
|
187 |
+
'title' => __( 'Title' , 'robo-gallery' ),
|
188 |
+
'desc' => __( 'Description' , 'robo-gallery' ),
|
189 |
+
'caption' => __( 'Caption' , 'robo-gallery' ),
|
190 |
),
|
191 |
'before_row' => '<div class="rbs_lightbox_desc_panel">',
|
192 |
));
|
193 |
|
194 |
$lightbox_group->add_field( array(
|
195 |
+
'name' => __('Description Style', 'robo-gallery' ),
|
196 |
'id' => ROBO_GALLERY_PREFIX . 'lightboxDescClass',
|
197 |
'type' => 'rbsselect',
|
198 |
'show_option_none' => false,
|
199 |
'default' => 'Light',
|
200 |
'options' => array(
|
201 |
+
'light' => __( 'Light' , 'robo-gallery' ),
|
202 |
+
'dark' => __( 'Dark' , 'robo-gallery' ),
|
203 |
+
'red' => __( 'Red' , 'robo-gallery' ),
|
204 |
+
'blue' => __( 'Blue' , 'robo-gallery' ),
|
205 |
+
'green' => __( 'Green' , 'robo-gallery' ),
|
206 |
+
'pink' => __( 'Pink' , 'robo-gallery' ),
|
207 |
),
|
208 |
'after_row' => '
|
209 |
</div>
|
211 |
));
|
212 |
|
213 |
$lightbox_group->add_field( array(
|
214 |
+
'name' => __('Social Buttons', 'robo-gallery' ),
|
215 |
'id' => ROBO_GALLERY_PREFIX . 'lightboxSocial',
|
216 |
'type' => 'switch',
|
217 |
'showhide' => 1,
|
225 |
));
|
226 |
|
227 |
$lightbox_group->add_field( array(
|
228 |
+
'name' => __('Facebook', 'robo-gallery' ),
|
229 |
'id' => ROBO_GALLERY_PREFIX . 'lightboxSocialFacebook',
|
230 |
'type' => 'switch',
|
231 |
'showhide' => 1,
|
234 |
));
|
235 |
|
236 |
$lightbox_group->add_field( array(
|
237 |
+
'name' => __('Twitter', 'robo-gallery' ),
|
238 |
'id' => ROBO_GALLERY_PREFIX . 'lightboxSocialTwitter',
|
239 |
'type' => 'switch',
|
240 |
'showhide' => 1,
|
243 |
));
|
244 |
|
245 |
$lightbox_group->add_field( array(
|
246 |
+
'name' => __('Google+', 'robo-gallery' ),
|
247 |
'id' => ROBO_GALLERY_PREFIX . 'lightboxSocialGoogleplus',
|
248 |
'type' => 'switch',
|
249 |
'showhide' => 1,
|
252 |
));
|
253 |
|
254 |
$lightbox_group->add_field( array(
|
255 |
+
'name' => __('Pinterest', 'robo-gallery' ),
|
256 |
'id' => ROBO_GALLERY_PREFIX . 'lightboxSocialPinterest',
|
257 |
'type' => 'switch',
|
258 |
'showhide' => 1,
|
261 |
));
|
262 |
|
263 |
$lightbox_group->add_field( array(
|
264 |
+
'name' => __('VK', 'robo-gallery' ),
|
265 |
'id' => ROBO_GALLERY_PREFIX . 'lightboxSocialVK',
|
266 |
'type' => 'switch',
|
267 |
'showhide' => 1,
|
includes/options/rbs_gallery_options_loading.php
CHANGED
@@ -16,14 +16,14 @@ if ( ! defined( 'ABSPATH' ) ) exit;
|
|
16 |
|
17 |
$loading_group = new_cmb2_box( array(
|
18 |
'id' => ROBO_GALLERY_PREFIX.'loading_metabox',
|
19 |
-
'title' => '<span class="dashicons dashicons-performance"></span> '.__('Loading Options','
|
20 |
'object_types' => array( ROBO_GALLERY_TYPE_POST ),
|
21 |
'context' => 'normal',
|
22 |
'show_names' => false,
|
23 |
));
|
24 |
|
25 |
$loading_group->add_field(array(
|
26 |
-
'name' => __('Lazy Load','
|
27 |
'id' => ROBO_GALLERY_PREFIX . 'lazyLoad',
|
28 |
'type' => 'switch',
|
29 |
'default' => rbs_gallery_set_checkbox_default_for_new_post(1),
|
@@ -32,8 +32,8 @@ $loading_group->add_field(array(
|
|
32 |
<div class="rbs_block rbs_loading_tabs">
|
33 |
<div role="tabpanel">
|
34 |
<ul class="nav nav-tabs" role="tablist">
|
35 |
-
<li role="presentation" class="active"><a href="#loading_options" aria-controls="loading_options" role="tab" data-toggle="tab">'.__('Loading Options','
|
36 |
-
<li role="presentation"><a href="#loading_text" aria-controls="loading_text" role="tab" data-toggle="tab">'.__('Loading Text','
|
37 |
</ul>
|
38 |
<div class="tab-content">
|
39 |
<div role="tabpanel" class="tab-pane active" id="loading_options"><br/>
|
@@ -41,7 +41,7 @@ $loading_group->add_field(array(
|
|
41 |
));
|
42 |
|
43 |
$loading_group->add_field( array(
|
44 |
-
'name' => __('Images Amount','
|
45 |
'id' => ROBO_GALLERY_PREFIX . 'boxesToLoadStart',
|
46 |
'type' => 'slider',
|
47 |
'bootstrap_style'=> 1,
|
@@ -50,7 +50,7 @@ $loading_group->add_field( array(
|
|
50 |
'max' => 50,
|
51 |
));
|
52 |
$loading_group->add_field(array(
|
53 |
-
'name' => __('Load More Amount','
|
54 |
'id' => ROBO_GALLERY_PREFIX . 'boxesToLoad',
|
55 |
'type' => 'slider',
|
56 |
'bootstrap_style'=> 1,
|
@@ -60,7 +60,7 @@ $loading_group->add_field(array(
|
|
60 |
));
|
61 |
|
62 |
$loading_group->add_field(array(
|
63 |
-
'name' => __('Wait Thumbs Load','
|
64 |
'id' => ROBO_GALLERY_PREFIX . 'waitUntilThumbLoads',
|
65 |
'type' => 'switch',
|
66 |
'default' => rbs_gallery_set_checkbox_default_for_new_post(1),
|
@@ -68,7 +68,7 @@ $loading_group->add_field(array(
|
|
68 |
));
|
69 |
|
70 |
$loading_group->add_field(array(
|
71 |
-
'name' => __('Wait No Matter What','
|
72 |
'id' => ROBO_GALLERY_PREFIX . 'waitForAllThumbsNoMatterWhat',
|
73 |
'type' => 'switch',
|
74 |
'default' => rbs_gallery_set_checkbox_default_for_new_post(0),
|
@@ -76,7 +76,7 @@ $loading_group->add_field(array(
|
|
76 |
));
|
77 |
|
78 |
$loading_group->add_field( array(
|
79 |
-
'name' => __('Bg Color','
|
80 |
'id' => ROBO_GALLERY_PREFIX .'loadingBgColor',
|
81 |
'type' => 'rbstext',
|
82 |
'small' => 1,
|
@@ -88,7 +88,7 @@ $loading_group->add_field( array(
|
|
88 |
));
|
89 |
|
90 |
$loading_group->add_field( array(
|
91 |
-
'name' => __('Loading Label','
|
92 |
'default' => 'Loading...',
|
93 |
'id' => ROBO_GALLERY_PREFIX .'LoadingWord',
|
94 |
'type' => 'rbstext',
|
@@ -98,14 +98,14 @@ $loading_group->add_field( array(
|
|
98 |
));
|
99 |
|
100 |
$loading_group->add_field( array(
|
101 |
-
'name' => __('Load More Label','
|
102 |
'default' => 'Load More',
|
103 |
'id' => ROBO_GALLERY_PREFIX .'loadMoreWord',
|
104 |
'type' => 'rbstext'
|
105 |
));
|
106 |
|
107 |
$loading_group->add_field( array(
|
108 |
-
'name' => __('No More Entries Label','
|
109 |
'default' => 'No More Entries',
|
110 |
'id' => ROBO_GALLERY_PREFIX .'noMoreEntriesWord',
|
111 |
'type' => 'rbstext',
|
16 |
|
17 |
$loading_group = new_cmb2_box( array(
|
18 |
'id' => ROBO_GALLERY_PREFIX.'loading_metabox',
|
19 |
+
'title' => '<span class="dashicons dashicons-performance"></span> '.__('Loading Options','robo-gallery'),
|
20 |
'object_types' => array( ROBO_GALLERY_TYPE_POST ),
|
21 |
'context' => 'normal',
|
22 |
'show_names' => false,
|
23 |
));
|
24 |
|
25 |
$loading_group->add_field(array(
|
26 |
+
'name' => __('Lazy Load','robo-gallery'),
|
27 |
'id' => ROBO_GALLERY_PREFIX . 'lazyLoad',
|
28 |
'type' => 'switch',
|
29 |
'default' => rbs_gallery_set_checkbox_default_for_new_post(1),
|
32 |
<div class="rbs_block rbs_loading_tabs">
|
33 |
<div role="tabpanel">
|
34 |
<ul class="nav nav-tabs" role="tablist">
|
35 |
+
<li role="presentation" class="active"><a href="#loading_options" aria-controls="loading_options" role="tab" data-toggle="tab">'.__('Loading Options','robo-gallery').'</a></li>
|
36 |
+
<li role="presentation"><a href="#loading_text" aria-controls="loading_text" role="tab" data-toggle="tab">'.__('Loading Text','robo-gallery').'</a></li>
|
37 |
</ul>
|
38 |
<div class="tab-content">
|
39 |
<div role="tabpanel" class="tab-pane active" id="loading_options"><br/>
|
41 |
));
|
42 |
|
43 |
$loading_group->add_field( array(
|
44 |
+
'name' => __('Images Amount','robo-gallery'),
|
45 |
'id' => ROBO_GALLERY_PREFIX . 'boxesToLoadStart',
|
46 |
'type' => 'slider',
|
47 |
'bootstrap_style'=> 1,
|
50 |
'max' => 50,
|
51 |
));
|
52 |
$loading_group->add_field(array(
|
53 |
+
'name' => __('Load More Amount','robo-gallery'),
|
54 |
'id' => ROBO_GALLERY_PREFIX . 'boxesToLoad',
|
55 |
'type' => 'slider',
|
56 |
'bootstrap_style'=> 1,
|
60 |
));
|
61 |
|
62 |
$loading_group->add_field(array(
|
63 |
+
'name' => __('Wait Thumbs Load','robo-gallery'),
|
64 |
'id' => ROBO_GALLERY_PREFIX . 'waitUntilThumbLoads',
|
65 |
'type' => 'switch',
|
66 |
'default' => rbs_gallery_set_checkbox_default_for_new_post(1),
|
68 |
));
|
69 |
|
70 |
$loading_group->add_field(array(
|
71 |
+
'name' => __('Wait No Matter What','robo-gallery'),
|
72 |
'id' => ROBO_GALLERY_PREFIX . 'waitForAllThumbsNoMatterWhat',
|
73 |
'type' => 'switch',
|
74 |
'default' => rbs_gallery_set_checkbox_default_for_new_post(0),
|
76 |
));
|
77 |
|
78 |
$loading_group->add_field( array(
|
79 |
+
'name' => __('Bg Color','robo-gallery'),
|
80 |
'id' => ROBO_GALLERY_PREFIX .'loadingBgColor',
|
81 |
'type' => 'rbstext',
|
82 |
'small' => 1,
|
88 |
));
|
89 |
|
90 |
$loading_group->add_field( array(
|
91 |
+
'name' => __('Loading Label','robo-gallery'),
|
92 |
'default' => 'Loading...',
|
93 |
'id' => ROBO_GALLERY_PREFIX .'LoadingWord',
|
94 |
'type' => 'rbstext',
|
98 |
));
|
99 |
|
100 |
$loading_group->add_field( array(
|
101 |
+
'name' => __('Load More Label','robo-gallery'),
|
102 |
'default' => 'Load More',
|
103 |
'id' => ROBO_GALLERY_PREFIX .'loadMoreWord',
|
104 |
'type' => 'rbstext'
|
105 |
));
|
106 |
|
107 |
$loading_group->add_field( array(
|
108 |
+
'name' => __('No More Entries Label','robo-gallery'),
|
109 |
'default' => 'No More Entries',
|
110 |
'id' => ROBO_GALLERY_PREFIX .'noMoreEntriesWord',
|
111 |
'type' => 'rbstext',
|
includes/options/rbs_gallery_options_shortcode.php
CHANGED
@@ -16,7 +16,7 @@ if ( ! defined( 'ABSPATH' ) ) exit;
|
|
16 |
|
17 |
$shortcode_group = new_cmb2_box( array(
|
18 |
'id' => ROBO_GALLERY_PREFIX.'shortcode_metabox',
|
19 |
-
'title' => '<span class="dashicons dashicons-visibility"></span> '.__('Gallery Shortcode','
|
20 |
'object_types' => array( ROBO_GALLERY_TYPE_POST ),
|
21 |
'context' => 'side',
|
22 |
'priority' => 'low',
|
@@ -27,6 +27,6 @@ if(isset($_GET['post'])){
|
|
27 |
'id' => ROBO_GALLERY_PREFIX.'short_desc',
|
28 |
'type' => 'title',
|
29 |
'before_row' => '<div class="rbs_shortcode">[robo-gallery id="'.(int) $_GET['post'].'"]</div>',
|
30 |
-
'after_row' => '<div class="desc">'.__('use this shortcode to insert this gallery into page, post or widget','
|
31 |
));
|
32 |
}
|
16 |
|
17 |
$shortcode_group = new_cmb2_box( array(
|
18 |
'id' => ROBO_GALLERY_PREFIX.'shortcode_metabox',
|
19 |
+
'title' => '<span class="dashicons dashicons-visibility"></span> '.__('Gallery Shortcode','robo-gallery'),
|
20 |
'object_types' => array( ROBO_GALLERY_TYPE_POST ),
|
21 |
'context' => 'side',
|
22 |
'priority' => 'low',
|
27 |
'id' => ROBO_GALLERY_PREFIX.'short_desc',
|
28 |
'type' => 'title',
|
29 |
'before_row' => '<div class="rbs_shortcode">[robo-gallery id="'.(int) $_GET['post'].'"]</div>',
|
30 |
+
'after_row' => '<div class="desc">'.__('use this shortcode to insert this gallery into page, post or widget','robo-gallery')."</div>",
|
31 |
));
|
32 |
}
|
includes/options/rbs_gallery_options_size.php
CHANGED
@@ -16,7 +16,7 @@ if ( ! defined( 'ABSPATH' ) ) exit;
|
|
16 |
|
17 |
$size_group = new_cmb2_box( array(
|
18 |
'id' => ROBO_GALLERY_PREFIX . 'size_metabox',
|
19 |
-
'title' => '<span class="dashicons dashicons-welcome-add-page"></span>'.__('Gallery Size Options' , '
|
20 |
'object_types' => array( ROBO_GALLERY_TYPE_POST ),
|
21 |
'cmb_styles' => false,
|
22 |
'show_names' => false,
|
@@ -25,7 +25,7 @@ $size_group = new_cmb2_box( array(
|
|
25 |
));
|
26 |
|
27 |
$size_group->add_field( array(
|
28 |
-
'name' => __('Width', '
|
29 |
'id' => ROBO_GALLERY_PREFIX . 'width-size',
|
30 |
'type' => 'multisize',
|
31 |
'default' => array( 'width'=> 100, 'widthType'=>''),
|
@@ -35,7 +35,7 @@ $size_group->add_field( array(
|
|
35 |
));
|
36 |
|
37 |
$size_group->add_field( array(
|
38 |
-
'name' => __('Align','
|
39 |
'default' => '',
|
40 |
'options' => array(
|
41 |
'' => 'Disable',
|
@@ -48,7 +48,7 @@ $size_group->add_field( array(
|
|
48 |
));
|
49 |
|
50 |
$size_group->add_field( array(
|
51 |
-
'name' => __('Padding', '
|
52 |
'id' => ROBO_GALLERY_PREFIX . 'paddingCustom',
|
53 |
'type' => 'padding',
|
54 |
'default' => array( 'left'=> 0, 'top'=> 0, 'right'=> 0, 'bottom'=> 0),
|
@@ -57,7 +57,7 @@ $size_group->add_field( array(
|
|
57 |
));
|
58 |
|
59 |
$size_group->add_field( array(
|
60 |
-
'name' => __('Thumbs Options', '
|
61 |
'id' => ROBO_GALLERY_PREFIX . 'thumb-size-options',
|
62 |
'type' => 'size',
|
63 |
'level' => !ROBO_GALLERY_PRO,
|
@@ -65,15 +65,15 @@ $size_group->add_field( array(
|
|
65 |
<div class="rbs_thumb_tabs">
|
66 |
<div role="tabpanel">
|
67 |
<ul class="nav nav-tabs" role="tablist">
|
68 |
-
<li role="presentation" class="active"><a href="#thumb_size_options" aria-controls="thumb_size_options" role="tab" data-toggle="tab">'.__('Thumbs Options', '
|
69 |
-
<li role="presentation"><a href="#thumb_colums_options" aria-controls="thumb_colums_options" role="tab" data-toggle="tab">'.__('Size Options', '
|
70 |
</ul>
|
71 |
<div class="tab-content">
|
72 |
<div role="tabpanel" class="tab-pane active" id="thumb_size_options"><br/>',
|
73 |
));
|
74 |
|
75 |
$size_group->add_field( array(
|
76 |
-
'name' => __('Custom Ratio', '
|
77 |
'id' => ROBO_GALLERY_PREFIX . 'sizeType',
|
78 |
'type' => 'switch',
|
79 |
'depends' => '.rbs_size_width, .rbs_size_height',
|
@@ -84,7 +84,7 @@ $size_group->add_field( array(
|
|
84 |
));
|
85 |
|
86 |
$size_group->add_field( array(
|
87 |
-
'name' => __('Colums ', '
|
88 |
'id' => ROBO_GALLERY_PREFIX . 'colums',
|
89 |
'type' => 'colums',
|
90 |
'default' => rbs_gallery_set_checkbox_default_for_new_post(1),
|
16 |
|
17 |
$size_group = new_cmb2_box( array(
|
18 |
'id' => ROBO_GALLERY_PREFIX . 'size_metabox',
|
19 |
+
'title' => '<span class="dashicons dashicons-welcome-add-page"></span>'.__('Gallery Size Options' , 'robo-gallery' ),
|
20 |
'object_types' => array( ROBO_GALLERY_TYPE_POST ),
|
21 |
'cmb_styles' => false,
|
22 |
'show_names' => false,
|
25 |
));
|
26 |
|
27 |
$size_group->add_field( array(
|
28 |
+
'name' => __('Width', 'robo-gallery'),
|
29 |
'id' => ROBO_GALLERY_PREFIX . 'width-size',
|
30 |
'type' => 'multisize',
|
31 |
'default' => array( 'width'=> 100, 'widthType'=>''),
|
35 |
));
|
36 |
|
37 |
$size_group->add_field( array(
|
38 |
+
'name' => __('Align','robo-gallery'),
|
39 |
'default' => '',
|
40 |
'options' => array(
|
41 |
'' => 'Disable',
|
48 |
));
|
49 |
|
50 |
$size_group->add_field( array(
|
51 |
+
'name' => __('Padding', 'robo-gallery'),
|
52 |
'id' => ROBO_GALLERY_PREFIX . 'paddingCustom',
|
53 |
'type' => 'padding',
|
54 |
'default' => array( 'left'=> 0, 'top'=> 0, 'right'=> 0, 'bottom'=> 0),
|
57 |
));
|
58 |
|
59 |
$size_group->add_field( array(
|
60 |
+
'name' => __('Thumbs Options', 'robo-gallery' ),
|
61 |
'id' => ROBO_GALLERY_PREFIX . 'thumb-size-options',
|
62 |
'type' => 'size',
|
63 |
'level' => !ROBO_GALLERY_PRO,
|
65 |
<div class="rbs_thumb_tabs">
|
66 |
<div role="tabpanel">
|
67 |
<ul class="nav nav-tabs" role="tablist">
|
68 |
+
<li role="presentation" class="active"><a href="#thumb_size_options" aria-controls="thumb_size_options" role="tab" data-toggle="tab">'.__('Thumbs Options', 'robo-gallery' ).'</a></li>
|
69 |
+
<li role="presentation"><a href="#thumb_colums_options" aria-controls="thumb_colums_options" role="tab" data-toggle="tab">'.__('Size Options', 'robo-gallery' ).'</a></li>
|
70 |
</ul>
|
71 |
<div class="tab-content">
|
72 |
<div role="tabpanel" class="tab-pane active" id="thumb_size_options"><br/>',
|
73 |
));
|
74 |
|
75 |
$size_group->add_field( array(
|
76 |
+
'name' => __('Custom Ratio', 'robo-gallery' ),
|
77 |
'id' => ROBO_GALLERY_PREFIX . 'sizeType',
|
78 |
'type' => 'switch',
|
79 |
'depends' => '.rbs_size_width, .rbs_size_height',
|
84 |
));
|
85 |
|
86 |
$size_group->add_field( array(
|
87 |
+
'name' => __('Colums ', 'robo-gallery'),
|
88 |
'id' => ROBO_GALLERY_PREFIX . 'colums',
|
89 |
'type' => 'colums',
|
90 |
'default' => rbs_gallery_set_checkbox_default_for_new_post(1),
|
includes/options/rbs_gallery_options_text.php
CHANGED
@@ -16,7 +16,7 @@ if ( ! defined( 'ABSPATH' ) ) exit;
|
|
16 |
|
17 |
$text_group = new_cmb2_box( array(
|
18 |
'id' => ROBO_GALLERY_PREFIX . 'text_metabox',
|
19 |
-
'title' => '<span class="dashicons dashicons-media-text"></span> '.__( 'Text Addons', '
|
20 |
'object_types' => array( ROBO_GALLERY_TYPE_POST ),
|
21 |
'show_names' => false,
|
22 |
'context' => 'side',
|
@@ -24,7 +24,7 @@ $text_group = new_cmb2_box( array(
|
|
24 |
));
|
25 |
|
26 |
$text_group->add_field( array(
|
27 |
-
'name' => __('Pre Text', '
|
28 |
'id' => ROBO_GALLERY_PREFIX . 'pretext',
|
29 |
'type' => 'rbstextarea',
|
30 |
'default' => '',
|
@@ -32,11 +32,11 @@ $text_group->add_field( array(
|
|
32 |
'bootstrap_style'=> 1,
|
33 |
|
34 |
'before_row' => '
|
35 |
-
<div class="rbs_block"><label>'.__('Pre Text', '
|
36 |
));
|
37 |
|
38 |
$text_group->add_field( array(
|
39 |
-
'name' => __('After Text', '
|
40 |
'id' => ROBO_GALLERY_PREFIX . 'aftertext',
|
41 |
'type' => 'rbstextarea',
|
42 |
'default' => '',
|
@@ -44,7 +44,7 @@ $text_group->add_field( array(
|
|
44 |
'bootstrap_style'=> 1,
|
45 |
|
46 |
'before_row' => '
|
47 |
-
<label>'.__('After Text', '
|
48 |
'after_row' => '
|
49 |
</div>',
|
50 |
));
|
16 |
|
17 |
$text_group = new_cmb2_box( array(
|
18 |
'id' => ROBO_GALLERY_PREFIX . 'text_metabox',
|
19 |
+
'title' => '<span class="dashicons dashicons-media-text"></span> '.__( 'Text Addons', 'robo-gallery' ),
|
20 |
'object_types' => array( ROBO_GALLERY_TYPE_POST ),
|
21 |
'show_names' => false,
|
22 |
'context' => 'side',
|
24 |
));
|
25 |
|
26 |
$text_group->add_field( array(
|
27 |
+
'name' => __('Pre Text', 'robo-gallery' ),
|
28 |
'id' => ROBO_GALLERY_PREFIX . 'pretext',
|
29 |
'type' => 'rbstextarea',
|
30 |
'default' => '',
|
32 |
'bootstrap_style'=> 1,
|
33 |
|
34 |
'before_row' => '
|
35 |
+
<div class="rbs_block"><label>'.__('Pre Text', 'robo-gallery' ).'</label>',
|
36 |
));
|
37 |
|
38 |
$text_group->add_field( array(
|
39 |
+
'name' => __('After Text', 'robo-gallery' ),
|
40 |
'id' => ROBO_GALLERY_PREFIX . 'aftertext',
|
41 |
'type' => 'rbstextarea',
|
42 |
'default' => '',
|
44 |
'bootstrap_style'=> 1,
|
45 |
|
46 |
'before_row' => '
|
47 |
+
<label>'.__('After Text', 'robo-gallery' ).'</label>',
|
48 |
'after_row' => '
|
49 |
</div>',
|
50 |
));
|
includes/options/rbs_gallery_options_tools.php
CHANGED
@@ -16,7 +16,7 @@ if ( ! defined( 'ABSPATH' ) ) exit;
|
|
16 |
|
17 |
$tools_group = new_cmb2_box( array(
|
18 |
'id' => ROBO_GALLERY_PREFIX.'tools_metabox',
|
19 |
-
'title' => '<span class="dashicons dashicons-admin-tools"></span> '.__('Gallery Tools','
|
20 |
'object_types' => array( ROBO_GALLERY_TYPE_POST ),
|
21 |
'context' => 'side',
|
22 |
'priority' => 'low',
|
@@ -28,23 +28,23 @@ if(isset($_GET['post'])){
|
|
28 |
'type' => 'title',
|
29 |
'before_row' => '<div class="rbs_block">'
|
30 |
.'<div class="rbs-center-block rbs-margin-block rbs-post-tools">'
|
31 |
-
.'<p class="rbs_desc">'.__('Here you can create and customize new post with gallery inside it','
|
32 |
|
33 |
.'<button id="rbs_create_article" data-galleryid="'.(int)$_GET['post'].'" class="btn btn-info btn-lg ">'
|
34 |
.'<span class="glyphicon glyphicon-plus" aria-hidden="true"></span> '
|
35 |
-
.__('Create post','
|
36 |
.'</button>'
|
37 |
.'<p></p>'
|
38 |
.'<button id="rbs_posts_list" data-galleryid="'.(int)$_GET['post'].'" class="btn btn-info btn-lg ">'
|
39 |
.'<span class="glyphicon glyphicon-list-alt" aria-hidden="true"></span> '
|
40 |
-
.__('Posts List','
|
41 |
.'</button>'
|
42 |
.'<p></p>'
|
43 |
.'<p>'
|
44 |
.'<span class="glyphicon glyphicon-eye-open"></span> '
|
45 |
-
.__('Gallery Views','
|
46 |
.'<strong id="rbs_gallery_views_value">'.(int) get_post_meta( (int)$_GET['post'], 'gallery_views_count', true).'</strong> '
|
47 |
-
.'<a href="#" id="rbs_gallery_clear_views" data-confirm="'.__('Are you sure that you wish to reset statistics?', '
|
48 |
.'</p>'
|
49 |
.'</div> '
|
50 |
,
|
16 |
|
17 |
$tools_group = new_cmb2_box( array(
|
18 |
'id' => ROBO_GALLERY_PREFIX.'tools_metabox',
|
19 |
+
'title' => '<span class="dashicons dashicons-admin-tools"></span> '.__('Gallery Tools','robo-gallery'),
|
20 |
'object_types' => array( ROBO_GALLERY_TYPE_POST ),
|
21 |
'context' => 'side',
|
22 |
'priority' => 'low',
|
28 |
'type' => 'title',
|
29 |
'before_row' => '<div class="rbs_block">'
|
30 |
.'<div class="rbs-center-block rbs-margin-block rbs-post-tools">'
|
31 |
+
.'<p class="rbs_desc">'.__('Here you can create and customize new post with gallery inside it','robo-gallery').'</p> '
|
32 |
|
33 |
.'<button id="rbs_create_article" data-galleryid="'.(int)$_GET['post'].'" class="btn btn-info btn-lg ">'
|
34 |
.'<span class="glyphicon glyphicon-plus" aria-hidden="true"></span> '
|
35 |
+
.__('Create post','robo-gallery')
|
36 |
.'</button>'
|
37 |
.'<p></p>'
|
38 |
.'<button id="rbs_posts_list" data-galleryid="'.(int)$_GET['post'].'" class="btn btn-info btn-lg ">'
|
39 |
.'<span class="glyphicon glyphicon-list-alt" aria-hidden="true"></span> '
|
40 |
+
.__('Posts List','robo-gallery')
|
41 |
.'</button>'
|
42 |
.'<p></p>'
|
43 |
.'<p>'
|
44 |
.'<span class="glyphicon glyphicon-eye-open"></span> '
|
45 |
+
.__('Gallery Views','robo-gallery').': '
|
46 |
.'<strong id="rbs_gallery_views_value">'.(int) get_post_meta( (int)$_GET['post'], 'gallery_views_count', true).'</strong> '
|
47 |
+
.'<a href="#" id="rbs_gallery_clear_views" data-confirm="'.__('Are you sure that you wish to reset statistics?', 'robo-gallery').'" data-ok="'.__('Success: Statistic successfully reset!', 'robo-gallery').'" class="hide-if-no-js">'.__('Reset').'</a>'
|
48 |
.'</p>'
|
49 |
.'</div> '
|
50 |
,
|
includes/options/rbs_gallery_options_view.php
CHANGED
@@ -16,7 +16,7 @@ if ( ! defined( 'ABSPATH' ) ) exit;
|
|
16 |
|
17 |
$view_group = new_cmb2_box( array(
|
18 |
'id' => ROBO_GALLERY_PREFIX . 'view_metabox',
|
19 |
-
'title' => '<span class="dashicons dashicons-welcome-add-page"></span>'.__('Thumbs View Options', '
|
20 |
'object_types' => array( ROBO_GALLERY_TYPE_POST ),
|
21 |
'cmb_styles' => false,
|
22 |
'show_names' => false,
|
@@ -25,7 +25,7 @@ $view_group = new_cmb2_box( array(
|
|
25 |
));
|
26 |
|
27 |
$view_group->add_field( array(
|
28 |
-
'name' => __('Radius', '
|
29 |
'id' => ROBO_GALLERY_PREFIX . 'radius',
|
30 |
'type' => 'slider',
|
31 |
'bootstrap_style'=> 1,
|
@@ -38,7 +38,7 @@ $view_group->add_field( array(
|
|
38 |
));
|
39 |
|
40 |
$view_group->add_field( array(
|
41 |
-
'name' => __('Hor. Space', '
|
42 |
'default' => rbs_gallery_set_checkbox_default_for_new_post(15),
|
43 |
'min' => 0,
|
44 |
'max' => 100,
|
@@ -48,7 +48,7 @@ $view_group->add_field( array(
|
|
48 |
));
|
49 |
|
50 |
$view_group->add_field( array(
|
51 |
-
'name' => __('Ver. Space', '
|
52 |
'default' => rbs_gallery_set_checkbox_default_for_new_post(15),
|
53 |
'min' => 0,
|
54 |
'max' => 100,
|
@@ -61,7 +61,7 @@ $view_group->add_field( array(
|
|
61 |
|
62 |
/* ======================= Shadow Start ================================= */
|
63 |
$view_group->add_field( array(
|
64 |
-
'name' => __('Shadow', '
|
65 |
'id' => ROBO_GALLERY_PREFIX . 'shadow',
|
66 |
'type' => 'switch',
|
67 |
'default' => rbs_gallery_set_checkbox_default_for_new_post(1),
|
@@ -71,15 +71,15 @@ $view_group->add_field( array(
|
|
71 |
));
|
72 |
|
73 |
$view_group->add_field( array(
|
74 |
-
'name' => __('Shadow Options', '
|
75 |
'id' => ROBO_GALLERY_PREFIX . 'shadow-options',
|
76 |
'type' => 'shadow',
|
77 |
'before_row' => '
|
78 |
<div class=" rbs_shadows_tabs">
|
79 |
<div role="tabpanel">
|
80 |
<ul class="nav nav-tabs" role="tablist">
|
81 |
-
<li role="presentation" class="active"><a href="#tab_shadow_options" aria-controls="tab_shadow_options" role="tab" data-toggle="tab">'.__('Shadow Options', '
|
82 |
-
<li role="presentation"><a href="#tab_hover_shadow_options" aria-controls="tab_hover_shadow_options" role="tab" data-toggle="tab">'.__('Hover Shadow Options', '
|
83 |
</ul>
|
84 |
<div class="tab-content">
|
85 |
<div role="tabpanel" class="tab-pane active" id="tab_shadow_options"><br/>
|
@@ -89,7 +89,7 @@ $view_group->add_field( array(
|
|
89 |
));
|
90 |
|
91 |
$view_group->add_field( array(
|
92 |
-
'name' => __('Hover Shadow', '
|
93 |
'id' => ROBO_GALLERY_PREFIX . 'hover-shadow',
|
94 |
'type' => 'switch',
|
95 |
'default' => rbs_gallery_set_checkbox_default_for_new_post(0),
|
@@ -103,7 +103,7 @@ $view_group->add_field( array(
|
|
103 |
));
|
104 |
|
105 |
$view_group->add_field( array(
|
106 |
-
'name' => __('Shadow Options', '
|
107 |
'id' => ROBO_GALLERY_PREFIX . 'hover-shadow-options',
|
108 |
'type' => 'shadow',
|
109 |
'default' => array(
|
@@ -124,7 +124,7 @@ $view_group->add_field( array(
|
|
124 |
/* ======================= Border Start ================================= */
|
125 |
|
126 |
$view_group->add_field( array(
|
127 |
-
'name' => __('Border', '
|
128 |
'id' => ROBO_GALLERY_PREFIX . 'border',
|
129 |
'type' => 'switch',
|
130 |
'default' => rbs_gallery_set_checkbox_default_for_new_post(0),
|
@@ -134,15 +134,15 @@ $view_group->add_field( array(
|
|
134 |
));
|
135 |
|
136 |
$view_group->add_field( array(
|
137 |
-
'name' => __('Border Options', '
|
138 |
'id' => ROBO_GALLERY_PREFIX . 'border-options',
|
139 |
'type' => 'border',
|
140 |
'before_row' => '
|
141 |
<div class="rbs_border_tabs">
|
142 |
<div role="tabpanel">
|
143 |
<ul class="nav nav-tabs" role="tablist">
|
144 |
-
<li role="presentation" class="active"><a href="#border_options" aria-controls="border_options" role="tab" data-toggle="tab">'.__('Border Options', '
|
145 |
-
<li role="presentation"><a href="#hover-border_options" aria-controls="hover-border_options" role="tab" data-toggle="tab">'.__('Hover Border Options', '
|
146 |
</ul>
|
147 |
<div class="tab-content">
|
148 |
<div role="tabpanel" class="tab-pane active" id="border_options"><br/>
|
@@ -153,7 +153,7 @@ $view_group->add_field( array(
|
|
153 |
|
154 |
|
155 |
$view_group->add_field( array(
|
156 |
-
'name' => __('Hover Border', '
|
157 |
'id' => ROBO_GALLERY_PREFIX . 'hover-border',
|
158 |
'type' => 'switch',
|
159 |
'depends' => '.rbs_hover_border_tabs',
|
@@ -168,7 +168,7 @@ $view_group->add_field( array(
|
|
168 |
));
|
169 |
|
170 |
$view_group->add_field( array(
|
171 |
-
'name' => __('Border Options', '
|
172 |
'id' => ROBO_GALLERY_PREFIX . 'hover-border-options',
|
173 |
'type' => 'border',
|
174 |
'after_row' =>'
|
16 |
|
17 |
$view_group = new_cmb2_box( array(
|
18 |
'id' => ROBO_GALLERY_PREFIX . 'view_metabox',
|
19 |
+
'title' => '<span class="dashicons dashicons-welcome-add-page"></span>'.__('Thumbs View Options', 'robo-gallery' ),
|
20 |
'object_types' => array( ROBO_GALLERY_TYPE_POST ),
|
21 |
'cmb_styles' => false,
|
22 |
'show_names' => false,
|
25 |
));
|
26 |
|
27 |
$view_group->add_field( array(
|
28 |
+
'name' => __('Radius', 'robo-gallery' ),
|
29 |
'id' => ROBO_GALLERY_PREFIX . 'radius',
|
30 |
'type' => 'slider',
|
31 |
'bootstrap_style'=> 1,
|
38 |
));
|
39 |
|
40 |
$view_group->add_field( array(
|
41 |
+
'name' => __('Hor. Space', 'robo-gallery' ),
|
42 |
'default' => rbs_gallery_set_checkbox_default_for_new_post(15),
|
43 |
'min' => 0,
|
44 |
'max' => 100,
|
48 |
));
|
49 |
|
50 |
$view_group->add_field( array(
|
51 |
+
'name' => __('Ver. Space', 'robo-gallery' ),
|
52 |
'default' => rbs_gallery_set_checkbox_default_for_new_post(15),
|
53 |
'min' => 0,
|
54 |
'max' => 100,
|
61 |
|
62 |
/* ======================= Shadow Start ================================= */
|
63 |
$view_group->add_field( array(
|
64 |
+
'name' => __('Shadow', 'robo-gallery' ),
|
65 |
'id' => ROBO_GALLERY_PREFIX . 'shadow',
|
66 |
'type' => 'switch',
|
67 |
'default' => rbs_gallery_set_checkbox_default_for_new_post(1),
|
71 |
));
|
72 |
|
73 |
$view_group->add_field( array(
|
74 |
+
'name' => __('Shadow Options', 'robo-gallery' ),
|
75 |
'id' => ROBO_GALLERY_PREFIX . 'shadow-options',
|
76 |
'type' => 'shadow',
|
77 |
'before_row' => '
|
78 |
<div class=" rbs_shadows_tabs">
|
79 |
<div role="tabpanel">
|
80 |
<ul class="nav nav-tabs" role="tablist">
|
81 |
+
<li role="presentation" class="active"><a href="#tab_shadow_options" aria-controls="tab_shadow_options" role="tab" data-toggle="tab">'.__('Shadow Options', 'robo-gallery' ).'</a></li>
|
82 |
+
<li role="presentation"><a href="#tab_hover_shadow_options" aria-controls="tab_hover_shadow_options" role="tab" data-toggle="tab">'.__('Hover Shadow Options', 'robo-gallery' ).'</a></li>
|
83 |
</ul>
|
84 |
<div class="tab-content">
|
85 |
<div role="tabpanel" class="tab-pane active" id="tab_shadow_options"><br/>
|
89 |
));
|
90 |
|
91 |
$view_group->add_field( array(
|
92 |
+
'name' => __('Hover Shadow', 'robo-gallery' ),
|
93 |
'id' => ROBO_GALLERY_PREFIX . 'hover-shadow',
|
94 |
'type' => 'switch',
|
95 |
'default' => rbs_gallery_set_checkbox_default_for_new_post(0),
|
103 |
));
|
104 |
|
105 |
$view_group->add_field( array(
|
106 |
+
'name' => __('Shadow Options', 'robo-gallery' ),
|
107 |
'id' => ROBO_GALLERY_PREFIX . 'hover-shadow-options',
|
108 |
'type' => 'shadow',
|
109 |
'default' => array(
|
124 |
/* ======================= Border Start ================================= */
|
125 |
|
126 |
$view_group->add_field( array(
|
127 |
+
'name' => __('Border', 'robo-gallery' ),
|
128 |
'id' => ROBO_GALLERY_PREFIX . 'border',
|
129 |
'type' => 'switch',
|
130 |
'default' => rbs_gallery_set_checkbox_default_for_new_post(0),
|
134 |
));
|
135 |
|
136 |
$view_group->add_field( array(
|
137 |
+
'name' => __('Border Options', 'robo-gallery' ),
|
138 |
'id' => ROBO_GALLERY_PREFIX . 'border-options',
|
139 |
'type' => 'border',
|
140 |
'before_row' => '
|
141 |
<div class="rbs_border_tabs">
|
142 |
<div role="tabpanel">
|
143 |
<ul class="nav nav-tabs" role="tablist">
|
144 |
+
<li role="presentation" class="active"><a href="#border_options" aria-controls="border_options" role="tab" data-toggle="tab">'.__('Border Options', 'robo-gallery' ).'</a></li>
|
145 |
+
<li role="presentation"><a href="#hover-border_options" aria-controls="hover-border_options" role="tab" data-toggle="tab">'.__('Hover Border Options', 'robo-gallery' ).'</a></li>
|
146 |
</ul>
|
147 |
<div class="tab-content">
|
148 |
<div role="tabpanel" class="tab-pane active" id="border_options"><br/>
|
153 |
|
154 |
|
155 |
$view_group->add_field( array(
|
156 |
+
'name' => __('Hover Border', 'robo-gallery' ),
|
157 |
'id' => ROBO_GALLERY_PREFIX . 'hover-border',
|
158 |
'type' => 'switch',
|
159 |
'depends' => '.rbs_hover_border_tabs',
|
168 |
));
|
169 |
|
170 |
$view_group->add_field( array(
|
171 |
+
'name' => __('Border Options', 'robo-gallery' ),
|
172 |
'id' => ROBO_GALLERY_PREFIX . 'hover-border-options',
|
173 |
'type' => 'border',
|
174 |
'after_row' =>'
|
includes/options/voting.php
CHANGED
@@ -9,10 +9,10 @@ if ( ! defined( 'ABSPATH' ) ) exit;
|
|
9 |
|
10 |
$voting_box = new_cmb2_box( array(
|
11 |
'id' => ROBO_GALLERY_PREFIX . 'voting_metabox',
|
12 |
-
'title' => '<span class="dashicons dashicons-megaphone"></span> '.__( 'Suggest Feature', '
|
13 |
'object_types' => array( ROBO_GALLERY_TYPE_POST ),
|
14 |
'context' => 'side',
|
15 |
-
'priority' => '
|
16 |
'show_names' => false,
|
17 |
));
|
18 |
|
@@ -33,7 +33,7 @@ $voting_box->add_field( array(
|
|
33 |
</a>
|
34 |
</div>
|
35 |
<div class="rbs_block">
|
36 |
-
<a href="https://wordpress.org/support/plugin/robo-gallery" target="_blank" class="btn btn-info">'.__( 'Contact Developer', '
|
37 |
</div>
|
38 |
</div>
|
39 |
',
|
9 |
|
10 |
$voting_box = new_cmb2_box( array(
|
11 |
'id' => ROBO_GALLERY_PREFIX . 'voting_metabox',
|
12 |
+
'title' => '<span class="dashicons dashicons-megaphone"></span> '.__( 'Suggest Feature', 'robo-gallery' ),
|
13 |
'object_types' => array( ROBO_GALLERY_TYPE_POST ),
|
14 |
'context' => 'side',
|
15 |
+
'priority' => 'low',
|
16 |
'show_names' => false,
|
17 |
));
|
18 |
|
33 |
</a>
|
34 |
</div>
|
35 |
<div class="rbs_block">
|
36 |
+
<a href="https://wordpress.org/support/plugin/robo-gallery" target="_blank" class="btn btn-info">'.__( 'Contact Developer', 'robo-gallery' ).'</a>
|
37 |
</div>
|
38 |
</div>
|
39 |
',
|
includes/rbs_gallery_edit.php
CHANGED
@@ -25,10 +25,10 @@ function rbs_gallery_group_metabox() {
|
|
25 |
|
26 |
rbs_gallery_include( array(
|
27 |
'cache.php',
|
|
|
|
|
28 |
'voting.php',
|
29 |
-
|
30 |
'rbs_gallery_options_guides.php',
|
31 |
-
'rbs_gallery_options_images.php',
|
32 |
), ROBO_GALLERY_OPTIONS_PATH);
|
33 |
|
34 |
if( rbs_gallery_is_edit_page('edit') ){
|
25 |
|
26 |
rbs_gallery_include( array(
|
27 |
'cache.php',
|
28 |
+
'rbs_gallery_options_images.php',
|
29 |
+
|
30 |
'voting.php',
|
|
|
31 |
'rbs_gallery_options_guides.php',
|
|
|
32 |
), ROBO_GALLERY_OPTIONS_PATH);
|
33 |
|
34 |
if( rbs_gallery_is_edit_page('edit') ){
|
includes/rbs_gallery_init.php
CHANGED
@@ -81,11 +81,11 @@ function create_post_type_robo_gallery() {
|
|
81 |
array(
|
82 |
'labels' => array(
|
83 |
'name' => 'Robo Gallery',
|
84 |
-
'singular_name' => __( 'Robo Gallery',
|
85 |
-
'all_items' => __( 'Manage Galleries',
|
86 |
-
'add_new' => __( 'Add Gallery',
|
87 |
-
'add_new_item' => __( 'Add Gallery',
|
88 |
-
'edit_item' => __( 'Edit Gallery',
|
89 |
),
|
90 |
|
91 |
'rewrite' => array( 'slug' => 'gallery', 'with_front' => true ),
|
@@ -93,15 +93,48 @@ function create_post_type_robo_gallery() {
|
|
93 |
'has_archive' => false,
|
94 |
'hierarchical' => true,
|
95 |
'supports' => $supportArray,
|
96 |
-
'menu_icon' => 'dashicons-format-gallery',
|
|
|
|
|
|
|
97 |
));
|
|
|
|
|
98 |
if ( is_admin() && get_option( 'robo_gallery_after_install' ) == '1' ) {
|
99 |
-
|
|
|
|
|
|
|
100 |
global $wp_rewrite; $wp_rewrite->flush_rules();
|
|
|
|
|
|
|
|
|
101 |
}
|
102 |
}
|
103 |
add_action( 'init', 'create_post_type_robo_gallery' );
|
104 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
105 |
rbs_gallery_include('cache.php', ROBO_GALLERY_INCLUDES_PATH);
|
106 |
|
107 |
if(!function_exists('rbs_gallery_main_init')){
|
81 |
array(
|
82 |
'labels' => array(
|
83 |
'name' => 'Robo Gallery',
|
84 |
+
'singular_name' => __( 'Robo Gallery', 'robo-gallery' ),
|
85 |
+
'all_items' => __( 'Manage Galleries', 'robo-gallery' ),
|
86 |
+
'add_new' => __( 'Add Gallery / Images', 'robo-gallery' ),
|
87 |
+
'add_new_item' => __( 'Add Gallery', 'robo-gallery' ),
|
88 |
+
'edit_item' => __( 'Edit Gallery', 'robo-gallery' ),
|
89 |
),
|
90 |
|
91 |
'rewrite' => array( 'slug' => 'gallery', 'with_front' => true ),
|
93 |
'has_archive' => false,
|
94 |
'hierarchical' => true,
|
95 |
'supports' => $supportArray,
|
96 |
+
'menu_icon' => path_join( ROBO_GALLERY_URL, 'images/admin/robo_gallery_icon.png'), //'dashicons-format-gallery',
|
97 |
+
|
98 |
+
'show_in_menu' => true,
|
99 |
+
'menu_position' => 10,
|
100 |
));
|
101 |
+
|
102 |
+
|
103 |
if ( is_admin() && get_option( 'robo_gallery_after_install' ) == '1' ) {
|
104 |
+
|
105 |
+
add_action( 'wp_loaded', 'roboGalleryInstallRefresh' );
|
106 |
+
|
107 |
+
/*delete_option( 'robo_gallery_after_install' );
|
108 |
global $wp_rewrite; $wp_rewrite->flush_rules();
|
109 |
+
|
110 |
+
if ( wp_redirect( $url ) ) {
|
111 |
+
exit;
|
112 |
+
}*/
|
113 |
}
|
114 |
}
|
115 |
add_action( 'init', 'create_post_type_robo_gallery' );
|
116 |
|
117 |
+
if(!function_exists('roboGalleryInstallRefresh')){
|
118 |
+
function roboGalleryInstallRefresh(){
|
119 |
+
|
120 |
+
global $wp_rewrite;
|
121 |
+
$wp_rewrite->flush_rules();
|
122 |
+
|
123 |
+
delete_option( 'robo_gallery_after_install' );
|
124 |
+
|
125 |
+
if(
|
126 |
+
!(
|
127 |
+
isset($_GET['post_type']) &&
|
128 |
+
$_GET['post_type']== ROBO_GALLERY_TYPE_POST
|
129 |
+
)
|
130 |
+
){
|
131 |
+
$url = admin_url('edit.php?post_type='.ROBO_GALLERY_TYPE_POST.'&page=overview');
|
132 |
+
wp_redirect( $url );
|
133 |
+
exit();
|
134 |
+
}
|
135 |
+
}
|
136 |
+
}
|
137 |
+
|
138 |
rbs_gallery_include('cache.php', ROBO_GALLERY_INCLUDES_PATH);
|
139 |
|
140 |
if(!function_exists('rbs_gallery_main_init')){
|
includes/rbs_gallery_list.php
CHANGED
@@ -106,7 +106,7 @@ if(!function_exists('add_rbs_table_columns')){
|
|
106 |
|
107 |
|
108 |
/*add_action( 'load-edit.php', function() {
|
109 |
-
add_filter( 'views_edit-'.ROBO_GALLERY_TYPE_POST, 'robo_gallery_listing_tabs' );
|
110 |
});
|
111 |
|
112 |
# echo the tabs
|
106 |
|
107 |
|
108 |
/*add_action( 'load-edit.php', function() {
|
109 |
+
add_filter( 'views_edit-'.ROBO_GALLERY_TYPE_POST, 'robo_gallery_listing_tabs' );
|
110 |
});
|
111 |
|
112 |
# echo the tabs
|
includes/rbs_gallery_menu.php
CHANGED
@@ -35,7 +35,7 @@ if(!function_exists('robo_gallery_fix_menu')){
|
|
35 |
}
|
36 |
|
37 |
|
38 |
-
if(!function_exists('robo_gallery_about_submenu_page')){
|
39 |
add_action('admin_menu', 'robo_gallery_about_submenu_page');
|
40 |
function robo_gallery_about_submenu_page() {
|
41 |
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' );
|
@@ -44,7 +44,7 @@ if(!function_exists('robo_gallery_about_submenu_page')){
|
|
44 |
rbs_gallery_include('rbs_gallery_about.php', ROBO_GALLERY_INCLUDES_PATH);
|
45 |
}
|
46 |
}
|
47 |
-
|
48 |
|
49 |
if(!function_exists('robo_gallery_support_submenu_page')){
|
50 |
add_action('admin_menu', 'robo_gallery_support_submenu_page');
|
@@ -79,6 +79,20 @@ if(!function_exists('rbs_gallery_menuConfig')){
|
|
79 |
wp_localize_script('robo-gallery-menu', 'robo_gallery_vars', array(
|
80 |
'pro' => ROBO_GALLERY_PRO,
|
81 |
));
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
82 |
}
|
83 |
add_action( 'in_admin_header', 'rbs_gallery_menuConfig' );
|
84 |
}
|
35 |
}
|
36 |
|
37 |
|
38 |
+
/*if(!function_exists('robo_gallery_about_submenu_page')){
|
39 |
add_action('admin_menu', 'robo_gallery_about_submenu_page');
|
40 |
function robo_gallery_about_submenu_page() {
|
41 |
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' );
|
44 |
rbs_gallery_include('rbs_gallery_about.php', ROBO_GALLERY_INCLUDES_PATH);
|
45 |
}
|
46 |
}
|
47 |
+
*/
|
48 |
|
49 |
if(!function_exists('robo_gallery_support_submenu_page')){
|
50 |
add_action('admin_menu', 'robo_gallery_support_submenu_page');
|
79 |
wp_localize_script('robo-gallery-menu', 'robo_gallery_vars', array(
|
80 |
'pro' => ROBO_GALLERY_PRO,
|
81 |
));
|
82 |
+
|
83 |
+
wp_enqueue_style ('robo-gallery-menu', ROBO_GALLERY_URL.'css/admin/menu.css', array( ), ROBO_GALLERY_VERSION );
|
84 |
+
|
85 |
+
$inlineCSS = '
|
86 |
+
#adminmenu li.menu-icon-robo_gallery_table img,
|
87 |
+
#adminmenu li[class*=menu-icon-robo_gallery_table] img,
|
88 |
+
#adminmenu li[class*=menu-icon-robo_gallery_table] img {
|
89 |
+
opacity: 1;
|
90 |
+
max-width: 25px;
|
91 |
+
padding-top: 5px;
|
92 |
+
}';
|
93 |
+
|
94 |
+
wp_add_inline_style('robo-gallery-menu', $inlineCSS );
|
95 |
+
|
96 |
}
|
97 |
add_action( 'in_admin_header', 'rbs_gallery_menuConfig' );
|
98 |
}
|
includes/rbs_gallery_settings.php
CHANGED
@@ -128,7 +128,6 @@ class Robo_Gallery_Settings {
|
|
128 |
|
129 |
echo '</form>';
|
130 |
echo '</div>';
|
131 |
-
echo '<div class="rbs_about_string2">Copyright © 2014 - 2018 <a href="https://robosoft.co/robogallery">RoboSoft</a> All Rights Reserved</div>';
|
132 |
|
133 |
}
|
134 |
|
128 |
|
129 |
echo '</form>';
|
130 |
echo '</div>';
|
|
|
131 |
|
132 |
}
|
133 |
|
js/robo_gallery.js
CHANGED
@@ -42,10 +42,10 @@ jQuery.easing.jswing=jQuery.easing.swing,jQuery.extend(jQuery.easing,{def:"easeO
|
|
42 |
|
43 |
/*!
|
44 |
* Modernizr 2 | MIT & BSD
|
45 |
-
* Build: http://
|
46 |
* Copyright 2014
|
47 |
*/
|
48 |
-
;window.
|
49 |
/*! Magnific Popup - v1.0.0 - 2015-01-03
|
50 |
* http://dimsemenov.com/plugins/magnific-popup/
|
51 |
* Copyright (c) 2015 Dmitry Semenov; */
|
@@ -63,7 +63,7 @@ jQuery.easing.jswing=jQuery.easing.swing,jQuery.extend(jQuery.easing,{def:"easeO
|
|
63 |
Licensed under the MIT license - http://opensource.org/licenses/MIT
|
64 |
Copyright (C) 2015 Andrew Prasetya
|
65 |
*/
|
66 |
-
!function(e,t,a){t.fn.collagePlus=function(i){return this.each(function(o,s){var n=t(this);if(n.data("collagePlus"))return n.data("collagePlus");var r=new function(i,o){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(I).find(S+":not([data-imageconverted])").each(function(){var o=t(this),s=o.find("div[data-thumbnail]").eq(0),n=o.find("div[data-popup]").eq(0),r=s.data("thumbnail");if(s[0]==a&&(s=n,r=n.data("popup")),0!=i||0!=e.data("settings").waitForAllThumbsNoMatterWhat||s.data("width")==a&&s.data("height")==a){o.attr("data-imageconverted","yes");var d=s.attr("title");d==a&&(d=r);var l=t('<img style="margin:auto;" alt="'+d+'" title="'+d+'" src="'+r+'" />');1==i&&(l.attr("data-dont-wait-for-me","yes"),s.addClass("image-with-dimensions"),e.data("settings").waitUntilThumbLoads&&l.hide()),s.addClass("rbs-img-thumbnail-container").prepend(l)}}),1==i&&e.find(".image-with-dimensions").imagesLoadedMB().always(function(e){for(index in e.images)o(e.images[index])}).progress(function(e,t){o(t)})}function n(e){e.find(I).each(function(){var i=t(this),o=i.find(S),s=o.find("div[data-thumbnail]").eq(0),n=o.find("div[data-popup]").eq(0);s[0]==a&&(s=n);var r=i.css("display");"none"==r&&i.css("margin-top",99999999999999).show();var d=2*e.data("settings").borderSize;o.width(s.width()-d),o.height(s.height()-d),"none"==r&&i.css("margin-top",0).hide()})}function r(e){e.find(I).find(S).each(function(){var i=t(this),o=i.find("div[data-thumbnail]").eq(0),s=i.find("div[data-popup]").eq(0);o[0]==a&&(o=s);var n=parseFloat(o.data("width")),r=parseFloat(o.data("height")),d=i.parents(I).width()-e.data("settings").horizontalSpaceBetweenBoxes,l=r*d/n;o.css("width",d),o.data("width")==a&&o.data("height")==a||o.css("height",Math.floor(l))})}function d(e,i,o){var s,n=e.find(I);s="auto"==i?Math.floor((e.width()-1)/o):i,e.find(".rbs-imges-grid-sizer").css("width",s),n.each(function(e){var i=t(this),n=i.data("columns");n!=a&&parseInt(o)>=parseInt(n)?i.css("width",s*parseInt(n)):i.css("width",s)})}function l(t){var a=!1;for(var i in t.data("settings").resolutions){var o=t.data("settings").resolutions[i];if(o.maxWidth>=function(){var t=e,a="inner";return"innerWidth"in e||(a="client",t=document.documentElement||document.body),{width:t[a+"Width"],height:t[a+"Height"]}}().width){d(t,o.columnWidth,o.columns),a=!0;break}}0==a&&d(t,t.data("settings").columnWidth,t.data("settings").columns)}function c(e,t){B.addClass("filtering-isotope"),m(e,t),function(){var e=B.find(I+", ."+L),t=h();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")}(),f()}function f(){p().not(".rbs-img-loaded").length>0?v():g(),function(){var e=p().length;if(e<x.minBoxesPerFilter&&u().length>0)b(x.minBoxesPerFilter-e)}()}function m(e,t){z[t]=e,B.eveMB({filter:function(e){for(var t in e)(o=e[t])==a&&(e[t]="*");var i="";for(var t in e){var o=e[t];""==i?i=t:i.split(",").length<o.split(",").length&&(i=t)}var s=e[i];for(var t in e)if(t!=i)for(var n=e[t].split(","),r=0;r<n.length;r++){for(var d=s.split(","),l=[],c=0;c<d.length;c++)"*"==d[c]&&"*"==n[r]?n[r]="":("*"==n[r]&&(n[r]=""),"*"==d[c]&&(d[c]="")),l.push(d[c]+n[r]);s=l.join(",")}return s}(z)})}function p(){var e=B.find(I),t=h();return"*"!=t&&(e=e.filter(t)),e}function h(){var e=B.data("eveMB").options.filter;return""!=e&&e!=a||(e="*"),e}function u(e){var t=B.find("."+L),i=h();return"*"!=i&&e==a&&(t=t.filter(i)),t}function v(){W.html(x.LoadingWord),W.removeClass("rbs-imges-load-more"),W.addClass("rbs-imges-loading")}function g(){W.removeClass("rbs-imges-load-more"),W.removeClass("rbs-imges-loading"),W.removeClass("rbs-imges-no-more-entries"),u().length>0?(W.html(x.loadMoreWord),W.addClass("rbs-imges-load-more")):(W.html(x.noMoreEntriesWord),W.addClass("rbs-imges-no-more-entries"))}function b(e,a){if(1!=W.hasClass("rbs-imges-no-more-entries")){E++,v();var i=[];u(a).each(function(a){var o=t(this);a+1<=e&&(o.removeClass(L).addClass(T),o.hide(),i.push(this))}),B.eveMB("insert",t(i),function(){0==--E&&g(),B.eveMB("layout")})}}function y(e){if(e!=a){var i=B.find("."+T+", ."+L);""==e?i.addClass("search-match"):(i.removeClass("search-match"),B.find(x.searchTarget).each(function(){var a=t(this),i=a.parents("."+T+", ."+L);-1!==a.text().toLowerCase().indexOf(e.toLowerCase())&&i.addClass("search-match")})),setTimeout(function(){c(".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 k(){if("#!"!=location.hash.substr(0,2))return null;var e=location.href.split("#!")[1];return{hash:e,src:e}}function C(){var e=t.magnificPopup.instance;if(e){var a=k();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){if((o.parsed?o.el:t(o)).attr("data-mfp-src")==a.src)return i=e,!1}),null!==i&&e.goTo(i)}}else B.filter('[id="'+a.id+'"]').find('.rbs-lightbox[data-mfp-src="'+a.src+'"]').trigger("click")}}var x=t.extend({},t.fn.collagePlus.defaults,o),B=t(i).addClass("rbs-imges-container"),I=".rbs-img",S=".rbs-img-image",T="rbs-img",L="rbs-img-hidden",M=Modernizr.csstransitions?"transition":"animate",z={},E=0;"default"==x.overlayEasing&&(x.overlayEasing="transition"==M?"_default":"swing");var W=t('<div class="rbs-imges-load-more button"></div>').insertAfter(B);W.wrap('<div class="rbs_gallery_button rbs_gallery_button_bottom"></div>'),W.addClass(x.loadMoreClass),x.resolutions.sort(function(e,t){return e.maxWidth-t.maxWidth}),B.data("settings",x),B.css({"margin-left":-x.horizontalSpaceBetweenBoxes}),B.find(I).removeClass(T).addClass(L);var _=t(x.sortContainer).find(x.sort).filter(".selected"),P=_.attr("data-sort-by"),q=w(_);B.append('<div class="rbs-imges-grid-sizer"></div>'),B.eveMB({itemSelector:I,masonry:{columnWidth:".rbs-imges-grid-sizer"},getSortData:x.getSortData,sortBy:P,sortAscending:q}),t.extend(EveMB.prototype,{resize:function(){var e=t(this.element);l(e),r(e),n(e),function(e){e.find(I).each(function(){var i=t(this).find(S),o=e.data("settings").overlayEffect;i.data("overlay-effect")!=a&&(o=i.data("overlay-effect")),"direction"==o.substr(0,9)&&i.find(".thumbnail-overlay").hide()}),e.eveMB("layout")}(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 s=t(this.element);t.waypoints("refresh"),s.addClass("lazy-load-ready"),s.removeClass("filtering-isotope")}}}),t.extend(EveMB.prototype,{insert:function(e,i){var o=this.addItems(e);if(o.length){var d,c,f=t(this.element),m=f.find("."+L)[0],p=o.length;for(d=0;d<p;d++)c=o[d],m!=a?this.element.insertBefore(c.element,m):this.element.appendChild(c.element);var h=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"))},u=this;!function(e){var a=t('<div class="rbs-img-container"></div').css({"margin-left":e.data("settings").horizontalSpaceBetweenBoxes,"margin-bottom":e.data("settings").verticalSpaceBetweenBoxes});e.find(I+":not([data-wrapper-added])").attr("data-wrapper-added","yes").wrapInner(a)}(f),l(f),r(f),function(e){e.find(I+", ."+L).find(S+":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":"link"==i.data("type")?o="mfp-link":"blanklink"==i.data("type")&&(o="mfp-blanklink");var s=e.find(".rbs-lightbox").addBack(".rbs-lightbox");s.attr("data-mfp-src",i.data("popup")).addClass(o),i.attr("title")!=a&&s.attr("mfp-title",i.attr("title")),i.attr("data-alt")!=a&&s.attr("mfp-alt",i.attr("data-alt"))})}(f),s(f,!1),f.find("img:not([data-dont-wait-for-me])").imagesLoadedMB().always(function(){0==x.waitForAllThumbsNoMatterWhat&&s(f,!0),f.find(I).addClass("rbs-img-loaded"),function(){var e=this._filter(o);for(this._noTransition(function(){this.hide(e)}),d=0;d<p;d++)o[d].isLayoutInstant=!0;for(this.arrange(),d=0;d<p;d++)delete o[d].isLayoutInstant;this.reveal(e)}.call(u),n(f),function(e){if(0!=e.data("settings").thumbnailOverlay){var i=e.find(I+":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(S),s=e.data("settings").overlayEffect;if(o.data("overlay-effect")!=a&&(s=o.data("overlay-effect")),"push-up"==s||"push-down"==s||"push-up-100%"==s||"push-down-100%"==s){var n=o.find(".rbs-img-thumbnail-container"),r=o.find(".thumbnail-overlay").css("position","relative");"push-up-100%"!=s&&"push-down-100%"!=s||r.outerHeight(n.outerHeight(!1));var d=r.outerHeight(!1),l=t('<div class="wrapper-for-some-effects"></div');"push-up"==s||"push-up-100%"==s?r.appendTo(o):"push-down"!=s&&"push-down-100%"!=s||(r.prependTo(o),l.css("margin-top",-d)),o.wrapInner(l)}else if("reveal-top"==s||"reveal-top-100%"==s)i.addClass("position-reveal-effect"),c=i.find(".thumbnail-overlay").css("top",0),"reveal-top-100%"==s&&c.css("height","100%");else if("reveal-bottom"==s||"reveal-bottom-100%"==s){i.addClass("position-reveal-effect").addClass("position-bottom-reveal-effect");var c=i.find(".thumbnail-overlay").css("bottom",0);"reveal-bottom-100%"==s&&c.css("height","100%")}else if("direction"==s.substr(0,9))i.find(".thumbnail-overlay").css("height","100%");else if("fade"==s){var f=i.find(".thumbnail-overlay").hide();f.css({height:"100%",top:"0",left:"0"}),f.find(".fa").css({scale:1.4})}})}}(f),"function"==typeof i&&i();for(index in u.images){var e=u.images[index];h(e)}}).progress(function(e,t){h(t)})}}}),b(x.boxesToLoadStart,!0),W.on("click",function(){b(x.boxesToLoad)}),x.lazyLoad&&B.waypoint(function(e){B.hasClass("lazy-load-ready")&&"down"==e&&0==B.hasClass("filtering-isotope")&&(B.removeClass("lazy-load-ready"),b(x.boxesToLoad))},{context:e,continuous:!0,enabled:!0,horizontal:!1,offset:"bottom-in-view",triggerOnce:!1});var O=t(x.filterContainer);O.find(x.filter).on("click",function(e){var i=t(this),o=i.parents(x.filterContainer);o.find(x.filter).removeClass(x.filterContainerSelectClass),i.addClass(x.filterContainerSelectClass);var s=i.attr("data-filter"),n="filter";o.data("id")!=a&&(n=o.data("id")),c(s,n),e.preventDefault(),W.is(".rbs-imges-no-more-entries")||W.click()}),O.each(function(){var e=t(this),i=e.find(x.filter).filter(".selected");if(i[0]!=a){var o=i.attr("data-filter"),s="filter";e.data("id")!=a&&(s=e.data("id")),m(o,s)}}),f(),y(t(x.search).val()),t(x.search).on("keyup",function(){y(t(this).val())}),t(x.sortContainer).find(x.sort).on("click",function(e){var a=t(this);a.parents(x.sortContainer).find(x.sort).removeClass("selected"),a.addClass("selected");var i=a.attr("data-sort-by");B.eveMB({sortBy:i,sortAscending:w(a)}),e.preventDefault()}),B.on("mouseenter.hoverdir, mouseleave.hoverdir",S,function(e){if(0!=x.thumbnailOverlay){var i=t(this),o=x.overlayEffect;i.data("overlay-effect")!=a&&(o=i.data("overlay-effect"));var s=e.type,n=i.find(".rbs-img-thumbnail-container"),r=i.find(".thumbnail-overlay"),d=r.outerHeight(!1);if("push-up"==o||"push-up-100%"==o)l=i.find("div.wrapper-for-some-effects"),"mouseenter"===s?l.stop().show()[M]({"margin-top":-d},x.overlaySpeed,x.overlayEasing):l.stop()[M]({"margin-top":0},x.overlaySpeed,x.overlayEasing);else if("push-down"==o||"push-down-100%"==o){var l=i.find("div.wrapper-for-some-effects");"mouseenter"===s?l.stop().show()[M]({"margin-top":0},x.overlaySpeed,x.overlayEasing):l.stop()[M]({"margin-top":-d},x.overlaySpeed,x.overlayEasing)}else if("reveal-top"==o||"reveal-top-100%"==o)"mouseenter"===s?n.stop().show()[M]({"margin-top":d},x.overlaySpeed,x.overlayEasing):n.stop()[M]({"margin-top":0},x.overlaySpeed,x.overlayEasing);else if("reveal-bottom"==o||"reveal-bottom-100%"==o)"mouseenter"===s?n.stop().show()[M]({"margin-top":-d},x.overlaySpeed,x.overlayEasing):n.stop()[M]({"margin-top":0},x.overlaySpeed,x.overlayEasing);else if("direction"==o.substr(0,9)){var c=R(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=U(c,i);"mouseenter"==s?(r.css({left:f.from,top:f.to}),r.stop().show().fadeTo(0,1,function(){t(this).stop()[M]({left:0,top:0},x.overlaySpeed,x.overlayEasing)})):"direction-aware-fade"==o?r.fadeOut(700):r.stop()[M]({left:f.from,top:f.to},x.overlaySpeed,x.overlayEasing)}else if("fade"==o){"mouseenter"==s?(r.stop().fadeOut(0),r.fadeIn(x.overlaySpeed)):(r.stop().fadeIn(0),r.fadeOut(x.overlaySpeed));var m=r.find(".fa");"mouseenter"==s?(m.css({scale:1.4}),m[M]({scale:1},200)):(m.css({scale:1}),m[M]({scale:1.4},200))}}});var R=function(e,t){var a=e.width(),i=e.height(),o=(t.x-e.offset().left-a/2)*(a>i?i/a:1),s=(t.y-e.offset().top-i/2)*(i>a?a/i:1);return Math.round((Math.atan2(s,o)*(180/Math.PI)+180)/90+3)%4},U=function(e,t){var a,i;switch(e){case 0:x.reverse,a=0,i=-t.height();break;case 1:x.reverse?(a=-t.width(),i=0):(a=t.width(),i=0);break;case 2:x.reverse?(a=0,i=-t.height()):(a=0,i=t.height());break;case 3:x.reverse?(a=t.width(),i=0):(a=-t.width(),i=0)}return{from:a,to:i}},j=".rbs-lightbox[data-mfp-src]";if(x.considerFilteringInPopup&&(j=I+":not(.hidden-rbs-imges-by-filter) .rbs-lightbox[data-mfp-src], ."+L+":not(.hidden-rbs-imges-by-filter) .rbs-lightbox[data-mfp-src]"),x.showOnlyLoadedBoxesInPopup&&(j=I+":visible .rbs-lightbox[data-mfp-src]"),x.magnificPopup){var F={delegate:j,type:"image",removalDelay:200,closeOnContentClick:!1,alignTop:x.alignTop,preload:x.preload,mainClass:"my-mfp-slide-bottom",gallery:{enabled:x.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 i=t(this.currItem.el);return i.is(".mfp-link")?(e.location.href=t(this.currItem).attr("src"),!1):i.is(".mfp-blanklink")?(e.open(t(this.currItem).attr("src")),setTimeout(function(){t.magnificPopup.instance.close()},5),!1):(setTimeout(function(){var e="";if(x.descBox){t(".mfp-desc-block").remove();var o=i.attr("data-descbox");void 0!==o&&t(".mfp-img").after("<div class='mfp-desc-block "+x.descBoxClass+"'>"+o+"</div>")}i.attr("mfp-title")==a||x.hideTitle?t(".mfp-title").html(""):t(".mfp-title").html(i.attr("mfp-title"));var s=i.attr("data-mfp-src");e="",x.hideSourceImage&&(e=e+' <a class="image-source-link" href="'+s+'" target="_blank"></a>');var n=location.href,r=(location.href.replace(location.hash,""),i.attr("mfp-title")),d=i.attr("mfp-alt"),l=n;""==d&&(d=r),t(".mfp-img").attr("alt",d),t(".mfp-img").attr("title",r);var c="";x.facebook&&(c+="<div class='rbs-imges-facebook fa fa-facebook-square' data-src="+s+" data-url='"+l+"'><div class='robo_gallery_hide_block'>"+r+"</div></div>"),x.twitter&&(c+="<div class='rbs-imges-twitter fa fa-twitter-square' data-src="+s+" data-url='"+l+"'><div class='robo_gallery_hide_block'>"+r+"</div></div>"),x.googleplus&&(c+="<div class='rbs-imges-googleplus fa fa-google-plus-square' data-src="+s+" data-url='"+l+"'></div>"),x.pinterest&&(c+="<div class='rbs-imges-pinterest fa fa-pinterest-square' data-src='"+s+"' data-url='"+l+"' ><div class='robo_gallery_hide_block'>"+r+"</div></div>"),x.vk&&(c+="<div class='rbs-imges-vk fa fa-vk' data-src='"+s+"' data-url='"+l+"' ><div class='robo_gallery_hide_block'>"+r+"</div></div>"),c=c?"<div class='rbs-imges-social-container'>"+c+"</div>":"";var f=t(".mfp-title").html();t(".mfp-title").html(f+c+e)},5),void(x.deepLinking&&(location.hash="#!"+i.attr("data-mfp-src"))))},beforeOpen:function(){1==x.touch&&jQuery("body").swipe("enable"),this.container.data("scrollTop",parseInt(t(e).scrollTop()))},open:function(){t("html, body").scrollTop(this.container.data("scrollTop"))},close:function(){1==x.touch&&jQuery("body").swipe("disable"),x.deepLinking&&(e.location.hash="#!")}}};t.extend(F,x.lightboxOptions),B.magnificPopup(F)}if(x.deepLinking){var D=k();D&&B.find('.rbs-lightbox[data-mfp-src="'+D.src+'"]').trigger("click"),e.addEventListener?e.addEventListener("hashchange",C,!1):e.attachEvent&&e.attachEvent("onhashchange",C)}var A=function(t){e.open(t,"ftgw","location=1,status=1,scrollbars=1,width=600,height=400").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.find("div").html()),i=encodeURIComponent(e.data("url")),o=encodeURIComponent(e.data("src"));A(i="https://www.facebook.com/sharer/sharer.php?u="+i+"&picture="+o+"&title="+a)}),t("body").on("click","div.rbs-imges-twitter",function(){var e=t(this),a=encodeURIComponent(e.data("url")),i=encodeURIComponent(e.find("div").html());A(a="https://twitter.com/intent/tweet?url="+a+"&text="+i)}),t("body").on("click","div.rbs-imges-googleplus",function(){var e=t(this),a=encodeURIComponent(e.data("url"));A(a="https://plus.google.com/share?url="+a)}),t("body").on("click","div.rbs-imges-pinterest",function(){var e=t(this),a=encodeURIComponent(e.data("url")),i=encodeURIComponent(e.data("src")),o=encodeURIComponent(e.find("div").html());A(a="http://pinterest.com/pin/create/button/?url="+a+"&media="+i+"&description="+o)}),t("body").on("click","div.rbs-imges-vk",function(){var e=t(this),a=encodeURIComponent(e.data("url")),i=encodeURIComponent(e.data("src")),o=encodeURIComponent(e.find("div").html());A(a="http://vk.com/share.php?url="+a+"&image="+i+"&title="+o)}),this}(this,i);n.data("collagePlus",r),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,vk:!1,hideTitle:!1,hideCounter:!1,lightboxOptions:{},hideSourceImage:!1,touch:!1,descBox:!1,descBoxClass:"",descBoxSource:""},function(){t(".rbs-imges-drop-down").each(function(){!function(a){function i(){r.hide()}function o(){r.show()}function s(){var e=r.find(".selected"),t=e.length?e.parents("li"):r.children().first();d.html(t.clone().find("a").append('<span class="fa fa-sort-desc"></span>').end().html())}function n(e){e.preventDefault(),e.stopPropagation(),t(this).parents("li").siblings("li").find("a").removeClass("selected").end().end().find("a").addClass("selected"),s()}var r=a.find(".rbs-imges-drop-down-menu"),d=a.find(".rbs-imges-drop-down-header");s(),function(){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}()?(t("body").on("click",function(){r.is(":visible")&&i()}),d.bind("click",function(e){e.stopPropagation(),r.is(":visible")?i():o()}),r.find("> li > *").bind("click",n)):(d.bind("mouseout",i).bind("mouseover",o),r.find("> li > *").bind("mouseout",i).bind("mouseover",o).bind("click",n)),d.on("click","a",function(e){e.preventDefault()})}(t(this))})}()}(window,jQuery);
|
67 |
/*
|
68 |
* RoboGallery Script Version: 1.0
|
69 |
* Copyright (c) 2014-2018, Robosoft. All rights reserved.
|
42 |
|
43 |
/*!
|
44 |
* Modernizr 2 | MIT & BSD
|
45 |
+
* Build: http://ModernizrL.com/download/#-csstransitions-testprop-testallprops-domprefixes
|
46 |
* Copyright 2014
|
47 |
*/
|
48 |
+
;window.ModernizrL=function(a,b,c){function w(a){i.cssText=a}function x(a,b){return w(prefixes.join(a+";")+(b||""))}function y(a,b){return typeof a===b}function z(a,b){return!!~(""+a).indexOf(b)}function A(a,b){for(var d in a){var e=a[d];if(!z(e,"-")&&i[e]!==c)return b=="pfx"?e:!0}return!1}function B(a,b,d){for(var e in a){var f=b[a[e]];if(f!==c)return d===!1?a[e]:y(f,"function")?f.bind(d||b):f}return!1}function C(a,b,c){var d=a.charAt(0).toUpperCase()+a.slice(1),e=(a+" "+m.join(d+" ")+d).split(" ");return y(b,"string")||y(b,"undefined")?A(e,b):(e=(a+" "+n.join(d+" ")+d).split(" "),B(e,b,c))}var d="2.8.2",e={},f=b.documentElement,g="modernizrl",h=b.createElement(g),i=h.style,j,k={}.toString,l="Webkit Moz O ms",m=l.split(" "),n=l.toLowerCase().split(" "),o={},p={},q={},r=[],s=r.slice,t,u={}.hasOwnProperty,v;!y(u,"undefined")&&!y(u.call,"undefined")?v=function(a,b){return u.call(a,b)}:v=function(a,b){return b in a&&y(a.constructor.prototype[b],"undefined")},Function.prototype.bind||(Function.prototype.bind=function(b){var c=this;if(typeof c!="function")throw new TypeError;var d=s.call(arguments,1),e=function(){if(this instanceof e){var a=function(){};a.prototype=c.prototype;var f=new a,g=c.apply(f,d.concat(s.call(arguments)));return Object(g)===g?g:f}return c.apply(b,d.concat(s.call(arguments)))};return e}),o.csstransitions=function(){return C("transition")};for(var D in o)v(o,D)&&(t=D.toLowerCase(),e[t]=o[D](),r.push((e[t]?"":"no-")+t));return e.addTest=function(a,b){if(typeof a=="object")for(var d in a)v(a,d)&&e.addTest(d,a[d]);else{a=a.toLowerCase();if(e[a]!==c)return e;b=typeof b=="function"?b():b,typeof enableClasses!="undefined"&&enableClasses&&(f.className+=" "+(b?"":"no-")+a),e[a]=b}return e},w(""),h=j=null,e._version=d,e._domPrefixes=n,e._cssomPrefixes=m,e.testProp=function(a){return A([a])},e.testAllProps=C,e}(this,this.document);
|
49 |
/*! Magnific Popup - v1.0.0 - 2015-01-03
|
50 |
* http://dimsemenov.com/plugins/magnific-popup/
|
51 |
* Copyright (c) 2015 Dmitry Semenov; */
|
63 |
Licensed under the MIT license - http://opensource.org/licenses/MIT
|
64 |
Copyright (C) 2015 Andrew Prasetya
|
65 |
*/
|
66 |
+
!function(e,t,a){t.fn.collagePlus=function(i){return this.each(function(o,s){var n=t(this);if(n.data("collagePlus"))return n.data("collagePlus");var r=new function(i,o){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(I).find(S+":not([data-imageconverted])").each(function(){var o=t(this),s=o.find("div[data-thumbnail]").eq(0),n=o.find("div[data-popup]").eq(0),r=s.data("thumbnail");if(s[0]==a&&(s=n,r=n.data("popup")),0!=i||0!=e.data("settings").waitForAllThumbsNoMatterWhat||s.data("width")==a&&s.data("height")==a){o.attr("data-imageconverted","yes");var d=s.attr("title");d==a&&(d=r);var l=t('<img style="margin:auto;" alt="'+d+'" title="'+d+'" src="'+r+'" />');1==i&&(l.attr("data-dont-wait-for-me","yes"),s.addClass("image-with-dimensions"),e.data("settings").waitUntilThumbLoads&&l.hide()),s.addClass("rbs-img-thumbnail-container").prepend(l)}}),1==i&&e.find(".image-with-dimensions").imagesLoadedMB().always(function(e){for(index in e.images)o(e.images[index])}).progress(function(e,t){o(t)})}function n(e){e.find(I).each(function(){var i=t(this),o=i.find(S),s=o.find("div[data-thumbnail]").eq(0),n=o.find("div[data-popup]").eq(0);s[0]==a&&(s=n);var r=i.css("display");"none"==r&&i.css("margin-top",99999999999999).show();var d=2*e.data("settings").borderSize;o.width(s.width()-d),o.height(s.height()-d),"none"==r&&i.css("margin-top",0).hide()})}function r(e){e.find(I).find(S).each(function(){var i=t(this),o=i.find("div[data-thumbnail]").eq(0),s=i.find("div[data-popup]").eq(0);o[0]==a&&(o=s);var n=parseFloat(o.data("width")),r=parseFloat(o.data("height")),d=i.parents(I).width()-e.data("settings").horizontalSpaceBetweenBoxes,l=r*d/n;o.css("width",d),o.data("width")==a&&o.data("height")==a||o.css("height",Math.floor(l))})}function d(e,i,o){var s,n=e.find(I);s="auto"==i?Math.floor((e.width()-1)/o):i,e.find(".rbs-imges-grid-sizer").css("width",s),n.each(function(e){var i=t(this),n=i.data("columns");n!=a&&parseInt(o)>=parseInt(n)?i.css("width",s*parseInt(n)):i.css("width",s)})}function l(t){var a=!1;for(var i in t.data("settings").resolutions){var o=t.data("settings").resolutions[i];if(o.maxWidth>=function(){var t=e,a="inner";return"innerWidth"in e||(a="client",t=document.documentElement||document.body),{width:t[a+"Width"],height:t[a+"Height"]}}().width){d(t,o.columnWidth,o.columns),a=!0;break}}0==a&&d(t,t.data("settings").columnWidth,t.data("settings").columns)}function c(e,t){B.addClass("filtering-isotope"),m(e,t),function(){var e=B.find(I+", ."+L),t=h();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")}(),f()}function f(){p().not(".rbs-img-loaded").length>0?v():g(),function(){var e=p().length;if(e<x.minBoxesPerFilter&&u().length>0)b(x.minBoxesPerFilter-e)}()}function m(e,t){z[t]=e,B.eveMB({filter:function(e){for(var t in e)(o=e[t])==a&&(e[t]="*");var i="";for(var t in e){var o=e[t];""==i?i=t:i.split(",").length<o.split(",").length&&(i=t)}var s=e[i];for(var t in e)if(t!=i)for(var n=e[t].split(","),r=0;r<n.length;r++){for(var d=s.split(","),l=[],c=0;c<d.length;c++)"*"==d[c]&&"*"==n[r]?n[r]="":("*"==n[r]&&(n[r]=""),"*"==d[c]&&(d[c]="")),l.push(d[c]+n[r]);s=l.join(",")}return s}(z)})}function p(){var e=B.find(I),t=h();return"*"!=t&&(e=e.filter(t)),e}function h(){var e=B.data("eveMB").options.filter;return""!=e&&e!=a||(e="*"),e}function u(e){var t=B.find("."+L),i=h();return"*"!=i&&e==a&&(t=t.filter(i)),t}function v(){W.html(x.LoadingWord),W.removeClass("rbs-imges-load-more"),W.addClass("rbs-imges-loading")}function g(){W.removeClass("rbs-imges-load-more"),W.removeClass("rbs-imges-loading"),W.removeClass("rbs-imges-no-more-entries"),u().length>0?(W.html(x.loadMoreWord),W.addClass("rbs-imges-load-more")):(W.html(x.noMoreEntriesWord),W.addClass("rbs-imges-no-more-entries"))}function b(e,a){if(1!=W.hasClass("rbs-imges-no-more-entries")){E++,v();var i=[];u(a).each(function(a){var o=t(this);a+1<=e&&(o.removeClass(L).addClass(T),o.hide(),i.push(this))}),B.eveMB("insert",t(i),function(){0==--E&&g(),B.eveMB("layout")})}}function y(e){if(e!=a){var i=B.find("."+T+", ."+L);""==e?i.addClass("search-match"):(i.removeClass("search-match"),B.find(x.searchTarget).each(function(){var a=t(this),i=a.parents("."+T+", ."+L);-1!==a.text().toLowerCase().indexOf(e.toLowerCase())&&i.addClass("search-match")})),setTimeout(function(){c(".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 k(){if("#!"!=location.hash.substr(0,2))return null;var e=location.href.split("#!")[1];return{hash:e,src:e}}function C(){var e=t.magnificPopup.instance;if(e){var a=k();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){if((o.parsed?o.el:t(o)).attr("data-mfp-src")==a.src)return i=e,!1}),null!==i&&e.goTo(i)}}else B.filter('[id="'+a.id+'"]').find('.rbs-lightbox[data-mfp-src="'+a.src+'"]').trigger("click")}}var x=t.extend({},t.fn.collagePlus.defaults,o),B=t(i).addClass("rbs-imges-container"),I=".rbs-img",S=".rbs-img-image",T="rbs-img",L="rbs-img-hidden",M=ModernizrL.csstransitions?"transition":"animate",z={},E=0;"default"==x.overlayEasing&&(x.overlayEasing="transition"==M?"_default":"swing");var W=t('<div class="rbs-imges-load-more button"></div>').insertAfter(B);W.wrap('<div class="rbs_gallery_button rbs_gallery_button_bottom"></div>'),W.addClass(x.loadMoreClass),x.resolutions.sort(function(e,t){return e.maxWidth-t.maxWidth}),B.data("settings",x),B.css({"margin-left":-x.horizontalSpaceBetweenBoxes}),B.find(I).removeClass(T).addClass(L);var _=t(x.sortContainer).find(x.sort).filter(".selected"),P=_.attr("data-sort-by"),q=w(_);B.append('<div class="rbs-imges-grid-sizer"></div>'),B.eveMB({itemSelector:I,masonry:{columnWidth:".rbs-imges-grid-sizer"},getSortData:x.getSortData,sortBy:P,sortAscending:q}),t.extend(EveMB.prototype,{resize:function(){var e=t(this.element);l(e),r(e),n(e),function(e){e.find(I).each(function(){var i=t(this).find(S),o=e.data("settings").overlayEffect;i.data("overlay-effect")!=a&&(o=i.data("overlay-effect")),"direction"==o.substr(0,9)&&i.find(".thumbnail-overlay").hide()}),e.eveMB("layout")}(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 s=t(this.element);t.waypoints("refresh"),s.addClass("lazy-load-ready"),s.removeClass("filtering-isotope")}}}),t.extend(EveMB.prototype,{insert:function(e,i){var o=this.addItems(e);if(o.length){var d,c,f=t(this.element),m=f.find("."+L)[0],p=o.length;for(d=0;d<p;d++)c=o[d],m!=a?this.element.insertBefore(c.element,m):this.element.appendChild(c.element);var h=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"))},u=this;!function(e){var a=t('<div class="rbs-img-container"></div').css({"margin-left":e.data("settings").horizontalSpaceBetweenBoxes,"margin-bottom":e.data("settings").verticalSpaceBetweenBoxes});e.find(I+":not([data-wrapper-added])").attr("data-wrapper-added","yes").wrapInner(a)}(f),l(f),r(f),function(e){e.find(I+", ."+L).find(S+":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":"link"==i.data("type")?o="mfp-link":"blanklink"==i.data("type")&&(o="mfp-blanklink");var s=e.find(".rbs-lightbox").addBack(".rbs-lightbox");s.attr("data-mfp-src",i.data("popup")).addClass(o),i.attr("title")!=a&&s.attr("mfp-title",i.attr("title")),i.attr("data-alt")!=a&&s.attr("mfp-alt",i.attr("data-alt"))})}(f),s(f,!1),f.find("img:not([data-dont-wait-for-me])").imagesLoadedMB().always(function(){0==x.waitForAllThumbsNoMatterWhat&&s(f,!0),f.find(I).addClass("rbs-img-loaded"),function(){var e=this._filter(o);for(this._noTransition(function(){this.hide(e)}),d=0;d<p;d++)o[d].isLayoutInstant=!0;for(this.arrange(),d=0;d<p;d++)delete o[d].isLayoutInstant;this.reveal(e)}.call(u),n(f),function(e){if(0!=e.data("settings").thumbnailOverlay){var i=e.find(I+":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(S),s=e.data("settings").overlayEffect;if(o.data("overlay-effect")!=a&&(s=o.data("overlay-effect")),"push-up"==s||"push-down"==s||"push-up-100%"==s||"push-down-100%"==s){var n=o.find(".rbs-img-thumbnail-container"),r=o.find(".thumbnail-overlay").css("position","relative");"push-up-100%"!=s&&"push-down-100%"!=s||r.outerHeight(n.outerHeight(!1));var d=r.outerHeight(!1),l=t('<div class="wrapper-for-some-effects"></div');"push-up"==s||"push-up-100%"==s?r.appendTo(o):"push-down"!=s&&"push-down-100%"!=s||(r.prependTo(o),l.css("margin-top",-d)),o.wrapInner(l)}else if("reveal-top"==s||"reveal-top-100%"==s)i.addClass("position-reveal-effect"),c=i.find(".thumbnail-overlay").css("top",0),"reveal-top-100%"==s&&c.css("height","100%");else if("reveal-bottom"==s||"reveal-bottom-100%"==s){i.addClass("position-reveal-effect").addClass("position-bottom-reveal-effect");var c=i.find(".thumbnail-overlay").css("bottom",0);"reveal-bottom-100%"==s&&c.css("height","100%")}else if("direction"==s.substr(0,9))i.find(".thumbnail-overlay").css("height","100%");else if("fade"==s){var f=i.find(".thumbnail-overlay").hide();f.css({height:"100%",top:"0",left:"0"}),f.find(".fa").css({scale:1.4})}})}}(f),"function"==typeof i&&i();for(index in u.images){var e=u.images[index];h(e)}}).progress(function(e,t){h(t)})}}}),b(x.boxesToLoadStart,!0),W.on("click",function(){b(x.boxesToLoad)}),x.lazyLoad&&B.waypoint(function(e){B.hasClass("lazy-load-ready")&&"down"==e&&0==B.hasClass("filtering-isotope")&&(B.removeClass("lazy-load-ready"),b(x.boxesToLoad))},{context:e,continuous:!0,enabled:!0,horizontal:!1,offset:"bottom-in-view",triggerOnce:!1});var O=t(x.filterContainer);O.find(x.filter).on("click",function(e){var i=t(this),o=i.parents(x.filterContainer);o.find(x.filter).removeClass(x.filterContainerSelectClass),i.addClass(x.filterContainerSelectClass);var s=i.attr("data-filter"),n="filter";o.data("id")!=a&&(n=o.data("id")),c(s,n),e.preventDefault(),W.is(".rbs-imges-no-more-entries")||W.click()}),O.each(function(){var e=t(this),i=e.find(x.filter).filter(".selected");if(i[0]!=a){var o=i.attr("data-filter"),s="filter";e.data("id")!=a&&(s=e.data("id")),m(o,s)}}),f(),y(t(x.search).val()),t(x.search).on("keyup",function(){y(t(this).val())}),t(x.sortContainer).find(x.sort).on("click",function(e){var a=t(this);a.parents(x.sortContainer).find(x.sort).removeClass("selected"),a.addClass("selected");var i=a.attr("data-sort-by");B.eveMB({sortBy:i,sortAscending:w(a)}),e.preventDefault()}),B.on("mouseenter.hoverdir, mouseleave.hoverdir",S,function(e){if(0!=x.thumbnailOverlay){var i=t(this),o=x.overlayEffect;i.data("overlay-effect")!=a&&(o=i.data("overlay-effect"));var s=e.type,n=i.find(".rbs-img-thumbnail-container"),r=i.find(".thumbnail-overlay"),d=r.outerHeight(!1);if("push-up"==o||"push-up-100%"==o)l=i.find("div.wrapper-for-some-effects"),"mouseenter"===s?l.stop().show()[M]({"margin-top":-d},x.overlaySpeed,x.overlayEasing):l.stop()[M]({"margin-top":0},x.overlaySpeed,x.overlayEasing);else if("push-down"==o||"push-down-100%"==o){var l=i.find("div.wrapper-for-some-effects");"mouseenter"===s?l.stop().show()[M]({"margin-top":0},x.overlaySpeed,x.overlayEasing):l.stop()[M]({"margin-top":-d},x.overlaySpeed,x.overlayEasing)}else if("reveal-top"==o||"reveal-top-100%"==o)"mouseenter"===s?n.stop().show()[M]({"margin-top":d},x.overlaySpeed,x.overlayEasing):n.stop()[M]({"margin-top":0},x.overlaySpeed,x.overlayEasing);else if("reveal-bottom"==o||"reveal-bottom-100%"==o)"mouseenter"===s?n.stop().show()[M]({"margin-top":-d},x.overlaySpeed,x.overlayEasing):n.stop()[M]({"margin-top":0},x.overlaySpeed,x.overlayEasing);else if("direction"==o.substr(0,9)){var c=R(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=U(c,i);"mouseenter"==s?(r.css({left:f.from,top:f.to}),r.stop().show().fadeTo(0,1,function(){t(this).stop()[M]({left:0,top:0},x.overlaySpeed,x.overlayEasing)})):"direction-aware-fade"==o?r.fadeOut(700):r.stop()[M]({left:f.from,top:f.to},x.overlaySpeed,x.overlayEasing)}else if("fade"==o){"mouseenter"==s?(r.stop().fadeOut(0),r.fadeIn(x.overlaySpeed)):(r.stop().fadeIn(0),r.fadeOut(x.overlaySpeed));var m=r.find(".fa");"mouseenter"==s?(m.css({scale:1.4}),m[M]({scale:1},200)):(m.css({scale:1}),m[M]({scale:1.4},200))}}});var R=function(e,t){var a=e.width(),i=e.height(),o=(t.x-e.offset().left-a/2)*(a>i?i/a:1),s=(t.y-e.offset().top-i/2)*(i>a?a/i:1);return Math.round((Math.atan2(s,o)*(180/Math.PI)+180)/90+3)%4},U=function(e,t){var a,i;switch(e){case 0:x.reverse,a=0,i=-t.height();break;case 1:x.reverse?(a=-t.width(),i=0):(a=t.width(),i=0);break;case 2:x.reverse?(a=0,i=-t.height()):(a=0,i=t.height());break;case 3:x.reverse?(a=t.width(),i=0):(a=-t.width(),i=0)}return{from:a,to:i}},j=".rbs-lightbox[data-mfp-src]";if(x.considerFilteringInPopup&&(j=I+":not(.hidden-rbs-imges-by-filter) .rbs-lightbox[data-mfp-src], ."+L+":not(.hidden-rbs-imges-by-filter) .rbs-lightbox[data-mfp-src]"),x.showOnlyLoadedBoxesInPopup&&(j=I+":visible .rbs-lightbox[data-mfp-src]"),x.magnificPopup){var F={delegate:j,type:"image",removalDelay:200,closeOnContentClick:!1,alignTop:x.alignTop,preload:x.preload,mainClass:"my-mfp-slide-bottom",gallery:{enabled:x.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 i=t(this.currItem.el);return i.is(".mfp-link")?(e.location.href=t(this.currItem).attr("src"),!1):i.is(".mfp-blanklink")?(e.open(t(this.currItem).attr("src")),setTimeout(function(){t.magnificPopup.instance.close()},5),!1):(setTimeout(function(){var e="";if(x.descBox){t(".mfp-desc-block").remove();var o=i.attr("data-descbox");void 0!==o&&t(".mfp-img").after("<div class='mfp-desc-block "+x.descBoxClass+"'>"+o+"</div>")}i.attr("mfp-title")==a||x.hideTitle?t(".mfp-title").html(""):t(".mfp-title").html(i.attr("mfp-title"));var s=i.attr("data-mfp-src");e="",x.hideSourceImage&&(e=e+' <a class="image-source-link" href="'+s+'" target="_blank"></a>');var n=location.href,r=(location.href.replace(location.hash,""),i.attr("mfp-title")),d=i.attr("mfp-alt"),l=n;""==d&&(d=r),t(".mfp-img").attr("alt",d),t(".mfp-img").attr("title",r);var c="";x.facebook&&(c+="<div class='rbs-imges-facebook fa fa-facebook-square' data-src="+s+" data-url='"+l+"'><div class='robo_gallery_hide_block'>"+r+"</div></div>"),x.twitter&&(c+="<div class='rbs-imges-twitter fa fa-twitter-square' data-src="+s+" data-url='"+l+"'><div class='robo_gallery_hide_block'>"+r+"</div></div>"),x.googleplus&&(c+="<div class='rbs-imges-googleplus fa fa-google-plus-square' data-src="+s+" data-url='"+l+"'></div>"),x.pinterest&&(c+="<div class='rbs-imges-pinterest fa fa-pinterest-square' data-src='"+s+"' data-url='"+l+"' ><div class='robo_gallery_hide_block'>"+r+"</div></div>"),x.vk&&(c+="<div class='rbs-imges-vk fa fa-vk' data-src='"+s+"' data-url='"+l+"' ><div class='robo_gallery_hide_block'>"+r+"</div></div>"),c=c?"<div class='rbs-imges-social-container'>"+c+"</div>":"";var f=t(".mfp-title").html();t(".mfp-title").html(f+c+e)},5),void(x.deepLinking&&(location.hash="#!"+i.attr("data-mfp-src"))))},beforeOpen:function(){1==x.touch&&jQuery("body").swipe("enable"),this.container.data("scrollTop",parseInt(t(e).scrollTop()))},open:function(){t("html, body").scrollTop(this.container.data("scrollTop"))},close:function(){1==x.touch&&jQuery("body").swipe("disable"),x.deepLinking&&(e.location.hash="#!")}}};t.extend(F,x.lightboxOptions),B.magnificPopup(F)}if(x.deepLinking){var D=k();D&&B.find('.rbs-lightbox[data-mfp-src="'+D.src+'"]').trigger("click"),e.addEventListener?e.addEventListener("hashchange",C,!1):e.attachEvent&&e.attachEvent("onhashchange",C)}var A=function(t){e.open(t,"ftgw","location=1,status=1,scrollbars=1,width=600,height=400").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.find("div").html()),i=encodeURIComponent(e.data("url")),o=encodeURIComponent(e.data("src"));A(i="https://www.facebook.com/sharer/sharer.php?u="+i+"&picture="+o+"&title="+a)}),t("body").on("click","div.rbs-imges-twitter",function(){var e=t(this),a=encodeURIComponent(e.data("url")),i=encodeURIComponent(e.find("div").html());A(a="https://twitter.com/intent/tweet?url="+a+"&text="+i)}),t("body").on("click","div.rbs-imges-googleplus",function(){var e=t(this),a=encodeURIComponent(e.data("url"));A(a="https://plus.google.com/share?url="+a)}),t("body").on("click","div.rbs-imges-pinterest",function(){var e=t(this),a=encodeURIComponent(e.data("url")),i=encodeURIComponent(e.data("src")),o=encodeURIComponent(e.find("div").html());A(a="http://pinterest.com/pin/create/button/?url="+a+"&media="+i+"&description="+o)}),t("body").on("click","div.rbs-imges-vk",function(){var e=t(this),a=encodeURIComponent(e.data("url")),i=encodeURIComponent(e.data("src")),o=encodeURIComponent(e.find("div").html());A(a="http://vk.com/share.php?url="+a+"&image="+i+"&title="+o)}),this}(this,i);n.data("collagePlus",r),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,vk:!1,hideTitle:!1,hideCounter:!1,lightboxOptions:{},hideSourceImage:!1,touch:!1,descBox:!1,descBoxClass:"",descBoxSource:""},function(){t(".rbs-imges-drop-down").each(function(){!function(a){function i(){r.hide()}function o(){r.show()}function s(){var e=r.find(".selected"),t=e.length?e.parents("li"):r.children().first();d.html(t.clone().find("a").append('<span class="fa fa-sort-desc"></span>').end().html())}function n(e){e.preventDefault(),e.stopPropagation(),t(this).parents("li").siblings("li").find("a").removeClass("selected").end().end().find("a").addClass("selected"),s()}var r=a.find(".rbs-imges-drop-down-menu"),d=a.find(".rbs-imges-drop-down-header");s(),function(){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}()?(t("body").on("click",function(){r.is(":visible")&&i()}),d.bind("click",function(e){e.stopPropagation(),r.is(":visible")?i():o()}),r.find("> li > *").bind("click",n)):(d.bind("mouseout",i).bind("mouseover",o),r.find("> li > *").bind("mouseout",i).bind("mouseover",o).bind("click",n)),d.on("click","a",function(e){e.preventDefault()})}(t(this))})}()}(window,jQuery);
|
67 |
/*
|
68 |
* RoboGallery Script Version: 1.0
|
69 |
* Copyright (c) 2014-2018, Robosoft. All rights reserved.
|
js/robo_gallery_alt.js
CHANGED
@@ -79,7 +79,7 @@ https://github.com/imakewebthings/rbjquer-waypoints/blob/master/licenses.txt
|
|
79 |
/* Modernizr 2 | MIT & BSD
|
80 |
* Build: http://modernizr.com/download/#-csstransitions-testprop-testallprops-domprefixes
|
81 |
*/
|
82 |
-
;window.
|
83 |
/*! Magnific Popup - v1.0.0 - 2015-01-03
|
84 |
* http://dimsemenov.com/plugins/magnific-popup/
|
85 |
* Copyright (c) 2015 Dmitry Semenov; */
|
@@ -103,7 +103,7 @@ https://github.com/imakewebthings/rbjquer-waypoints/blob/master/licenses.txt
|
|
103 |
Licensed under the MIT license - http://opensource.org/licenses/MIT
|
104 |
Copyright (C) 2015 Andrew Prasetya
|
105 |
*/
|
106 |
-
!function(e,t,a){t.fn.collagePlus=function(i){return this.each(function(o,s){var n=t(this);if(n.data("collagePlus"))return n.data("collagePlus");var r=new function(i,o){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(I).find(S+":not([data-imageconverted])").each(function(){var o=t(this),s=o.find("div[data-thumbnail]").eq(0),n=o.find("div[data-popup]").eq(0),r=s.data("thumbnail");if(s[0]==a&&(s=n,r=n.data("popup")),0!=i||0!=e.data("settings").waitForAllThumbsNoMatterWhat||s.data("width")==a&&s.data("height")==a){o.attr("data-imageconverted","yes");var d=s.attr("title");d==a&&(d=r);var l=t('<img style="margin:auto;" title="'+d+'" src="'+r+'" />');1==i&&(l.attr("data-dont-wait-for-me","yes"),s.addClass("image-with-dimensions"),e.data("settings").waitUntilThumbLoads&&l.hide()),s.addClass("rbs-img-thumbnail-container").prepend(l)}}),1==i&&e.find(".image-with-dimensions").imagesLoadedMB().always(function(e){for(index in e.images)o(e.images[index])}).progress(function(e,t){o(t)})}function n(e){e.find(I).each(function(){var i=t(this),o=i.find(S),s=o.find("div[data-thumbnail]").eq(0),n=o.find("div[data-popup]").eq(0);s[0]==a&&(s=n);var r=i.css("display");"none"==r&&i.css("margin-top",99999999999999).show();var d=2*e.data("settings").borderSize;o.width(s.width()-d),o.height(s.height()-d),"none"==r&&i.css("margin-top",0).hide()})}function r(e){e.find(I).find(S).each(function(){var i=t(this),o=i.find("div[data-thumbnail]").eq(0),s=i.find("div[data-popup]").eq(0);o[0]==a&&(o=s);var n=parseFloat(o.data("width")),r=parseFloat(o.data("height")),d=i.parents(I).width()-e.data("settings").horizontalSpaceBetweenBoxes,l=r*d/n;o.css("width",d),o.data("width")==a&&o.data("height")==a||o.css("height",Math.floor(l))})}function d(e,i,o){var s,n=e.find(I);s="auto"==i?Math.floor((e.width()-1)/o):i,e.find(".rbs-imges-grid-sizer").css("width",s),n.each(function(e){var i=t(this),n=i.data("columns");n!=a&&parseInt(o)>=parseInt(n)?i.css("width",s*parseInt(n)):i.css("width",s)})}function l(t){var a=!1;for(var i in t.data("settings").resolutions){var o=t.data("settings").resolutions[i];if(o.maxWidth>=function(){var t=e,a="inner";return"innerWidth"in e||(a="client",t=document.documentElement||document.body),{width:t[a+"Width"],height:t[a+"Height"]}}().width){d(t,o.columnWidth,o.columns),a=!0;break}}0==a&&d(t,t.data("settings").columnWidth,t.data("settings").columns)}function c(e,t){B.addClass("filtering-isotope"),m(e,t),function(){var e=B.find(I+", ."+L),t=h();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")}(),f()}function f(){p().not(".rbs-img-loaded").length>0?v():g(),function(){var e=p().length;if(e<x.minBoxesPerFilter&&u().length>0)b(x.minBoxesPerFilter-e)}()}function m(e,t){z[t]=e,B.eveMB({filter:function(e){for(var t in e)(o=e[t])==a&&(e[t]="*");var i="";for(var t in e){var o=e[t];""==i?i=t:i.split(",").length<o.split(",").length&&(i=t)}var s=e[i];for(var t in e)if(t!=i)for(var n=e[t].split(","),r=0;r<n.length;r++){for(var d=s.split(","),l=[],c=0;c<d.length;c++)"*"==d[c]&&"*"==n[r]?n[r]="":("*"==n[r]&&(n[r]=""),"*"==d[c]&&(d[c]="")),l.push(d[c]+n[r]);s=l.join(",")}return s}(z)})}function p(){var e=B.find(I),t=h();return"*"!=t&&(e=e.filter(t)),e}function h(){var e=B.data("eveMB").options.filter;return""!=e&&e!=a||(e="*"),e}function u(e){var t=B.find("."+L),i=h();return"*"!=i&&e==a&&(t=t.filter(i)),t}function v(){W.html(x.LoadingWord),W.removeClass("rbs-imges-load-more"),W.addClass("rbs-imges-loading")}function g(){W.removeClass("rbs-imges-load-more"),W.removeClass("rbs-imges-loading"),W.removeClass("rbs-imges-no-more-entries"),u().length>0?(W.html(x.loadMoreWord),W.addClass("rbs-imges-load-more")):(W.html(x.noMoreEntriesWord),W.addClass("rbs-imges-no-more-entries"))}function b(e,a){if(1!=W.hasClass("rbs-imges-no-more-entries")){E++,v();var i=[];u(a).each(function(a){var o=t(this);a+1<=e&&(o.removeClass(L).addClass(T),o.hide(),i.push(this))}),B.eveMB("insert",t(i),function(){0==--E&&g(),B.eveMB("layout")})}}function y(e){if(e!=a){var i=B.find("."+T+", ."+L);""==e?i.addClass("search-match"):(i.removeClass("search-match"),B.find(x.searchTarget).each(function(){var a=t(this),i=a.parents("."+T+", ."+L);-1!==a.text().toLowerCase().indexOf(e.toLowerCase())&&i.addClass("search-match")})),setTimeout(function(){c(".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 k(){if("#!"!=location.hash.substr(0,2))return null;var e=location.href.split("#!")[1];return{hash:e,src:e}}function C(){var e=t.magnificPopup.instance;if(e){var a=k();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){if((o.parsed?o.el:t(o)).attr("data-mfp-src")==a.src)return i=e,!1}),null!==i&&e.goTo(i)}}else B.filter('[id="'+a.id+'"]').find('.rbs-lightbox[data-mfp-src="'+a.src+'"]').trigger("click")}}var x=t.extend({},t.fn.collagePlus.defaults,o),B=t(i).addClass("rbs-imges-container"),I=".rbs-img",S=".rbs-img-image",T="rbs-img",L="rbs-img-hidden",M=Modernizr.csstransitions?"transition":"animate",z={},E=0;"default"==x.overlayEasing&&(x.overlayEasing="transition"==M?"_default":"swing");var W=t('<div class="rbs-imges-load-more button"></div>').insertAfter(B);W.wrap('<div class="rbs_gallery_button rbs_gallery_button_bottom"></div>'),W.addClass(x.loadMoreClass),x.resolutions.sort(function(e,t){return e.maxWidth-t.maxWidth}),B.data("settings",x),B.css({"margin-left":-x.horizontalSpaceBetweenBoxes}),B.find(I).removeClass(T).addClass(L);var _=t(x.sortContainer).find(x.sort).filter(".selected"),P=_.attr("data-sort-by"),q=w(_);B.append('<div class="rbs-imges-grid-sizer"></div>'),B.eveMB({itemSelector:I,masonry:{columnWidth:".rbs-imges-grid-sizer"},getSortData:x.getSortData,sortBy:P,sortAscending:q}),t.extend(EveMB.prototype,{resize:function(){var e=t(this.element);l(e),r(e),n(e),function(e){e.find(I).each(function(){var i=t(this).find(S),o=e.data("settings").overlayEffect;i.data("overlay-effect")!=a&&(o=i.data("overlay-effect")),"direction"==o.substr(0,9)&&i.find(".thumbnail-overlay").hide()}),e.eveMB("layout")}(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 s=t(this.element);t.waypoints("refresh"),s.addClass("lazy-load-ready"),s.removeClass("filtering-isotope")}}}),t.extend(EveMB.prototype,{insert:function(e,i){var o=this.addItems(e);if(o.length){var d,c,f=t(this.element),m=f.find("."+L)[0],p=o.length;for(d=0;d<p;d++)c=o[d],m!=a?this.element.insertBefore(c.element,m):this.element.appendChild(c.element);var h=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"))},u=this;!function(e){var a=t('<div class="rbs-img-container"></div').css({"margin-left":e.data("settings").horizontalSpaceBetweenBoxes,"margin-bottom":e.data("settings").verticalSpaceBetweenBoxes});e.find(I+":not([data-wrapper-added])").attr("data-wrapper-added","yes").wrapInner(a)}(f),l(f),r(f),function(e){e.find(I+", ."+L).find(S+":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":"link"==i.data("type")?o="mfp-link":"blanklink"==i.data("type")&&(o="mfp-blanklink");var s=e.find(".rbs-lightbox").addBack(".rbs-lightbox");s.attr("data-mfp-src",i.data("popup")).addClass(o),i.attr("title")!=a&&s.attr("mfp-title",i.attr("title")),i.attr("data-alt")!=a&&s.attr("mfp-alt",i.attr("data-alt"))})}(f),s(f,!1),f.find("img:not([data-dont-wait-for-me])").imagesLoadedMB().always(function(){0==x.waitForAllThumbsNoMatterWhat&&s(f,!0),f.find(I).addClass("rbs-img-loaded"),function(){var e=this._filter(o);for(this._noTransition(function(){this.hide(e)}),d=0;d<p;d++)o[d].isLayoutInstant=!0;for(this.arrange(),d=0;d<p;d++)delete o[d].isLayoutInstant;this.reveal(e)}.call(u),n(f),function(e){if(0!=e.data("settings").thumbnailOverlay){var i=e.find(I+":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(S),s=e.data("settings").overlayEffect;if(o.data("overlay-effect")!=a&&(s=o.data("overlay-effect")),"push-up"==s||"push-down"==s||"push-up-100%"==s||"push-down-100%"==s){var n=o.find(".rbs-img-thumbnail-container"),r=o.find(".thumbnail-overlay").css("position","relative");"push-up-100%"!=s&&"push-down-100%"!=s||r.outerHeight(n.outerHeight(!1));var d=r.outerHeight(!1),l=t('<div class="wrapper-for-some-effects"></div');"push-up"==s||"push-up-100%"==s?r.appendTo(o):"push-down"!=s&&"push-down-100%"!=s||(r.prependTo(o),l.css("margin-top",-d)),o.wrapInner(l)}else if("reveal-top"==s||"reveal-top-100%"==s)i.addClass("position-reveal-effect"),c=i.find(".thumbnail-overlay").css("top",0),"reveal-top-100%"==s&&c.css("height","100%");else if("reveal-bottom"==s||"reveal-bottom-100%"==s){i.addClass("position-reveal-effect").addClass("position-bottom-reveal-effect");var c=i.find(".thumbnail-overlay").css("bottom",0);"reveal-bottom-100%"==s&&c.css("height","100%")}else if("direction"==s.substr(0,9))i.find(".thumbnail-overlay").css("height","100%");else if("fade"==s){var f=i.find(".thumbnail-overlay").hide();f.css({height:"100%",top:"0",left:"0"}),f.find(".fa").css({scale:1.4})}})}}(f),"function"==typeof i&&i();for(index in u.images){var e=u.images[index];h(e)}}).progress(function(e,t){h(t)})}}}),b(x.boxesToLoadStart,!0),W.on("click",function(){b(x.boxesToLoad)}),x.lazyLoad&&B.waypoint(function(e){B.hasClass("lazy-load-ready")&&"down"==e&&0==B.hasClass("filtering-isotope")&&(B.removeClass("lazy-load-ready"),b(x.boxesToLoad))},{context:e,continuous:!0,enabled:!0,horizontal:!1,offset:"bottom-in-view",triggerOnce:!1});var O=t(x.filterContainer);O.find(x.filter).on("click",function(e){var i=t(this),o=i.parents(x.filterContainer);o.find(x.filter).removeClass(x.filterContainerSelectClass),i.addClass(x.filterContainerSelectClass);var s=i.attr("data-filter"),n="filter";o.data("id")!=a&&(n=o.data("id")),c(s,n),e.preventDefault(),W.is(".rbs-imges-no-more-entries")||W.click()}),O.each(function(){var e=t(this),i=e.find(x.filter).filter(".selected");if(i[0]!=a){var o=i.attr("data-filter"),s="filter";e.data("id")!=a&&(s=e.data("id")),m(o,s)}}),f(),y(t(x.search).val()),t(x.search).on("keyup",function(){y(t(this).val())}),t(x.sortContainer).find(x.sort).on("click",function(e){var a=t(this);a.parents(x.sortContainer).find(x.sort).removeClass("selected"),a.addClass("selected");var i=a.attr("data-sort-by");B.eveMB({sortBy:i,sortAscending:w(a)}),e.preventDefault()}),B.on("mouseenter.hoverdir, mouseleave.hoverdir",S,function(e){if(0!=x.thumbnailOverlay){var i=t(this),o=x.overlayEffect;i.data("overlay-effect")!=a&&(o=i.data("overlay-effect"));var s=e.type,n=i.find(".rbs-img-thumbnail-container"),r=i.find(".thumbnail-overlay"),d=r.outerHeight(!1);if("push-up"==o||"push-up-100%"==o)l=i.find("div.wrapper-for-some-effects"),"mouseenter"===s?l.stop().show()[M]({"margin-top":-d},x.overlaySpeed,x.overlayEasing):l.stop()[M]({"margin-top":0},x.overlaySpeed,x.overlayEasing);else if("push-down"==o||"push-down-100%"==o){var l=i.find("div.wrapper-for-some-effects");"mouseenter"===s?l.stop().show()[M]({"margin-top":0},x.overlaySpeed,x.overlayEasing):l.stop()[M]({"margin-top":-d},x.overlaySpeed,x.overlayEasing)}else if("reveal-top"==o||"reveal-top-100%"==o)"mouseenter"===s?n.stop().show()[M]({"margin-top":d},x.overlaySpeed,x.overlayEasing):n.stop()[M]({"margin-top":0},x.overlaySpeed,x.overlayEasing);else if("reveal-bottom"==o||"reveal-bottom-100%"==o)"mouseenter"===s?n.stop().show()[M]({"margin-top":-d},x.overlaySpeed,x.overlayEasing):n.stop()[M]({"margin-top":0},x.overlaySpeed,x.overlayEasing);else if("direction"==o.substr(0,9)){var c=R(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=U(c,i);"mouseenter"==s?(r.css({left:f.from,top:f.to}),r.stop().show().fadeTo(0,1,function(){t(this).stop()[M]({left:0,top:0},x.overlaySpeed,x.overlayEasing)})):"direction-aware-fade"==o?r.fadeOut(700):r.stop()[M]({left:f.from,top:f.to},x.overlaySpeed,x.overlayEasing)}else if("fade"==o){"mouseenter"==s?(r.stop().fadeOut(0),r.fadeIn(x.overlaySpeed)):(r.stop().fadeIn(0),r.fadeOut(x.overlaySpeed));var m=r.find(".fa");"mouseenter"==s?(m.css({scale:1.4}),m[M]({scale:1},200)):(m.css({scale:1}),m[M]({scale:1.4},200))}}});var R=function(e,t){var a=e.width(),i=e.height(),o=(t.x-e.offset().left-a/2)*(a>i?i/a:1),s=(t.y-e.offset().top-i/2)*(i>a?a/i:1);return Math.round((Math.atan2(s,o)*(180/Math.PI)+180)/90+3)%4},U=function(e,t){var a,i;switch(e){case 0:x.reverse,a=0,i=-t.height();break;case 1:x.reverse?(a=-t.width(),i=0):(a=t.width(),i=0);break;case 2:x.reverse?(a=0,i=-t.height()):(a=0,i=t.height());break;case 3:x.reverse?(a=t.width(),i=0):(a=-t.width(),i=0)}return{from:a,to:i}},F=".rbs-lightbox[data-mfp-src]";if(x.considerFilteringInPopup&&(F=I+":not(.hidden-rbs-imges-by-filter) .rbs-lightbox[data-mfp-src], ."+L+":not(.hidden-rbs-imges-by-filter) .rbs-lightbox[data-mfp-src]"),x.showOnlyLoadedBoxesInPopup&&(F=I+":visible .rbs-lightbox[data-mfp-src]"),x.magnificPopup){var j={delegate:F,type:"image",removalDelay:200,closeOnContentClick:!1,alignTop:x.alignTop,preload:x.preload,mainClass:"my-mfp-slide-bottom",gallery:{enabled:x.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 i=t(this.currItem.el);return i.is(".mfp-link")?(e.location.href=t(this.currItem).attr("src"),!1):i.is(".mfp-blanklink")?(e.open(t(this.currItem).attr("src")),setTimeout(function(){t.magnificPopup.instance.close()},5),!1):(setTimeout(function(){var e="";if(x.descBox){t(".mfp-desc-block").remove();var o=i.attr("data-descbox");void 0!==o&&t(".mfp-img").after("<div class='mfp-desc-block "+x.descBoxClass+"'>"+o+"</div>")}i.attr("mfp-title")==a||x.hideTitle?t(".mfp-title").html(""):t(".mfp-title").html(i.attr("mfp-title"));var s=i.attr("data-mfp-src");e="",x.hideSourceImage&&(e=e+' <a class="image-source-link" href="'+s+'" target="_blank"></a>');var n=location.href,r=(location.href.replace(location.hash,""),i.attr("mfp-title")),d=i.attr("mfp-alt"),l=n;""==d&&(d=r),t(".mfp-img").attr("alt",d),t(".mfp-img").attr("title",r);var c="";x.facebook&&(c+="<div class='rbs-imges-facebook fa fa-facebook-square' data-src="+s+" data-url='"+l+"'><div class='robo_gallery_hide_block'>"+r+"</div></div>"),x.twitter&&(c+="<div class='rbs-imges-twitter fa fa-twitter-square' data-src="+s+" data-url='"+l+"'><div class='robo_gallery_hide_block'>"+r+"</div></div>"),x.googleplus&&(c+="<div class='rbs-imges-googleplus fa fa-google-plus-square' data-src="+s+" data-url='"+l+"'></div>"),x.pinterest&&(c+="<div class='rbs-imges-pinterest fa fa-pinterest-square' data-src='"+s+"' data-url='"+l+"' ><div class='robo_gallery_hide_block'>"+r+"</div></div>"),x.vk&&(c+="<div class='rbs-imges-vk fa fa-vk' data-src='"+s+"' data-url='"+l+"' ><div class='robo_gallery_hide_block'>"+r+"</div></div>"),c=c?"<div class='rbs-imges-social-container'>"+c+"</div>":"";var f=t(".mfp-title").html();t(".mfp-title").html(f+c+e)},5),void(x.deepLinking&&(location.hash="#!"+i.attr("data-mfp-src"))))},beforeOpen:function(){1==x.touch&&t("body").swipe("enable"),this.container.data("scrollTop",parseInt(t(e).scrollTop()))},open:function(){t("html, body").scrollTop(this.container.data("scrollTop"))},close:function(){1==x.touch&&t("body").swipe("disable"),x.deepLinking&&(e.location.hash="#!")}}};t.extend(j,x.lightboxOptions),B.magnificPopup(j)}if(x.deepLinking){var D=k();D&&B.find('.rbs-lightbox[data-mfp-src="'+D.src+'"]').trigger("click"),e.addEventListener?e.addEventListener("hashchange",C,!1):e.attachEvent&&e.attachEvent("onhashchange",C)}var A=function(t){e.open(t,"ftgw","location=1,status=1,scrollbars=1,width=600,height=400").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.find("div").html()),i=encodeURIComponent(e.data("url")),o=encodeURIComponent(e.data("src"));A(i="https://www.facebook.com/sharer/sharer.php?u="+i+"&picture="+o+"&title="+a)}),t("body").on("click","div.rbs-imges-twitter",function(){var e=t(this),a=encodeURIComponent(e.data("url")),i=encodeURIComponent(e.find("div").html());A(a="https://twitter.com/intent/tweet?url="+a+"&text="+i)}),t("body").on("click","div.rbs-imges-googleplus",function(){var e=t(this),a=encodeURIComponent(e.data("url"));A(a="https://plus.google.com/share?url="+a)}),t("body").on("click","div.rbs-imges-pinterest",function(){var e=t(this),a=encodeURIComponent(e.data("url")),i=encodeURIComponent(e.data("src")),o=encodeURIComponent(e.find("div").html());A(a="http://pinterest.com/pin/create/button/?url="+a+"&media="+i+"&description="+o)}),t("body").on("click","div.rbs-imges-vk",function(){var e=t(this),a=encodeURIComponent(e.data("url")),i=encodeURIComponent(e.data("src")),o=encodeURIComponent(e.find("div").html());A(a="http://vk.com/share.php?url="+a+"&image="+i+"&title="+o)}),this}(this,i);n.data("collagePlus",r),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,vk:!1,hideTitle:!1,hideCounter:!1,lightboxOptions:{},hideSourceImage:!1,touch:!1,descBox:!1,descBoxClass:"",descBoxSource:""},function(){t(".rbs-imges-drop-down").each(function(){!function(a){function i(){r.hide()}function o(){r.show()}function s(){var e=r.find(".selected"),t=e.length?e.parents("li"):r.children().first();d.html(t.clone().find("a").append('<span class="fa fa-sort-desc"></span>').end().html())}function n(e){e.preventDefault(),e.stopPropagation(),t(this).parents("li").siblings("li").find("a").removeClass("selected").end().end().find("a").addClass("selected"),s()}var r=a.find(".rbs-imges-drop-down-menu"),d=a.find(".rbs-imges-drop-down-header");s(),function(){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}()?(t("body").on("click",function(){r.is(":visible")&&i()}),d.bind("click",function(e){e.stopPropagation(),r.is(":visible")?i():o()}),r.find("> li > *").bind("click",n)):(d.bind("mouseout",i).bind("mouseover",o),r.find("> li > *").bind("mouseout",i).bind("mouseover",o).bind("click",n)),d.on("click","a",function(e){e.preventDefault()})}(t(this))})}()}(window,rbjQuer);
|
107 |
/*
|
108 |
* RoboGallery Version: 1.0
|
109 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
79 |
/* Modernizr 2 | MIT & BSD
|
80 |
* Build: http://modernizr.com/download/#-csstransitions-testprop-testallprops-domprefixes
|
81 |
*/
|
82 |
+
;window.ModernizrL=function(a,b,c){function w(a){i.cssText=a}function x(a,b){return w(prefixes.join(a+";")+(b||""))}function y(a,b){return typeof a===b}function z(a,b){return!!~(""+a).indexOf(b)}function A(a,b){for(var d in a){var e=a[d];if(!z(e,"-")&&i[e]!==c)return b=="pfx"?e:!0}return!1}function B(a,b,d){for(var e in a){var f=b[a[e]];if(f!==c)return d===!1?a[e]:y(f,"function")?f.bind(d||b):f}return!1}function C(a,b,c){var d=a.charAt(0).toUpperCase()+a.slice(1),e=(a+" "+m.join(d+" ")+d).split(" ");return y(b,"string")||y(b,"undefined")?A(e,b):(e=(a+" "+n.join(d+" ")+d).split(" "),B(e,b,c))}var d="2.8.2",e={},f=b.documentElement,g="modernizrl",h=b.createElement(g),i=h.style,j,k={}.toString,l="Webkit Moz O ms",m=l.split(" "),n=l.toLowerCase().split(" "),o={},p={},q={},r=[],s=r.slice,t,u={}.hasOwnProperty,v;!y(u,"undefined")&&!y(u.call,"undefined")?v=function(a,b){return u.call(a,b)}:v=function(a,b){return b in a&&y(a.constructor.prototype[b],"undefined")},Function.prototype.bind||(Function.prototype.bind=function(b){var c=this;if(typeof c!="function")throw new TypeError;var d=s.call(arguments,1),e=function(){if(this instanceof e){var a=function(){};a.prototype=c.prototype;var f=new a,g=c.apply(f,d.concat(s.call(arguments)));return Object(g)===g?g:f}return c.apply(b,d.concat(s.call(arguments)))};return e}),o.csstransitions=function(){return C("transition")};for(var D in o)v(o,D)&&(t=D.toLowerCase(),e[t]=o[D](),r.push((e[t]?"":"no-")+t));return e.addTest=function(a,b){if(typeof a=="object")for(var d in a)v(a,d)&&e.addTest(d,a[d]);else{a=a.toLowerCase();if(e[a]!==c)return e;b=typeof b=="function"?b():b,typeof enableClasses!="undefined"&&enableClasses&&(f.className+=" "+(b?"":"no-")+a),e[a]=b}return e},w(""),h=j=null,e._version=d,e._domPrefixes=n,e._cssomPrefixes=m,e.testProp=function(a){return A([a])},e.testAllProps=C,e}(this,this.document);
|
83 |
/*! Magnific Popup - v1.0.0 - 2015-01-03
|
84 |
* http://dimsemenov.com/plugins/magnific-popup/
|
85 |
* Copyright (c) 2015 Dmitry Semenov; */
|
103 |
Licensed under the MIT license - http://opensource.org/licenses/MIT
|
104 |
Copyright (C) 2015 Andrew Prasetya
|
105 |
*/
|
106 |
+
!function(e,t,a){t.fn.collagePlus=function(i){return this.each(function(o,s){var n=t(this);if(n.data("collagePlus"))return n.data("collagePlus");var r=new function(i,o){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(I).find(S+":not([data-imageconverted])").each(function(){var o=t(this),s=o.find("div[data-thumbnail]").eq(0),n=o.find("div[data-popup]").eq(0),r=s.data("thumbnail");if(s[0]==a&&(s=n,r=n.data("popup")),0!=i||0!=e.data("settings").waitForAllThumbsNoMatterWhat||s.data("width")==a&&s.data("height")==a){o.attr("data-imageconverted","yes");var d=s.attr("title");d==a&&(d=r);var l=t('<img style="margin:auto;" title="'+d+'" src="'+r+'" />');1==i&&(l.attr("data-dont-wait-for-me","yes"),s.addClass("image-with-dimensions"),e.data("settings").waitUntilThumbLoads&&l.hide()),s.addClass("rbs-img-thumbnail-container").prepend(l)}}),1==i&&e.find(".image-with-dimensions").imagesLoadedMB().always(function(e){for(index in e.images)o(e.images[index])}).progress(function(e,t){o(t)})}function n(e){e.find(I).each(function(){var i=t(this),o=i.find(S),s=o.find("div[data-thumbnail]").eq(0),n=o.find("div[data-popup]").eq(0);s[0]==a&&(s=n);var r=i.css("display");"none"==r&&i.css("margin-top",99999999999999).show();var d=2*e.data("settings").borderSize;o.width(s.width()-d),o.height(s.height()-d),"none"==r&&i.css("margin-top",0).hide()})}function r(e){e.find(I).find(S).each(function(){var i=t(this),o=i.find("div[data-thumbnail]").eq(0),s=i.find("div[data-popup]").eq(0);o[0]==a&&(o=s);var n=parseFloat(o.data("width")),r=parseFloat(o.data("height")),d=i.parents(I).width()-e.data("settings").horizontalSpaceBetweenBoxes,l=r*d/n;o.css("width",d),o.data("width")==a&&o.data("height")==a||o.css("height",Math.floor(l))})}function d(e,i,o){var s,n=e.find(I);s="auto"==i?Math.floor((e.width()-1)/o):i,e.find(".rbs-imges-grid-sizer").css("width",s),n.each(function(e){var i=t(this),n=i.data("columns");n!=a&&parseInt(o)>=parseInt(n)?i.css("width",s*parseInt(n)):i.css("width",s)})}function l(t){var a=!1;for(var i in t.data("settings").resolutions){var o=t.data("settings").resolutions[i];if(o.maxWidth>=function(){var t=e,a="inner";return"innerWidth"in e||(a="client",t=document.documentElement||document.body),{width:t[a+"Width"],height:t[a+"Height"]}}().width){d(t,o.columnWidth,o.columns),a=!0;break}}0==a&&d(t,t.data("settings").columnWidth,t.data("settings").columns)}function c(e,t){B.addClass("filtering-isotope"),m(e,t),function(){var e=B.find(I+", ."+L),t=h();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")}(),f()}function f(){p().not(".rbs-img-loaded").length>0?v():g(),function(){var e=p().length;if(e<x.minBoxesPerFilter&&u().length>0)b(x.minBoxesPerFilter-e)}()}function m(e,t){z[t]=e,B.eveMB({filter:function(e){for(var t in e)(o=e[t])==a&&(e[t]="*");var i="";for(var t in e){var o=e[t];""==i?i=t:i.split(",").length<o.split(",").length&&(i=t)}var s=e[i];for(var t in e)if(t!=i)for(var n=e[t].split(","),r=0;r<n.length;r++){for(var d=s.split(","),l=[],c=0;c<d.length;c++)"*"==d[c]&&"*"==n[r]?n[r]="":("*"==n[r]&&(n[r]=""),"*"==d[c]&&(d[c]="")),l.push(d[c]+n[r]);s=l.join(",")}return s}(z)})}function p(){var e=B.find(I),t=h();return"*"!=t&&(e=e.filter(t)),e}function h(){var e=B.data("eveMB").options.filter;return""!=e&&e!=a||(e="*"),e}function u(e){var t=B.find("."+L),i=h();return"*"!=i&&e==a&&(t=t.filter(i)),t}function v(){W.html(x.LoadingWord),W.removeClass("rbs-imges-load-more"),W.addClass("rbs-imges-loading")}function g(){W.removeClass("rbs-imges-load-more"),W.removeClass("rbs-imges-loading"),W.removeClass("rbs-imges-no-more-entries"),u().length>0?(W.html(x.loadMoreWord),W.addClass("rbs-imges-load-more")):(W.html(x.noMoreEntriesWord),W.addClass("rbs-imges-no-more-entries"))}function b(e,a){if(1!=W.hasClass("rbs-imges-no-more-entries")){E++,v();var i=[];u(a).each(function(a){var o=t(this);a+1<=e&&(o.removeClass(L).addClass(T),o.hide(),i.push(this))}),B.eveMB("insert",t(i),function(){0==--E&&g(),B.eveMB("layout")})}}function y(e){if(e!=a){var i=B.find("."+T+", ."+L);""==e?i.addClass("search-match"):(i.removeClass("search-match"),B.find(x.searchTarget).each(function(){var a=t(this),i=a.parents("."+T+", ."+L);-1!==a.text().toLowerCase().indexOf(e.toLowerCase())&&i.addClass("search-match")})),setTimeout(function(){c(".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 k(){if("#!"!=location.hash.substr(0,2))return null;var e=location.href.split("#!")[1];return{hash:e,src:e}}function C(){var e=t.magnificPopup.instance;if(e){var a=k();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){if((o.parsed?o.el:t(o)).attr("data-mfp-src")==a.src)return i=e,!1}),null!==i&&e.goTo(i)}}else B.filter('[id="'+a.id+'"]').find('.rbs-lightbox[data-mfp-src="'+a.src+'"]').trigger("click")}}var x=t.extend({},t.fn.collagePlus.defaults,o),B=t(i).addClass("rbs-imges-container"),I=".rbs-img",S=".rbs-img-image",T="rbs-img",L="rbs-img-hidden",M=ModernizrL.csstransitions?"transition":"animate",z={},E=0;"default"==x.overlayEasing&&(x.overlayEasing="transition"==M?"_default":"swing");var W=t('<div class="rbs-imges-load-more button"></div>').insertAfter(B);W.wrap('<div class="rbs_gallery_button rbs_gallery_button_bottom"></div>'),W.addClass(x.loadMoreClass),x.resolutions.sort(function(e,t){return e.maxWidth-t.maxWidth}),B.data("settings",x),B.css({"margin-left":-x.horizontalSpaceBetweenBoxes}),B.find(I).removeClass(T).addClass(L);var _=t(x.sortContainer).find(x.sort).filter(".selected"),P=_.attr("data-sort-by"),q=w(_);B.append('<div class="rbs-imges-grid-sizer"></div>'),B.eveMB({itemSelector:I,masonry:{columnWidth:".rbs-imges-grid-sizer"},getSortData:x.getSortData,sortBy:P,sortAscending:q}),t.extend(EveMB.prototype,{resize:function(){var e=t(this.element);l(e),r(e),n(e),function(e){e.find(I).each(function(){var i=t(this).find(S),o=e.data("settings").overlayEffect;i.data("overlay-effect")!=a&&(o=i.data("overlay-effect")),"direction"==o.substr(0,9)&&i.find(".thumbnail-overlay").hide()}),e.eveMB("layout")}(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 s=t(this.element);t.waypoints("refresh"),s.addClass("lazy-load-ready"),s.removeClass("filtering-isotope")}}}),t.extend(EveMB.prototype,{insert:function(e,i){var o=this.addItems(e);if(o.length){var d,c,f=t(this.element),m=f.find("."+L)[0],p=o.length;for(d=0;d<p;d++)c=o[d],m!=a?this.element.insertBefore(c.element,m):this.element.appendChild(c.element);var h=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"))},u=this;!function(e){var a=t('<div class="rbs-img-container"></div').css({"margin-left":e.data("settings").horizontalSpaceBetweenBoxes,"margin-bottom":e.data("settings").verticalSpaceBetweenBoxes});e.find(I+":not([data-wrapper-added])").attr("data-wrapper-added","yes").wrapInner(a)}(f),l(f),r(f),function(e){e.find(I+", ."+L).find(S+":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":"link"==i.data("type")?o="mfp-link":"blanklink"==i.data("type")&&(o="mfp-blanklink");var s=e.find(".rbs-lightbox").addBack(".rbs-lightbox");s.attr("data-mfp-src",i.data("popup")).addClass(o),i.attr("title")!=a&&s.attr("mfp-title",i.attr("title")),i.attr("data-alt")!=a&&s.attr("mfp-alt",i.attr("data-alt"))})}(f),s(f,!1),f.find("img:not([data-dont-wait-for-me])").imagesLoadedMB().always(function(){0==x.waitForAllThumbsNoMatterWhat&&s(f,!0),f.find(I).addClass("rbs-img-loaded"),function(){var e=this._filter(o);for(this._noTransition(function(){this.hide(e)}),d=0;d<p;d++)o[d].isLayoutInstant=!0;for(this.arrange(),d=0;d<p;d++)delete o[d].isLayoutInstant;this.reveal(e)}.call(u),n(f),function(e){if(0!=e.data("settings").thumbnailOverlay){var i=e.find(I+":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(S),s=e.data("settings").overlayEffect;if(o.data("overlay-effect")!=a&&(s=o.data("overlay-effect")),"push-up"==s||"push-down"==s||"push-up-100%"==s||"push-down-100%"==s){var n=o.find(".rbs-img-thumbnail-container"),r=o.find(".thumbnail-overlay").css("position","relative");"push-up-100%"!=s&&"push-down-100%"!=s||r.outerHeight(n.outerHeight(!1));var d=r.outerHeight(!1),l=t('<div class="wrapper-for-some-effects"></div');"push-up"==s||"push-up-100%"==s?r.appendTo(o):"push-down"!=s&&"push-down-100%"!=s||(r.prependTo(o),l.css("margin-top",-d)),o.wrapInner(l)}else if("reveal-top"==s||"reveal-top-100%"==s)i.addClass("position-reveal-effect"),c=i.find(".thumbnail-overlay").css("top",0),"reveal-top-100%"==s&&c.css("height","100%");else if("reveal-bottom"==s||"reveal-bottom-100%"==s){i.addClass("position-reveal-effect").addClass("position-bottom-reveal-effect");var c=i.find(".thumbnail-overlay").css("bottom",0);"reveal-bottom-100%"==s&&c.css("height","100%")}else if("direction"==s.substr(0,9))i.find(".thumbnail-overlay").css("height","100%");else if("fade"==s){var f=i.find(".thumbnail-overlay").hide();f.css({height:"100%",top:"0",left:"0"}),f.find(".fa").css({scale:1.4})}})}}(f),"function"==typeof i&&i();for(index in u.images){var e=u.images[index];h(e)}}).progress(function(e,t){h(t)})}}}),b(x.boxesToLoadStart,!0),W.on("click",function(){b(x.boxesToLoad)}),x.lazyLoad&&B.waypoint(function(e){B.hasClass("lazy-load-ready")&&"down"==e&&0==B.hasClass("filtering-isotope")&&(B.removeClass("lazy-load-ready"),b(x.boxesToLoad))},{context:e,continuous:!0,enabled:!0,horizontal:!1,offset:"bottom-in-view",triggerOnce:!1});var O=t(x.filterContainer);O.find(x.filter).on("click",function(e){var i=t(this),o=i.parents(x.filterContainer);o.find(x.filter).removeClass(x.filterContainerSelectClass),i.addClass(x.filterContainerSelectClass);var s=i.attr("data-filter"),n="filter";o.data("id")!=a&&(n=o.data("id")),c(s,n),e.preventDefault(),W.is(".rbs-imges-no-more-entries")||W.click()}),O.each(function(){var e=t(this),i=e.find(x.filter).filter(".selected");if(i[0]!=a){var o=i.attr("data-filter"),s="filter";e.data("id")!=a&&(s=e.data("id")),m(o,s)}}),f(),y(t(x.search).val()),t(x.search).on("keyup",function(){y(t(this).val())}),t(x.sortContainer).find(x.sort).on("click",function(e){var a=t(this);a.parents(x.sortContainer).find(x.sort).removeClass("selected"),a.addClass("selected");var i=a.attr("data-sort-by");B.eveMB({sortBy:i,sortAscending:w(a)}),e.preventDefault()}),B.on("mouseenter.hoverdir, mouseleave.hoverdir",S,function(e){if(0!=x.thumbnailOverlay){var i=t(this),o=x.overlayEffect;i.data("overlay-effect")!=a&&(o=i.data("overlay-effect"));var s=e.type,n=i.find(".rbs-img-thumbnail-container"),r=i.find(".thumbnail-overlay"),d=r.outerHeight(!1);if("push-up"==o||"push-up-100%"==o)l=i.find("div.wrapper-for-some-effects"),"mouseenter"===s?l.stop().show()[M]({"margin-top":-d},x.overlaySpeed,x.overlayEasing):l.stop()[M]({"margin-top":0},x.overlaySpeed,x.overlayEasing);else if("push-down"==o||"push-down-100%"==o){var l=i.find("div.wrapper-for-some-effects");"mouseenter"===s?l.stop().show()[M]({"margin-top":0},x.overlaySpeed,x.overlayEasing):l.stop()[M]({"margin-top":-d},x.overlaySpeed,x.overlayEasing)}else if("reveal-top"==o||"reveal-top-100%"==o)"mouseenter"===s?n.stop().show()[M]({"margin-top":d},x.overlaySpeed,x.overlayEasing):n.stop()[M]({"margin-top":0},x.overlaySpeed,x.overlayEasing);else if("reveal-bottom"==o||"reveal-bottom-100%"==o)"mouseenter"===s?n.stop().show()[M]({"margin-top":-d},x.overlaySpeed,x.overlayEasing):n.stop()[M]({"margin-top":0},x.overlaySpeed,x.overlayEasing);else if("direction"==o.substr(0,9)){var c=R(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=U(c,i);"mouseenter"==s?(r.css({left:f.from,top:f.to}),r.stop().show().fadeTo(0,1,function(){t(this).stop()[M]({left:0,top:0},x.overlaySpeed,x.overlayEasing)})):"direction-aware-fade"==o?r.fadeOut(700):r.stop()[M]({left:f.from,top:f.to},x.overlaySpeed,x.overlayEasing)}else if("fade"==o){"mouseenter"==s?(r.stop().fadeOut(0),r.fadeIn(x.overlaySpeed)):(r.stop().fadeIn(0),r.fadeOut(x.overlaySpeed));var m=r.find(".fa");"mouseenter"==s?(m.css({scale:1.4}),m[M]({scale:1},200)):(m.css({scale:1}),m[M]({scale:1.4},200))}}});var R=function(e,t){var a=e.width(),i=e.height(),o=(t.x-e.offset().left-a/2)*(a>i?i/a:1),s=(t.y-e.offset().top-i/2)*(i>a?a/i:1);return Math.round((Math.atan2(s,o)*(180/Math.PI)+180)/90+3)%4},U=function(e,t){var a,i;switch(e){case 0:x.reverse,a=0,i=-t.height();break;case 1:x.reverse?(a=-t.width(),i=0):(a=t.width(),i=0);break;case 2:x.reverse?(a=0,i=-t.height()):(a=0,i=t.height());break;case 3:x.reverse?(a=t.width(),i=0):(a=-t.width(),i=0)}return{from:a,to:i}},F=".rbs-lightbox[data-mfp-src]";if(x.considerFilteringInPopup&&(F=I+":not(.hidden-rbs-imges-by-filter) .rbs-lightbox[data-mfp-src], ."+L+":not(.hidden-rbs-imges-by-filter) .rbs-lightbox[data-mfp-src]"),x.showOnlyLoadedBoxesInPopup&&(F=I+":visible .rbs-lightbox[data-mfp-src]"),x.magnificPopup){var j={delegate:F,type:"image",removalDelay:200,closeOnContentClick:!1,alignTop:x.alignTop,preload:x.preload,mainClass:"my-mfp-slide-bottom",gallery:{enabled:x.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 i=t(this.currItem.el);return i.is(".mfp-link")?(e.location.href=t(this.currItem).attr("src"),!1):i.is(".mfp-blanklink")?(e.open(t(this.currItem).attr("src")),setTimeout(function(){t.magnificPopup.instance.close()},5),!1):(setTimeout(function(){var e="";if(x.descBox){t(".mfp-desc-block").remove();var o=i.attr("data-descbox");void 0!==o&&t(".mfp-img").after("<div class='mfp-desc-block "+x.descBoxClass+"'>"+o+"</div>")}i.attr("mfp-title")==a||x.hideTitle?t(".mfp-title").html(""):t(".mfp-title").html(i.attr("mfp-title"));var s=i.attr("data-mfp-src");e="",x.hideSourceImage&&(e=e+' <a class="image-source-link" href="'+s+'" target="_blank"></a>');var n=location.href,r=(location.href.replace(location.hash,""),i.attr("mfp-title")),d=i.attr("mfp-alt"),l=n;""==d&&(d=r),t(".mfp-img").attr("alt",d),t(".mfp-img").attr("title",r);var c="";x.facebook&&(c+="<div class='rbs-imges-facebook fa fa-facebook-square' data-src="+s+" data-url='"+l+"'><div class='robo_gallery_hide_block'>"+r+"</div></div>"),x.twitter&&(c+="<div class='rbs-imges-twitter fa fa-twitter-square' data-src="+s+" data-url='"+l+"'><div class='robo_gallery_hide_block'>"+r+"</div></div>"),x.googleplus&&(c+="<div class='rbs-imges-googleplus fa fa-google-plus-square' data-src="+s+" data-url='"+l+"'></div>"),x.pinterest&&(c+="<div class='rbs-imges-pinterest fa fa-pinterest-square' data-src='"+s+"' data-url='"+l+"' ><div class='robo_gallery_hide_block'>"+r+"</div></div>"),x.vk&&(c+="<div class='rbs-imges-vk fa fa-vk' data-src='"+s+"' data-url='"+l+"' ><div class='robo_gallery_hide_block'>"+r+"</div></div>"),c=c?"<div class='rbs-imges-social-container'>"+c+"</div>":"";var f=t(".mfp-title").html();t(".mfp-title").html(f+c+e)},5),void(x.deepLinking&&(location.hash="#!"+i.attr("data-mfp-src"))))},beforeOpen:function(){1==x.touch&&t("body").swipe("enable"),this.container.data("scrollTop",parseInt(t(e).scrollTop()))},open:function(){t("html, body").scrollTop(this.container.data("scrollTop"))},close:function(){1==x.touch&&t("body").swipe("disable"),x.deepLinking&&(e.location.hash="#!")}}};t.extend(j,x.lightboxOptions),B.magnificPopup(j)}if(x.deepLinking){var D=k();D&&B.find('.rbs-lightbox[data-mfp-src="'+D.src+'"]').trigger("click"),e.addEventListener?e.addEventListener("hashchange",C,!1):e.attachEvent&&e.attachEvent("onhashchange",C)}var A=function(t){e.open(t,"ftgw","location=1,status=1,scrollbars=1,width=600,height=400").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.find("div").html()),i=encodeURIComponent(e.data("url")),o=encodeURIComponent(e.data("src"));A(i="https://www.facebook.com/sharer/sharer.php?u="+i+"&picture="+o+"&title="+a)}),t("body").on("click","div.rbs-imges-twitter",function(){var e=t(this),a=encodeURIComponent(e.data("url")),i=encodeURIComponent(e.find("div").html());A(a="https://twitter.com/intent/tweet?url="+a+"&text="+i)}),t("body").on("click","div.rbs-imges-googleplus",function(){var e=t(this),a=encodeURIComponent(e.data("url"));A(a="https://plus.google.com/share?url="+a)}),t("body").on("click","div.rbs-imges-pinterest",function(){var e=t(this),a=encodeURIComponent(e.data("url")),i=encodeURIComponent(e.data("src")),o=encodeURIComponent(e.find("div").html());A(a="http://pinterest.com/pin/create/button/?url="+a+"&media="+i+"&description="+o)}),t("body").on("click","div.rbs-imges-vk",function(){var e=t(this),a=encodeURIComponent(e.data("url")),i=encodeURIComponent(e.data("src")),o=encodeURIComponent(e.find("div").html());A(a="http://vk.com/share.php?url="+a+"&image="+i+"&title="+o)}),this}(this,i);n.data("collagePlus",r),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,vk:!1,hideTitle:!1,hideCounter:!1,lightboxOptions:{},hideSourceImage:!1,touch:!1,descBox:!1,descBoxClass:"",descBoxSource:""},function(){t(".rbs-imges-drop-down").each(function(){!function(a){function i(){r.hide()}function o(){r.show()}function s(){var e=r.find(".selected"),t=e.length?e.parents("li"):r.children().first();d.html(t.clone().find("a").append('<span class="fa fa-sort-desc"></span>').end().html())}function n(e){e.preventDefault(),e.stopPropagation(),t(this).parents("li").siblings("li").find("a").removeClass("selected").end().end().find("a").addClass("selected"),s()}var r=a.find(".rbs-imges-drop-down-menu"),d=a.find(".rbs-imges-drop-down-header");s(),function(){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}()?(t("body").on("click",function(){r.is(":visible")&&i()}),d.bind("click",function(e){e.stopPropagation(),r.is(":visible")?i():o()}),r.find("> li > *").bind("click",n)):(d.bind("mouseout",i).bind("mouseover",o),r.find("> li > *").bind("mouseout",i).bind("mouseover",o).bind("click",n)),d.on("click","a",function(e){e.preventDefault()})}(t(this))})}()}(window,rbjQuer);
|
107 |
/*
|
108 |
* RoboGallery Version: 1.0
|
109 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
languages/rbs_gallery-uk_UA.mo
CHANGED
Binary file
|
languages/rbs_gallery-uk_UA.po
CHANGED
@@ -1,15 +1,15 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Robo Gallery V 1.2\n"
|
4 |
-
"POT-Creation-Date:
|
5 |
-
"PO-Revision-Date:
|
6 |
"Last-Translator: RoboSoft Team <team@robosoft.co>\n"
|
7 |
"Language-Team: RoboSoft Team <team@robosoft.co>\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.
|
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"
|
@@ -17,500 +17,554 @@ msgstr ""
|
|
17 |
"X-Poedit-KeywordsList: __;_e\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
-
#:
|
21 |
-
|
|
|
22 |
msgstr ""
|
23 |
|
24 |
-
#:
|
25 |
-
|
26 |
-
msgid "
|
27 |
-
msgstr ""
|
28 |
|
29 |
-
#:
|
30 |
-
|
31 |
-
msgid "
|
32 |
-
msgstr ""
|
33 |
|
34 |
-
#:
|
35 |
-
|
|
|
|
|
36 |
msgstr ""
|
37 |
|
38 |
-
#:
|
39 |
-
msgid "
|
40 |
msgstr ""
|
41 |
|
42 |
-
#:
|
43 |
-
|
|
|
|
|
44 |
msgstr ""
|
45 |
|
46 |
-
#:
|
47 |
-
|
48 |
-
msgid "Error insert post attachment with ID: \"%d\" and guid: \"%s\". %s"
|
49 |
msgstr ""
|
50 |
|
51 |
-
#:
|
52 |
-
|
|
|
53 |
msgstr ""
|
54 |
|
55 |
-
#:
|
56 |
-
|
57 |
-
|
58 |
-
|
|
|
|
|
59 |
|
60 |
-
#:
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
|
|
|
|
66 |
|
67 |
-
#:
|
68 |
-
#,
|
69 |
-
msgid "
|
70 |
-
|
|
|
71 |
|
72 |
-
#:
|
73 |
-
#,
|
74 |
-
msgid "
|
75 |
-
|
|
|
76 |
|
77 |
-
#:
|
78 |
-
|
79 |
-
msgid "Can't create directory \"%s\" during import file."
|
80 |
msgstr ""
|
81 |
|
82 |
-
#:
|
83 |
-
|
84 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
85 |
msgstr ""
|
86 |
|
87 |
-
#:
|
88 |
-
msgid "
|
89 |
msgstr ""
|
90 |
|
91 |
-
#: extensions/backup/backup.form.php:
|
92 |
msgid "Robo Gallery Backup"
|
93 |
msgstr ""
|
94 |
|
95 |
-
#: extensions/backup/backup.form.php:
|
96 |
-
msgid "Error Import "
|
97 |
-
msgstr "Помилка імпорту"
|
98 |
-
|
99 |
-
#: extensions/backup/backup.form.php:102
|
100 |
msgid "Success Import "
|
101 |
msgstr "Успіх імпорту"
|
102 |
|
103 |
-
#: extensions/backup/backup.form.php:
|
104 |
msgid "Import Post"
|
105 |
msgstr "Імпорт"
|
106 |
|
107 |
-
#: extensions/backup/backup.form.php:
|
108 |
msgid "Import Images"
|
109 |
msgstr "Імпорт зображень"
|
110 |
|
111 |
-
#: extensions/backup/backup.form.php:
|
112 |
msgid "Duplicate Post"
|
113 |
msgstr ""
|
114 |
|
115 |
-
#: extensions/backup/backup.form.php:
|
116 |
msgid "Duplicate Images"
|
117 |
msgstr ""
|
118 |
|
119 |
-
#: extensions/backup/backup.form.php:
|
120 |
msgid "Skipped Post"
|
121 |
msgstr "Пропущено"
|
122 |
|
123 |
-
#: extensions/backup/backup.form.php:
|
124 |
msgid "Skipped Images"
|
125 |
msgstr "Пропущено зображень"
|
126 |
|
127 |
-
#: extensions/backup/backup.form.php:
|
128 |
msgid "Error: please check backup file"
|
129 |
msgstr ""
|
130 |
|
131 |
-
#: extensions/backup/backup.form.php:
|
132 |
msgid "Error: check secure"
|
133 |
msgstr ""
|
134 |
|
135 |
-
#: extensions/backup/backup.form.php:
|
136 |
msgid ""
|
137 |
"You can use Full Backup options to make backup of configured galleries "
|
138 |
"settings and images. As result you'll get archive with XML file of galleries "
|
139 |
"settings and all images of your galleries"
|
140 |
msgstr ""
|
141 |
|
142 |
-
#:
|
|
|
143 |
msgid "File Name"
|
144 |
msgstr "Ім'я файлу"
|
145 |
|
146 |
-
#: extensions/backup/backup.form.php:
|
147 |
msgid "Download Full Backup"
|
148 |
msgstr ""
|
149 |
|
150 |
-
#: extensions/backup/backup.form.php:
|
151 |
msgid ""
|
152 |
"After EXPORT copy images from server folder: {Wordpress folder}/wp-content/"
|
153 |
"uploads to the new location by FTP"
|
154 |
msgstr ""
|
155 |
|
156 |
-
#: extensions/backup/backup.form.php:
|
157 |
msgid "Download Backup"
|
158 |
msgstr ""
|
159 |
|
160 |
-
#: extensions/backup/backup.form.php:
|
161 |
msgid "Sever Environment"
|
162 |
msgstr ""
|
163 |
|
164 |
-
#: extensions/backup/backup.form.php:
|
165 |
msgid "Max upload size"
|
166 |
msgstr ""
|
167 |
|
168 |
-
#: extensions/backup/backup.form.php:
|
169 |
msgid "Max POST size"
|
170 |
msgstr ""
|
171 |
|
172 |
-
#: extensions/backup/backup.form.php:
|
173 |
msgid "How to increase the max upload size?"
|
174 |
msgstr ""
|
175 |
|
176 |
-
#:
|
|
|
177 |
msgid "Duplicate"
|
178 |
msgstr ""
|
179 |
|
180 |
-
#: extensions/backup/backup.form.php:
|
181 |
-
msgid "Make copy if such gallery or image already exist
|
182 |
msgstr ""
|
183 |
|
184 |
-
#: extensions/backup/backup.form.php:
|
185 |
msgid "Select backup file"
|
186 |
msgstr ""
|
187 |
|
188 |
-
#: extensions/backup/backup.form.php:
|
189 |
-
msgid "Upload XML"
|
190 |
msgstr ""
|
191 |
|
192 |
-
#: extensions/category/category.class.php:
|
|
|
193 |
msgid "Categories"
|
194 |
msgstr "Категорії"
|
195 |
|
196 |
-
#: extensions/category/category.class.php:
|
197 |
msgid "Save"
|
198 |
msgstr ""
|
199 |
|
200 |
-
#: extensions/category/category.class.php:
|
201 |
msgid "Cancel"
|
202 |
msgstr ""
|
203 |
|
204 |
-
#: extensions/category/category.class.php:
|
205 |
msgid "Error"
|
206 |
msgstr ""
|
207 |
|
208 |
-
#: extensions/category/category.class.php:
|
209 |
msgid "OK"
|
210 |
msgstr ""
|
211 |
|
212 |
-
#: extensions/category/category.class.php:
|
213 |
msgid "Root Category"
|
214 |
msgstr ""
|
215 |
|
216 |
-
#: extensions/category/category.class.php:
|
217 |
-
#: extensions/rbs_create_post_ajax.php:143
|
218 |
-
#: extensions/rbs_create_post_ajax.php:
|
219 |
-
#: extensions/rbs_create_post_ajax.php:
|
220 |
msgid "Edit"
|
221 |
msgstr "Редагувати"
|
222 |
|
223 |
-
#: extensions/
|
224 |
-
msgid "Post ID is absent in request"
|
225 |
-
msgstr ""
|
226 |
-
|
227 |
-
#: extensions/category/category.class.php:252
|
228 |
-
msgid "Post type is absent in request"
|
229 |
-
msgstr ""
|
230 |
-
|
231 |
-
#: extensions/category/category.class.php:286
|
232 |
-
msgid "Empty posts hierarchy data for saving"
|
233 |
-
msgstr ""
|
234 |
-
|
235 |
-
#: extensions/category/category.class.php:291
|
236 |
-
msgid "Wrong posts hierarchy data for saving"
|
237 |
-
msgstr ""
|
238 |
-
|
239 |
-
#: extensions/rbs_create_post.php:10
|
240 |
msgid "Post manager"
|
241 |
msgstr ""
|
242 |
|
243 |
-
#: extensions/rbs_create_post.php:
|
244 |
-
#:
|
245 |
-
msgid "Close"
|
246 |
-
msgstr "Закрити"
|
247 |
-
|
248 |
-
#: extensions/rbs_create_post.php:12 options/rbs_gallery_options_tools.php:32
|
249 |
msgid "Create post"
|
250 |
msgstr ""
|
251 |
|
252 |
-
#: extensions/rbs_create_post.php:17
|
253 |
-
|
254 |
-
|
255 |
-
|
256 |
-
|
257 |
-
#: extensions/rbs_create_post_ajax.php:51
|
258 |
-
#: extensions/rbs_create_post_ajax.php:98
|
259 |
-
#: extensions/rbs_create_post_ajax.php:133
|
260 |
-
msgid "Post not created. Error: "
|
261 |
-
msgstr ""
|
262 |
-
|
263 |
-
#: extensions/rbs_create_post_ajax.php:44
|
264 |
-
#: extensions/rbs_create_post_ajax.php:164
|
265 |
-
#: extensions/rbs_create_post_ajax.php:223
|
266 |
-
msgid "Empty gallery ID"
|
267 |
-
msgstr ""
|
268 |
-
|
269 |
-
#: extensions/rbs_create_post_ajax.php:51
|
270 |
-
msgid "Incorrect gallery ID"
|
271 |
-
msgstr ""
|
272 |
|
273 |
-
#: extensions/rbs_create_post_ajax.php:54
|
274 |
msgid "Add new post"
|
275 |
msgstr ""
|
276 |
|
277 |
-
#: extensions/rbs_create_post_ajax.php:59
|
278 |
msgid "Category"
|
279 |
msgstr ""
|
280 |
|
281 |
-
#: extensions/rbs_create_post_ajax.php:64
|
282 |
-
#: extensions/rbs_create_post_ajax.php:
|
283 |
-
#: options/rbs_gallery_options_hover.php:
|
284 |
-
#: options/rbs_gallery_options_lightbox.php:48
|
285 |
-
#: options/
|
|
|
|
|
286 |
msgid "Title"
|
287 |
msgstr "Назва"
|
288 |
|
289 |
-
#: extensions/rbs_create_post_ajax.php:69
|
290 |
msgid "Slug"
|
291 |
msgstr ""
|
292 |
|
293 |
-
#: extensions/rbs_create_post_ajax.php:74
|
294 |
-
#: options/rbs_gallery_options_lightbox.php:29
|
295 |
msgid "Text"
|
296 |
msgstr "Текст"
|
297 |
|
298 |
-
#: extensions/rbs_create_post_ajax.php:82
|
299 |
msgid "Short tag of the gallery will be insert into created article."
|
300 |
msgstr ""
|
301 |
|
302 |
-
#: extensions/rbs_create_post_ajax.php:140
|
303 |
-
msgid "Post
|
304 |
msgstr ""
|
305 |
|
306 |
-
#: extensions/rbs_create_post_ajax.php:140
|
307 |
-
msgid "
|
308 |
msgstr ""
|
309 |
|
310 |
-
#: extensions/rbs_create_post_ajax.php:146
|
311 |
-
#: extensions/rbs_create_post_ajax.php:
|
312 |
-
#: extensions/rbs_create_post_ajax.php:
|
313 |
msgid "Preview"
|
314 |
msgstr ""
|
315 |
|
316 |
-
#: extensions/rbs_create_post_ajax.php:
|
317 |
-
msgid "Error: input value"
|
318 |
-
msgstr "Помилка: вхідне значення"
|
319 |
-
|
320 |
-
#: extensions/rbs_create_post_ajax.php:164
|
321 |
-
#: extensions/rbs_create_post_ajax.php:223
|
322 |
-
msgid "Error: "
|
323 |
-
msgstr "Помилка:"
|
324 |
-
|
325 |
-
#: extensions/rbs_create_post_ajax.php:180
|
326 |
msgid "Status"
|
327 |
msgstr ""
|
328 |
|
329 |
-
#: extensions/rbs_create_post_ajax.php:
|
|
|
|
|
|
|
|
|
|
|
330 |
msgid "publish"
|
331 |
msgstr ""
|
332 |
|
333 |
-
#: extensions/stats/stats.form.php:
|
334 |
msgid "Robo Gallery Statistics"
|
335 |
msgstr ""
|
336 |
|
337 |
-
#: extensions/stats/stats.form.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
338 |
msgid "Gallery Statistics"
|
339 |
msgstr ""
|
340 |
|
341 |
-
#: extensions/stats/stats.form.php:
|
342 |
msgid "Images Statistics"
|
343 |
msgstr ""
|
344 |
|
345 |
-
#: extensions/stats/stats.form.php:
|
346 |
msgid "Total Views"
|
347 |
msgstr ""
|
348 |
|
349 |
-
#: extensions/stats/stats.form.php:
|
350 |
-
|
351 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
352 |
|
353 |
-
#: extensions/stats/stats.form.php:
|
354 |
msgid "Drafts"
|
355 |
msgstr ""
|
356 |
|
357 |
-
#: extensions/stats/stats.form.php:
|
358 |
msgid "Trash"
|
359 |
msgstr ""
|
360 |
|
361 |
-
#: options/rbs_gallery_options_button.php:
|
362 |
msgid "Menu Options"
|
363 |
msgstr ""
|
364 |
|
365 |
-
#: options/rbs_gallery_options_button.php:26
|
366 |
msgid "Menu"
|
367 |
msgstr ""
|
368 |
|
369 |
-
#: options/rbs_gallery_options_button.php:
|
370 |
-
msgid "
|
371 |
msgstr ""
|
372 |
|
373 |
-
#: options/rbs_gallery_options_button.php:
|
374 |
-
|
|
|
375 |
msgstr ""
|
376 |
|
377 |
-
#: options/rbs_gallery_options_button.php:
|
378 |
-
msgid "
|
379 |
msgstr ""
|
380 |
|
381 |
-
#: options/rbs_gallery_options_button.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
382 |
msgid "Self Images"
|
383 |
msgstr ""
|
384 |
|
385 |
-
#: options/rbs_gallery_options_button.php:
|
386 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
387 |
msgstr "Стиль"
|
388 |
|
389 |
-
#: options/rbs_gallery_options_button.php:
|
390 |
-
#: options/rbs_gallery_options_button.php:
|
391 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
392 |
msgid "Normal"
|
393 |
msgstr ""
|
394 |
|
395 |
-
#: options/rbs_gallery_options_button.php:
|
396 |
msgid "flat"
|
397 |
msgstr ""
|
398 |
|
399 |
-
#: options/rbs_gallery_options_button.php:
|
400 |
msgid "3d"
|
401 |
msgstr "3d"
|
402 |
|
403 |
-
#: options/rbs_gallery_options_button.php:
|
404 |
-
#: options/rbs_gallery_options_view.php:127
|
405 |
msgid "Border"
|
406 |
msgstr "Рамка"
|
407 |
|
408 |
-
#: options/rbs_gallery_options_button.php:
|
409 |
-
msgid "
|
410 |
-
msgstr "Колір"
|
411 |
-
|
412 |
-
#: options/rbs_gallery_options_button.php:103
|
413 |
-
msgid "gray"
|
414 |
msgstr ""
|
415 |
|
416 |
-
#: options/rbs_gallery_options_button.php:
|
417 |
-
|
418 |
-
|
|
|
419 |
|
420 |
-
#: options/rbs_gallery_options_button.php:
|
421 |
-
|
|
|
|
|
|
|
422 |
msgstr "зелений"
|
423 |
|
424 |
-
#: options/rbs_gallery_options_button.php:
|
425 |
-
msgid "
|
426 |
msgstr ""
|
427 |
|
428 |
-
#: options/rbs_gallery_options_button.php:
|
429 |
-
|
|
|
430 |
msgstr ""
|
431 |
|
432 |
-
#: options/rbs_gallery_options_button.php:
|
433 |
-
msgid "
|
434 |
msgstr ""
|
435 |
|
436 |
-
#: options/rbs_gallery_options_button.php:
|
437 |
msgid "Rounds"
|
438 |
msgstr ""
|
439 |
|
440 |
-
#: options/rbs_gallery_options_button.php:
|
441 |
msgid "Rounded"
|
442 |
msgstr ""
|
443 |
|
444 |
-
#: options/rbs_gallery_options_button.php:
|
445 |
msgid "Pill"
|
446 |
msgstr ""
|
447 |
|
448 |
-
#: options/rbs_gallery_options_button.php:
|
449 |
msgid "Circle "
|
450 |
msgstr "Коло"
|
451 |
|
452 |
-
#: options/rbs_gallery_options_button.php:
|
453 |
msgid "Size"
|
454 |
msgstr "Розмір"
|
455 |
|
456 |
-
#: options/rbs_gallery_options_button.php:
|
457 |
msgid "Jumbo"
|
458 |
msgstr ""
|
459 |
|
460 |
-
#: options/rbs_gallery_options_button.php:
|
461 |
msgid "Large"
|
462 |
msgstr ""
|
463 |
|
464 |
-
#: options/rbs_gallery_options_button.php:
|
465 |
msgid "Small"
|
466 |
msgstr "Малий"
|
467 |
|
468 |
-
#: options/rbs_gallery_options_button.php:
|
469 |
msgid "Tiny "
|
470 |
msgstr "Крихітні"
|
471 |
|
472 |
-
#: options/rbs_gallery_options_button.php:
|
473 |
-
#: options/rbs_gallery_options_polaroid.php:64
|
474 |
-
#: options/rbs_gallery_options_size.php:
|
475 |
msgid "Align"
|
476 |
msgstr "Вирівняти"
|
477 |
|
478 |
-
#: options/rbs_gallery_options_button.php:
|
479 |
-
|
480 |
-
msgstr ""
|
481 |
-
|
482 |
-
#: options/rbs_gallery_options_button.php:149
|
483 |
msgid "Center"
|
484 |
msgstr ""
|
485 |
|
486 |
-
#: options/rbs_gallery_options_button.php:
|
487 |
-
msgid "Right"
|
488 |
-
msgstr ""
|
489 |
-
|
490 |
-
#: options/rbs_gallery_options_button.php:155
|
491 |
msgid "Left Padding"
|
492 |
msgstr ""
|
493 |
|
494 |
-
#: options/rbs_gallery_options_button.php:
|
495 |
msgid "Bottom Padding"
|
496 |
msgstr ""
|
497 |
|
498 |
-
#: options/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
499 |
msgid " Clone Gallery"
|
500 |
msgstr ""
|
501 |
|
502 |
-
#: options/rbs_gallery_options_copy.php:
|
503 |
msgid "Source Gallery"
|
504 |
msgstr ""
|
505 |
|
506 |
-
#: options/rbs_gallery_options_copy.php:
|
507 |
msgid ""
|
508 |
"When you select here to inherit settings from another gallery you'll not be "
|
509 |
"able to edit some of the options. Gallery will copy all settings from "
|
510 |
"selected source."
|
511 |
msgstr ""
|
512 |
|
513 |
-
#: options/rbs_gallery_options_copy.php:
|
514 |
msgid ""
|
515 |
"Very useful option for the webmasters who planning to create a lot of "
|
516 |
"galleries. You don't have to configure it every time. Just setup styles of "
|
@@ -519,168 +573,189 @@ msgid ""
|
|
519 |
"speed up your workflow!"
|
520 |
msgstr ""
|
521 |
|
522 |
-
#: options/rbs_gallery_options_guides.php:
|
523 |
msgid "Video Guides"
|
524 |
msgstr ""
|
525 |
|
526 |
-
#: options/rbs_gallery_options_hover.php:
|
527 |
msgid "Hover Options"
|
528 |
msgstr ""
|
529 |
|
530 |
-
#: options/rbs_gallery_options_hover.php:26
|
531 |
msgid "Click Thumbnail"
|
532 |
msgstr ""
|
533 |
|
534 |
-
#: options/rbs_gallery_options_hover.php:32
|
|
|
535 |
msgid "On"
|
536 |
msgstr ""
|
537 |
|
538 |
-
#: options/rbs_gallery_options_hover.php:33
|
539 |
-
#: options/rbs_gallery_options_hover.php:47
|
|
|
540 |
msgid "Off"
|
541 |
msgstr ""
|
542 |
|
543 |
-
#: options/rbs_gallery_options_hover.php:40
|
544 |
msgid "Hover Mode"
|
545 |
msgstr ""
|
546 |
|
547 |
-
#: options/rbs_gallery_options_hover.php:48
|
548 |
msgid "Options"
|
549 |
msgstr "Параметри"
|
550 |
|
551 |
-
#: options/rbs_gallery_options_hover.php:49
|
552 |
msgid "Template"
|
553 |
msgstr "Шаблон"
|
554 |
|
555 |
-
#: options/rbs_gallery_options_hover.php:
|
556 |
-
|
557 |
-
|
558 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
559 |
msgid "Bg Color"
|
560 |
msgstr ""
|
561 |
|
562 |
-
#: options/rbs_gallery_options_hover.php:
|
|
|
563 |
msgid "Effect"
|
564 |
msgstr "Ефект"
|
565 |
|
566 |
-
#: options/rbs_gallery_options_hover.php:
|
|
|
567 |
msgid "push-up"
|
568 |
msgstr ""
|
569 |
|
570 |
-
#: options/rbs_gallery_options_hover.php:
|
|
|
571 |
msgid "push-down"
|
572 |
msgstr ""
|
573 |
|
574 |
-
#: options/rbs_gallery_options_hover.php:
|
|
|
575 |
msgid "push-up-100%"
|
576 |
msgstr ""
|
577 |
|
578 |
-
#: options/rbs_gallery_options_hover.php:
|
|
|
579 |
msgid "push-down-100%"
|
580 |
msgstr ""
|
581 |
|
582 |
-
#: options/rbs_gallery_options_hover.php:
|
|
|
583 |
msgid "reveal-top"
|
584 |
msgstr ""
|
585 |
|
586 |
-
#: options/rbs_gallery_options_hover.php:
|
|
|
587 |
msgid "reveal-bottom"
|
588 |
msgstr ""
|
589 |
|
590 |
-
#: options/rbs_gallery_options_hover.php:
|
|
|
591 |
msgid "reveal-top-100%"
|
592 |
msgstr ""
|
593 |
|
594 |
-
#: options/rbs_gallery_options_hover.php:
|
|
|
595 |
msgid "reveal-bottom-100%"
|
596 |
msgstr ""
|
597 |
|
598 |
-
#: options/rbs_gallery_options_hover.php:
|
|
|
599 |
msgid "direction-aware"
|
600 |
msgstr ""
|
601 |
|
602 |
-
#: options/rbs_gallery_options_hover.php:
|
|
|
603 |
msgid "direction-aware-fade"
|
604 |
msgstr ""
|
605 |
|
606 |
-
#: options/rbs_gallery_options_hover.php:
|
|
|
607 |
msgid "direction-right"
|
608 |
msgstr ""
|
609 |
|
610 |
-
#: options/rbs_gallery_options_hover.php:
|
|
|
611 |
msgid "direction-left"
|
612 |
msgstr ""
|
613 |
|
614 |
-
#: options/rbs_gallery_options_hover.php:
|
|
|
615 |
msgid "direction-top"
|
616 |
msgstr ""
|
617 |
|
618 |
-
#: options/rbs_gallery_options_hover.php:
|
|
|
619 |
msgid "direction-bottom"
|
620 |
msgstr ""
|
621 |
|
622 |
-
#: options/rbs_gallery_options_hover.php:
|
|
|
623 |
msgid "fade"
|
624 |
msgstr "згасання"
|
625 |
|
626 |
-
#: options/rbs_gallery_options_hover.php:
|
627 |
msgid "Show Title"
|
628 |
msgstr "Показати заголовок"
|
629 |
|
630 |
-
#: options/rbs_gallery_options_hover.php:
|
631 |
msgid "Link Button"
|
632 |
msgstr ""
|
633 |
|
634 |
-
#: options/rbs_gallery_options_hover.php:
|
635 |
msgid "Zoom Button"
|
636 |
msgstr ""
|
637 |
|
638 |
-
#: options/rbs_gallery_options_hover.php:
|
639 |
-
#: options/rbs_gallery_options_lightbox.php:49
|
|
|
640 |
msgid "Description"
|
641 |
msgstr "Опис"
|
642 |
|
643 |
-
#: options/rbs_gallery_options_hover.php:
|
644 |
msgid "Link Icon"
|
645 |
msgstr ""
|
646 |
|
647 |
-
#: options/rbs_gallery_options_hover.php:
|
648 |
msgid "Zoom Icon"
|
649 |
msgstr ""
|
650 |
|
651 |
-
#: options/rbs_gallery_options_hover.php:
|
652 |
msgid "Show Description"
|
653 |
msgstr "Показати опис"
|
654 |
|
655 |
-
#: options/rbs_gallery_options_hover.php:
|
656 |
msgid "Description Template"
|
657 |
msgstr ""
|
658 |
|
659 |
-
#: options/rbs_gallery_options_images.php:
|
660 |
msgid "Images Manager"
|
661 |
msgstr ""
|
662 |
|
663 |
-
#: options/rbs_gallery_options_images.php:27
|
664 |
-
#: options/rbs_gallery_options_images.php:29
|
665 |
msgid "Manage Images"
|
666 |
msgstr ""
|
667 |
|
668 |
-
#: options/rbs_gallery_options_images.php:28
|
669 |
msgid ""
|
670 |
"Click on Manage Images button to open Images Manager where you can upload, "
|
671 |
"edit or delete images from gallery. Also here you can edit settings of every "
|
672 |
"particular image, define alt, links, description text"
|
673 |
msgstr ""
|
674 |
|
675 |
-
#: options/rbs_gallery_options_info.php:
|
676 |
-
#: options/
|
677 |
-
#:
|
678 |
-
#: rbs_gallery_about.php:64 rbs_gallery_list.php:29 rbs_gallery_topblock.php:20
|
679 |
-
msgid "Get Pro version"
|
680 |
-
msgstr "Отримати Pro версію"
|
681 |
-
|
682 |
-
#: options/rbs_gallery_options_info.php:29
|
683 |
-
#: options/rbs_gallery_options_infowide.php:28 rbs_gallery_topblock.php:21
|
684 |
msgid ""
|
685 |
"with PRO version you get more advanced functionality and even more "
|
686 |
"flexibility in settings"
|
@@ -688,499 +763,643 @@ msgstr ""
|
|
688 |
"з Pro версії ви отримаєте більш розширений функціонал і більше гнучкості в "
|
689 |
"налаштуваннях"
|
690 |
|
691 |
-
#: options/rbs_gallery_options_lightbox.php:
|
692 |
msgid "Lightbox Options"
|
693 |
msgstr ""
|
694 |
|
695 |
-
#: options/rbs_gallery_options_lightbox.php:42
|
696 |
msgid "Text Source"
|
697 |
msgstr ""
|
698 |
|
699 |
-
#: options/rbs_gallery_options_lightbox.php:50
|
700 |
-
#: options/
|
|
|
701 |
msgid "Caption"
|
702 |
msgstr "Підпис"
|
703 |
|
704 |
-
#: options/rbs_gallery_options_lightbox.php:58
|
705 |
msgid "Text Color"
|
706 |
msgstr "Колір Тексту"
|
707 |
|
708 |
-
#: options/rbs_gallery_options_lightbox.php:82
|
709 |
msgid "Deep Linking"
|
710 |
msgstr ""
|
711 |
|
712 |
-
#: options/rbs_gallery_options_lightbox.php:85
|
713 |
msgid "This option enable linking for every particular image "
|
714 |
msgstr ""
|
715 |
|
716 |
-
#: options/rbs_gallery_options_lightbox.php:91
|
717 |
msgid " Images Counter"
|
718 |
msgstr ""
|
719 |
|
720 |
-
#: options/rbs_gallery_options_lightbox.php:
|
|
|
|
|
|
|
|
|
721 |
msgid "Close Icon"
|
722 |
msgstr ""
|
723 |
|
724 |
-
#: options/rbs_gallery_options_lightbox.php:
|
725 |
msgid "Arrow Icon"
|
726 |
msgstr ""
|
727 |
|
728 |
-
#: options/rbs_gallery_options_lightbox.php:
|
729 |
msgid "Swipe"
|
730 |
msgstr ""
|
731 |
|
732 |
-
#: options/rbs_gallery_options_lightbox.php:
|
733 |
msgid "Mobile Style"
|
734 |
msgstr ""
|
735 |
|
736 |
-
#: options/rbs_gallery_options_lightbox.php:
|
737 |
msgid "Source Button "
|
738 |
msgstr ""
|
739 |
|
740 |
-
#: options/rbs_gallery_options_lightbox.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
741 |
msgid "Social Buttons"
|
742 |
msgstr ""
|
743 |
|
744 |
-
#: options/
|
745 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
746 |
msgid "Loading Options"
|
747 |
msgstr ""
|
748 |
|
749 |
-
#: options/rbs_gallery_options_loading.php:26
|
750 |
msgid "Lazy Load"
|
751 |
msgstr ""
|
752 |
|
753 |
-
#: options/rbs_gallery_options_loading.php:36
|
754 |
msgid "Loading Text"
|
755 |
msgstr ""
|
756 |
|
757 |
-
#: options/rbs_gallery_options_loading.php:44
|
758 |
msgid "Images Amount"
|
759 |
msgstr ""
|
760 |
|
761 |
-
#: options/rbs_gallery_options_loading.php:53
|
762 |
msgid "Load More Amount"
|
763 |
msgstr ""
|
764 |
|
765 |
-
#: options/rbs_gallery_options_loading.php:63
|
766 |
msgid "Wait Thumbs Load"
|
767 |
msgstr ""
|
768 |
|
769 |
-
#: options/rbs_gallery_options_loading.php:71
|
770 |
msgid "Wait No Matter What"
|
771 |
msgstr ""
|
772 |
|
773 |
-
#: options/rbs_gallery_options_loading.php:91
|
774 |
msgid "Loading Label"
|
775 |
msgstr ""
|
776 |
|
777 |
-
#: options/rbs_gallery_options_loading.php:101
|
778 |
msgid "Load More Label"
|
779 |
msgstr ""
|
780 |
|
781 |
-
#: options/rbs_gallery_options_loading.php:108
|
782 |
msgid "No More Entries Label"
|
783 |
msgstr ""
|
784 |
|
785 |
-
#: options/rbs_gallery_options_polaroid.php:
|
786 |
msgid "Polaroid Style Options"
|
787 |
msgstr ""
|
788 |
|
789 |
-
#: options/rbs_gallery_options_polaroid.php:26
|
790 |
msgid "Polaroid Style"
|
791 |
msgstr ""
|
792 |
|
793 |
-
#: options/rbs_gallery_options_polaroid.php:40
|
794 |
msgid "Source"
|
795 |
msgstr "Джерело"
|
796 |
|
797 |
-
#: options/rbs_gallery_options_polaroid.php:47
|
798 |
msgid "Desc"
|
799 |
msgstr "Опис"
|
800 |
|
801 |
-
#: options/
|
802 |
-
msgid "left"
|
803 |
-
msgstr "зліва"
|
804 |
-
|
805 |
-
#: options/rbs_gallery_options_polaroid.php:71
|
806 |
-
msgid "right"
|
807 |
-
msgstr ""
|
808 |
-
|
809 |
-
#: options/rbs_gallery_options_polaroid.php:72
|
810 |
-
msgid "center"
|
811 |
-
msgstr "По центру"
|
812 |
-
|
813 |
-
#: options/rbs_gallery_options_shortcode.php:18
|
814 |
msgid "Gallery Shortcode"
|
815 |
msgstr ""
|
816 |
|
817 |
-
#: options/rbs_gallery_options_shortcode.php:30
|
818 |
msgid "use this shortcode to insert this gallery into page, post or widget"
|
819 |
msgstr ""
|
820 |
|
821 |
-
#: options/rbs_gallery_options_size.php:
|
822 |
msgid "Gallery Size Options"
|
823 |
msgstr ""
|
824 |
|
825 |
-
#: options/rbs_gallery_options_size.php:
|
826 |
-
msgid "Width "
|
827 |
-
msgstr ""
|
828 |
-
|
829 |
-
#: options/rbs_gallery_options_size.php:53
|
830 |
msgid "Padding"
|
831 |
msgstr ""
|
832 |
|
833 |
-
#: options/rbs_gallery_options_size.php:
|
834 |
-
#: options/rbs_gallery_options_size.php:
|
835 |
msgid "Thumbs Options"
|
836 |
msgstr ""
|
837 |
|
838 |
-
#: options/rbs_gallery_options_size.php:
|
839 |
msgid "Size Options"
|
840 |
msgstr ""
|
841 |
|
842 |
-
#: options/rbs_gallery_options_size.php:
|
843 |
msgid "Custom Ratio"
|
844 |
msgstr ""
|
845 |
|
846 |
-
#: options/rbs_gallery_options_size.php:
|
847 |
msgid "Colums "
|
848 |
msgstr ""
|
849 |
|
850 |
-
#: options/rbs_gallery_options_text.php:
|
851 |
msgid "Text Addons"
|
852 |
msgstr ""
|
853 |
|
854 |
-
#: options/rbs_gallery_options_text.php:27
|
855 |
-
#: options/rbs_gallery_options_text.php:35
|
856 |
msgid "Pre Text"
|
857 |
msgstr ""
|
858 |
|
859 |
-
#: options/rbs_gallery_options_text.php:39
|
860 |
-
#: options/rbs_gallery_options_text.php:47
|
861 |
msgid "After Text"
|
862 |
msgstr ""
|
863 |
|
864 |
-
#: options/rbs_gallery_options_tools.php:
|
865 |
msgid "Gallery Tools"
|
866 |
msgstr ""
|
867 |
|
868 |
-
#: options/rbs_gallery_options_tools.php:
|
869 |
msgid "Posts List"
|
870 |
msgstr ""
|
871 |
|
872 |
-
#: options/rbs_gallery_options_tools.php:
|
873 |
msgid "Here you can create and customize new post with gallery inside it"
|
874 |
msgstr ""
|
875 |
|
876 |
-
#: options/rbs_gallery_options_tools.php:
|
877 |
msgid "Gallery Views"
|
878 |
msgstr ""
|
879 |
|
880 |
-
#: options/rbs_gallery_options_tools.php:
|
881 |
msgid "Are you sure that you wish to reset statistics?"
|
882 |
msgstr ""
|
883 |
|
884 |
-
#: options/rbs_gallery_options_tools.php:
|
885 |
msgid "Success: Statistic successfully reset!"
|
886 |
msgstr ""
|
887 |
|
888 |
-
#: options/
|
889 |
-
msgid "Reset"
|
890 |
-
msgstr ""
|
891 |
-
|
892 |
-
#: options/rbs_gallery_options_view.php:18
|
893 |
msgid "Thumbs View Options"
|
894 |
msgstr ""
|
895 |
|
896 |
-
#: options/rbs_gallery_options_view.php:28
|
897 |
msgid "Radius"
|
898 |
msgstr ""
|
899 |
|
900 |
-
#: options/rbs_gallery_options_view.php:41
|
901 |
msgid "Hor. Space"
|
902 |
msgstr ""
|
903 |
|
904 |
-
#: options/rbs_gallery_options_view.php:51
|
905 |
msgid "Ver. Space"
|
906 |
msgstr ""
|
907 |
|
908 |
-
#: options/rbs_gallery_options_view.php:64
|
909 |
msgid "Shadow"
|
910 |
msgstr "Тінь"
|
911 |
|
912 |
-
#: options/rbs_gallery_options_view.php:74
|
913 |
-
#: options/rbs_gallery_options_view.php:81
|
914 |
-
#: options/rbs_gallery_options_view.php:106
|
915 |
msgid "Shadow Options"
|
916 |
msgstr ""
|
917 |
|
918 |
-
#: options/rbs_gallery_options_view.php:82
|
919 |
msgid "Hover Shadow Options"
|
920 |
msgstr ""
|
921 |
|
922 |
-
#: options/rbs_gallery_options_view.php:92
|
923 |
msgid "Hover Shadow"
|
924 |
msgstr ""
|
925 |
|
926 |
-
#: options/rbs_gallery_options_view.php:137
|
927 |
-
#: options/rbs_gallery_options_view.php:144
|
928 |
-
#: options/rbs_gallery_options_view.php:171
|
929 |
msgid "Border Options"
|
930 |
msgstr ""
|
931 |
|
932 |
-
#: options/rbs_gallery_options_view.php:145
|
933 |
msgid "Hover Border Options"
|
934 |
msgstr ""
|
935 |
|
936 |
-
#: options/rbs_gallery_options_view.php:156
|
937 |
msgid "Hover Border"
|
938 |
msgstr ""
|
939 |
|
940 |
-
#: rbs_gallery_about.php:
|
941 |
msgid "Robo Gallery implemented by RoboSoft Team"
|
942 |
msgstr ""
|
943 |
|
944 |
-
#: rbs_gallery_about.php:
|
945 |
msgid "More details about Robo Gallery you can see on our website"
|
946 |
msgstr ""
|
947 |
|
948 |
-
#: rbs_gallery_about.php:
|
949 |
msgid "Robo Gallery Pro Features"
|
950 |
msgstr ""
|
951 |
|
952 |
-
#: rbs_gallery_about.php:
|
953 |
msgid "Unlimited amount of the galleries"
|
954 |
msgstr ""
|
955 |
|
956 |
-
#: rbs_gallery_about.php:
|
957 |
msgid "Unlimited amount of images in galleries"
|
958 |
msgstr ""
|
959 |
|
960 |
-
#: rbs_gallery_about.php:
|
961 |
msgid "Custom hover style for border"
|
962 |
msgstr ""
|
963 |
|
964 |
-
#: rbs_gallery_about.php:
|
965 |
msgid "Custom hover style for shadow"
|
966 |
msgstr ""
|
967 |
|
968 |
-
#: rbs_gallery_about.php:
|
969 |
msgid "Unlimited multi-categories"
|
970 |
msgstr ""
|
971 |
|
972 |
-
#: rbs_gallery_about.php:
|
973 |
msgid "High quality thumbnails"
|
974 |
msgstr ""
|
975 |
|
976 |
-
#: rbs_gallery_about.php:
|
977 |
msgid "Gallery widget"
|
978 |
msgstr ""
|
979 |
|
980 |
-
#: rbs_gallery_about.php:
|
981 |
msgid "Random ordering"
|
982 |
msgstr ""
|
983 |
|
984 |
-
#: rbs_gallery_about.php:
|
985 |
msgid "Gallery menu colors"
|
986 |
msgstr ""
|
987 |
|
988 |
-
#: rbs_gallery_about.php:
|
989 |
msgid "Gallery menu styles"
|
990 |
msgstr ""
|
991 |
|
992 |
-
#: rbs_gallery_about.php:
|
993 |
msgid "Custom images ordering"
|
994 |
msgstr ""
|
995 |
|
996 |
-
#: rbs_gallery_about.php:
|
997 |
msgid "Customizable hover style"
|
998 |
msgstr ""
|
999 |
|
1000 |
-
#: rbs_gallery_about.php:
|
1001 |
msgid "Custom hover background color"
|
1002 |
msgstr ""
|
1003 |
|
1004 |
-
#: rbs_gallery_about.php:
|
1005 |
msgid "Advanced images description settings"
|
1006 |
msgstr "Розширені налаштування"
|
1007 |
|
1008 |
-
#: rbs_gallery_about.php:
|
1009 |
msgid "All Rights Reserved"
|
1010 |
msgstr "Всі права захищені"
|
1011 |
|
1012 |
-
|
|
|
|
|
1013 |
msgid "Robo Gallery"
|
1014 |
msgstr ""
|
1015 |
|
1016 |
-
#: rbs_gallery_button.php:
|
1017 |
msgid "Insert"
|
1018 |
msgstr ""
|
1019 |
|
1020 |
-
#: rbs_gallery_button.php:
|
1021 |
msgid "Add Robo Gallery"
|
1022 |
msgstr "Додати Robo Галерею "
|
1023 |
|
1024 |
-
#: rbs_gallery_button.php:
|
1025 |
msgid "Select gallery"
|
1026 |
msgstr ""
|
1027 |
|
1028 |
-
#: rbs_gallery_button.php:
|
|
|
1029 |
msgid "Configure it in"
|
1030 |
msgstr "Налаштувати"
|
1031 |
|
1032 |
-
#: rbs_gallery_button.php:
|
|
|
1033 |
msgid "Robo Gallery plugin"
|
1034 |
msgstr ""
|
1035 |
|
1036 |
-
#: rbs_gallery_init.php:
|
1037 |
msgid "Available in"
|
1038 |
msgstr "Доступно в"
|
1039 |
|
1040 |
-
#: rbs_gallery_init.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1041 |
msgid "Galleries List"
|
1042 |
msgstr "Галереї"
|
1043 |
|
1044 |
-
#: rbs_gallery_init.php:
|
1045 |
msgid "Add Gallery"
|
1046 |
msgstr "Додати Галерею "
|
1047 |
|
1048 |
-
#: rbs_gallery_init.php:
|
1049 |
msgid "Edit Gallery"
|
1050 |
msgstr "Редагувати Галерею"
|
1051 |
|
1052 |
-
#: rbs_gallery_list.php:
|
1053 |
-
msgid "Get Robo Gallery Pro version"
|
1054 |
-
msgstr ""
|
1055 |
-
|
1056 |
-
#: rbs_gallery_list.php:31
|
1057 |
msgid ""
|
1058 |
"You can create only 3 galleries. Update to PRO to get unlimited galleries"
|
1059 |
msgstr ""
|
1060 |
|
1061 |
-
#: rbs_gallery_list.php:
|
1062 |
msgid "Views"
|
1063 |
msgstr ""
|
1064 |
|
1065 |
-
#: rbs_gallery_list.php:
|
1066 |
msgid "Shortcode"
|
1067 |
msgstr "Shortcode"
|
1068 |
|
1069 |
-
#: rbs_gallery_media.php:
|
1070 |
msgid "Column"
|
1071 |
msgstr "Колонка"
|
1072 |
|
1073 |
-
#: rbs_gallery_media.php:
|
1074 |
msgid "Link"
|
1075 |
msgstr ""
|
1076 |
|
1077 |
-
#: rbs_gallery_media.php:
|
1078 |
msgid "Blank Link"
|
1079 |
msgstr ""
|
1080 |
|
1081 |
-
#: rbs_gallery_media.php:
|
1082 |
msgid "Video"
|
1083 |
msgstr "Відео"
|
1084 |
|
1085 |
-
#: rbs_gallery_media.php:
|
1086 |
msgid "inherit"
|
1087 |
msgstr ""
|
1088 |
|
1089 |
-
#: rbs_gallery_settings.php:
|
1090 |
msgid "Compatibility Settings"
|
1091 |
msgstr "Настройки сумісності"
|
1092 |
|
1093 |
-
#: rbs_gallery_settings.php:
|
1094 |
msgid "Categories Manager"
|
1095 |
msgstr ""
|
1096 |
|
1097 |
-
#: rbs_gallery_settings.php:
|
1098 |
-
#: rbs_gallery_settings.php:
|
1099 |
-
#: rbs_gallery_settings.php:
|
|
|
1100 |
msgid "Show"
|
1101 |
msgstr ""
|
1102 |
|
1103 |
-
#: rbs_gallery_settings.php:
|
1104 |
-
#: rbs_gallery_settings.php:
|
|
|
1105 |
msgid "Hide"
|
1106 |
msgstr ""
|
1107 |
|
1108 |
-
#: rbs_gallery_settings.php:
|
1109 |
msgid "jQuery Version"
|
1110 |
msgstr "Версія jQuery "
|
1111 |
|
1112 |
-
#: rbs_gallery_settings.php:
|
1113 |
msgid "Default"
|
1114 |
msgstr "Типове"
|
1115 |
|
1116 |
-
#: rbs_gallery_settings.php:
|
1117 |
msgid "Alternative"
|
1118 |
msgstr ""
|
1119 |
|
1120 |
-
#: rbs_gallery_settings.php:
|
1121 |
msgid "Forced include"
|
1122 |
msgstr ""
|
1123 |
|
1124 |
-
#: rbs_gallery_settings.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1125 |
msgid "Switch Style"
|
1126 |
msgstr ""
|
1127 |
|
1128 |
-
#: rbs_gallery_settings.php:
|
1129 |
msgid "Modern"
|
1130 |
msgstr ""
|
1131 |
|
1132 |
-
#: rbs_gallery_settings.php:
|
1133 |
msgid "Classic"
|
1134 |
msgstr "Класичний"
|
1135 |
|
1136 |
-
#: rbs_gallery_settings.php:
|
1137 |
msgid "Size Calculations Delay"
|
1138 |
msgstr ""
|
1139 |
|
1140 |
-
#: rbs_gallery_settings.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1141 |
msgid "Create Post Settings"
|
1142 |
msgstr ""
|
1143 |
|
1144 |
-
#: rbs_gallery_settings.php:
|
1145 |
msgid "Text Block"
|
1146 |
msgstr "Текстовий блок"
|
1147 |
|
1148 |
-
#: rbs_gallery_settings.php:
|
1149 |
msgid "Show Text"
|
1150 |
msgstr "Показати текст"
|
1151 |
|
1152 |
-
#: rbs_gallery_settings.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1153 |
msgid "Save Changes"
|
1154 |
msgstr "Зберегти зміни"
|
1155 |
|
1156 |
-
#: rbs_gallery_topblock.php:
|
1157 |
msgid "Do You wish to get PRO version for FREE ?"
|
1158 |
msgstr ""
|
1159 |
|
1160 |
-
#: rbs_gallery_topblock.php:
|
1161 |
msgid "Do You wish to get PRO version for translate?"
|
1162 |
msgstr "Do You wish to get PRO version for translate?"
|
1163 |
|
1164 |
-
#: rbs_gallery_widget.php:
|
1165 |
msgid "Robo Gallery Widget"
|
1166 |
msgstr "Віджет Robo Gallery"
|
1167 |
|
1168 |
-
#: rbs_gallery_widget.php:
|
1169 |
msgid "Publish gallery on your website."
|
1170 |
msgstr ""
|
1171 |
|
1172 |
-
#: rbs_gallery_widget.php:
|
|
|
|
|
1173 |
msgid "This widget available in Pro version"
|
1174 |
msgstr "Цей віджет доступний у версії Pro"
|
1175 |
|
1176 |
-
#: rbs_gallery_widget.php:
|
1177 |
msgid "New gallery"
|
1178 |
msgstr "Додати Галерею "
|
1179 |
|
1180 |
-
#: rbs_gallery_widget.php:
|
1181 |
msgid "Gallery:"
|
1182 |
msgstr "Галерея:"
|
1183 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1184 |
#~ msgid "BackUp"
|
1185 |
#~ msgstr "Резервне копіювання"
|
1186 |
|
@@ -1193,9 +1412,6 @@ msgstr "Галерея:"
|
|
1193 |
#~ msgid "Thumbs options"
|
1194 |
#~ msgstr "Thumbs options"
|
1195 |
|
1196 |
-
#~ msgid "Loading options"
|
1197 |
-
#~ msgstr "Loading options"
|
1198 |
-
|
1199 |
#~ msgid "Title:"
|
1200 |
#~ msgstr "Title:"
|
1201 |
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Robo Gallery V 1.2\n"
|
4 |
+
"POT-Creation-Date: 2017-06-16 10:41+0200\n"
|
5 |
+
"PO-Revision-Date: 2018-09-03 19:12+0200\n"
|
6 |
"Last-Translator: RoboSoft Team <team@robosoft.co>\n"
|
7 |
"Language-Team: RoboSoft Team <team@robosoft.co>\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 2.1.1\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"
|
17 |
"X-Poedit-KeywordsList: __;_e\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
+
#: cmb2/fields/border/cmb-field-border.php:50
|
21 |
+
#: includes/options/rbs_gallery_options_size.php:28
|
22 |
+
msgid "Width"
|
23 |
msgstr ""
|
24 |
|
25 |
+
#: cmb2/fields/border/cmb-field-border.php:69
|
26 |
+
#: includes/options/rbs_gallery_options_button.php:136
|
27 |
+
msgid "Style"
|
28 |
+
msgstr "Стиль"
|
29 |
|
30 |
+
#: cmb2/fields/border/cmb-field-border.php:83
|
31 |
+
#: includes/options/rbs_gallery_options_button.php:155
|
32 |
+
msgid "Color"
|
33 |
+
msgstr "Колір"
|
34 |
|
35 |
+
#: cmb2/fields/padding/rbs-padding.php:46
|
36 |
+
#: includes/options/rbs_gallery_options_button.php:207
|
37 |
+
#: includes/options/rbs_gallery_options_polaroid.php:70
|
38 |
+
msgid "Left"
|
39 |
msgstr ""
|
40 |
|
41 |
+
#: cmb2/fields/padding/rbs-padding.php:60
|
42 |
+
msgid "Top"
|
43 |
msgstr ""
|
44 |
|
45 |
+
#: cmb2/fields/padding/rbs-padding.php:78
|
46 |
+
#: includes/options/rbs_gallery_options_button.php:209
|
47 |
+
#: includes/options/rbs_gallery_options_polaroid.php:71
|
48 |
+
msgid "Right"
|
49 |
msgstr ""
|
50 |
|
51 |
+
#: cmb2/fields/padding/rbs-padding.php:92
|
52 |
+
msgid "Bottom"
|
|
|
53 |
msgstr ""
|
54 |
|
55 |
+
#: cmb2/fields/toolbox/cmb-field-toolbox.php:60
|
56 |
+
#: includes/rbs_gallery_list.php:29
|
57 |
+
msgid "Get Robo Gallery Pro version"
|
58 |
msgstr ""
|
59 |
|
60 |
+
#: cmb2/fields/toolbox/cmb-field-toolbox.php:61
|
61 |
+
#: cmb2/fields/toolbox/cmb-field-toolbox.php:74
|
62 |
+
#: includes/extensions/rbs_create_post.php:11
|
63 |
+
#: includes/rbs_gallery_button.php:28 includes/rbs_gallery_list.php:30
|
64 |
+
msgid "Close"
|
65 |
+
msgstr "Закрити"
|
66 |
|
67 |
+
#: cmb2/fields/toolbox/cmb-field-toolbox.php:62
|
68 |
+
#: includes/options/rbs_gallery_options_info.php:19
|
69 |
+
#: includes/options/rbs_gallery_options_info.php:31
|
70 |
+
#: includes/options/rbs_gallery_options_infowide.php:19
|
71 |
+
#: includes/rbs_gallery_about.php:66 includes/rbs_gallery_about.php:67
|
72 |
+
#: includes/rbs_gallery_list.php:31 includes/rbs_gallery_topblock.php:23
|
73 |
+
msgid "Get Pro version"
|
74 |
+
msgstr "Отримати Pro версію"
|
75 |
|
76 |
+
#: cmb2/fields/toolbox/cmb-field-toolbox.php:64
|
77 |
+
#, fuzzy
|
78 |
+
#| msgid "This widget available in Pro version"
|
79 |
+
msgid "This function available in PRO version"
|
80 |
+
msgstr "Цей віджет доступний у версії Pro"
|
81 |
|
82 |
+
#: cmb2/fields/toolbox/cmb-field-toolbox.php:73
|
83 |
+
#, fuzzy
|
84 |
+
#| msgid "Add Robo Gallery"
|
85 |
+
msgid "Update Robo Gallery PRO Key"
|
86 |
+
msgstr "Додати Robo Галерею "
|
87 |
|
88 |
+
#: cmb2/fields/toolbox/cmb-field-toolbox.php:75
|
89 |
+
msgid "Goto Clients section"
|
|
|
90 |
msgstr ""
|
91 |
|
92 |
+
#: cmb2/fields/toolbox/cmb-field-toolbox.php:77
|
93 |
+
msgid ""
|
94 |
+
"This function available in latest versions of the plugin. <br/>\n"
|
95 |
+
"\t\t\t\t\t\t\tPlease login to <a href=\"https://robosoft.co/clients/\" "
|
96 |
+
"target=\"_blank\">client member place section</a> and download latest "
|
97 |
+
"version of the <strong>Robo Gallery Key plugin</strong>.<br/><br/>\n"
|
98 |
+
"\t\t\t\t\t\t\tInstall this key on the website and all features will be "
|
99 |
+
"enabled.<br/>\n"
|
100 |
+
"\t\t\t\t\t\t\tAll previous functionality will be available with old Pro Key. "
|
101 |
+
"<br/>\n"
|
102 |
+
"\t\t\t\t\t\t\tUpdate required only for the case if you wish to enable all "
|
103 |
+
"latest functions implemented in new version of the plugin."
|
104 |
msgstr ""
|
105 |
|
106 |
+
#: cmb2/fields/toolbox/cmb-field-toolbox.php:134
|
107 |
+
msgid "disabled because you select gallery clone option"
|
108 |
msgstr ""
|
109 |
|
110 |
+
#: includes/extensions/backup/backup.form.php:62
|
111 |
msgid "Robo Gallery Backup"
|
112 |
msgstr ""
|
113 |
|
114 |
+
#: includes/extensions/backup/backup.form.php:105
|
|
|
|
|
|
|
|
|
115 |
msgid "Success Import "
|
116 |
msgstr "Успіх імпорту"
|
117 |
|
118 |
+
#: includes/extensions/backup/backup.form.php:107
|
119 |
msgid "Import Post"
|
120 |
msgstr "Імпорт"
|
121 |
|
122 |
+
#: includes/extensions/backup/backup.form.php:108
|
123 |
msgid "Import Images"
|
124 |
msgstr "Імпорт зображень"
|
125 |
|
126 |
+
#: includes/extensions/backup/backup.form.php:114
|
127 |
msgid "Duplicate Post"
|
128 |
msgstr ""
|
129 |
|
130 |
+
#: includes/extensions/backup/backup.form.php:115
|
131 |
msgid "Duplicate Images"
|
132 |
msgstr ""
|
133 |
|
134 |
+
#: includes/extensions/backup/backup.form.php:122
|
135 |
msgid "Skipped Post"
|
136 |
msgstr "Пропущено"
|
137 |
|
138 |
+
#: includes/extensions/backup/backup.form.php:123
|
139 |
msgid "Skipped Images"
|
140 |
msgstr "Пропущено зображень"
|
141 |
|
142 |
+
#: includes/extensions/backup/backup.form.php:129
|
143 |
msgid "Error: please check backup file"
|
144 |
msgstr ""
|
145 |
|
146 |
+
#: includes/extensions/backup/backup.form.php:132
|
147 |
msgid "Error: check secure"
|
148 |
msgstr ""
|
149 |
|
150 |
+
#: includes/extensions/backup/backup.form.php:161
|
151 |
msgid ""
|
152 |
"You can use Full Backup options to make backup of configured galleries "
|
153 |
"settings and images. As result you'll get archive with XML file of galleries "
|
154 |
"settings and all images of your galleries"
|
155 |
msgstr ""
|
156 |
|
157 |
+
#: includes/extensions/backup/backup.form.php:166
|
158 |
+
#: includes/extensions/backup/backup.form.php:195
|
159 |
msgid "File Name"
|
160 |
msgstr "Ім'я файлу"
|
161 |
|
162 |
+
#: includes/extensions/backup/backup.form.php:175
|
163 |
msgid "Download Full Backup"
|
164 |
msgstr ""
|
165 |
|
166 |
+
#: includes/extensions/backup/backup.form.php:189
|
167 |
msgid ""
|
168 |
"After EXPORT copy images from server folder: {Wordpress folder}/wp-content/"
|
169 |
"uploads to the new location by FTP"
|
170 |
msgstr ""
|
171 |
|
172 |
+
#: includes/extensions/backup/backup.form.php:203
|
173 |
msgid "Download Backup"
|
174 |
msgstr ""
|
175 |
|
176 |
+
#: includes/extensions/backup/backup.form.php:219
|
177 |
msgid "Sever Environment"
|
178 |
msgstr ""
|
179 |
|
180 |
+
#: includes/extensions/backup/backup.form.php:222
|
181 |
msgid "Max upload size"
|
182 |
msgstr ""
|
183 |
|
184 |
+
#: includes/extensions/backup/backup.form.php:223
|
185 |
msgid "Max POST size"
|
186 |
msgstr ""
|
187 |
|
188 |
+
#: includes/extensions/backup/backup.form.php:224
|
189 |
msgid "How to increase the max upload size?"
|
190 |
msgstr ""
|
191 |
|
192 |
+
#: includes/extensions/backup/backup.form.php:229
|
193 |
+
#: includes/extensions/backup/backup.form.php:232
|
194 |
msgid "Duplicate"
|
195 |
msgstr ""
|
196 |
|
197 |
+
#: includes/extensions/backup/backup.form.php:235
|
198 |
+
msgid "Make copy if such gallery or image already exist"
|
199 |
msgstr ""
|
200 |
|
201 |
+
#: includes/extensions/backup/backup.form.php:244
|
202 |
msgid "Select backup file"
|
203 |
msgstr ""
|
204 |
|
205 |
+
#: includes/extensions/backup/backup.form.php:252
|
206 |
+
msgid "Upload XML or Zip"
|
207 |
msgstr ""
|
208 |
|
209 |
+
#: includes/extensions/category/category.class.php:46
|
210 |
+
#: includes/options/rbs_gallery_options_button.php:52
|
211 |
msgid "Categories"
|
212 |
msgstr "Категорії"
|
213 |
|
214 |
+
#: includes/extensions/category/category.class.php:101
|
215 |
msgid "Save"
|
216 |
msgstr ""
|
217 |
|
218 |
+
#: includes/extensions/category/category.class.php:104
|
219 |
msgid "Cancel"
|
220 |
msgstr ""
|
221 |
|
222 |
+
#: includes/extensions/category/category.class.php:113
|
223 |
msgid "Error"
|
224 |
msgstr ""
|
225 |
|
226 |
+
#: includes/extensions/category/category.class.php:116
|
227 |
msgid "OK"
|
228 |
msgstr ""
|
229 |
|
230 |
+
#: includes/extensions/category/category.class.php:143
|
231 |
msgid "Root Category"
|
232 |
msgstr ""
|
233 |
|
234 |
+
#: includes/extensions/category/category.class.php:155
|
235 |
+
#: includes/extensions/rbs_create_post_ajax.php:143
|
236 |
+
#: includes/extensions/rbs_create_post_ajax.php:201
|
237 |
+
#: includes/extensions/rbs_create_post_ajax.php:202
|
238 |
msgid "Edit"
|
239 |
msgstr "Редагувати"
|
240 |
|
241 |
+
#: includes/extensions/rbs_create_post.php:10
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
242 |
msgid "Post manager"
|
243 |
msgstr ""
|
244 |
|
245 |
+
#: includes/extensions/rbs_create_post.php:12
|
246 |
+
#: includes/options/rbs_gallery_options_tools.php:33
|
|
|
|
|
|
|
|
|
247 |
msgid "Create post"
|
248 |
msgstr ""
|
249 |
|
250 |
+
#: includes/extensions/rbs_create_post.php:17
|
251 |
+
#, fuzzy
|
252 |
+
#| msgid "Loading options"
|
253 |
+
msgid "Loading"
|
254 |
+
msgstr "Loading options"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
255 |
|
256 |
+
#: includes/extensions/rbs_create_post_ajax.php:54
|
257 |
msgid "Add new post"
|
258 |
msgstr ""
|
259 |
|
260 |
+
#: includes/extensions/rbs_create_post_ajax.php:59
|
261 |
msgid "Category"
|
262 |
msgstr ""
|
263 |
|
264 |
+
#: includes/extensions/rbs_create_post_ajax.php:64
|
265 |
+
#: includes/extensions/rbs_create_post_ajax.php:178
|
266 |
+
#: includes/options/rbs_gallery_options_hover.php:129
|
267 |
+
#: includes/options/rbs_gallery_options_lightbox.php:48
|
268 |
+
#: includes/options/rbs_gallery_options_lightbox.php:172
|
269 |
+
#: includes/options/rbs_gallery_options_polaroid.php:46
|
270 |
+
#: includes/rbs_gallery_widget.php:95 includes/rbs_gallery_widget_last.php:75
|
271 |
msgid "Title"
|
272 |
msgstr "Назва"
|
273 |
|
274 |
+
#: includes/extensions/rbs_create_post_ajax.php:69
|
275 |
msgid "Slug"
|
276 |
msgstr ""
|
277 |
|
278 |
+
#: includes/extensions/rbs_create_post_ajax.php:74
|
279 |
+
#: includes/options/rbs_gallery_options_lightbox.php:29
|
280 |
msgid "Text"
|
281 |
msgstr "Текст"
|
282 |
|
283 |
+
#: includes/extensions/rbs_create_post_ajax.php:82
|
284 |
msgid "Short tag of the gallery will be insert into created article."
|
285 |
msgstr ""
|
286 |
|
287 |
+
#: includes/extensions/rbs_create_post_ajax.php:140
|
288 |
+
msgid "Post"
|
289 |
msgstr ""
|
290 |
|
291 |
+
#: includes/extensions/rbs_create_post_ajax.php:140
|
292 |
+
msgid "created"
|
293 |
msgstr ""
|
294 |
|
295 |
+
#: includes/extensions/rbs_create_post_ajax.php:146
|
296 |
+
#: includes/extensions/rbs_create_post_ajax.php:206
|
297 |
+
#: includes/extensions/rbs_create_post_ajax.php:207
|
298 |
msgid "Preview"
|
299 |
msgstr ""
|
300 |
|
301 |
+
#: includes/extensions/rbs_create_post_ajax.php:179
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
302 |
msgid "Status"
|
303 |
msgstr ""
|
304 |
|
305 |
+
#: includes/extensions/rbs_create_post_ajax.php:197
|
306 |
+
#: includes/extensions/stats/stats.form.php:118
|
307 |
+
msgid "Published"
|
308 |
+
msgstr ""
|
309 |
+
|
310 |
+
#: includes/extensions/rbs_create_post_ajax.php:197
|
311 |
msgid "publish"
|
312 |
msgstr ""
|
313 |
|
314 |
+
#: includes/extensions/stats/stats.form.php:51
|
315 |
msgid "Robo Gallery Statistics"
|
316 |
msgstr ""
|
317 |
|
318 |
+
#: includes/extensions/stats/stats.form.php:52
|
319 |
+
#: includes/options/rbs_gallery_options_tools.php:45
|
320 |
+
msgid "Reset"
|
321 |
+
msgstr ""
|
322 |
+
|
323 |
+
#: includes/extensions/stats/stats.form.php:57
|
324 |
+
msgid "Statistics Reset."
|
325 |
+
msgstr ""
|
326 |
+
|
327 |
+
#: includes/extensions/stats/stats.form.php:59
|
328 |
+
msgid "Dismiss this notice."
|
329 |
+
msgstr ""
|
330 |
+
|
331 |
+
#: includes/extensions/stats/stats.form.php:71
|
332 |
msgid "Gallery Statistics"
|
333 |
msgstr ""
|
334 |
|
335 |
+
#: includes/extensions/stats/stats.form.php:72
|
336 |
msgid "Images Statistics"
|
337 |
msgstr ""
|
338 |
|
339 |
+
#: includes/extensions/stats/stats.form.php:91
|
340 |
msgid "Total Views"
|
341 |
msgstr ""
|
342 |
|
343 |
+
#: includes/extensions/stats/stats.form.php:99
|
344 |
+
#, fuzzy
|
345 |
+
#| msgid "Import Images"
|
346 |
+
msgid "Total Images"
|
347 |
+
msgstr "Імпорт зображень"
|
348 |
+
|
349 |
+
#: includes/extensions/stats/stats.form.php:107
|
350 |
+
#, fuzzy
|
351 |
+
#| msgid "Galleries List"
|
352 |
+
msgid "Total Galleries"
|
353 |
+
msgstr "Галереї"
|
354 |
|
355 |
+
#: includes/extensions/stats/stats.form.php:126
|
356 |
msgid "Drafts"
|
357 |
msgstr ""
|
358 |
|
359 |
+
#: includes/extensions/stats/stats.form.php:134
|
360 |
msgid "Trash"
|
361 |
msgstr ""
|
362 |
|
363 |
+
#: includes/options/rbs_gallery_options_button.php:19
|
364 |
msgid "Menu Options"
|
365 |
msgstr ""
|
366 |
|
367 |
+
#: includes/options/rbs_gallery_options_button.php:26
|
368 |
msgid "Menu"
|
369 |
msgstr ""
|
370 |
|
371 |
+
#: includes/options/rbs_gallery_options_button.php:42
|
372 |
+
msgid "Menu mode"
|
373 |
msgstr ""
|
374 |
|
375 |
+
#: includes/options/rbs_gallery_options_button.php:51
|
376 |
+
#: includes/rbs_gallery_media.php:56
|
377 |
+
msgid "Tags"
|
378 |
msgstr ""
|
379 |
|
380 |
+
#: includes/options/rbs_gallery_options_button.php:53
|
381 |
+
msgid "primary"
|
382 |
msgstr ""
|
383 |
|
384 |
+
#: includes/options/rbs_gallery_options_button.php:54
|
385 |
+
msgid "info"
|
386 |
+
msgstr ""
|
387 |
+
|
388 |
+
#: includes/options/rbs_gallery_options_button.php:61
|
389 |
+
msgid "Tags Ordering"
|
390 |
+
msgstr ""
|
391 |
+
|
392 |
+
#: includes/options/rbs_gallery_options_button.php:68
|
393 |
+
msgid "No ordering"
|
394 |
+
msgstr ""
|
395 |
+
|
396 |
+
#: includes/options/rbs_gallery_options_button.php:69
|
397 |
+
msgid "Alphabetical asc"
|
398 |
+
msgstr ""
|
399 |
+
|
400 |
+
#: includes/options/rbs_gallery_options_button.php:70
|
401 |
+
msgid "Alphabetical desc"
|
402 |
+
msgstr ""
|
403 |
+
|
404 |
+
#: includes/options/rbs_gallery_options_button.php:77
|
405 |
msgid "Self Images"
|
406 |
msgstr ""
|
407 |
|
408 |
+
#: includes/options/rbs_gallery_options_button.php:89
|
409 |
+
msgid "Root Label"
|
410 |
+
msgstr ""
|
411 |
+
|
412 |
+
#: includes/options/rbs_gallery_options_button.php:99
|
413 |
+
msgid "Menu Labels"
|
414 |
+
msgstr ""
|
415 |
+
|
416 |
+
#: includes/options/rbs_gallery_options_button.php:100
|
417 |
+
#, fuzzy
|
418 |
+
#| msgid "Style"
|
419 |
+
msgid "Menu Style"
|
420 |
msgstr "Стиль"
|
421 |
|
422 |
+
#: includes/options/rbs_gallery_options_button.php:101
|
423 |
+
#: includes/options/rbs_gallery_options_button.php:240
|
424 |
+
msgid "Search"
|
425 |
+
msgstr ""
|
426 |
+
|
427 |
+
#: includes/options/rbs_gallery_options_button.php:110
|
428 |
+
msgid "Root Label Text"
|
429 |
+
msgstr ""
|
430 |
+
|
431 |
+
#: includes/options/rbs_gallery_options_button.php:111
|
432 |
+
msgid "All"
|
433 |
+
msgstr ""
|
434 |
+
|
435 |
+
#: includes/options/rbs_gallery_options_button.php:121
|
436 |
+
msgid "Self Label"
|
437 |
+
msgstr ""
|
438 |
+
|
439 |
+
#: includes/options/rbs_gallery_options_button.php:143
|
440 |
+
#: includes/options/rbs_gallery_options_button.php:178
|
441 |
+
#: includes/options/rbs_gallery_options_button.php:194
|
442 |
msgid "Normal"
|
443 |
msgstr ""
|
444 |
|
445 |
+
#: includes/options/rbs_gallery_options_button.php:144
|
446 |
msgid "flat"
|
447 |
msgstr ""
|
448 |
|
449 |
+
#: includes/options/rbs_gallery_options_button.php:145
|
450 |
msgid "3d"
|
451 |
msgstr "3d"
|
452 |
|
453 |
+
#: includes/options/rbs_gallery_options_button.php:146
|
454 |
+
#: includes/options/rbs_gallery_options_view.php:127
|
455 |
msgid "Border"
|
456 |
msgstr "Рамка"
|
457 |
|
458 |
+
#: includes/options/rbs_gallery_options_button.php:162
|
459 |
+
msgid "Gray"
|
|
|
|
|
|
|
|
|
460 |
msgstr ""
|
461 |
|
462 |
+
#: includes/options/rbs_gallery_options_button.php:163
|
463 |
+
#: includes/options/rbs_gallery_options_lightbox.php:189
|
464 |
+
msgid "Blue"
|
465 |
+
msgstr ""
|
466 |
|
467 |
+
#: includes/options/rbs_gallery_options_button.php:164
|
468 |
+
#: includes/options/rbs_gallery_options_lightbox.php:190
|
469 |
+
#, fuzzy
|
470 |
+
#| msgid "green"
|
471 |
+
msgid "Green"
|
472 |
msgstr "зелений"
|
473 |
|
474 |
+
#: includes/options/rbs_gallery_options_button.php:165
|
475 |
+
msgid "Orange"
|
476 |
msgstr ""
|
477 |
|
478 |
+
#: includes/options/rbs_gallery_options_button.php:166
|
479 |
+
#: includes/options/rbs_gallery_options_lightbox.php:188
|
480 |
+
msgid "Red"
|
481 |
msgstr ""
|
482 |
|
483 |
+
#: includes/options/rbs_gallery_options_button.php:167
|
484 |
+
msgid "Purple"
|
485 |
msgstr ""
|
486 |
|
487 |
+
#: includes/options/rbs_gallery_options_button.php:172
|
488 |
msgid "Rounds"
|
489 |
msgstr ""
|
490 |
|
491 |
+
#: includes/options/rbs_gallery_options_button.php:179
|
492 |
msgid "Rounded"
|
493 |
msgstr ""
|
494 |
|
495 |
+
#: includes/options/rbs_gallery_options_button.php:180
|
496 |
msgid "Pill"
|
497 |
msgstr ""
|
498 |
|
499 |
+
#: includes/options/rbs_gallery_options_button.php:181
|
500 |
msgid "Circle "
|
501 |
msgstr "Коло"
|
502 |
|
503 |
+
#: includes/options/rbs_gallery_options_button.php:186
|
504 |
msgid "Size"
|
505 |
msgstr "Розмір"
|
506 |
|
507 |
+
#: includes/options/rbs_gallery_options_button.php:192
|
508 |
msgid "Jumbo"
|
509 |
msgstr ""
|
510 |
|
511 |
+
#: includes/options/rbs_gallery_options_button.php:193
|
512 |
msgid "Large"
|
513 |
msgstr ""
|
514 |
|
515 |
+
#: includes/options/rbs_gallery_options_button.php:195
|
516 |
msgid "Small"
|
517 |
msgstr "Малий"
|
518 |
|
519 |
+
#: includes/options/rbs_gallery_options_button.php:196
|
520 |
msgid "Tiny "
|
521 |
msgstr "Крихітні"
|
522 |
|
523 |
+
#: includes/options/rbs_gallery_options_button.php:201
|
524 |
+
#: includes/options/rbs_gallery_options_polaroid.php:64
|
525 |
+
#: includes/options/rbs_gallery_options_size.php:38
|
526 |
msgid "Align"
|
527 |
msgstr "Вирівняти"
|
528 |
|
529 |
+
#: includes/options/rbs_gallery_options_button.php:208
|
530 |
+
#: includes/options/rbs_gallery_options_polaroid.php:72
|
|
|
|
|
|
|
531 |
msgid "Center"
|
532 |
msgstr ""
|
533 |
|
534 |
+
#: includes/options/rbs_gallery_options_button.php:214
|
|
|
|
|
|
|
|
|
535 |
msgid "Left Padding"
|
536 |
msgstr ""
|
537 |
|
538 |
+
#: includes/options/rbs_gallery_options_button.php:225
|
539 |
msgid "Bottom Padding"
|
540 |
msgstr ""
|
541 |
|
542 |
+
#: includes/options/rbs_gallery_options_button.php:249
|
543 |
+
#, fuzzy
|
544 |
+
#| msgid "Show Text"
|
545 |
+
msgid "Search Text"
|
546 |
+
msgstr "Показати текст"
|
547 |
+
|
548 |
+
#: includes/options/rbs_gallery_options_button.php:250
|
549 |
+
msgid "search"
|
550 |
+
msgstr ""
|
551 |
+
|
552 |
+
#: includes/options/rbs_gallery_options_copy.php:29
|
553 |
msgid " Clone Gallery"
|
554 |
msgstr ""
|
555 |
|
556 |
+
#: includes/options/rbs_gallery_options_copy.php:37
|
557 |
msgid "Source Gallery"
|
558 |
msgstr ""
|
559 |
|
560 |
+
#: includes/options/rbs_gallery_options_copy.php:38
|
561 |
msgid ""
|
562 |
"When you select here to inherit settings from another gallery you'll not be "
|
563 |
"able to edit some of the options. Gallery will copy all settings from "
|
564 |
"selected source."
|
565 |
msgstr ""
|
566 |
|
567 |
+
#: includes/options/rbs_gallery_options_copy.php:39
|
568 |
msgid ""
|
569 |
"Very useful option for the webmasters who planning to create a lot of "
|
570 |
"galleries. You don't have to configure it every time. Just setup styles of "
|
573 |
"speed up your workflow!"
|
574 |
msgstr ""
|
575 |
|
576 |
+
#: includes/options/rbs_gallery_options_guides.php:22
|
577 |
msgid "Video Guides"
|
578 |
msgstr ""
|
579 |
|
580 |
+
#: includes/options/rbs_gallery_options_hover.php:19
|
581 |
msgid "Hover Options"
|
582 |
msgstr ""
|
583 |
|
584 |
+
#: includes/options/rbs_gallery_options_hover.php:26
|
585 |
msgid "Click Thumbnail"
|
586 |
msgstr ""
|
587 |
|
588 |
+
#: includes/options/rbs_gallery_options_hover.php:32
|
589 |
+
#: includes/rbs_gallery_media.php:88
|
590 |
msgid "On"
|
591 |
msgstr ""
|
592 |
|
593 |
+
#: includes/options/rbs_gallery_options_hover.php:33
|
594 |
+
#: includes/options/rbs_gallery_options_hover.php:47
|
595 |
+
#: includes/rbs_gallery_media.php:89
|
596 |
msgid "Off"
|
597 |
msgstr ""
|
598 |
|
599 |
+
#: includes/options/rbs_gallery_options_hover.php:40
|
600 |
msgid "Hover Mode"
|
601 |
msgstr ""
|
602 |
|
603 |
+
#: includes/options/rbs_gallery_options_hover.php:48
|
604 |
msgid "Options"
|
605 |
msgstr "Параметри"
|
606 |
|
607 |
+
#: includes/options/rbs_gallery_options_hover.php:49
|
608 |
msgid "Template"
|
609 |
msgstr "Шаблон"
|
610 |
|
611 |
+
#: includes/options/rbs_gallery_options_hover.php:63
|
612 |
+
msgid "No Hover for Mobile"
|
613 |
+
msgstr ""
|
614 |
+
|
615 |
+
#: includes/options/rbs_gallery_options_hover.php:66
|
616 |
+
msgid "this option turn off hover effect only for mobile devices"
|
617 |
+
msgstr ""
|
618 |
+
|
619 |
+
#: includes/options/rbs_gallery_options_hover.php:73
|
620 |
+
#: includes/options/rbs_gallery_options_lightbox.php:69
|
621 |
+
#: includes/options/rbs_gallery_options_loading.php:79
|
622 |
+
#: includes/options/rbs_gallery_options_polaroid.php:53
|
623 |
msgid "Bg Color"
|
624 |
msgstr ""
|
625 |
|
626 |
+
#: includes/options/rbs_gallery_options_hover.php:87
|
627 |
+
#: includes/rbs_gallery_media.php:133
|
628 |
msgid "Effect"
|
629 |
msgstr "Ефект"
|
630 |
|
631 |
+
#: includes/options/rbs_gallery_options_hover.php:93
|
632 |
+
#: includes/rbs_gallery_media.php:110
|
633 |
msgid "push-up"
|
634 |
msgstr ""
|
635 |
|
636 |
+
#: includes/options/rbs_gallery_options_hover.php:94
|
637 |
+
#: includes/rbs_gallery_media.php:111
|
638 |
msgid "push-down"
|
639 |
msgstr ""
|
640 |
|
641 |
+
#: includes/options/rbs_gallery_options_hover.php:95
|
642 |
+
#: includes/rbs_gallery_media.php:112
|
643 |
msgid "push-up-100%"
|
644 |
msgstr ""
|
645 |
|
646 |
+
#: includes/options/rbs_gallery_options_hover.php:96
|
647 |
+
#: includes/rbs_gallery_media.php:113
|
648 |
msgid "push-down-100%"
|
649 |
msgstr ""
|
650 |
|
651 |
+
#: includes/options/rbs_gallery_options_hover.php:97
|
652 |
+
#: includes/rbs_gallery_media.php:114
|
653 |
msgid "reveal-top"
|
654 |
msgstr ""
|
655 |
|
656 |
+
#: includes/options/rbs_gallery_options_hover.php:98
|
657 |
+
#: includes/rbs_gallery_media.php:115
|
658 |
msgid "reveal-bottom"
|
659 |
msgstr ""
|
660 |
|
661 |
+
#: includes/options/rbs_gallery_options_hover.php:99
|
662 |
+
#: includes/rbs_gallery_media.php:116
|
663 |
msgid "reveal-top-100%"
|
664 |
msgstr ""
|
665 |
|
666 |
+
#: includes/options/rbs_gallery_options_hover.php:100
|
667 |
+
#: includes/rbs_gallery_media.php:117
|
668 |
msgid "reveal-bottom-100%"
|
669 |
msgstr ""
|
670 |
|
671 |
+
#: includes/options/rbs_gallery_options_hover.php:101
|
672 |
+
#: includes/rbs_gallery_media.php:118
|
673 |
msgid "direction-aware"
|
674 |
msgstr ""
|
675 |
|
676 |
+
#: includes/options/rbs_gallery_options_hover.php:102
|
677 |
+
#: includes/rbs_gallery_media.php:119
|
678 |
msgid "direction-aware-fade"
|
679 |
msgstr ""
|
680 |
|
681 |
+
#: includes/options/rbs_gallery_options_hover.php:103
|
682 |
+
#: includes/rbs_gallery_media.php:120
|
683 |
msgid "direction-right"
|
684 |
msgstr ""
|
685 |
|
686 |
+
#: includes/options/rbs_gallery_options_hover.php:104
|
687 |
+
#: includes/rbs_gallery_media.php:121
|
688 |
msgid "direction-left"
|
689 |
msgstr ""
|
690 |
|
691 |
+
#: includes/options/rbs_gallery_options_hover.php:105
|
692 |
+
#: includes/rbs_gallery_media.php:122
|
693 |
msgid "direction-top"
|
694 |
msgstr ""
|
695 |
|
696 |
+
#: includes/options/rbs_gallery_options_hover.php:106
|
697 |
+
#: includes/rbs_gallery_media.php:123
|
698 |
msgid "direction-bottom"
|
699 |
msgstr ""
|
700 |
|
701 |
+
#: includes/options/rbs_gallery_options_hover.php:107
|
702 |
+
#: includes/rbs_gallery_media.php:124
|
703 |
msgid "fade"
|
704 |
msgstr "згасання"
|
705 |
|
706 |
+
#: includes/options/rbs_gallery_options_hover.php:114
|
707 |
msgid "Show Title"
|
708 |
msgstr "Показати заголовок"
|
709 |
|
710 |
+
#: includes/options/rbs_gallery_options_hover.php:130
|
711 |
msgid "Link Button"
|
712 |
msgstr ""
|
713 |
|
714 |
+
#: includes/options/rbs_gallery_options_hover.php:131
|
715 |
msgid "Zoom Button"
|
716 |
msgstr ""
|
717 |
|
718 |
+
#: includes/options/rbs_gallery_options_hover.php:132
|
719 |
+
#: includes/options/rbs_gallery_options_lightbox.php:49
|
720 |
+
#: includes/options/rbs_gallery_options_lightbox.php:173
|
721 |
msgid "Description"
|
722 |
msgstr "Опис"
|
723 |
|
724 |
+
#: includes/options/rbs_gallery_options_hover.php:141
|
725 |
msgid "Link Icon"
|
726 |
msgstr ""
|
727 |
|
728 |
+
#: includes/options/rbs_gallery_options_hover.php:161
|
729 |
msgid "Zoom Icon"
|
730 |
msgstr ""
|
731 |
|
732 |
+
#: includes/options/rbs_gallery_options_hover.php:184
|
733 |
msgid "Show Description"
|
734 |
msgstr "Показати опис"
|
735 |
|
736 |
+
#: includes/options/rbs_gallery_options_hover.php:205
|
737 |
msgid "Description Template"
|
738 |
msgstr ""
|
739 |
|
740 |
+
#: includes/options/rbs_gallery_options_images.php:19
|
741 |
msgid "Images Manager"
|
742 |
msgstr ""
|
743 |
|
744 |
+
#: includes/options/rbs_gallery_options_images.php:27
|
745 |
+
#: includes/options/rbs_gallery_options_images.php:29
|
746 |
msgid "Manage Images"
|
747 |
msgstr ""
|
748 |
|
749 |
+
#: includes/options/rbs_gallery_options_images.php:28
|
750 |
msgid ""
|
751 |
"Click on Manage Images button to open Images Manager where you can upload, "
|
752 |
"edit or delete images from gallery. Also here you can edit settings of every "
|
753 |
"particular image, define alt, links, description text"
|
754 |
msgstr ""
|
755 |
|
756 |
+
#: includes/options/rbs_gallery_options_info.php:29
|
757 |
+
#: includes/options/rbs_gallery_options_infowide.php:28
|
758 |
+
#: includes/rbs_gallery_topblock.php:24
|
|
|
|
|
|
|
|
|
|
|
|
|
759 |
msgid ""
|
760 |
"with PRO version you get more advanced functionality and even more "
|
761 |
"flexibility in settings"
|
763 |
"з Pro версії ви отримаєте більш розширений функціонал і більше гнучкості в "
|
764 |
"налаштуваннях"
|
765 |
|
766 |
+
#: includes/options/rbs_gallery_options_lightbox.php:19
|
767 |
msgid "Lightbox Options"
|
768 |
msgstr ""
|
769 |
|
770 |
+
#: includes/options/rbs_gallery_options_lightbox.php:42
|
771 |
msgid "Text Source"
|
772 |
msgstr ""
|
773 |
|
774 |
+
#: includes/options/rbs_gallery_options_lightbox.php:50
|
775 |
+
#: includes/options/rbs_gallery_options_lightbox.php:174
|
776 |
+
#: includes/options/rbs_gallery_options_polaroid.php:48
|
777 |
msgid "Caption"
|
778 |
msgstr "Підпис"
|
779 |
|
780 |
+
#: includes/options/rbs_gallery_options_lightbox.php:58
|
781 |
msgid "Text Color"
|
782 |
msgstr "Колір Тексту"
|
783 |
|
784 |
+
#: includes/options/rbs_gallery_options_lightbox.php:82
|
785 |
msgid "Deep Linking"
|
786 |
msgstr ""
|
787 |
|
788 |
+
#: includes/options/rbs_gallery_options_lightbox.php:85
|
789 |
msgid "This option enable linking for every particular image "
|
790 |
msgstr ""
|
791 |
|
792 |
+
#: includes/options/rbs_gallery_options_lightbox.php:91
|
793 |
msgid " Images Counter"
|
794 |
msgstr ""
|
795 |
|
796 |
+
#: includes/options/rbs_gallery_options_lightbox.php:103
|
797 |
+
msgid "Counter Divider"
|
798 |
+
msgstr ""
|
799 |
+
|
800 |
+
#: includes/options/rbs_gallery_options_lightbox.php:113
|
801 |
msgid "Close Icon"
|
802 |
msgstr ""
|
803 |
|
804 |
+
#: includes/options/rbs_gallery_options_lightbox.php:122
|
805 |
msgid "Arrow Icon"
|
806 |
msgstr ""
|
807 |
|
808 |
+
#: includes/options/rbs_gallery_options_lightbox.php:131
|
809 |
msgid "Swipe"
|
810 |
msgstr ""
|
811 |
|
812 |
+
#: includes/options/rbs_gallery_options_lightbox.php:139
|
813 |
msgid "Mobile Style"
|
814 |
msgstr ""
|
815 |
|
816 |
+
#: includes/options/rbs_gallery_options_lightbox.php:147
|
817 |
msgid "Source Button "
|
818 |
msgstr ""
|
819 |
|
820 |
+
#: includes/options/rbs_gallery_options_lightbox.php:156
|
821 |
+
#, fuzzy
|
822 |
+
#| msgid "Description"
|
823 |
+
msgid "Description Panel"
|
824 |
+
msgstr "Опис"
|
825 |
+
|
826 |
+
#: includes/options/rbs_gallery_options_lightbox.php:166
|
827 |
+
#, fuzzy
|
828 |
+
#| msgid "Description"
|
829 |
+
msgid "Description Source"
|
830 |
+
msgstr "Опис"
|
831 |
+
|
832 |
+
#: includes/options/rbs_gallery_options_lightbox.php:180
|
833 |
+
#, fuzzy
|
834 |
+
#| msgid "Description"
|
835 |
+
msgid "Description Style"
|
836 |
+
msgstr "Опис"
|
837 |
+
|
838 |
+
#: includes/options/rbs_gallery_options_lightbox.php:186
|
839 |
+
msgid "Light"
|
840 |
+
msgstr ""
|
841 |
+
|
842 |
+
#: includes/options/rbs_gallery_options_lightbox.php:187
|
843 |
+
msgid "Dark"
|
844 |
+
msgstr ""
|
845 |
+
|
846 |
+
#: includes/options/rbs_gallery_options_lightbox.php:191
|
847 |
+
msgid "Pink"
|
848 |
+
msgstr ""
|
849 |
+
|
850 |
+
#: includes/options/rbs_gallery_options_lightbox.php:197
|
851 |
msgid "Social Buttons"
|
852 |
msgstr ""
|
853 |
|
854 |
+
#: includes/options/rbs_gallery_options_lightbox.php:210
|
855 |
+
msgid "Facebook"
|
856 |
+
msgstr ""
|
857 |
+
|
858 |
+
#: includes/options/rbs_gallery_options_lightbox.php:219
|
859 |
+
msgid "Twitter"
|
860 |
+
msgstr ""
|
861 |
+
|
862 |
+
#: includes/options/rbs_gallery_options_lightbox.php:228
|
863 |
+
msgid "Google+"
|
864 |
+
msgstr ""
|
865 |
+
|
866 |
+
#: includes/options/rbs_gallery_options_lightbox.php:237
|
867 |
+
msgid "Pinterest"
|
868 |
+
msgstr ""
|
869 |
+
|
870 |
+
#: includes/options/rbs_gallery_options_lightbox.php:246
|
871 |
+
msgid "VK"
|
872 |
+
msgstr ""
|
873 |
+
|
874 |
+
#: includes/options/rbs_gallery_options_loading.php:19
|
875 |
+
#: includes/options/rbs_gallery_options_loading.php:35
|
876 |
msgid "Loading Options"
|
877 |
msgstr ""
|
878 |
|
879 |
+
#: includes/options/rbs_gallery_options_loading.php:26
|
880 |
msgid "Lazy Load"
|
881 |
msgstr ""
|
882 |
|
883 |
+
#: includes/options/rbs_gallery_options_loading.php:36
|
884 |
msgid "Loading Text"
|
885 |
msgstr ""
|
886 |
|
887 |
+
#: includes/options/rbs_gallery_options_loading.php:44
|
888 |
msgid "Images Amount"
|
889 |
msgstr ""
|
890 |
|
891 |
+
#: includes/options/rbs_gallery_options_loading.php:53
|
892 |
msgid "Load More Amount"
|
893 |
msgstr ""
|
894 |
|
895 |
+
#: includes/options/rbs_gallery_options_loading.php:63
|
896 |
msgid "Wait Thumbs Load"
|
897 |
msgstr ""
|
898 |
|
899 |
+
#: includes/options/rbs_gallery_options_loading.php:71
|
900 |
msgid "Wait No Matter What"
|
901 |
msgstr ""
|
902 |
|
903 |
+
#: includes/options/rbs_gallery_options_loading.php:91
|
904 |
msgid "Loading Label"
|
905 |
msgstr ""
|
906 |
|
907 |
+
#: includes/options/rbs_gallery_options_loading.php:101
|
908 |
msgid "Load More Label"
|
909 |
msgstr ""
|
910 |
|
911 |
+
#: includes/options/rbs_gallery_options_loading.php:108
|
912 |
msgid "No More Entries Label"
|
913 |
msgstr ""
|
914 |
|
915 |
+
#: includes/options/rbs_gallery_options_polaroid.php:19
|
916 |
msgid "Polaroid Style Options"
|
917 |
msgstr ""
|
918 |
|
919 |
+
#: includes/options/rbs_gallery_options_polaroid.php:26
|
920 |
msgid "Polaroid Style"
|
921 |
msgstr ""
|
922 |
|
923 |
+
#: includes/options/rbs_gallery_options_polaroid.php:40
|
924 |
msgid "Source"
|
925 |
msgstr "Джерело"
|
926 |
|
927 |
+
#: includes/options/rbs_gallery_options_polaroid.php:47
|
928 |
msgid "Desc"
|
929 |
msgstr "Опис"
|
930 |
|
931 |
+
#: includes/options/rbs_gallery_options_shortcode.php:19
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
932 |
msgid "Gallery Shortcode"
|
933 |
msgstr ""
|
934 |
|
935 |
+
#: includes/options/rbs_gallery_options_shortcode.php:30
|
936 |
msgid "use this shortcode to insert this gallery into page, post or widget"
|
937 |
msgstr ""
|
938 |
|
939 |
+
#: includes/options/rbs_gallery_options_size.php:19
|
940 |
msgid "Gallery Size Options"
|
941 |
msgstr ""
|
942 |
|
943 |
+
#: includes/options/rbs_gallery_options_size.php:51
|
|
|
|
|
|
|
|
|
944 |
msgid "Padding"
|
945 |
msgstr ""
|
946 |
|
947 |
+
#: includes/options/rbs_gallery_options_size.php:60
|
948 |
+
#: includes/options/rbs_gallery_options_size.php:68
|
949 |
msgid "Thumbs Options"
|
950 |
msgstr ""
|
951 |
|
952 |
+
#: includes/options/rbs_gallery_options_size.php:69
|
953 |
msgid "Size Options"
|
954 |
msgstr ""
|
955 |
|
956 |
+
#: includes/options/rbs_gallery_options_size.php:76
|
957 |
msgid "Custom Ratio"
|
958 |
msgstr ""
|
959 |
|
960 |
+
#: includes/options/rbs_gallery_options_size.php:87
|
961 |
msgid "Colums "
|
962 |
msgstr ""
|
963 |
|
964 |
+
#: includes/options/rbs_gallery_options_text.php:19
|
965 |
msgid "Text Addons"
|
966 |
msgstr ""
|
967 |
|
968 |
+
#: includes/options/rbs_gallery_options_text.php:27
|
969 |
+
#: includes/options/rbs_gallery_options_text.php:35
|
970 |
msgid "Pre Text"
|
971 |
msgstr ""
|
972 |
|
973 |
+
#: includes/options/rbs_gallery_options_text.php:39
|
974 |
+
#: includes/options/rbs_gallery_options_text.php:47
|
975 |
msgid "After Text"
|
976 |
msgstr ""
|
977 |
|
978 |
+
#: includes/options/rbs_gallery_options_tools.php:19
|
979 |
msgid "Gallery Tools"
|
980 |
msgstr ""
|
981 |
|
982 |
+
#: includes/options/rbs_gallery_options_tools.php:38
|
983 |
msgid "Posts List"
|
984 |
msgstr ""
|
985 |
|
986 |
+
#: includes/options/rbs_gallery_options_tools.php:40
|
987 |
msgid "Here you can create and customize new post with gallery inside it"
|
988 |
msgstr ""
|
989 |
|
990 |
+
#: includes/options/rbs_gallery_options_tools.php:43
|
991 |
msgid "Gallery Views"
|
992 |
msgstr ""
|
993 |
|
994 |
+
#: includes/options/rbs_gallery_options_tools.php:45
|
995 |
msgid "Are you sure that you wish to reset statistics?"
|
996 |
msgstr ""
|
997 |
|
998 |
+
#: includes/options/rbs_gallery_options_tools.php:45
|
999 |
msgid "Success: Statistic successfully reset!"
|
1000 |
msgstr ""
|
1001 |
|
1002 |
+
#: includes/options/rbs_gallery_options_view.php:19
|
|
|
|
|
|
|
|
|
1003 |
msgid "Thumbs View Options"
|
1004 |
msgstr ""
|
1005 |
|
1006 |
+
#: includes/options/rbs_gallery_options_view.php:28
|
1007 |
msgid "Radius"
|
1008 |
msgstr ""
|
1009 |
|
1010 |
+
#: includes/options/rbs_gallery_options_view.php:41
|
1011 |
msgid "Hor. Space"
|
1012 |
msgstr ""
|
1013 |
|
1014 |
+
#: includes/options/rbs_gallery_options_view.php:51
|
1015 |
msgid "Ver. Space"
|
1016 |
msgstr ""
|
1017 |
|
1018 |
+
#: includes/options/rbs_gallery_options_view.php:64
|
1019 |
msgid "Shadow"
|
1020 |
msgstr "Тінь"
|
1021 |
|
1022 |
+
#: includes/options/rbs_gallery_options_view.php:74
|
1023 |
+
#: includes/options/rbs_gallery_options_view.php:81
|
1024 |
+
#: includes/options/rbs_gallery_options_view.php:106
|
1025 |
msgid "Shadow Options"
|
1026 |
msgstr ""
|
1027 |
|
1028 |
+
#: includes/options/rbs_gallery_options_view.php:82
|
1029 |
msgid "Hover Shadow Options"
|
1030 |
msgstr ""
|
1031 |
|
1032 |
+
#: includes/options/rbs_gallery_options_view.php:92
|
1033 |
msgid "Hover Shadow"
|
1034 |
msgstr ""
|
1035 |
|
1036 |
+
#: includes/options/rbs_gallery_options_view.php:137
|
1037 |
+
#: includes/options/rbs_gallery_options_view.php:144
|
1038 |
+
#: includes/options/rbs_gallery_options_view.php:171
|
1039 |
msgid "Border Options"
|
1040 |
msgstr ""
|
1041 |
|
1042 |
+
#: includes/options/rbs_gallery_options_view.php:145
|
1043 |
msgid "Hover Border Options"
|
1044 |
msgstr ""
|
1045 |
|
1046 |
+
#: includes/options/rbs_gallery_options_view.php:156
|
1047 |
msgid "Hover Border"
|
1048 |
msgstr ""
|
1049 |
|
1050 |
+
#: includes/rbs_gallery_about.php:25
|
1051 |
msgid "Robo Gallery implemented by RoboSoft Team"
|
1052 |
msgstr ""
|
1053 |
|
1054 |
+
#: includes/rbs_gallery_about.php:28
|
1055 |
msgid "More details about Robo Gallery you can see on our website"
|
1056 |
msgstr ""
|
1057 |
|
1058 |
+
#: includes/rbs_gallery_about.php:34
|
1059 |
msgid "Robo Gallery Pro Features"
|
1060 |
msgstr ""
|
1061 |
|
1062 |
+
#: includes/rbs_gallery_about.php:37
|
1063 |
msgid "Unlimited amount of the galleries"
|
1064 |
msgstr ""
|
1065 |
|
1066 |
+
#: includes/rbs_gallery_about.php:38
|
1067 |
msgid "Unlimited amount of images in galleries"
|
1068 |
msgstr ""
|
1069 |
|
1070 |
+
#: includes/rbs_gallery_about.php:41
|
1071 |
msgid "Custom hover style for border"
|
1072 |
msgstr ""
|
1073 |
|
1074 |
+
#: includes/rbs_gallery_about.php:42
|
1075 |
msgid "Custom hover style for shadow"
|
1076 |
msgstr ""
|
1077 |
|
1078 |
+
#: includes/rbs_gallery_about.php:45
|
1079 |
msgid "Unlimited multi-categories"
|
1080 |
msgstr ""
|
1081 |
|
1082 |
+
#: includes/rbs_gallery_about.php:46
|
1083 |
msgid "High quality thumbnails"
|
1084 |
msgstr ""
|
1085 |
|
1086 |
+
#: includes/rbs_gallery_about.php:49
|
1087 |
msgid "Gallery widget"
|
1088 |
msgstr ""
|
1089 |
|
1090 |
+
#: includes/rbs_gallery_about.php:50
|
1091 |
msgid "Random ordering"
|
1092 |
msgstr ""
|
1093 |
|
1094 |
+
#: includes/rbs_gallery_about.php:53
|
1095 |
msgid "Gallery menu colors"
|
1096 |
msgstr ""
|
1097 |
|
1098 |
+
#: includes/rbs_gallery_about.php:54
|
1099 |
msgid "Gallery menu styles"
|
1100 |
msgstr ""
|
1101 |
|
1102 |
+
#: includes/rbs_gallery_about.php:57
|
1103 |
msgid "Custom images ordering"
|
1104 |
msgstr ""
|
1105 |
|
1106 |
+
#: includes/rbs_gallery_about.php:58
|
1107 |
msgid "Customizable hover style"
|
1108 |
msgstr ""
|
1109 |
|
1110 |
+
#: includes/rbs_gallery_about.php:61
|
1111 |
msgid "Custom hover background color"
|
1112 |
msgstr ""
|
1113 |
|
1114 |
+
#: includes/rbs_gallery_about.php:62
|
1115 |
msgid "Advanced images description settings"
|
1116 |
msgstr "Розширені налаштування"
|
1117 |
|
1118 |
+
#: includes/rbs_gallery_about.php:72
|
1119 |
msgid "All Rights Reserved"
|
1120 |
msgstr "Всі права захищені"
|
1121 |
|
1122 |
+
#. Plugin Name of the plugin/theme
|
1123 |
+
#: includes/rbs_gallery_button.php:27 includes/rbs_gallery_init.php:87
|
1124 |
+
#: includes/rbs_gallery_media.php:52 includes/rbs_gallery_settings.php:19
|
1125 |
msgid "Robo Gallery"
|
1126 |
msgstr ""
|
1127 |
|
1128 |
+
#: includes/rbs_gallery_button.php:29
|
1129 |
msgid "Insert"
|
1130 |
msgstr ""
|
1131 |
|
1132 |
+
#: includes/rbs_gallery_button.php:35
|
1133 |
msgid "Add Robo Gallery"
|
1134 |
msgstr "Додати Robo Галерею "
|
1135 |
|
1136 |
+
#: includes/rbs_gallery_button.php:46
|
1137 |
msgid "Select gallery"
|
1138 |
msgstr ""
|
1139 |
|
1140 |
+
#: includes/rbs_gallery_button.php:47 includes/rbs_gallery_widget.php:104
|
1141 |
+
#: includes/rbs_gallery_widget_last.php:83
|
1142 |
msgid "Configure it in"
|
1143 |
msgstr "Налаштувати"
|
1144 |
|
1145 |
+
#: includes/rbs_gallery_button.php:47 includes/rbs_gallery_widget.php:106
|
1146 |
+
#: includes/rbs_gallery_widget_last.php:85
|
1147 |
msgid "Robo Gallery plugin"
|
1148 |
msgstr ""
|
1149 |
|
1150 |
+
#: includes/rbs_gallery_init.php:21
|
1151 |
msgid "Available in"
|
1152 |
msgstr "Доступно в"
|
1153 |
|
1154 |
+
#: includes/rbs_gallery_init.php:24
|
1155 |
+
msgid "Please update "
|
1156 |
+
msgstr ""
|
1157 |
+
|
1158 |
+
#: includes/rbs_gallery_init.php:24
|
1159 |
+
msgid " key"
|
1160 |
+
msgstr ""
|
1161 |
+
|
1162 |
+
#: includes/rbs_gallery_init.php:88
|
1163 |
msgid "Galleries List"
|
1164 |
msgstr "Галереї"
|
1165 |
|
1166 |
+
#: includes/rbs_gallery_init.php:89 includes/rbs_gallery_init.php:90
|
1167 |
msgid "Add Gallery"
|
1168 |
msgstr "Додати Галерею "
|
1169 |
|
1170 |
+
#: includes/rbs_gallery_init.php:91
|
1171 |
msgid "Edit Gallery"
|
1172 |
msgstr "Редагувати Галерею"
|
1173 |
|
1174 |
+
#: includes/rbs_gallery_list.php:33
|
|
|
|
|
|
|
|
|
1175 |
msgid ""
|
1176 |
"You can create only 3 galleries. Update to PRO to get unlimited galleries"
|
1177 |
msgstr ""
|
1178 |
|
1179 |
+
#: includes/rbs_gallery_list.php:67
|
1180 |
msgid "Views"
|
1181 |
msgstr ""
|
1182 |
|
1183 |
+
#: includes/rbs_gallery_list.php:68
|
1184 |
msgid "Shortcode"
|
1185 |
msgstr "Shortcode"
|
1186 |
|
1187 |
+
#: includes/rbs_gallery_media.php:73
|
1188 |
msgid "Column"
|
1189 |
msgstr "Колонка"
|
1190 |
|
1191 |
+
#: includes/rbs_gallery_media.php:80
|
1192 |
msgid "Link"
|
1193 |
msgstr ""
|
1194 |
|
1195 |
+
#: includes/rbs_gallery_media.php:93
|
1196 |
msgid "Blank Link"
|
1197 |
msgstr ""
|
1198 |
|
1199 |
+
#: includes/rbs_gallery_media.php:101
|
1200 |
msgid "Video"
|
1201 |
msgstr "Відео"
|
1202 |
|
1203 |
+
#: includes/rbs_gallery_media.php:125
|
1204 |
msgid "inherit"
|
1205 |
msgstr ""
|
1206 |
|
1207 |
+
#: includes/rbs_gallery_settings.php:20
|
1208 |
msgid "Compatibility Settings"
|
1209 |
msgstr "Настройки сумісності"
|
1210 |
|
1211 |
+
#: includes/rbs_gallery_settings.php:30
|
1212 |
msgid "Categories Manager"
|
1213 |
msgstr ""
|
1214 |
|
1215 |
+
#: includes/rbs_gallery_settings.php:33 includes/rbs_gallery_settings.php:34
|
1216 |
+
#: includes/rbs_gallery_settings.php:35 includes/rbs_gallery_settings.php:136
|
1217 |
+
#: includes/rbs_gallery_settings.php:137 includes/rbs_gallery_settings.php:151
|
1218 |
+
#: includes/rbs_gallery_settings.php:152
|
1219 |
msgid "Show"
|
1220 |
msgstr ""
|
1221 |
|
1222 |
+
#: includes/rbs_gallery_settings.php:37 includes/rbs_gallery_settings.php:38
|
1223 |
+
#: includes/rbs_gallery_settings.php:139 includes/rbs_gallery_settings.php:140
|
1224 |
+
#: includes/rbs_gallery_settings.php:154 includes/rbs_gallery_settings.php:155
|
1225 |
msgid "Hide"
|
1226 |
msgstr ""
|
1227 |
|
1228 |
+
#: includes/rbs_gallery_settings.php:44 includes/rbs_gallery_settings.php:47
|
1229 |
msgid "jQuery Version"
|
1230 |
msgstr "Версія jQuery "
|
1231 |
|
1232 |
+
#: includes/rbs_gallery_settings.php:48 includes/rbs_gallery_settings.php:49
|
1233 |
msgid "Default"
|
1234 |
msgstr "Типове"
|
1235 |
|
1236 |
+
#: includes/rbs_gallery_settings.php:51 includes/rbs_gallery_settings.php:52
|
1237 |
msgid "Alternative"
|
1238 |
msgstr ""
|
1239 |
|
1240 |
+
#: includes/rbs_gallery_settings.php:56 includes/rbs_gallery_settings.php:57
|
1241 |
msgid "Forced include"
|
1242 |
msgstr ""
|
1243 |
|
1244 |
+
#: includes/rbs_gallery_settings.php:64 includes/rbs_gallery_settings.php:67
|
1245 |
+
msgid "Font Awesome"
|
1246 |
+
msgstr ""
|
1247 |
+
|
1248 |
+
#: includes/rbs_gallery_settings.php:68 includes/rbs_gallery_settings.php:69
|
1249 |
+
msgid "Load"
|
1250 |
+
msgstr ""
|
1251 |
+
|
1252 |
+
#: includes/rbs_gallery_settings.php:71 includes/rbs_gallery_settings.php:72
|
1253 |
+
msgid "Don't load"
|
1254 |
+
msgstr ""
|
1255 |
+
|
1256 |
+
#: includes/rbs_gallery_settings.php:74
|
1257 |
+
msgid "for the case if Your theme already have awesome fonts loaded"
|
1258 |
+
msgstr ""
|
1259 |
+
|
1260 |
+
#: includes/rbs_gallery_settings.php:79 includes/rbs_gallery_settings.php:82
|
1261 |
msgid "Switch Style"
|
1262 |
msgstr ""
|
1263 |
|
1264 |
+
#: includes/rbs_gallery_settings.php:83 includes/rbs_gallery_settings.php:84
|
1265 |
msgid "Modern"
|
1266 |
msgstr ""
|
1267 |
|
1268 |
+
#: includes/rbs_gallery_settings.php:86 includes/rbs_gallery_settings.php:87
|
1269 |
msgid "Classic"
|
1270 |
msgstr "Класичний"
|
1271 |
|
1272 |
+
#: includes/rbs_gallery_settings.php:93
|
1273 |
msgid "Size Calculations Delay"
|
1274 |
msgstr ""
|
1275 |
|
1276 |
+
#: includes/rbs_gallery_settings.php:99
|
1277 |
+
msgid "Debug"
|
1278 |
+
msgstr ""
|
1279 |
+
|
1280 |
+
#: includes/rbs_gallery_settings.php:102 includes/rbs_gallery_settings.php:103
|
1281 |
+
#: includes/rbs_gallery_settings.php:104 includes/rbs_gallery_settings.php:117
|
1282 |
+
#: includes/rbs_gallery_settings.php:118 includes/rbs_gallery_settings.php:119
|
1283 |
+
msgid "Enable"
|
1284 |
+
msgstr ""
|
1285 |
+
|
1286 |
+
#: includes/rbs_gallery_settings.php:106 includes/rbs_gallery_settings.php:107
|
1287 |
+
#: includes/rbs_gallery_settings.php:121 includes/rbs_gallery_settings.php:122
|
1288 |
+
#: includes/rbs_gallery_settings.php:178 includes/rbs_gallery_settings.php:179
|
1289 |
+
msgid "Disable"
|
1290 |
+
msgstr ""
|
1291 |
+
|
1292 |
+
#: includes/rbs_gallery_settings.php:114
|
1293 |
+
msgid "Express panel"
|
1294 |
+
msgstr ""
|
1295 |
+
|
1296 |
+
#: includes/rbs_gallery_settings.php:129
|
1297 |
msgid "Create Post Settings"
|
1298 |
msgstr ""
|
1299 |
|
1300 |
+
#: includes/rbs_gallery_settings.php:132
|
1301 |
msgid "Text Block"
|
1302 |
msgstr "Текстовий блок"
|
1303 |
|
1304 |
+
#: includes/rbs_gallery_settings.php:135
|
1305 |
msgid "Show Text"
|
1306 |
msgstr "Показати текст"
|
1307 |
|
1308 |
+
#: includes/rbs_gallery_settings.php:147
|
1309 |
+
#, fuzzy
|
1310 |
+
#| msgid "Text Block"
|
1311 |
+
msgid "Clone Block"
|
1312 |
+
msgstr "Текстовий блок"
|
1313 |
+
|
1314 |
+
#: includes/rbs_gallery_settings.php:150
|
1315 |
+
msgid "Show Clone Block"
|
1316 |
+
msgstr ""
|
1317 |
+
|
1318 |
+
#: includes/rbs_gallery_settings.php:162
|
1319 |
+
msgid "SEO Optimization"
|
1320 |
+
msgstr ""
|
1321 |
+
|
1322 |
+
#: includes/rbs_gallery_settings.php:165
|
1323 |
+
msgid "Add SEO content"
|
1324 |
+
msgstr ""
|
1325 |
+
|
1326 |
+
#: includes/rbs_gallery_settings.php:168 includes/rbs_gallery_settings.php:169
|
1327 |
+
#: includes/rbs_gallery_settings.php:170
|
1328 |
+
msgid "Enable [thumbs]"
|
1329 |
+
msgstr ""
|
1330 |
+
|
1331 |
+
#: includes/rbs_gallery_settings.php:173 includes/rbs_gallery_settings.php:174
|
1332 |
+
#: includes/rbs_gallery_settings.php:175
|
1333 |
+
msgid "Enable [thumbs + link]"
|
1334 |
+
msgstr ""
|
1335 |
+
|
1336 |
+
#: includes/rbs_gallery_settings.php:188
|
1337 |
msgid "Save Changes"
|
1338 |
msgstr "Зберегти зміни"
|
1339 |
|
1340 |
+
#: includes/rbs_gallery_topblock.php:41
|
1341 |
msgid "Do You wish to get PRO version for FREE ?"
|
1342 |
msgstr ""
|
1343 |
|
1344 |
+
#: includes/rbs_gallery_topblock.php:46
|
1345 |
msgid "Do You wish to get PRO version for translate?"
|
1346 |
msgstr "Do You wish to get PRO version for translate?"
|
1347 |
|
1348 |
+
#: includes/rbs_gallery_widget.php:22 includes/rbs_gallery_widget_last.php:22
|
1349 |
msgid "Robo Gallery Widget"
|
1350 |
msgstr "Віджет Robo Gallery"
|
1351 |
|
1352 |
+
#: includes/rbs_gallery_widget.php:23 includes/rbs_gallery_widget_last.php:23
|
1353 |
msgid "Publish gallery on your website."
|
1354 |
msgstr ""
|
1355 |
|
1356 |
+
#: includes/rbs_gallery_widget.php:56 includes/rbs_gallery_widget.php:91
|
1357 |
+
#: includes/rbs_gallery_widget_last.php:38
|
1358 |
+
#: includes/rbs_gallery_widget_last.php:71
|
1359 |
msgid "This widget available in Pro version"
|
1360 |
msgstr "Цей віджет доступний у версії Pro"
|
1361 |
|
1362 |
+
#: includes/rbs_gallery_widget.php:66 includes/rbs_gallery_widget_last.php:47
|
1363 |
msgid "New gallery"
|
1364 |
msgstr "Додати Галерею "
|
1365 |
|
1366 |
+
#: includes/rbs_gallery_widget.php:100 includes/rbs_gallery_widget_last.php:80
|
1367 |
msgid "Gallery:"
|
1368 |
msgstr "Галерея:"
|
1369 |
|
1370 |
+
#. Plugin URI of the plugin/theme
|
1371 |
+
#. Author URI of the plugin/theme
|
1372 |
+
msgid "https://robosoft.co/gallery"
|
1373 |
+
msgstr ""
|
1374 |
+
|
1375 |
+
#. Description of the plugin/theme
|
1376 |
+
msgid ""
|
1377 |
+
"Gallery modes photo gallery, images gallery, video gallery, Polaroid "
|
1378 |
+
"gallery, gallery lighbox, portfolio gallery, responsive gallery"
|
1379 |
+
msgstr ""
|
1380 |
+
|
1381 |
+
#. Author of the plugin/theme
|
1382 |
+
msgid "RoboSoft"
|
1383 |
+
msgstr ""
|
1384 |
+
|
1385 |
+
#~ msgid "Error Import "
|
1386 |
+
#~ msgstr "Помилка імпорту"
|
1387 |
+
|
1388 |
+
#~ msgid "Error: input value"
|
1389 |
+
#~ msgstr "Помилка: вхідне значення"
|
1390 |
+
|
1391 |
+
#~ msgid "Error: "
|
1392 |
+
#~ msgstr "Помилка:"
|
1393 |
+
|
1394 |
+
#~ msgid "blue"
|
1395 |
+
#~ msgstr "Синій"
|
1396 |
+
|
1397 |
+
#~ msgid "left"
|
1398 |
+
#~ msgstr "зліва"
|
1399 |
+
|
1400 |
+
#~ msgid "center"
|
1401 |
+
#~ msgstr "По центру"
|
1402 |
+
|
1403 |
#~ msgid "BackUp"
|
1404 |
#~ msgstr "Резервне копіювання"
|
1405 |
|
1412 |
#~ msgid "Thumbs options"
|
1413 |
#~ msgstr "Thumbs options"
|
1414 |
|
|
|
|
|
|
|
1415 |
#~ msgid "Title:"
|
1416 |
#~ msgstr "Title:"
|
1417 |
|
languages/robo-gallery-en_AU.mo
CHANGED
Binary file
|
languages/robo-gallery-en_AU.po
CHANGED
@@ -1,14 +1,16 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
-
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
4 |
"Project-Id-Version: Robo Gallery\n"
|
5 |
"POT-Creation-Date: 2017-06-16 10:41+0200\n"
|
6 |
-
"PO-Revision-Date:
|
|
|
7 |
"Language-Team: \n"
|
|
|
8 |
"MIME-Version: 1.0\n"
|
9 |
"Content-Type: text/plain; charset=UTF-8\n"
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
11 |
-
"
|
|
|
12 |
"X-Poedit-Basepath: ..\n"
|
13 |
"X-Poedit-Flags-xgettext: --add-comments=translators:\n"
|
14 |
"X-Poedit-WPHeader: robogallery.php\n"
|
@@ -16,8 +18,6 @@ msgstr ""
|
|
16 |
"X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;"
|
17 |
"esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;"
|
18 |
"_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
|
19 |
-
"Last-Translator: \n"
|
20 |
-
"Language: en_AU\n"
|
21 |
"X-Poedit-SearchPath-0: .\n"
|
22 |
"X-Poedit-SearchPathExcluded-0: *.js\n"
|
23 |
"X-Poedit-SearchPathExcluded-1: .hg\n"
|
1 |
msgid ""
|
2 |
msgstr ""
|
|
|
3 |
"Project-Id-Version: Robo Gallery\n"
|
4 |
"POT-Creation-Date: 2017-06-16 10:41+0200\n"
|
5 |
+
"PO-Revision-Date: 2018-09-03 19:13+0200\n"
|
6 |
+
"Last-Translator: \n"
|
7 |
"Language-Team: \n"
|
8 |
+
"Language: en_AU\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
13 |
+
"X-Generator: Poedit 2.1.1\n"
|
14 |
"X-Poedit-Basepath: ..\n"
|
15 |
"X-Poedit-Flags-xgettext: --add-comments=translators:\n"
|
16 |
"X-Poedit-WPHeader: robogallery.php\n"
|
18 |
"X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;"
|
19 |
"esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;"
|
20 |
"_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
|
|
|
|
|
21 |
"X-Poedit-SearchPath-0: .\n"
|
22 |
"X-Poedit-SearchPathExcluded-0: *.js\n"
|
23 |
"X-Poedit-SearchPathExcluded-1: .hg\n"
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://robosoft.co/robogallery
|
|
4 |
Tags: gallery, photo gallery, image gallery, wordpress gallery plugin, responsive gallery
|
5 |
Requires at least: 3.3
|
6 |
Tested up to: 4.9
|
7 |
-
Stable tag: 2.8.
|
8 |
License: GPLv2 or later
|
9 |
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -37,19 +37,19 @@ Robo Gallery is advanced responsive photo gallery plugin. Flexible gallery image
|
|
37 |
|
38 |
= Gallery Key Features =
|
39 |
|
40 |
-
* **Fully responsive gallery and Mobile features** -
|
41 |
* **Fade effects** - one of the gallery hover animation it's classic fade effect.
|
42 |
* **Batch images upload** - 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.
|
43 |
-
* **Auto-resizing for thumbnails and images** -
|
44 |
-
* **Customizable 15 hover effects** - all
|
45 |
* **Implemented to avoid AJAX libs conflicts** - code implemented in native WordPress style as result our plugin don't have any conflicts and work really stable.
|
46 |
* **Polaroid gallery** - with our plugin you can create Polaroid gallery just with few clicks.
|
47 |
-
* **Advanced Polaroid Styles** - Polaroid
|
48 |
* **Build in colors selector** - you can easily change color of any interface element.
|
49 |
* **Social sharing** - gallery lightbox support social sharing in twitter, facebook, google plus and pinterest.
|
50 |
* **Build in borders and shadows settings** - borders and shadows have advanced options for configuration design and style of this gallery interface elements.
|
51 |
-
* **Font settings** - build in advanced text style editor options. With this options you can fully customize title, caption, description of the every
|
52 |
-
* **Different resolutions** - implemented advanced size control options where you can define layout or fixed size for the
|
53 |
* **Implemented in native WordPress style using native classes** - native for WordPress implemented without any hacks and tricks
|
54 |
* **Multi Categories** - multi categories albums support. You can create your own galleries tree, depend of your needs
|
55 |
* **Classic gallery layout** - layout could have classic style or grid layout, every item on page could have own styles and settings
|
@@ -58,54 +58,54 @@ Robo Gallery is advanced responsive photo gallery plugin. Flexible gallery image
|
|
58 |
* **Lazy loading option** - implemented advanced lazy loading options, for the case when you have big sets of the gallery images you can define amount of the galleries images for the first load and for the next steps of the load more option
|
59 |
* **Advanced cache options** - implemented advanced images caching options
|
60 |
* **Overlay effects** - all hover effects of the gallery thumbnails are highly customizable and have full set of options
|
61 |
-
* **Backend text settings preview** - all
|
62 |
-
* **Resizing crop function** - in
|
63 |
* **Optional mobile touch support** - our plugin support mobile devices and you can customize responsive gallery layout settings for different screen sizes
|
64 |
-
* **Custom ordering of the images** - ordering for all
|
65 |
* **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
|
66 |
* **Gallery lightbox social buttons** - in plugin settings you can turn on/off social buttons
|
67 |
-
* **Gallery lightbox background color** - in
|
68 |
* **Lightbox background transparency** - in lightbox settings you can change transparency of the background with comfortable color selector
|
69 |
* **Lightbox font color** - in lightbox settings you can change color of the font with comfortable color selector
|
70 |
* **Lightbox font transparency** - in lightbox settings you can change transparency of the font with comfortable color selector
|
71 |
* **Advanced Compatibility** - implement advanced compatibility options to avoid conflict with libraries of another plugins and theme. You can switch between modes to find properly value for your gallery and your case.
|
72 |
-
* **Advanced Social Sharing** - advanced social sharing functionality in lightbox. Implemented deep linking functionality for the
|
73 |
* **Click Thumbnails** - advanced click functionality. You can use click on buttons or on the gallery thumbnails to enlarge image or open image link. With new functionality you can combine absolutely different features of the clicking functionality.
|
74 |
-
* **Gallery Alignment** - alignment of the photo gallery in post or page depend of your needs. You don't need to use HTML tags or some CSS tricks this function gonna help you to align your images gallery the way you need. Possible to select one from implemented alignment modes: left, right, center for images
|
75 |
* **Gallery Padding** - new padding options. Define custom values in pixels for padding thumbnails block in post or page content. Is it possible to define padding from left, right, top and bottom side.
|
76 |
-
* **Post Generator** - new function for the automatically post creation with gallery tag inside it. Advanced post manager implemented with additional functions for customization and management all your
|
77 |
-
* **Description Panel** - new image description panel in lightbox, few different themes. Settings section make you able to change
|
78 |
-
* **Swipe in Lightbox** -
|
79 |
* **Advanced Link Button Design** - front end interface have link button. This button provide linking functionality on every thumbnail.
|
80 |
This interface gallery button have wide range of the front end interface customization options. You can easily change this button color, border and icon.
|
81 |
-
* **Hover Description Template** - every
|
82 |
-
* **
|
83 |
-
* **
|
84 |
-
* **Video Gallery Links** - in media manager every image have separate option for video link. Video
|
85 |
* **Images Custom Ratio** - in plugin settings you can define custom ratio for every picture. Every gallery could have personal settings for this option.
|
86 |
-
* **Thumbnails Fade Effect** - implemented Fade effect for the hover of the photo thumbnails. With such
|
87 |
-
* **Advanced Load more function** - implemented very attractive navigation mode. Auto pre loading images like endless list of the
|
88 |
-
* **SEO code optimization** - implemented few front end code output modes. One simplified mode with all core front end
|
89 |
-
* **
|
90 |
-
* **
|
91 |
|
92 |
|
93 |
= Gallery Pro Key Features =
|
94 |
|
95 |
-
* **Tags for gallery images** - every
|
96 |
-
* **Grid layout** - in plugin implemented not only classic gallery layout, but also grid layout for the modern style with different size of the
|
97 |
* **Support Videos** - every image have option where possible to define video link for every particular picture
|
98 |
* **Smart Links** - implemented smart images links and video links parsing algorithm. Implemented auto detection links with turned off link navigation buttons
|
99 |
* **Hover layout template** - hover effects have set of advanced options. For example you can customize layout of the gallery hover effect with build in tags
|
100 |
-
* **Customizable Grid** - every
|
101 |
* **Customizable hover icons** - all icons of the gallery buttons fully customizable and every icon could be easily changed with build in icons wizard
|
102 |
-
* **
|
103 |
-
* **Clone gallery** - if you have hundreds of galleries on the website this feature is really useful for you! Clone settings of
|
104 |
-
* **Custom Thumbnails Shadows** - shadow it's very stylish element of the thumbnail images on the front end. You can make your
|
105 |
* **Gallery Statistics** - every item have very useful and simple statistics functionality. You can easily check every photos views. In settings statistic values could be reset.
|
106 |
* **Gallery Backup** - implemented multifunctional galleries backup function. With this modes you can easily transfer settings and galleries images from one server to another. Backup functionality have mode to make export only album settings or full backup with images and settings.
|
107 |
* **Multisite Support** - implemented multisite support. You can install plugin in admin dashboard and enable plugin for all child blogs.
|
108 |
-
* **Drag and Drop Categories Gallery Manager** - in
|
109 |
|
110 |
|
111 |
> #### Useful Gallery Links
|
@@ -184,14 +184,19 @@ When you open settings in list of the options you can find lightbox settings blo
|
|
184 |
PHP 5.x
|
185 |
MySQL 5.x
|
186 |
|
187 |
-
=
|
188 |
|
189 |
-
|
190 |
|
191 |
If any problem occurs, please contact us.
|
192 |
|
193 |
== Changelog ==
|
194 |
|
|
|
|
|
|
|
|
|
|
|
195 |
= 2.8.3 =
|
196 |
* Update image widget add-on
|
197 |
* Modify add-ons installation
|
@@ -417,6 +422,11 @@ If any problem occurs, please contact us.
|
|
417 |
|
418 |
== Upgrade Notice ==
|
419 |
|
|
|
|
|
|
|
|
|
|
|
420 |
= 2.8.3 =
|
421 |
Update image widget add-on
|
422 |
Modify add-ons installation
|
4 |
Tags: gallery, photo gallery, image gallery, wordpress gallery plugin, responsive gallery
|
5 |
Requires at least: 3.3
|
6 |
Tested up to: 4.9
|
7 |
+
Stable tag: 2.8.4
|
8 |
License: GPLv2 or later
|
9 |
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
37 |
|
38 |
= Gallery Key Features =
|
39 |
|
40 |
+
* **Fully responsive gallery and Mobile features** - plugin implemented with advanced settings for different devices screen size.
|
41 |
* **Fade effects** - one of the gallery hover animation it's classic fade effect.
|
42 |
* **Batch images upload** - 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.
|
43 |
+
* **Auto-resizing for thumbnails and images** - media manager allow you make additional customization of the gallery images, like: rotation, flip, crop, manual resize.
|
44 |
+
* **Customizable 15 hover effects** - all hover effects working in cooperation with interface configuration options. You can easily change style and colors of the hover animation elements.
|
45 |
* **Implemented to avoid AJAX libs conflicts** - code implemented in native WordPress style as result our plugin don't have any conflicts and work really stable.
|
46 |
* **Polaroid gallery** - with our plugin you can create Polaroid gallery just with few clicks.
|
47 |
+
* **Advanced Polaroid Styles** - Polaroid styles implemented with advanced functionality. Implemented left, right and centre images titles alignment. Polaroid description panel of the images background color selector.
|
48 |
* **Build in colors selector** - you can easily change color of any interface element.
|
49 |
* **Social sharing** - gallery lightbox support social sharing in twitter, facebook, google plus and pinterest.
|
50 |
* **Build in borders and shadows settings** - borders and shadows have advanced options for configuration design and style of this gallery interface elements.
|
51 |
+
* **Font settings** - build in advanced text style editor options. With this options you can fully customize title, caption, description of the every image
|
52 |
+
* **Different resolutions** - implemented advanced size control options where you can define layout or fixed size for the interface elements on different screen resolutions
|
53 |
* **Implemented in native WordPress style using native classes** - native for WordPress implemented without any hacks and tricks
|
54 |
* **Multi Categories** - multi categories albums support. You can create your own galleries tree, depend of your needs
|
55 |
* **Classic gallery layout** - layout could have classic style or grid layout, every item on page could have own styles and settings
|
58 |
* **Lazy loading option** - implemented advanced lazy loading options, for the case when you have big sets of the gallery images you can define amount of the galleries images for the first load and for the next steps of the load more option
|
59 |
* **Advanced cache options** - implemented advanced images caching options
|
60 |
* **Overlay effects** - all hover effects of the gallery thumbnails are highly customizable and have full set of options
|
61 |
+
* **Backend text settings preview** - all images titles, captions, descriptions are highly customizable also we have life preview of the changes in backend
|
62 |
+
* **Resizing crop function** - in media managed you'll find great set of very useful features for example images crop, and manual resizing
|
63 |
* **Optional mobile touch support** - our plugin support mobile devices and you can customize responsive gallery layout settings for different screen sizes
|
64 |
+
* **Custom ordering of the images** - ordering for all images could be easily changed manually in media manager or you can find order by options in general settings
|
65 |
* **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
|
66 |
* **Gallery lightbox social buttons** - in plugin settings you can turn on/off social buttons
|
67 |
+
* **Gallery lightbox background color** - in lightbox settings you can change color of the background with comfortable color selector
|
68 |
* **Lightbox background transparency** - in lightbox settings you can change transparency of the background with comfortable color selector
|
69 |
* **Lightbox font color** - in lightbox settings you can change color of the font with comfortable color selector
|
70 |
* **Lightbox font transparency** - in lightbox settings you can change transparency of the font with comfortable color selector
|
71 |
* **Advanced Compatibility** - implement advanced compatibility options to avoid conflict with libraries of another plugins and theme. You can switch between modes to find properly value for your gallery and your case.
|
72 |
+
* **Advanced Social Sharing** - advanced social sharing functionality in lightbox. Implemented deep linking functionality for the images social sharing services Facebook, Twitter, Pinterest, Google+, VK
|
73 |
* **Click Thumbnails** - advanced click functionality. You can use click on buttons or on the gallery thumbnails to enlarge image or open image link. With new functionality you can combine absolutely different features of the clicking functionality.
|
74 |
+
* **Gallery Alignment** - alignment of the photo gallery in post or page depend of your needs. You don't need to use HTML tags or some CSS tricks this function gonna help you to align your images gallery the way you need. Possible to select one from implemented alignment modes: left, right, center for images alignment inside post or page content.
|
75 |
* **Gallery Padding** - new padding options. Define custom values in pixels for padding thumbnails block in post or page content. Is it possible to define padding from left, right, top and bottom side.
|
76 |
+
* **Post Generator** - new function for the automatically post creation with gallery tag inside it. Advanced post manager implemented with additional functions for customization and management all your posts in one place.
|
77 |
+
* **Description Panel** - new image description panel in lightbox, few different themes. Settings section make you able to change content panel theme styles. In description panel you can define few content source. Image title, image caption or image description.
|
78 |
+
* **Swipe in Lightbox** - lightbox support swipe effect on multiply mobile devices. Swipe properly work in lightbox for all images. Tested for Android and iOS.
|
79 |
* **Advanced Link Button Design** - front end interface have link button. This button provide linking functionality on every thumbnail.
|
80 |
This interface gallery button have wide range of the front end interface customization options. You can easily change this button color, border and icon.
|
81 |
+
* **Hover Description Template** - every image contain description field. In additional parameters of the image hover you can define some HTML or tags or build-in tags for customization of the image description.
|
82 |
+
* **Plugin Compatibility Settings** - in plugin settings you can customize general plugin settings to avoid conflicts with another plugins or wordpress theme.
|
83 |
+
* **Admin Interface Modes** - in pluign settings you can customize plugin interface settings to avoid conflicts with another plugins.
|
84 |
+
* **Video Gallery Links** - in media manager every image have separate option for video link. Video links could be specified to to the youtube or vimeo.
|
85 |
* **Images Custom Ratio** - in plugin settings you can define custom ratio for every picture. Every gallery could have personal settings for this option.
|
86 |
+
* **Thumbnails Fade Effect** - implemented Fade effect for the hover of the photo thumbnails. With such hover animation effect become more attractive and eye catching.
|
87 |
+
* **Advanced Load more function** - implemented very attractive navigation mode. Auto pre loading images like endless list of the images. Load more function have alot of customization options to make it work the way you need.
|
88 |
+
* **SEO code optimization** - implemented few front end code output modes. One simplified mode with all core front end code elements another mode with additional not visible elements. This option have additional modes. This SEO output modes give you default output mode, thumbnail, thumnails+links mode.
|
89 |
+
* **Template** - in our gallery we have advanced templating engine for images description. Every hover text of image could be edit and customized with built-in templating options.
|
90 |
+
* **Cache** - incredible new super cache option make your page load ten time faster. This function use absolutely new model of the images load. When you enable cache for big size gallery it's gonna be much faster and effective to use our plugin. Your visitors will be really surprised by the speed of the page load.
|
91 |
|
92 |
|
93 |
= Gallery Pro Key Features =
|
94 |
|
95 |
+
* **Tags for gallery images** - every image contain description field. In additional parameters of the image hover you can define some HTML or tags or build-in tags for customization of the image description.
|
96 |
+
* **Grid layout** - in plugin implemented not only classic gallery layout, but also grid layout for the modern style with different size of the thumbnails.
|
97 |
* **Support Videos** - every image have option where possible to define video link for every particular picture
|
98 |
* **Smart Links** - implemented smart images links and video links parsing algorithm. Implemented auto detection links with turned off link navigation buttons
|
99 |
* **Hover layout template** - hover effects have set of advanced options. For example you can customize layout of the gallery hover effect with build in tags
|
100 |
+
* **Customizable Grid** - every image have additional options for customization of the photos layout, as result you can build fully custom gallery grid, depend of your needs. You can decide which size of the thumbnails matrix you need on your website
|
101 |
* **Customizable hover icons** - all icons of the gallery buttons fully customizable and every icon could be easily changed with build in icons wizard
|
102 |
+
* **Gallery widget** - every item 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
|
103 |
+
* **Clone gallery** - if you have hundreds of galleries on the website this feature is really useful for you! Clone settings of one gallery to apply it to another one. So you can copy styles of the source item to as much galleries as you need just by one click.
|
104 |
+
* **Custom Thumbnails Shadows** - shadow it's very stylish element of the thumbnail images on the front end. You can make your pages looks absolutely different with different styled shadow.
|
105 |
* **Gallery Statistics** - every item have very useful and simple statistics functionality. You can easily check every photos views. In settings statistic values could be reset.
|
106 |
* **Gallery Backup** - implemented multifunctional galleries backup function. With this modes you can easily transfer settings and galleries images from one server to another. Backup functionality have mode to make export only album settings or full backup with images and settings.
|
107 |
* **Multisite Support** - implemented multisite support. You can install plugin in admin dashboard and enable plugin for all child blogs.
|
108 |
+
* **Drag and Drop Categories Gallery Manager** - in plugin implemented advanced categories manager with drag and drop functionality.
|
109 |
|
110 |
|
111 |
> #### Useful Gallery Links
|
184 |
PHP 5.x
|
185 |
MySQL 5.x
|
186 |
|
187 |
+
= Compatibility =
|
188 |
|
189 |
+
Plugin implemented in native Wordpress style. All code implemented based on Wordpress api and base classes. Also we tried in our plugin 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](https://robosoft.co/clients) and we'll to sort everything in short time.
|
190 |
|
191 |
If any problem occurs, please contact us.
|
192 |
|
193 |
== Changelog ==
|
194 |
|
195 |
+
= 2.8.4 =
|
196 |
+
* Update backend interfce, added overview section
|
197 |
+
* Fixed some js conflicts
|
198 |
+
* Fixed images manager button
|
199 |
+
|
200 |
= 2.8.3 =
|
201 |
* Update image widget add-on
|
202 |
* Modify add-ons installation
|
422 |
|
423 |
== Upgrade Notice ==
|
424 |
|
425 |
+
= 2.8.4 =
|
426 |
+
Update backend interfce, added overview section
|
427 |
+
Fixed some js conflicts
|
428 |
+
Fixed images manager button
|
429 |
+
|
430 |
= 2.8.3 =
|
431 |
Update image widget add-on
|
432 |
Modify add-ons installation
|
robogallery.php
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
/*
|
3 |
Plugin Name: Robo Gallery
|
4 |
Plugin URI: https://robosoft.co/wordpress-gallery-plugin
|
5 |
-
Description: Gallery
|
6 |
-
Version: 2.8.
|
7 |
Author: RoboSoft
|
8 |
Author URI: https://robosoft.co/wordpress-gallery-plugin
|
9 |
License: GPLv3 or later
|
@@ -15,7 +15,7 @@ if(!defined('WPINC'))die;
|
|
15 |
if(!defined("ABSPATH"))exit;
|
16 |
|
17 |
define("ROBO_GALLERY", 1);
|
18 |
-
define("ROBO_GALLERY_VERSION", '2.8.
|
19 |
|
20 |
define("ROBO_GALLERY_OPTIONS", 'rbs_opt_');
|
21 |
|
2 |
/*
|
3 |
Plugin Name: Robo Gallery
|
4 |
Plugin URI: https://robosoft.co/wordpress-gallery-plugin
|
5 |
+
Description: Robo Gallery is advanced responsive photo gallery plugin. Flexible gallery images management tools. Links, videos and gallery lightbox support
|
6 |
+
Version: 2.8.4
|
7 |
Author: RoboSoft
|
8 |
Author URI: https://robosoft.co/wordpress-gallery-plugin
|
9 |
License: GPLv3 or later
|
15 |
if(!defined("ABSPATH"))exit;
|
16 |
|
17 |
define("ROBO_GALLERY", 1);
|
18 |
+
define("ROBO_GALLERY_VERSION", '2.8.4');
|
19 |
|
20 |
define("ROBO_GALLERY_OPTIONS", 'rbs_opt_');
|
21 |
|