Version Description
- [ Add functions ] Insert Ads to contents.
- [ Add functions ] New PR Blocks Widget.
- [ Add functions ] Display contact infomation to contents of bottom.
- [ bug fix ] Translation leakage
Download this release
Release Info
Developer | kurudrive |
Plugin | VK All in One Expansion Unit |
Version | 2.0.0 |
Comparing to | |
See all releases |
Code changes from version 1.0.10 to 2.0.0
- _scss/admin.scss +15 -1
- _scss/style.scss +127 -3
- admin_wrapper.php +1 -0
- common_init.php +1 -11
- css/admin.css +4 -0
- css/style.css +62 -2
- css/style_in_bs.css +62 -2
- images/lightning_bnr_en.jpg +0 -0
- images/lightning_bnr_ja.jpg +0 -0
- languages/vkExUnit-ja.mo +0 -0
- languages/vkExUnit-ja.po +353 -169
- languages/vkexunit.mo +0 -0
- languages/vkexunit.pot +277 -121
- package_manager.php +61 -0
- packages.php +153 -0
- plugins/admin_banner.php +8 -0
- plugins/child_page_index/child_page_index.php +51 -0
- plugins/contact_section.php +233 -0
- plugins/insert_ads.php +29 -12
- plugins/other_widget/js/widget-pr-blocks.js +48 -0
- plugins/other_widget/other_widget.php +2 -1
- plugins/other_widget/widget-archives.php +15 -10
- plugins/other_widget/widget-new-posts.php +1 -1
- plugins/other_widget/widget-pr-blocks.php +242 -0
- plugins/page_custom_field.php +5 -77
- plugins/sitemap_page/sitemap_page.php +50 -1
- readme.txt +8 -1
- vkExUnit.php +17 -12
- vkExUnit_admin.php +28 -119
_scss/admin.scss
CHANGED
@@ -21,6 +21,20 @@
|
|
21 |
.exUnit_infoBox { display:block; overflow:hidden;padding: 1em;margin-right:1em; background-color: #fff;
|
22 |
|
23 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
}
|
25 |
h2 { display:block; overflow:hidden;margin-bottom:20px;
|
26 |
.pageTitleTxt { font-size:28px; }
|
@@ -31,4 +45,4 @@
|
|
31 |
dt { font-weight: bold;margin-bottom:5px; }
|
32 |
dd { margin-left:0; }
|
33 |
}
|
34 |
-
}
|
21 |
.exUnit_infoBox { display:block; overflow:hidden;padding: 1em;margin-right:1em; background-color: #fff;
|
22 |
|
23 |
}
|
24 |
+
.exUnit_adminBnr{
|
25 |
+
display:block; overflow:hidden;padding: 1em;margin-right:1em; background-color: #fff;
|
26 |
+
margin-top: 1em;
|
27 |
+
a{
|
28 |
+
display: block;
|
29 |
+
}
|
30 |
+
img{
|
31 |
+
max-width: 100%;
|
32 |
+
height: auto;
|
33 |
+
&:hover{
|
34 |
+
opacity: 0.7;
|
35 |
+
}
|
36 |
+
}
|
37 |
+
}
|
38 |
}
|
39 |
h2 { display:block; overflow:hidden;margin-bottom:20px;
|
40 |
.pageTitleTxt { font-size:28px; }
|
45 |
dt { font-weight: bold;margin-bottom:5px; }
|
46 |
dd { margin-left:0; }
|
47 |
}
|
48 |
+
}
|
_scss/style.scss
CHANGED
@@ -15,16 +15,20 @@
|
|
15 |
/*-------------------------------------------*/
|
16 |
/* .socialSet
|
17 |
/*-------------------------------------------*/
|
18 |
-
/* Wiget Profile
|
19 |
/*-------------------------------------------*/
|
20 |
/* Wiget 3PR area Plugin
|
21 |
/*-------------------------------------------*/
|
|
|
|
|
22 |
/* Widget Page Content
|
23 |
/*-------------------------------------------*/
|
24 |
/* childPageIndex Plugin
|
25 |
/*-------------------------------------------*/
|
26 |
/* sitemap page Plugin
|
27 |
/*-------------------------------------------*/
|
|
|
|
|
28 |
|
29 |
/*-------------------------------------------*/
|
30 |
/* .common
|
@@ -139,7 +143,12 @@
|
|
139 |
}
|
140 |
|
141 |
/*-------------------------------------------*/
|
142 |
-
/* Wiget Profile
|
|
|
|
|
|
|
|
|
|
|
143 |
/*-------------------------------------------*/
|
144 |
.site-profile{
|
145 |
overflow: hidden;
|
@@ -275,6 +284,88 @@
|
|
275 |
}
|
276 |
}
|
277 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
278 |
/*-------------------------------------------*/
|
279 |
/* Widget Page Content
|
280 |
/*-------------------------------------------*/
|
@@ -337,7 +428,7 @@
|
|
337 |
.link-list{
|
338 |
margin-top: 0;
|
339 |
margin-bottom: 0;
|
340 |
-
}
|
341 |
.page_item{
|
342 |
padding: 0;
|
343 |
}
|
@@ -349,4 +440,37 @@
|
|
349 |
}
|
350 |
}
|
351 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
352 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
/*-------------------------------------------*/
|
16 |
/* .socialSet
|
17 |
/*-------------------------------------------*/
|
18 |
+
/* Wiget Profile Plugin
|
19 |
/*-------------------------------------------*/
|
20 |
/* Wiget 3PR area Plugin
|
21 |
/*-------------------------------------------*/
|
22 |
+
/* Wiget PR Bloclks Plugin
|
23 |
+
/*-------------------------------------------*/
|
24 |
/* Widget Page Content
|
25 |
/*-------------------------------------------*/
|
26 |
/* childPageIndex Plugin
|
27 |
/*-------------------------------------------*/
|
28 |
/* sitemap page Plugin
|
29 |
/*-------------------------------------------*/
|
30 |
+
/* Insert Ads
|
31 |
+
/*-------------------------------------------*/
|
32 |
|
33 |
/*-------------------------------------------*/
|
34 |
/* .common
|
143 |
}
|
144 |
|
145 |
/*-------------------------------------------*/
|
146 |
+
/* Wiget Profile Plugin
|
147 |
+
/*-------------------------------------------*/
|
148 |
+
.vkExUnit_entry-meta_items.published:before { font-family:FontAwesome;content:"\f073";margin-right:5px; }
|
149 |
+
|
150 |
+
/*-------------------------------------------*/
|
151 |
+
/* Wiget Profile Plugin
|
152 |
/*-------------------------------------------*/
|
153 |
.site-profile{
|
154 |
overflow: hidden;
|
284 |
}
|
285 |
}
|
286 |
|
287 |
+
/*-------------------------------------------*/
|
288 |
+
/* Wiget PR Bloclks Plugin
|
289 |
+
/*-------------------------------------------*/
|
290 |
+
.widget.pr_blocks{
|
291 |
+
display: table;
|
292 |
+
width: 100%;
|
293 |
+
table-layout: fixed;
|
294 |
+
.prArea{
|
295 |
+
display: table-cell;
|
296 |
+
padding: 0 1em;
|
297 |
+
&:first-child{
|
298 |
+
padding-left: 0;
|
299 |
+
}
|
300 |
+
&:last-child{
|
301 |
+
padding-right: 0;
|
302 |
+
}
|
303 |
+
}
|
304 |
+
a{
|
305 |
+
color: #333;
|
306 |
+
&:hover{
|
307 |
+
color: #333;
|
308 |
+
text-decoration: none;
|
309 |
+
}
|
310 |
+
.summary:hover{
|
311 |
+
text-decoration: underline;
|
312 |
+
}
|
313 |
+
}
|
314 |
+
.circle_icon{
|
315 |
+
display: table;
|
316 |
+
margin: 0 auto ;
|
317 |
+
width: 100px;
|
318 |
+
height: 100px;
|
319 |
+
border-radius: 50%;
|
320 |
+
.font_icon{
|
321 |
+
display: table-cell;
|
322 |
+
color: #fff;
|
323 |
+
vertical-align: middle;
|
324 |
+
text-align: center;
|
325 |
+
font-size: 45px;
|
326 |
+
}
|
327 |
+
}
|
328 |
+
.prBox_title{
|
329 |
+
margin-top: 1.5em;
|
330 |
+
margin-bottom: 1em;
|
331 |
+
text-align: center;
|
332 |
+
font-size: 18px;
|
333 |
+
}
|
334 |
+
.media_pr{
|
335 |
+
display: table;
|
336 |
+
margin: 0 auto;
|
337 |
+
}
|
338 |
+
.pr_image{
|
339 |
+
display: table-cell;
|
340 |
+
overflow: hidden;
|
341 |
+
width: 120px;
|
342 |
+
height: 120px;
|
343 |
+
border-radius: 50%;
|
344 |
+
vertical-align: middle;
|
345 |
+
text-align: center;
|
346 |
+
}
|
347 |
+
.summary{
|
348 |
+
margin-bottom: 0.5em;
|
349 |
+
text-align: center;
|
350 |
+
font-size: 14px;
|
351 |
+
line-height: 1.4em;
|
352 |
+
}
|
353 |
+
}
|
354 |
+
@media screen and (max-width:992px){
|
355 |
+
.widget.pr_blocks{
|
356 |
+
display: block;
|
357 |
+
.prArea{
|
358 |
+
display: block;
|
359 |
+
margin-bottom: 3em;
|
360 |
+
&:first-child{
|
361 |
+
padding-left: 1em;
|
362 |
+
}
|
363 |
+
&:last-child{
|
364 |
+
padding-right: 1em;
|
365 |
+
}
|
366 |
+
}
|
367 |
+
}
|
368 |
+
}
|
369 |
/*-------------------------------------------*/
|
370 |
/* Widget Page Content
|
371 |
/*-------------------------------------------*/
|
428 |
.link-list{
|
429 |
margin-top: 0;
|
430 |
margin-bottom: 0;
|
431 |
+
}
|
432 |
.page_item{
|
433 |
padding: 0;
|
434 |
}
|
440 |
}
|
441 |
}
|
442 |
|
443 |
+
/*-------------------------------------------*/
|
444 |
+
/* Contact Box
|
445 |
+
/*-------------------------------------------*/
|
446 |
+
|
447 |
+
.vkExUnit_contact { display:block; overflow:hidden;margin-bottom:1em;padding:25px 24px 21px; border:3px solid #efefef;box-shadow:inset 0px 0px 0px 1px rgba(255,255,255,1);background-color: #f9f9f9 }
|
448 |
+
.vkExUnit_contact_txt_catch,
|
449 |
+
.vkExUnit_contact_txt_tel,
|
450 |
+
.vkExUnit_contact_txt_time { display:block; overflow:hidden; }
|
451 |
+
.vkExUnit_contact_txt_catch,
|
452 |
+
.vkExUnit_contact_txt_time { line-height: 128.6%;font-size: 14px; }
|
453 |
+
.vkExUnit_contact_txt_tel { font-size: 28px;line-height: 110%;color:$color_key;padding-top:4px;}
|
454 |
+
.vkExUnit_contact_bt_txt:before { font-family:FontAwesome;content:"\f003";margin-right:7px; }
|
455 |
+
.vkExUnit_contact_bt_txt:after { font-family:FontAwesome;content:"\f18e";margin-left:7px; }
|
456 |
+
.vkExUnit_contact_bt_subTxt { display:block; overflow:hidden;font-size:14px; }
|
457 |
+
|
458 |
+
@media (max-width: 767px){
|
459 |
+
.vkExUnit_contact_txt { text-align: center; }
|
460 |
+
.vkExUnit_contact_bt { display: block; }
|
461 |
+
}
|
462 |
+
@media (min-width: 768px){
|
463 |
+
p.vkExUnit_contact_txt { margin-bottom:0; }
|
464 |
+
.vkExUnit_contact_txt { float:left; }
|
465 |
+
.vkExUnit_contact_bt { float:right; }
|
466 |
+
}
|
467 |
+
|
468 |
|
469 |
+
/*-------------------------------------------*/
|
470 |
+
/* Insert Ads
|
471 |
+
/*-------------------------------------------*/
|
472 |
+
.vkExUnit_insertAds { margin-top:1em;margin-bottom:1.5em; }
|
473 |
+
@media (max-width: 971px){
|
474 |
+
.vkExUnit_insertAds { margin-bottom:0.5em; }
|
475 |
+
.vkExUnit_insertAds .col-md-6 {margin-bottom:1em; }
|
476 |
+
}
|
admin_wrapper.php
CHANGED
@@ -56,6 +56,7 @@ _e('Activated Packages is noting. please activate some package.', 'vkExUnit');
|
|
56 |
</div><!-- [ /.adminMain ] -->
|
57 |
<div class="adminSub">
|
58 |
<div class="exUnit_infoBox"><?php vkExUnit_news_body(); ?></div>
|
|
|
59 |
</div><!-- [ /.adminSub ] -->
|
60 |
</div>
|
61 |
<?php
|
56 |
</div><!-- [ /.adminMain ] -->
|
57 |
<div class="adminSub">
|
58 |
<div class="exUnit_infoBox"><?php vkExUnit_news_body(); ?></div>
|
59 |
+
<div class="exUnit_adminBnr"><?php vkExUnit_admin_banner(); ?></div>
|
60 |
</div><!-- [ /.adminSub ] -->
|
61 |
</div>
|
62 |
<?php
|
common_init.php
CHANGED
@@ -33,12 +33,7 @@ function vkExUnit_get_common_options_default() {
|
|
33 |
'active_sns' => true,
|
34 |
'active_ga' => true,
|
35 |
'active_relatedPosts' => true,
|
36 |
-
|
37 |
-
'active_otherWidgets' => true,
|
38 |
-
'active_css_customize' => true,
|
39 |
-
'active_auto_eyecatch' => true,
|
40 |
-
'active_sitemap_page' => true,
|
41 |
-
'active_insert_ads' => true,
|
42 |
);
|
43 |
return apply_filters( 'vkExUnit_common_options_default', $default_options );
|
44 |
}
|
@@ -58,12 +53,7 @@ function vkExUnit_common_options_validate( $input ) {
|
|
58 |
$output['active_sns'] = (isset($input['active_sns'])) ? true:false;
|
59 |
$output['active_ga'] = (isset($input['active_ga'])) ? true:false;
|
60 |
$output['active_relatedPosts'] = (isset($input['active_relatedPosts'])) ? true:false;
|
61 |
-
$output['active_childPageIndex'] = (isset($input['active_childPageIndex'])) ? true:false;
|
62 |
$output['active_otherWidgets'] = (isset($input['active_otherWidgets'])) ? true:false;
|
63 |
$output['active_css_customize'] = (isset($input['active_css_customize'])) ? true:false;
|
64 |
-
$output['active_auto_eyecatch'] = (isset($input['active_auto_eyecatch'])) ? true:false;
|
65 |
-
$output['active_sitemap_page'] = (isset($input['active_sitemap_page'])) ? true:false;
|
66 |
-
$output['active_insert_ads'] = (isset($input['active_insert_ads'])) ? true:false;
|
67 |
-
|
68 |
return apply_filters( 'vkExUnit_common_options_validate', $output, $input, $defaults );
|
69 |
}
|
33 |
'active_sns' => true,
|
34 |
'active_ga' => true,
|
35 |
'active_relatedPosts' => true,
|
36 |
+
|
|
|
|
|
|
|
|
|
|
|
37 |
);
|
38 |
return apply_filters( 'vkExUnit_common_options_default', $default_options );
|
39 |
}
|
53 |
$output['active_sns'] = (isset($input['active_sns'])) ? true:false;
|
54 |
$output['active_ga'] = (isset($input['active_ga'])) ? true:false;
|
55 |
$output['active_relatedPosts'] = (isset($input['active_relatedPosts'])) ? true:false;
|
|
|
56 |
$output['active_otherWidgets'] = (isset($input['active_otherWidgets'])) ? true:false;
|
57 |
$output['active_css_customize'] = (isset($input['active_css_customize'])) ? true:false;
|
|
|
|
|
|
|
|
|
58 |
return apply_filters( 'vkExUnit_common_options_validate', $output, $input, $defaults );
|
59 |
}
|
css/admin.css
CHANGED
@@ -20,6 +20,10 @@
|
|
20 |
.vkExUnit_admin_page .adminMain { display: block; overflow: hidden; width: 70%; float: left; }
|
21 |
.vkExUnit_admin_page .adminSub { display: block; overflow: hidden; width: 28%; float: right; }
|
22 |
.vkExUnit_admin_page .adminSub .exUnit_infoBox { display: block; overflow: hidden; padding: 1em; margin-right: 1em; background-color: #fff; }
|
|
|
|
|
|
|
|
|
23 |
.vkExUnit_admin_page h2 { display: block; overflow: hidden; margin-bottom: 20px; }
|
24 |
.vkExUnit_admin_page h2 .pageTitleTxt { font-size: 28px; }
|
25 |
.vkExUnit_admin_page h3 { background-color: #333; color: #fff; padding: 10px 15px; font-size: 150%; margin-top: 0; border-left: 5px solid #e50000; }
|
20 |
.vkExUnit_admin_page .adminMain { display: block; overflow: hidden; width: 70%; float: left; }
|
21 |
.vkExUnit_admin_page .adminSub { display: block; overflow: hidden; width: 28%; float: right; }
|
22 |
.vkExUnit_admin_page .adminSub .exUnit_infoBox { display: block; overflow: hidden; padding: 1em; margin-right: 1em; background-color: #fff; }
|
23 |
+
.vkExUnit_admin_page .adminSub .exUnit_adminBnr { display: block; overflow: hidden; padding: 1em; margin-right: 1em; background-color: #fff; margin-top: 1em; }
|
24 |
+
.vkExUnit_admin_page .adminSub .exUnit_adminBnr a { display: block; }
|
25 |
+
.vkExUnit_admin_page .adminSub .exUnit_adminBnr img { max-width: 100%; height: auto; }
|
26 |
+
.vkExUnit_admin_page .adminSub .exUnit_adminBnr img:hover { opacity: 0.7; }
|
27 |
.vkExUnit_admin_page h2 { display: block; overflow: hidden; margin-bottom: 20px; }
|
28 |
.vkExUnit_admin_page h2 .pageTitleTxt { font-size: 28px; }
|
29 |
.vkExUnit_admin_page h3 { background-color: #333; color: #fff; padding: 10px 15px; font-size: 150%; margin-top: 0; border-left: 5px solid #e50000; }
|
css/style.css
CHANGED
@@ -28,16 +28,20 @@
|
|
28 |
/*-------------------------------------------*/
|
29 |
/* .socialSet
|
30 |
/*-------------------------------------------*/
|
31 |
-
/* Wiget Profile
|
32 |
/*-------------------------------------------*/
|
33 |
/* Wiget 3PR area Plugin
|
34 |
/*-------------------------------------------*/
|
|
|
|
|
35 |
/* Widget Page Content
|
36 |
/*-------------------------------------------*/
|
37 |
/* childPageIndex Plugin
|
38 |
/*-------------------------------------------*/
|
39 |
/* sitemap page Plugin
|
40 |
/*-------------------------------------------*/
|
|
|
|
|
41 |
/*-------------------------------------------*/
|
42 |
/* .common
|
43 |
/*-------------------------------------------*/
|
@@ -119,7 +123,12 @@
|
|
119 |
.vk_icon_w_r_sns_fb:before { content: "\e604"; }
|
120 |
|
121 |
/*-------------------------------------------*/
|
122 |
-
/* Wiget Profile
|
|
|
|
|
|
|
|
|
|
|
123 |
/*-------------------------------------------*/
|
124 |
.site-profile { overflow: hidden; }
|
125 |
|
@@ -162,6 +171,27 @@
|
|
162 |
.prBox .media_sp { display: block; }
|
163 |
.prBox .linkurl { margin-bottom: 1.5em; } }
|
164 |
/*-------------------------------------------*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
165 |
/* Widget Page Content
|
166 |
/*-------------------------------------------*/
|
167 |
.widget_pageContent h1 { margin-bottom: 20px; }
|
@@ -189,3 +219,33 @@
|
|
189 |
.sitemap-col .page_item { padding: 0; }
|
190 |
.sitemap-col .children { margin-bottom: 2em; }
|
191 |
.sitemap-col .cat-item { padding: 0; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
28 |
/*-------------------------------------------*/
|
29 |
/* .socialSet
|
30 |
/*-------------------------------------------*/
|
31 |
+
/* Wiget Profile Plugin
|
32 |
/*-------------------------------------------*/
|
33 |
/* Wiget 3PR area Plugin
|
34 |
/*-------------------------------------------*/
|
35 |
+
/* Wiget PR Bloclks Plugin
|
36 |
+
/*-------------------------------------------*/
|
37 |
/* Widget Page Content
|
38 |
/*-------------------------------------------*/
|
39 |
/* childPageIndex Plugin
|
40 |
/*-------------------------------------------*/
|
41 |
/* sitemap page Plugin
|
42 |
/*-------------------------------------------*/
|
43 |
+
/* Insert Ads
|
44 |
+
/*-------------------------------------------*/
|
45 |
/*-------------------------------------------*/
|
46 |
/* .common
|
47 |
/*-------------------------------------------*/
|
123 |
.vk_icon_w_r_sns_fb:before { content: "\e604"; }
|
124 |
|
125 |
/*-------------------------------------------*/
|
126 |
+
/* Wiget Profile Plugin
|
127 |
+
/*-------------------------------------------*/
|
128 |
+
.vkExUnit_entry-meta_items.published:before { font-family: FontAwesome; content: "\f073"; margin-right: 5px; }
|
129 |
+
|
130 |
+
/*-------------------------------------------*/
|
131 |
+
/* Wiget Profile Plugin
|
132 |
/*-------------------------------------------*/
|
133 |
.site-profile { overflow: hidden; }
|
134 |
|
171 |
.prBox .media_sp { display: block; }
|
172 |
.prBox .linkurl { margin-bottom: 1.5em; } }
|
173 |
/*-------------------------------------------*/
|
174 |
+
/* Wiget PR Bloclks Plugin
|
175 |
+
/*-------------------------------------------*/
|
176 |
+
.widget.pr_blocks { display: table; width: 100%; table-layout: fixed; }
|
177 |
+
.widget.pr_blocks .prArea { display: table-cell; padding: 0 1em; }
|
178 |
+
.widget.pr_blocks .prArea:first-child { padding-left: 0; }
|
179 |
+
.widget.pr_blocks .prArea:last-child { padding-right: 0; }
|
180 |
+
.widget.pr_blocks a { color: #333; }
|
181 |
+
.widget.pr_blocks a:hover { color: #333; text-decoration: none; }
|
182 |
+
.widget.pr_blocks a .summary:hover { text-decoration: underline; }
|
183 |
+
.widget.pr_blocks .circle_icon { display: table; margin: 0 auto; width: 100px; height: 100px; border-radius: 50%; }
|
184 |
+
.widget.pr_blocks .circle_icon .font_icon { display: table-cell; color: #fff; vertical-align: middle; text-align: center; font-size: 45px; }
|
185 |
+
.widget.pr_blocks .prBox_title { margin-top: 1.5em; margin-bottom: 1em; text-align: center; font-size: 18px; }
|
186 |
+
.widget.pr_blocks .media_pr { display: table; margin: 0 auto; }
|
187 |
+
.widget.pr_blocks .pr_image { display: table-cell; overflow: hidden; width: 120px; height: 120px; border-radius: 50%; vertical-align: middle; text-align: center; }
|
188 |
+
.widget.pr_blocks .summary { margin-bottom: 0.5em; text-align: center; font-size: 14px; line-height: 1.4em; }
|
189 |
+
|
190 |
+
@media screen and (max-width: 992px) { .widget.pr_blocks { display: block; }
|
191 |
+
.widget.pr_blocks .prArea { display: block; margin-bottom: 3em; }
|
192 |
+
.widget.pr_blocks .prArea:first-child { padding-left: 1em; }
|
193 |
+
.widget.pr_blocks .prArea:last-child { padding-right: 1em; } }
|
194 |
+
/*-------------------------------------------*/
|
195 |
/* Widget Page Content
|
196 |
/*-------------------------------------------*/
|
197 |
.widget_pageContent h1 { margin-bottom: 20px; }
|
219 |
.sitemap-col .page_item { padding: 0; }
|
220 |
.sitemap-col .children { margin-bottom: 2em; }
|
221 |
.sitemap-col .cat-item { padding: 0; }
|
222 |
+
|
223 |
+
/*-------------------------------------------*/
|
224 |
+
/* Contact Box
|
225 |
+
/*-------------------------------------------*/
|
226 |
+
.vkExUnit_contact { display: block; overflow: hidden; margin-bottom: 1em; padding: 25px 24px 21px; border: 3px solid #efefef; box-shadow: inset 0px 0px 0px 1px white; background-color: #f9f9f9; }
|
227 |
+
|
228 |
+
.vkExUnit_contact_txt_catch, .vkExUnit_contact_txt_tel, .vkExUnit_contact_txt_time { display: block; overflow: hidden; }
|
229 |
+
|
230 |
+
.vkExUnit_contact_txt_catch, .vkExUnit_contact_txt_time { line-height: 128.6%; font-size: 14px; }
|
231 |
+
|
232 |
+
.vkExUnit_contact_txt_tel { font-size: 28px; line-height: 110%; color: #337ab7; padding-top: 4px; }
|
233 |
+
|
234 |
+
.vkExUnit_contact_bt_txt:before { font-family: FontAwesome; content: "\f003"; margin-right: 7px; }
|
235 |
+
|
236 |
+
.vkExUnit_contact_bt_txt:after { font-family: FontAwesome; content: "\f18e"; margin-left: 7px; }
|
237 |
+
|
238 |
+
.vkExUnit_contact_bt_subTxt { display: block; overflow: hidden; font-size: 14px; }
|
239 |
+
|
240 |
+
@media (max-width: 767px) { .vkExUnit_contact_txt { text-align: center; }
|
241 |
+
.vkExUnit_contact_bt { display: block; } }
|
242 |
+
@media (min-width: 768px) { p.vkExUnit_contact_txt { margin-bottom: 0; }
|
243 |
+
.vkExUnit_contact_txt { float: left; }
|
244 |
+
.vkExUnit_contact_bt { float: right; } }
|
245 |
+
/*-------------------------------------------*/
|
246 |
+
/* Insert Ads
|
247 |
+
/*-------------------------------------------*/
|
248 |
+
.vkExUnit_insertAds { margin-top: 1em; margin-bottom: 1.5em; }
|
249 |
+
|
250 |
+
@media (max-width: 971px) { .vkExUnit_insertAds { margin-bottom: 0.5em; }
|
251 |
+
.vkExUnit_insertAds .col-md-6 { margin-bottom: 1em; } }
|
css/style_in_bs.css
CHANGED
@@ -608,16 +608,20 @@ input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="butto
|
|
608 |
/*-------------------------------------------*/
|
609 |
/* .socialSet
|
610 |
/*-------------------------------------------*/
|
611 |
-
/* Wiget Profile
|
612 |
/*-------------------------------------------*/
|
613 |
/* Wiget 3PR area Plugin
|
614 |
/*-------------------------------------------*/
|
|
|
|
|
615 |
/* Widget Page Content
|
616 |
/*-------------------------------------------*/
|
617 |
/* childPageIndex Plugin
|
618 |
/*-------------------------------------------*/
|
619 |
/* sitemap page Plugin
|
620 |
/*-------------------------------------------*/
|
|
|
|
|
621 |
/*-------------------------------------------*/
|
622 |
/* .common
|
623 |
/*-------------------------------------------*/
|
@@ -699,7 +703,12 @@ input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="butto
|
|
699 |
.vk_icon_w_r_sns_fb:before { content: "\e604"; }
|
700 |
|
701 |
/*-------------------------------------------*/
|
702 |
-
/* Wiget Profile
|
|
|
|
|
|
|
|
|
|
|
703 |
/*-------------------------------------------*/
|
704 |
.site-profile { overflow: hidden; }
|
705 |
|
@@ -742,6 +751,27 @@ input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="butto
|
|
742 |
.prBox .media_sp { display: block; }
|
743 |
.prBox .linkurl { margin-bottom: 1.5em; } }
|
744 |
/*-------------------------------------------*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
745 |
/* Widget Page Content
|
746 |
/*-------------------------------------------*/
|
747 |
.widget_pageContent h1 { margin-bottom: 20px; }
|
@@ -769,3 +799,33 @@ input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="butto
|
|
769 |
.sitemap-col .page_item { padding: 0; }
|
770 |
.sitemap-col .children { margin-bottom: 2em; }
|
771 |
.sitemap-col .cat-item { padding: 0; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
608 |
/*-------------------------------------------*/
|
609 |
/* .socialSet
|
610 |
/*-------------------------------------------*/
|
611 |
+
/* Wiget Profile Plugin
|
612 |
/*-------------------------------------------*/
|
613 |
/* Wiget 3PR area Plugin
|
614 |
/*-------------------------------------------*/
|
615 |
+
/* Wiget PR Bloclks Plugin
|
616 |
+
/*-------------------------------------------*/
|
617 |
/* Widget Page Content
|
618 |
/*-------------------------------------------*/
|
619 |
/* childPageIndex Plugin
|
620 |
/*-------------------------------------------*/
|
621 |
/* sitemap page Plugin
|
622 |
/*-------------------------------------------*/
|
623 |
+
/* Insert Ads
|
624 |
+
/*-------------------------------------------*/
|
625 |
/*-------------------------------------------*/
|
626 |
/* .common
|
627 |
/*-------------------------------------------*/
|
703 |
.vk_icon_w_r_sns_fb:before { content: "\e604"; }
|
704 |
|
705 |
/*-------------------------------------------*/
|
706 |
+
/* Wiget Profile Plugin
|
707 |
+
/*-------------------------------------------*/
|
708 |
+
.vkExUnit_entry-meta_items.published:before { font-family: FontAwesome; content: "\f073"; margin-right: 5px; }
|
709 |
+
|
710 |
+
/*-------------------------------------------*/
|
711 |
+
/* Wiget Profile Plugin
|
712 |
/*-------------------------------------------*/
|
713 |
.site-profile { overflow: hidden; }
|
714 |
|
751 |
.prBox .media_sp { display: block; }
|
752 |
.prBox .linkurl { margin-bottom: 1.5em; } }
|
753 |
/*-------------------------------------------*/
|
754 |
+
/* Wiget PR Bloclks Plugin
|
755 |
+
/*-------------------------------------------*/
|
756 |
+
.widget.pr_blocks { display: table; width: 100%; table-layout: fixed; }
|
757 |
+
.widget.pr_blocks .prArea { display: table-cell; padding: 0 1em; }
|
758 |
+
.widget.pr_blocks .prArea:first-child { padding-left: 0; }
|
759 |
+
.widget.pr_blocks .prArea:last-child { padding-right: 0; }
|
760 |
+
.widget.pr_blocks a { color: #333; }
|
761 |
+
.widget.pr_blocks a:hover { color: #333; text-decoration: none; }
|
762 |
+
.widget.pr_blocks a .summary:hover { text-decoration: underline; }
|
763 |
+
.widget.pr_blocks .circle_icon { display: table; margin: 0 auto; width: 100px; height: 100px; border-radius: 50%; }
|
764 |
+
.widget.pr_blocks .circle_icon .font_icon { display: table-cell; color: #fff; vertical-align: middle; text-align: center; font-size: 45px; }
|
765 |
+
.widget.pr_blocks .prBox_title { margin-top: 1.5em; margin-bottom: 1em; text-align: center; font-size: 18px; }
|
766 |
+
.widget.pr_blocks .media_pr { display: table; margin: 0 auto; }
|
767 |
+
.widget.pr_blocks .pr_image { display: table-cell; overflow: hidden; width: 120px; height: 120px; border-radius: 50%; vertical-align: middle; text-align: center; }
|
768 |
+
.widget.pr_blocks .summary { margin-bottom: 0.5em; text-align: center; font-size: 14px; line-height: 1.4em; }
|
769 |
+
|
770 |
+
@media screen and (max-width: 992px) { .widget.pr_blocks { display: block; }
|
771 |
+
.widget.pr_blocks .prArea { display: block; margin-bottom: 3em; }
|
772 |
+
.widget.pr_blocks .prArea:first-child { padding-left: 1em; }
|
773 |
+
.widget.pr_blocks .prArea:last-child { padding-right: 1em; } }
|
774 |
+
/*-------------------------------------------*/
|
775 |
/* Widget Page Content
|
776 |
/*-------------------------------------------*/
|
777 |
.widget_pageContent h1 { margin-bottom: 20px; }
|
799 |
.sitemap-col .page_item { padding: 0; }
|
800 |
.sitemap-col .children { margin-bottom: 2em; }
|
801 |
.sitemap-col .cat-item { padding: 0; }
|
802 |
+
|
803 |
+
/*-------------------------------------------*/
|
804 |
+
/* Contact Box
|
805 |
+
/*-------------------------------------------*/
|
806 |
+
.vkExUnit_contact { display: block; overflow: hidden; margin-bottom: 1em; padding: 25px 24px 21px; border: 3px solid #efefef; box-shadow: inset 0px 0px 0px 1px white; background-color: #f9f9f9; }
|
807 |
+
|
808 |
+
.vkExUnit_contact_txt_catch, .vkExUnit_contact_txt_tel, .vkExUnit_contact_txt_time { display: block; overflow: hidden; }
|
809 |
+
|
810 |
+
.vkExUnit_contact_txt_catch, .vkExUnit_contact_txt_time { line-height: 128.6%; font-size: 14px; }
|
811 |
+
|
812 |
+
.vkExUnit_contact_txt_tel { font-size: 28px; line-height: 110%; color: #337ab7; padding-top: 4px; }
|
813 |
+
|
814 |
+
.vkExUnit_contact_bt_txt:before { font-family: FontAwesome; content: "\f003"; margin-right: 7px; }
|
815 |
+
|
816 |
+
.vkExUnit_contact_bt_txt:after { font-family: FontAwesome; content: "\f18e"; margin-left: 7px; }
|
817 |
+
|
818 |
+
.vkExUnit_contact_bt_subTxt { display: block; overflow: hidden; font-size: 14px; }
|
819 |
+
|
820 |
+
@media (max-width: 767px) { .vkExUnit_contact_txt { text-align: center; }
|
821 |
+
.vkExUnit_contact_bt { display: block; } }
|
822 |
+
@media (min-width: 768px) { p.vkExUnit_contact_txt { margin-bottom: 0; }
|
823 |
+
.vkExUnit_contact_txt { float: left; }
|
824 |
+
.vkExUnit_contact_bt { float: right; } }
|
825 |
+
/*-------------------------------------------*/
|
826 |
+
/* Insert Ads
|
827 |
+
/*-------------------------------------------*/
|
828 |
+
.vkExUnit_insertAds { margin-top: 1em; margin-bottom: 1.5em; }
|
829 |
+
|
830 |
+
@media (max-width: 971px) { .vkExUnit_insertAds { margin-bottom: 0.5em; }
|
831 |
+
.vkExUnit_insertAds .col-md-6 { margin-bottom: 1em; } }
|
images/lightning_bnr_en.jpg
ADDED
Binary file
|
images/lightning_bnr_ja.jpg
ADDED
Binary file
|
languages/vkExUnit-ja.mo
CHANGED
Binary file
|
languages/vkExUnit-ja.po
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: \n"
|
4 |
-
"POT-Creation-Date: 2015-08-
|
5 |
"PO-Revision-Date: \n"
|
6 |
"Last-Translator: Kurudrive <kurudrive@gmail.com>\n"
|
7 |
"Language-Team: Vektor translate Team <info@vektor-inc.co.jp>\n"
|
@@ -12,14 +12,18 @@ msgstr ""
|
|
12 |
"X-Generator: Poedit 1.5.7\n"
|
13 |
"X-Poedit-Basepath: .\n"
|
14 |
"X-Poedit-SourceCharset: UTF-8\n"
|
15 |
-
"X-Poedit-KeywordsList: __;_x;_e\n"
|
16 |
"X-Poedit-SearchPath-0: ..\n"
|
17 |
|
18 |
-
#: ../admin_wrapper.php:7 ../admin_wrapper.php:8
|
19 |
#: ../plugins/meta_keyword.php:97
|
20 |
msgid "Main setting"
|
21 |
msgstr "メイン設定"
|
22 |
|
|
|
|
|
|
|
|
|
23 |
#: ../common_helpers.php:126
|
24 |
#, php-format
|
25 |
msgid "Search Results for : %s"
|
@@ -98,24 +102,144 @@ msgstr "オーディオ"
|
|
98 |
msgid "Chats"
|
99 |
msgstr "チャット"
|
100 |
|
101 |
-
#: ../common_helpers.php:270 ../plugins/other_widget/widget-taxonomies.php:
|
102 |
#: ../plugins/other_widget/old/widget-taxonomy-list.php:81
|
103 |
msgid "Archives"
|
104 |
msgstr "アーカイブ"
|
105 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
106 |
#: ../vkExUnit_admin.php:3
|
107 |
msgid "Enable setting"
|
108 |
msgstr "有効化設定"
|
109 |
|
110 |
-
#: ../vkExUnit_admin.php:16 ../vkExUnit_admin.php:
|
111 |
msgid "Select all"
|
112 |
msgstr "全てを選択"
|
113 |
|
114 |
-
#: ../vkExUnit_admin.php:16 ../vkExUnit_admin.php:
|
115 |
msgid "Function"
|
116 |
msgstr "有効化"
|
117 |
|
118 |
-
#: ../vkExUnit_admin.php:16 ../vkExUnit_admin.php:
|
119 |
msgid "Description"
|
120 |
msgstr "説明"
|
121 |
|
@@ -188,12 +312,6 @@ msgstr "メタキーワードを選んでください。"
|
|
188 |
msgid "Print meta Keyword"
|
189 |
msgstr "メタキーワードを出力"
|
190 |
|
191 |
-
#: ../vkExUnit_admin.php:109 ../vkExUnit_admin.php:155
|
192 |
-
#: ../vkExUnit_admin.php:193 ../vkExUnit_admin.php:272
|
193 |
-
#: ../vkExUnit_admin.php:305 ../vkExUnit_admin.php:349
|
194 |
-
msgid "Setting"
|
195 |
-
msgstr "設定"
|
196 |
-
|
197 |
#: ../vkExUnit_admin.php:117
|
198 |
msgid "Print meta Keyword to html head."
|
199 |
msgstr "ヘッダーにメタキーワードを出力します。"
|
@@ -270,133 +388,87 @@ msgstr "関連記事を表示"
|
|
270 |
msgid "Print Related posts lists to post content bottom."
|
271 |
msgstr "関連記事を記事コンテンツ下のエリアへ表示します。"
|
272 |
|
273 |
-
#: ../
|
274 |
-
msgid "
|
275 |
-
msgstr "
|
276 |
|
277 |
-
#: ../
|
278 |
-
msgid "
|
279 |
-
msgstr "
|
280 |
|
281 |
-
#: ../
|
282 |
-
msgid ""
|
283 |
-
"At the bottom of the specified page, it will display a list of the child "
|
284 |
-
"page."
|
285 |
msgstr ""
|
286 |
-
"指定した固定ページの下部へ、その固定ページの下層子ページの「ページタイトル / "
|
287 |
-
"サムネイル / 抜粋文 / 該当ページへのリンク」をセットで一覧表示します。"
|
288 |
|
289 |
-
#: ../
|
290 |
-
msgid "
|
291 |
-
msgstr "
|
292 |
|
293 |
-
#: ../
|
294 |
-
msgid "
|
295 |
-
msgstr "
|
296 |
|
297 |
-
#: ../
|
298 |
-
msgid "
|
299 |
-
msgstr "
|
300 |
|
301 |
-
#: ../
|
302 |
-
|
303 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
304 |
|
305 |
-
#: ../
|
306 |
-
msgid "
|
307 |
-
msgstr "
|
308 |
|
309 |
-
#: ../
|
310 |
-
msgid "
|
311 |
-
msgstr ""
|
312 |
-
"以下の機能を持ったウィジェットを追加します。各ウィジェットの設定は「外観」→"
|
313 |
-
"「ウィジェット」の設定画面より行って下さい。"
|
314 |
|
315 |
-
#: ../
|
316 |
-
msgid ""
|
317 |
-
"VK_Recent Posts - display the link text and the date of the latest article "
|
318 |
-
"title."
|
319 |
-
msgstr "VK_最新記事 - 最新記事タイトルのリンクテキストと日付を表示します。"
|
320 |
-
|
321 |
-
#: ../vkExUnit_admin.php:280
|
322 |
-
msgid ""
|
323 |
-
"VK_Page content to widget - display the contents of the page to the widgets."
|
324 |
msgstr ""
|
325 |
-
"VK_固定ページ本文 - 固定ページのコンテンツ部分をウィジェットに表示します。"
|
326 |
-
|
327 |
-
#: ../vkExUnit_admin.php:281
|
328 |
-
msgid "VK_Profile - display the profile entered in the widget."
|
329 |
-
msgstr "VK_プロフィール - ウィジェットに入力されたプロフィールを表示します。"
|
330 |
-
|
331 |
-
#: ../vkExUnit_admin.php:282
|
332 |
-
msgid "VK_FB Page Plugin - display the Facebook Page Plugin."
|
333 |
-
msgstr "VK_FB Page Plugin - Facebook ページプラグインを表示します。"
|
334 |
-
|
335 |
-
#: ../vkExUnit_admin.php:283
|
336 |
-
msgid "VK_3PR area - display the 3PR area."
|
337 |
-
msgstr "VK_3PR エリア - 3PR エリアを表示します。"
|
338 |
-
|
339 |
-
#: ../vkExUnit_admin.php:284
|
340 |
-
#: ../plugins/other_widget/old/widget-taxonomy-list.php:17
|
341 |
-
msgid "categories/tags list"
|
342 |
-
msgstr "カテゴリー/タグ リスト"
|
343 |
-
|
344 |
-
#: ../vkExUnit_admin.php:284
|
345 |
-
#: ../plugins/other_widget/old/widget-taxonomy-list.php:11
|
346 |
-
msgid "Displays a categories, tags or format list."
|
347 |
-
msgstr "カテゴリ・タグまたは、フォーマットリストを表示します。"
|
348 |
|
349 |
-
#: ../
|
350 |
-
|
351 |
-
|
352 |
-
msgstr "アーカイブリスト"
|
353 |
|
354 |
-
#: ../
|
355 |
-
|
356 |
-
msgid ""
|
357 |
-
"Displays a list of archives. You can choose the post type and also to "
|
358 |
-
"display archives by month or by year."
|
359 |
msgstr ""
|
360 |
-
"アーカイブの一覧を表示します。月ごともしくは年ごとでの表示。また、ポストタイ"
|
361 |
-
"プを選択できます。"
|
362 |
|
363 |
-
#: ../
|
364 |
-
msgid "
|
365 |
-
msgstr "
|
366 |
|
367 |
-
#: ../
|
368 |
-
msgid "
|
369 |
-
msgstr ""
|
370 |
-
"テーマデザインをカスタマイズする CSS を管理画面より追加できるようになります。"
|
371 |
-
"追加する CSS コードは「VK Ex Unit」→「CSS カスタマイズ」の画面にて入力して下"
|
372 |
-
"さい。"
|
373 |
|
374 |
-
#: ../
|
375 |
-
msgid "
|
376 |
-
msgstr "
|
377 |
|
378 |
-
#: ../
|
379 |
-
msgid "
|
380 |
-
msgstr ""
|
381 |
-
"アイキャッチ画像を本文の最初に表示します。各記事毎に非表示にする事も出来ま"
|
382 |
-
"す。"
|
383 |
|
384 |
-
#: ../
|
385 |
-
|
386 |
-
|
387 |
-
msgstr "広告の挿入"
|
388 |
|
389 |
-
#: ../
|
390 |
-
msgid "
|
391 |
-
msgstr "
|
392 |
|
393 |
-
#: ../plugins/
|
394 |
-
msgid "
|
395 |
-
msgstr "
|
396 |
-
|
397 |
-
#: ../plugins/auto_eyecatch.php:51
|
398 |
-
msgid "Do not set eyecatch image automatic."
|
399 |
-
msgstr "アイキャッチ画像を自動挿入しない"
|
400 |
|
401 |
#: ../plugins/dashboard_info_widget.php:18
|
402 |
msgid "News from VK All in One Expansion Unit"
|
@@ -434,23 +506,23 @@ msgstr "アイコンを選択"
|
|
434 |
msgid "Please upload your \".ico\" file"
|
435 |
msgstr "作成したicoファイルをアップロードしてください"
|
436 |
|
437 |
-
#: ../plugins/insert_ads.php:
|
438 |
msgid "Insert ads to post."
|
439 |
msgstr "投稿に広告を挿入"
|
440 |
|
441 |
-
#: ../plugins/insert_ads.php:
|
442 |
msgid "Insert ads to more tag and after content."
|
443 |
msgstr "moreタグの直後と、記事の最後に広告を挿入できます。"
|
444 |
|
445 |
-
#: ../plugins/insert_ads.php:
|
446 |
msgid "If you want to separate ads area, you fill two fields."
|
447 |
msgstr "2つのフィールドに分けて挿入すると、横並び(col-md-6)に表示されます。"
|
448 |
|
449 |
-
#: ../plugins/insert_ads.php:
|
450 |
msgid "insert the ad [ more tag ]"
|
451 |
msgstr "広告を挿入 [ moreタグ ]"
|
452 |
|
453 |
-
#: ../plugins/insert_ads.php:
|
454 |
msgid "insert the ad [ after content ]"
|
455 |
msgstr "広告を挿入 [ 記事の最後 ]"
|
456 |
|
@@ -557,23 +629,10 @@ msgstr "サイト全体のキーワードは %s より設定することがで
|
|
557 |
msgid "Sorry, there is no post"
|
558 |
msgstr "お知らせはありません。"
|
559 |
|
560 |
-
#: ../plugins/page_custom_field.php:
|
561 |
msgid "Setting of insert items"
|
562 |
msgstr "挿入アイテムの設定"
|
563 |
|
564 |
-
#: ../plugins/page_custom_field.php:22 ../plugins/page_custom_field.php:32
|
565 |
-
msgid "Choose display a child page index"
|
566 |
-
msgstr "子ページの一覧を表示するか選択"
|
567 |
-
|
568 |
-
#: ../plugins/page_custom_field.php:27
|
569 |
-
msgid "if checked you will display a child page index "
|
570 |
-
msgstr ""
|
571 |
-
"チェックを入れると個別ページ下へ同じ親ページをもつ子ページ一覧を表示します。"
|
572 |
-
|
573 |
-
#: ../plugins/page_custom_field.php:37
|
574 |
-
msgid "if checked you will display a sitemap"
|
575 |
-
msgstr "チェックを入れるとHTMLサイトマップを表示します。"
|
576 |
-
|
577 |
#: ../plugins/child_page_index/child_page_index.php:42
|
578 |
#: ../plugins/other_widget/widget-3pr-area.php:274
|
579 |
#: ../plugins/other_widget/widget-3pr-area.php:316
|
@@ -581,6 +640,16 @@ msgstr "チェックを入れるとHTMLサイトマップを表示します。"
|
|
581 |
msgid "Read more"
|
582 |
msgstr "詳しくはこちら"
|
583 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
584 |
#: ../plugins/css_customize/css_customize-edit.php:2
|
585 |
#: ../plugins/css_customize/css_customize.php:35
|
586 |
#: ../plugins/css_customize/css_customize.php:36
|
@@ -615,13 +684,6 @@ msgid ""
|
|
615 |
"the site."
|
616 |
msgstr "このサイトで使用する Google アナリティクスの ID を入力して下さい。"
|
617 |
|
618 |
-
#: ../plugins/google_analytics/ga_admin.php:16 ../plugins/sns/sns_admin.php:31
|
619 |
-
#: ../plugins/sns/old/sns_admin.php:20 ../plugins/sns/old/sns_admin.php:61
|
620 |
-
#: ../plugins/sns/old/sns_admin.php:79 ../plugins/sns/old/sns_admin.php:98
|
621 |
-
#: ../plugins/sns/old/sns_admin.php:115
|
622 |
-
msgid "ex) "
|
623 |
-
msgstr "例: "
|
624 |
-
|
625 |
#: ../plugins/google_analytics/ga_admin.php:19
|
626 |
msgid ""
|
627 |
"Please select the type of Analytics code . (If you are unsure you can skip "
|
@@ -673,6 +735,7 @@ msgstr "3PR エリア1 設定"
|
|
673 |
#: ../plugins/other_widget/widget-3pr-area.php:102
|
674 |
#: ../plugins/other_widget/widget-3pr-area.php:154
|
675 |
#: ../plugins/other_widget/widget-new-posts.php:92
|
|
|
676 |
#: ../plugins/other_widget/widget-profile.php:39
|
677 |
#: ../plugins/sns/function_fbPagePlugin.php:75
|
678 |
msgid "Title:"
|
@@ -690,6 +753,7 @@ msgstr "PC 用に表示される画像を選択(横 300px 程度推奨)"
|
|
690 |
#: ../plugins/other_widget/widget-3pr-area.php:132
|
691 |
#: ../plugins/other_widget/widget-3pr-area.php:166
|
692 |
#: ../plugins/other_widget/widget-3pr-area.php:183
|
|
|
693 |
#: ../plugins/other_widget/widget-profile.php:50
|
694 |
msgid "Select image"
|
695 |
msgstr "画像を選択"
|
@@ -700,6 +764,7 @@ msgstr "画像を選択"
|
|
700 |
#: ../plugins/other_widget/widget-3pr-area.php:133
|
701 |
#: ../plugins/other_widget/widget-3pr-area.php:167
|
702 |
#: ../plugins/other_widget/widget-3pr-area.php:184
|
|
|
703 |
#: ../plugins/other_widget/widget-profile.php:51
|
704 |
msgid "Clear image"
|
705 |
msgstr "画像クリア"
|
@@ -715,12 +780,14 @@ msgstr ""
|
|
715 |
#: ../plugins/other_widget/widget-3pr-area.php:88
|
716 |
#: ../plugins/other_widget/widget-3pr-area.php:142
|
717 |
#: ../plugins/other_widget/widget-3pr-area.php:194
|
|
|
718 |
msgid "Summary Text:"
|
719 |
msgstr "概要となるテキスト"
|
720 |
|
721 |
#: ../plugins/other_widget/widget-3pr-area.php:94
|
722 |
#: ../plugins/other_widget/widget-3pr-area.php:146
|
723 |
#: ../plugins/other_widget/widget-3pr-area.php:199
|
|
|
724 |
msgid "Link URL:"
|
725 |
msgstr "リンク先ページのURL"
|
726 |
|
@@ -732,23 +799,35 @@ msgstr "3PR エリア2 設定"
|
|
732 |
msgid "3PR area3 setting"
|
733 |
msgstr "3PR エリア3 設定"
|
734 |
|
735 |
-
#: ../plugins/other_widget/widget-archives.php:49
|
736 |
#: ../plugins/other_widget/widget-archives.php:50
|
|
|
737 |
#: ../plugins/other_widget/old/widget-archive-list.php:49
|
738 |
#: ../plugins/other_widget/old/widget-archive-list.php:50
|
739 |
msgid "Monthly archives"
|
740 |
msgstr "月別アーカイブ"
|
741 |
|
742 |
-
#: ../plugins/other_widget/widget-archives.php:
|
743 |
#: ../plugins/other_widget/old/widget-archive-list.php:59
|
744 |
msgid "Title"
|
745 |
msgstr "タイトル"
|
746 |
|
747 |
-
#: ../plugins/other_widget/widget-archives.php:
|
748 |
#: ../plugins/other_widget/old/widget-archive-list.php:63
|
749 |
msgid "Post type"
|
750 |
msgstr "ポストタイプ"
|
751 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
752 |
#: ../plugins/other_widget/widget-new-posts.php:11
|
753 |
msgid "Displays a list of your most recent posts"
|
754 |
msgstr "最新の投稿記事リストを表示します。"
|
@@ -790,7 +869,7 @@ msgid "page content to widget"
|
|
790 |
msgstr "固定ページ本文"
|
791 |
|
792 |
#: ../plugins/other_widget/widget-page.php:30
|
793 |
-
#: ../plugins/other_widget/widget-taxonomies.php:
|
794 |
#: ../plugins/other_widget/old/widget-page-content.php:30
|
795 |
#: ../plugins/other_widget/old/widget-taxonomy-list.php:61
|
796 |
msgid "Display page"
|
@@ -806,6 +885,80 @@ msgstr "タイトルを表示"
|
|
806 |
msgid "Edit"
|
807 |
msgstr "編集"
|
808 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
809 |
#: ../plugins/other_widget/widget-profile.php:11
|
810 |
msgid "Displays a your profile"
|
811 |
msgstr ""
|
@@ -880,19 +1033,19 @@ msgstr "カテゴリーやカスタム分類のリストを表示します。"
|
|
880 |
msgid "Categories/Custom taxonomies list"
|
881 |
msgstr "カテゴリー/カスタム分類リスト"
|
882 |
|
883 |
-
#: ../plugins/other_widget/widget-taxonomies.php:
|
884 |
-
#: ../plugins/other_widget/widget-taxonomies.php:
|
885 |
#: ../plugins/other_widget/old/widget-taxonomy-list.php:48
|
886 |
#: ../plugins/other_widget/old/widget-taxonomy-list.php:49
|
887 |
msgid "Category"
|
888 |
msgstr "カテゴリー"
|
889 |
|
890 |
-
#: ../plugins/other_widget/widget-taxonomies.php:
|
891 |
#: ../plugins/other_widget/old/widget-taxonomy-list.php:57
|
892 |
msgid "Label to display"
|
893 |
msgstr "表示するラベル"
|
894 |
|
895 |
-
#: ../plugins/other_widget/widget-taxonomies.php:
|
896 |
#: ../plugins/other_widget/old/widget-taxonomy-list.php:76
|
897 |
msgid "Blog"
|
898 |
msgstr "ブログ"
|
@@ -951,6 +1104,10 @@ msgstr "複数のページを除外する場合は , (コンマ)で区切っ
|
|
951 |
msgid "HTML Sitemap"
|
952 |
msgstr "HTMLサイトマップ"
|
953 |
|
|
|
|
|
|
|
|
|
954 |
#: ../plugins/sns/function_fbPagePlugin.php:10
|
955 |
msgid "Displays a Facebook Page Plugin"
|
956 |
msgstr "Facebook ページプラグインを表示します。"
|
@@ -1180,6 +1337,20 @@ msgstr "ソーシャルボタン"
|
|
1180 |
msgid "Please check the type of page that displays the social button."
|
1181 |
msgstr "ページに表示するソーシャルボタンの種類を選択して下さい。"
|
1182 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1183 |
#: ../plugins/sns/old/sns_admin.php:77 ../plugins/sns/old/sns_admin.php:96
|
1184 |
msgid ""
|
1185 |
"Within the type of page that is checked, if there is a particular page you "
|
@@ -1205,6 +1376,10 @@ msgstr "Facebook のいいねボックスを使用する場合は、場所を確
|
|
1205 |
msgid "* Please be sure to set Facebook application ID."
|
1206 |
msgstr "Facebook のアプリケーションIDを設定してください。"
|
1207 |
|
|
|
|
|
|
|
|
|
1208 |
#: ../plugins/sns/old/sns_admin.php:113
|
1209 |
msgid "URL of the Facebook page."
|
1210 |
msgstr "Facebook ページの URL"
|
@@ -1248,6 +1423,31 @@ msgstr "BizVektor を使用して OGP タグを出力しない。"
|
|
1248 |
msgid "Page top"
|
1249 |
msgstr "ページ先頭へ"
|
1250 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1251 |
#, fuzzy
|
1252 |
#~ msgid "http://ex-unit.bizvektor.com/ja/?feed"
|
1253 |
#~ msgstr "http://ex-unit.bizvektor.com/ja/?feed"
|
@@ -1288,22 +1488,6 @@ msgstr "ページ先頭へ"
|
|
1288 |
#~ msgid "Article of %s."
|
1289 |
#~ msgstr "%s の記事"
|
1290 |
|
1291 |
-
#~ msgctxt "sns display"
|
1292 |
-
#~ msgid "Home page"
|
1293 |
-
#~ msgstr "ホームページ"
|
1294 |
-
|
1295 |
-
#~ msgctxt "sns display"
|
1296 |
-
#~ msgid "Page"
|
1297 |
-
#~ msgstr "ページ"
|
1298 |
-
|
1299 |
-
#~ msgctxt "sns display"
|
1300 |
-
#~ msgid "Post"
|
1301 |
-
#~ msgstr "投稿"
|
1302 |
-
|
1303 |
-
#~ msgctxt "sns display"
|
1304 |
-
#~ msgid "Side bar"
|
1305 |
-
#~ msgstr "サイドバー"
|
1306 |
-
|
1307 |
#~ msgid "WebClip Setting"
|
1308 |
#~ msgstr "ウェブクリップ設定"
|
1309 |
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: \n"
|
4 |
+
"POT-Creation-Date: 2015-08-13 11:42+0900\n"
|
5 |
"PO-Revision-Date: \n"
|
6 |
"Last-Translator: Kurudrive <kurudrive@gmail.com>\n"
|
7 |
"Language-Team: Vektor translate Team <info@vektor-inc.co.jp>\n"
|
12 |
"X-Generator: Poedit 1.5.7\n"
|
13 |
"X-Poedit-Basepath: .\n"
|
14 |
"X-Poedit-SourceCharset: UTF-8\n"
|
15 |
+
"X-Poedit-KeywordsList: __;_x;_e;_ex\n"
|
16 |
"X-Poedit-SearchPath-0: ..\n"
|
17 |
|
18 |
+
#: ../admin_wrapper.php:7 ../admin_wrapper.php:8
|
19 |
#: ../plugins/meta_keyword.php:97
|
20 |
msgid "Main setting"
|
21 |
msgstr "メイン設定"
|
22 |
|
23 |
+
#: ../admin_wrapper.php:52
|
24 |
+
msgid "Activated Packages is noting. please activate some package."
|
25 |
+
msgstr ""
|
26 |
+
|
27 |
#: ../common_helpers.php:126
|
28 |
#, php-format
|
29 |
msgid "Search Results for : %s"
|
102 |
msgid "Chats"
|
103 |
msgstr "チャット"
|
104 |
|
105 |
+
#: ../common_helpers.php:270 ../plugins/other_widget/widget-taxonomies.php:79
|
106 |
#: ../plugins/other_widget/old/widget-taxonomy-list.php:81
|
107 |
msgid "Archives"
|
108 |
msgstr "アーカイブ"
|
109 |
|
110 |
+
#: ../packages.php:43 ../plugins/contact_section.php:71
|
111 |
+
msgid "Contact Section"
|
112 |
+
msgstr "お問い合わせ"
|
113 |
+
|
114 |
+
#: ../packages.php:44
|
115 |
+
msgid "Display Contact Section at after content."
|
116 |
+
msgstr "お問い合わせ情報を本文の下に表示する"
|
117 |
+
|
118 |
+
#: ../packages.php:47 ../packages.php:98 ../packages.php:115
|
119 |
+
#: ../packages.php:132 ../vkExUnit_admin.php:109 ../vkExUnit_admin.php:155
|
120 |
+
#: ../vkExUnit_admin.php:193
|
121 |
+
msgid "Setting"
|
122 |
+
msgstr "設定"
|
123 |
+
|
124 |
+
#: ../packages.php:61
|
125 |
+
msgid "Child page index"
|
126 |
+
msgstr "子ページの一覧表示"
|
127 |
+
|
128 |
+
#: ../packages.php:62
|
129 |
+
msgid ""
|
130 |
+
"At the bottom of the specified page, it will display a list of the child "
|
131 |
+
"page."
|
132 |
+
msgstr ""
|
133 |
+
"指定した固定ページの下部へ、その固定ページの下層子ページの「ページタイトル / "
|
134 |
+
"サムネイル / 抜粋文 / 該当ページへのリンク」をセットで一覧表示します。"
|
135 |
+
|
136 |
+
#: ../packages.php:72
|
137 |
+
msgid "Display HTML Site Map"
|
138 |
+
msgstr "HTMLサイトマップの表示"
|
139 |
+
|
140 |
+
#: ../packages.php:73
|
141 |
+
msgid "It displays a HTML Site Map to the specified page."
|
142 |
+
msgstr "指定した固定ページにHTMLサイトマップを表示します。"
|
143 |
+
|
144 |
+
#: ../packages.php:81
|
145 |
+
msgid "You can use various widgets."
|
146 |
+
msgstr ""
|
147 |
+
"以下の機能を持ったウィジェットを追加します。各ウィジェットの設定は「外観」→"
|
148 |
+
"「ウィジェット」の設定画面より行って下さい。"
|
149 |
+
|
150 |
+
#: ../packages.php:83
|
151 |
+
msgid ""
|
152 |
+
"VK_Recent Posts - display the link text and the date of the latest article "
|
153 |
+
"title."
|
154 |
+
msgstr "VK_最新記事 - 最新記事タイトルのリンクテキストと日付を表示します。"
|
155 |
+
|
156 |
+
#: ../packages.php:84
|
157 |
+
msgid ""
|
158 |
+
"VK_Page content to widget - display the contents of the page to the widgets."
|
159 |
+
msgstr ""
|
160 |
+
"VK_固定ページ本文 - 固定ページのコンテンツ部分をウィジェットに表示します。"
|
161 |
+
|
162 |
+
#: ../packages.php:85
|
163 |
+
msgid "VK_Profile - display the profile entered in the widget."
|
164 |
+
msgstr "VK_プロフィール - ウィジェットに入力されたプロフィールを表示します。"
|
165 |
+
|
166 |
+
#: ../packages.php:86
|
167 |
+
msgid "VK_FB Page Plugin - display the Facebook Page Plugin."
|
168 |
+
msgstr "VK_FB Page Plugin - Facebook ページプラグインを表示します。"
|
169 |
+
|
170 |
+
#: ../packages.php:87
|
171 |
+
msgid "VK_3PR area - display the 3PR area."
|
172 |
+
msgstr "VK_3PR エリア - 3PR エリアを表示します。"
|
173 |
+
|
174 |
+
#: ../packages.php:88 ../plugins/other_widget/old/widget-taxonomy-list.php:17
|
175 |
+
msgid "categories/tags list"
|
176 |
+
msgstr "カテゴリー/タグ リスト"
|
177 |
+
|
178 |
+
#: ../packages.php:88 ../plugins/other_widget/old/widget-taxonomy-list.php:11
|
179 |
+
msgid "Displays a categories, tags or format list."
|
180 |
+
msgstr "カテゴリ・タグまたは、フォーマットリストを表示します。"
|
181 |
+
|
182 |
+
#: ../packages.php:89 ../plugins/other_widget/widget-archives.php:14
|
183 |
+
#: ../plugins/other_widget/old/widget-archive-list.php:14
|
184 |
+
msgid "archive list"
|
185 |
+
msgstr "アーカイブリスト"
|
186 |
+
|
187 |
+
#: ../packages.php:89 ../plugins/other_widget/widget-archives.php:12
|
188 |
+
#: ../plugins/other_widget/old/widget-archive-list.php:12
|
189 |
+
msgid ""
|
190 |
+
"Displays a list of archives. You can choose the post type and also to "
|
191 |
+
"display archives by month or by year."
|
192 |
+
msgstr ""
|
193 |
+
"アーカイブの一覧を表示します。月ごともしくは年ごとでの表示。また、ポストタイ"
|
194 |
+
"プを選択できます。"
|
195 |
+
|
196 |
+
#: ../packages.php:94
|
197 |
+
msgid "Widgets"
|
198 |
+
msgstr "ウィジェット"
|
199 |
+
|
200 |
+
#: ../packages.php:111
|
201 |
+
msgid "CSS customize"
|
202 |
+
msgstr "CSSカスタマイズ"
|
203 |
+
|
204 |
+
#: ../packages.php:112
|
205 |
+
msgid "You can set Customize CSS."
|
206 |
+
msgstr ""
|
207 |
+
"テーマデザインをカスタマイズする CSS を管理画面より追加できるようになります。"
|
208 |
+
"追加する CSS コードは「VK Ex Unit」→「CSS カスタマイズ」の画面にて入力して下"
|
209 |
+
"さい。"
|
210 |
+
|
211 |
+
#: ../packages.php:128 ../plugins/insert_ads.php:38
|
212 |
+
#: ../plugins/insert_ads.php:118
|
213 |
+
msgid "Insert ads"
|
214 |
+
msgstr "広告の挿入"
|
215 |
+
|
216 |
+
#: ../packages.php:129
|
217 |
+
msgid "Insert ads to content."
|
218 |
+
msgstr "記事に広告を挿入します"
|
219 |
+
|
220 |
+
#: ../packages.php:145 ../vkExUnit_admin.php:233
|
221 |
+
msgid "Automatic Eye Catch insert"
|
222 |
+
msgstr "アイキャッチ画像自動挿入"
|
223 |
+
|
224 |
+
#: ../packages.php:146
|
225 |
+
msgid "Display Eye Catch image at before content."
|
226 |
+
msgstr ""
|
227 |
+
"アイキャッチ画像を本文の最初に表示します。各記事毎に非表示にする事も出来ま"
|
228 |
+
"す。"
|
229 |
+
|
230 |
#: ../vkExUnit_admin.php:3
|
231 |
msgid "Enable setting"
|
232 |
msgstr "有効化設定"
|
233 |
|
234 |
+
#: ../vkExUnit_admin.php:16 ../vkExUnit_admin.php:273
|
235 |
msgid "Select all"
|
236 |
msgstr "全てを選択"
|
237 |
|
238 |
+
#: ../vkExUnit_admin.php:16 ../vkExUnit_admin.php:273
|
239 |
msgid "Function"
|
240 |
msgstr "有効化"
|
241 |
|
242 |
+
#: ../vkExUnit_admin.php:16 ../vkExUnit_admin.php:273
|
243 |
msgid "Description"
|
244 |
msgstr "説明"
|
245 |
|
312 |
msgid "Print meta Keyword"
|
313 |
msgstr "メタキーワードを出力"
|
314 |
|
|
|
|
|
|
|
|
|
|
|
|
|
315 |
#: ../vkExUnit_admin.php:117
|
316 |
msgid "Print meta Keyword to html head."
|
317 |
msgstr "ヘッダーにメタキーワードを出力します。"
|
388 |
msgid "Print Related posts lists to post content bottom."
|
389 |
msgstr "関連記事を記事コンテンツ下のエリアへ表示します。"
|
390 |
|
391 |
+
#: ../plugins/auto_eyecatch.php:41
|
392 |
+
msgid "Automatic EyeCatch"
|
393 |
+
msgstr "アイキャッチ自動挿入"
|
394 |
|
395 |
+
#: ../plugins/auto_eyecatch.php:51
|
396 |
+
msgid "Do not set eyecatch image automatic."
|
397 |
+
msgstr "アイキャッチ画像を自動挿入しない"
|
398 |
|
399 |
+
#: ../plugins/contact_section.php:47
|
400 |
+
msgid "Contact"
|
|
|
|
|
401 |
msgstr ""
|
|
|
|
|
402 |
|
403 |
+
#: ../plugins/contact_section.php:57 ../plugins/contact_section.php:78
|
404 |
+
msgid "Please feel free to inquire."
|
405 |
+
msgstr "お気軽にお問い合わせください。"
|
406 |
|
407 |
+
#: ../plugins/contact_section.php:59
|
408 |
+
msgid "Office hours 9:00 - 18:00 [ Weekdays except holidays ]"
|
409 |
+
msgstr "受付時間 9:00-18:00 [ 土・日・祝日除く ]"
|
410 |
|
411 |
+
#: ../plugins/contact_section.php:75
|
412 |
+
msgid "Message"
|
413 |
+
msgstr "メッセージ"
|
414 |
|
415 |
+
#: ../plugins/contact_section.php:78 ../plugins/contact_section.php:85
|
416 |
+
#: ../plugins/contact_section.php:92 ../plugins/contact_section.php:100
|
417 |
+
#: ../plugins/contact_section.php:108 ../plugins/contact_section.php:116
|
418 |
+
#: ../plugins/google_analytics/ga_admin.php:16 ../plugins/sns/sns_admin.php:31
|
419 |
+
#: ../plugins/sns/old/sns_admin.php:20 ../plugins/sns/old/sns_admin.php:61
|
420 |
+
#: ../plugins/sns/old/sns_admin.php:79 ../plugins/sns/old/sns_admin.php:98
|
421 |
+
#: ../plugins/sns/old/sns_admin.php:115
|
422 |
+
msgid "ex) "
|
423 |
+
msgstr "例: "
|
424 |
|
425 |
+
#: ../plugins/contact_section.php:82
|
426 |
+
msgid "Phone number"
|
427 |
+
msgstr "電話番号"
|
428 |
|
429 |
+
#: ../plugins/contact_section.php:89 ../plugins/contact_section.php:92
|
430 |
+
msgid "Office hours"
|
431 |
+
msgstr "営業時間"
|
|
|
|
|
432 |
|
433 |
+
#: ../plugins/contact_section.php:92
|
434 |
+
msgid "Weekdays except holidays"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
435 |
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
436 |
|
437 |
+
#: ../plugins/contact_section.php:97
|
438 |
+
msgid "The contact page URL"
|
439 |
+
msgstr "お問い合わせ先URL"
|
|
|
440 |
|
441 |
+
#: ../plugins/contact_section.php:100
|
442 |
+
msgid "or"
|
|
|
|
|
|
|
443 |
msgstr ""
|
|
|
|
|
444 |
|
445 |
+
#: ../plugins/contact_section.php:101
|
446 |
+
msgid "* If you fill in the blank, contact button does not appear."
|
447 |
+
msgstr "未入力の場合はお問い合わせボタンは表示されません。"
|
448 |
|
449 |
+
#: ../plugins/contact_section.php:105
|
450 |
+
msgid "Contact button Text."
|
451 |
+
msgstr "お問い合わせボタンに表示するテキスト"
|
|
|
|
|
|
|
452 |
|
453 |
+
#: ../plugins/contact_section.php:108
|
454 |
+
msgid "Contact Us from email."
|
455 |
+
msgstr "メールでのお問い合わせはこちら"
|
456 |
|
457 |
+
#: ../plugins/contact_section.php:113
|
458 |
+
msgid "Contact button Text. ( sub )"
|
459 |
+
msgstr "お問い合わせボタンに表示するテキスト2(オプション)"
|
|
|
|
|
460 |
|
461 |
+
#: ../plugins/contact_section.php:117
|
462 |
+
msgid "Email contact form"
|
463 |
+
msgstr "お気軽にお問い合わせください。"
|
|
|
464 |
|
465 |
+
#: ../plugins/contact_section.php:140
|
466 |
+
msgid "Display Contact Section"
|
467 |
+
msgstr "お問い合わせ情報の表示"
|
468 |
|
469 |
+
#: ../plugins/contact_section.php:222
|
470 |
+
msgid "Edit contact information"
|
471 |
+
msgstr ""
|
|
|
|
|
|
|
|
|
472 |
|
473 |
#: ../plugins/dashboard_info_widget.php:18
|
474 |
msgid "News from VK All in One Expansion Unit"
|
506 |
msgid "Please upload your \".ico\" file"
|
507 |
msgstr "作成したicoファイルをアップロードしてください"
|
508 |
|
509 |
+
#: ../plugins/insert_ads.php:121
|
510 |
msgid "Insert ads to post."
|
511 |
msgstr "投稿に広告を挿入"
|
512 |
|
513 |
+
#: ../plugins/insert_ads.php:123
|
514 |
msgid "Insert ads to more tag and after content."
|
515 |
msgstr "moreタグの直後と、記事の最後に広告を挿入できます。"
|
516 |
|
517 |
+
#: ../plugins/insert_ads.php:123
|
518 |
msgid "If you want to separate ads area, you fill two fields."
|
519 |
msgstr "2つのフィールドに分けて挿入すると、横並び(col-md-6)に表示されます。"
|
520 |
|
521 |
+
#: ../plugins/insert_ads.php:125
|
522 |
msgid "insert the ad [ more tag ]"
|
523 |
msgstr "広告を挿入 [ moreタグ ]"
|
524 |
|
525 |
+
#: ../plugins/insert_ads.php:133
|
526 |
msgid "insert the ad [ after content ]"
|
527 |
msgstr "広告を挿入 [ 記事の最後 ]"
|
528 |
|
629 |
msgid "Sorry, there is no post"
|
630 |
msgstr "お知らせはありません。"
|
631 |
|
632 |
+
#: ../plugins/page_custom_field.php:11
|
633 |
msgid "Setting of insert items"
|
634 |
msgstr "挿入アイテムの設定"
|
635 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
636 |
#: ../plugins/child_page_index/child_page_index.php:42
|
637 |
#: ../plugins/other_widget/widget-3pr-area.php:274
|
638 |
#: ../plugins/other_widget/widget-3pr-area.php:316
|
640 |
msgid "Read more"
|
641 |
msgstr "詳しくはこちら"
|
642 |
|
643 |
+
#: ../plugins/child_page_index/child_page_index.php:75
|
644 |
+
#: ../plugins/sitemap_page/sitemap_page.php:201
|
645 |
+
msgid "Choose display a child page index"
|
646 |
+
msgstr "子ページの一覧を表示するか選択"
|
647 |
+
|
648 |
+
#: ../plugins/child_page_index/child_page_index.php:80
|
649 |
+
msgid "if checked you will display a child page index "
|
650 |
+
msgstr ""
|
651 |
+
"チェックを入れると個別ページ下へ同じ親ページをもつ子ページ一覧を表示します。"
|
652 |
+
|
653 |
#: ../plugins/css_customize/css_customize-edit.php:2
|
654 |
#: ../plugins/css_customize/css_customize.php:35
|
655 |
#: ../plugins/css_customize/css_customize.php:36
|
684 |
"the site."
|
685 |
msgstr "このサイトで使用する Google アナリティクスの ID を入力して下さい。"
|
686 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
687 |
#: ../plugins/google_analytics/ga_admin.php:19
|
688 |
msgid ""
|
689 |
"Please select the type of Analytics code . (If you are unsure you can skip "
|
735 |
#: ../plugins/other_widget/widget-3pr-area.php:102
|
736 |
#: ../plugins/other_widget/widget-3pr-area.php:154
|
737 |
#: ../plugins/other_widget/widget-new-posts.php:92
|
738 |
+
#: ../plugins/other_widget/widget-pr-blocks.php:71
|
739 |
#: ../plugins/other_widget/widget-profile.php:39
|
740 |
#: ../plugins/sns/function_fbPagePlugin.php:75
|
741 |
msgid "Title:"
|
753 |
#: ../plugins/other_widget/widget-3pr-area.php:132
|
754 |
#: ../plugins/other_widget/widget-3pr-area.php:166
|
755 |
#: ../plugins/other_widget/widget-3pr-area.php:183
|
756 |
+
#: ../plugins/other_widget/widget-pr-blocks.php:93
|
757 |
#: ../plugins/other_widget/widget-profile.php:50
|
758 |
msgid "Select image"
|
759 |
msgstr "画像を選択"
|
764 |
#: ../plugins/other_widget/widget-3pr-area.php:133
|
765 |
#: ../plugins/other_widget/widget-3pr-area.php:167
|
766 |
#: ../plugins/other_widget/widget-3pr-area.php:184
|
767 |
+
#: ../plugins/other_widget/widget-pr-blocks.php:96
|
768 |
#: ../plugins/other_widget/widget-profile.php:51
|
769 |
msgid "Clear image"
|
770 |
msgstr "画像クリア"
|
780 |
#: ../plugins/other_widget/widget-3pr-area.php:88
|
781 |
#: ../plugins/other_widget/widget-3pr-area.php:142
|
782 |
#: ../plugins/other_widget/widget-3pr-area.php:194
|
783 |
+
#: ../plugins/other_widget/widget-pr-blocks.php:107
|
784 |
msgid "Summary Text:"
|
785 |
msgstr "概要となるテキスト"
|
786 |
|
787 |
#: ../plugins/other_widget/widget-3pr-area.php:94
|
788 |
#: ../plugins/other_widget/widget-3pr-area.php:146
|
789 |
#: ../plugins/other_widget/widget-3pr-area.php:199
|
790 |
+
#: ../plugins/other_widget/widget-pr-blocks.php:111
|
791 |
msgid "Link URL:"
|
792 |
msgstr "リンク先ページのURL"
|
793 |
|
799 |
msgid "3PR area3 setting"
|
800 |
msgstr "3PR エリア3 設定"
|
801 |
|
|
|
802 |
#: ../plugins/other_widget/widget-archives.php:50
|
803 |
+
#: ../plugins/other_widget/widget-archives.php:51
|
804 |
#: ../plugins/other_widget/old/widget-archive-list.php:49
|
805 |
#: ../plugins/other_widget/old/widget-archive-list.php:50
|
806 |
msgid "Monthly archives"
|
807 |
msgstr "月別アーカイブ"
|
808 |
|
809 |
+
#: ../plugins/other_widget/widget-archives.php:60
|
810 |
#: ../plugins/other_widget/old/widget-archive-list.php:59
|
811 |
msgid "Title"
|
812 |
msgstr "タイトル"
|
813 |
|
814 |
+
#: ../plugins/other_widget/widget-archives.php:64
|
815 |
#: ../plugins/other_widget/old/widget-archive-list.php:63
|
816 |
msgid "Post type"
|
817 |
msgstr "ポストタイプ"
|
818 |
|
819 |
+
#: ../plugins/other_widget/widget-archives.php:74
|
820 |
+
msgid "Monthly"
|
821 |
+
msgstr "月別"
|
822 |
+
|
823 |
+
#: ../plugins/other_widget/widget-archives.php:76
|
824 |
+
msgid "Yearly"
|
825 |
+
msgstr "年別"
|
826 |
+
|
827 |
+
#: ../plugins/other_widget/widget-archives.php:94
|
828 |
+
msgid "archive"
|
829 |
+
msgstr "アーカイブ"
|
830 |
+
|
831 |
#: ../plugins/other_widget/widget-new-posts.php:11
|
832 |
msgid "Displays a list of your most recent posts"
|
833 |
msgstr "最新の投稿記事リストを表示します。"
|
869 |
msgstr "固定ページ本文"
|
870 |
|
871 |
#: ../plugins/other_widget/widget-page.php:30
|
872 |
+
#: ../plugins/other_widget/widget-taxonomies.php:58
|
873 |
#: ../plugins/other_widget/old/widget-page-content.php:30
|
874 |
#: ../plugins/other_widget/old/widget-taxonomy-list.php:61
|
875 |
msgid "Display page"
|
885 |
msgid "Edit"
|
886 |
msgstr "編集"
|
887 |
|
888 |
+
#: ../plugins/other_widget/widget-pr-blocks.php:10
|
889 |
+
msgid "Displays a circle image or icon font for pr blocks"
|
890 |
+
msgstr ""
|
891 |
+
|
892 |
+
#: ../plugins/other_widget/widget-pr-blocks.php:12
|
893 |
+
msgid "PR Blocks"
|
894 |
+
msgstr ""
|
895 |
+
|
896 |
+
#: ../plugins/other_widget/widget-pr-blocks.php:19
|
897 |
+
msgid "PR Block1 title"
|
898 |
+
msgstr "PR ブロック1 タイトル"
|
899 |
+
|
900 |
+
#: ../plugins/other_widget/widget-pr-blocks.php:27
|
901 |
+
msgid "PR Block2 title"
|
902 |
+
msgstr "PR ブロック2 タイトル"
|
903 |
+
|
904 |
+
#: ../plugins/other_widget/widget-pr-blocks.php:35
|
905 |
+
msgid "PR Block3 title"
|
906 |
+
msgstr "PR ブロック3 タイトル"
|
907 |
+
|
908 |
+
#: ../plugins/other_widget/widget-pr-blocks.php:43
|
909 |
+
msgid "PR Block4 title"
|
910 |
+
msgstr "PR ブロック4 タイトル"
|
911 |
+
|
912 |
+
#: ../plugins/other_widget/widget-pr-blocks.php:56
|
913 |
+
msgid "The choice of the number of columns:"
|
914 |
+
msgstr "列の数"
|
915 |
+
|
916 |
+
#: ../plugins/other_widget/widget-pr-blocks.php:58
|
917 |
+
msgid "3column"
|
918 |
+
msgstr "3列"
|
919 |
+
|
920 |
+
#: ../plugins/other_widget/widget-pr-blocks.php:59
|
921 |
+
msgid "4column"
|
922 |
+
msgstr "4列"
|
923 |
+
|
924 |
+
#: ../plugins/other_widget/widget-pr-blocks.php:61
|
925 |
+
msgid ""
|
926 |
+
"If you change the number of columns, click to \"Save\" botton and exit the "
|
927 |
+
"edit page. When restart the edit page, the column input form is increased or "
|
928 |
+
"decreased."
|
929 |
+
msgstr ""
|
930 |
+
"列の数を変更する場合は「保存して公開」ボタンをクリックして編集画面を終了しま"
|
931 |
+
"す。それから編集画面を再度開くと列の入力フォームが増減します。"
|
932 |
+
|
933 |
+
#: ../plugins/other_widget/widget-pr-blocks.php:68
|
934 |
+
#: ../plugins/other_widget/widget-pr-blocks.php:166
|
935 |
+
msgid "PR Block"
|
936 |
+
msgstr "PRブロック"
|
937 |
+
|
938 |
+
#: ../plugins/other_widget/widget-pr-blocks.php:75
|
939 |
+
msgid "Class name of the icon font you want to use:"
|
940 |
+
msgstr "使用したいアイコンフォントのクラス名:"
|
941 |
+
|
942 |
+
#: ../plugins/other_widget/widget-pr-blocks.php:78
|
943 |
+
msgid "To choose your favorite icon, and enter the class."
|
944 |
+
msgstr "アイコンフォントを選んでそのクラス名を入力してください。"
|
945 |
+
|
946 |
+
#: ../plugins/other_widget/widget-pr-blocks.php:78
|
947 |
+
msgid " ex:fa-rocket"
|
948 |
+
msgstr "例: fa-rocket"
|
949 |
+
|
950 |
+
#: ../plugins/other_widget/widget-pr-blocks.php:82
|
951 |
+
msgid "Icon bg-color:"
|
952 |
+
msgstr "アイコン背景色:"
|
953 |
+
|
954 |
+
#: ../plugins/other_widget/widget-pr-blocks.php:86
|
955 |
+
msgid "Select image:"
|
956 |
+
msgstr "画像を選択"
|
957 |
+
|
958 |
+
#: ../plugins/other_widget/widget-pr-blocks.php:97
|
959 |
+
msgid "When you have an image. Image is displayed with priority"
|
960 |
+
msgstr "画像を設定するとアイコンフォントよりも画像が優先されます。"
|
961 |
+
|
962 |
#: ../plugins/other_widget/widget-profile.php:11
|
963 |
msgid "Displays a your profile"
|
964 |
msgstr ""
|
1033 |
msgid "Categories/Custom taxonomies list"
|
1034 |
msgstr "カテゴリー/カスタム分類リスト"
|
1035 |
|
1036 |
+
#: ../plugins/other_widget/widget-taxonomies.php:45
|
1037 |
+
#: ../plugins/other_widget/widget-taxonomies.php:46
|
1038 |
#: ../plugins/other_widget/old/widget-taxonomy-list.php:48
|
1039 |
#: ../plugins/other_widget/old/widget-taxonomy-list.php:49
|
1040 |
msgid "Category"
|
1041 |
msgstr "カテゴリー"
|
1042 |
|
1043 |
+
#: ../plugins/other_widget/widget-taxonomies.php:54
|
1044 |
#: ../plugins/other_widget/old/widget-taxonomy-list.php:57
|
1045 |
msgid "Label to display"
|
1046 |
msgstr "表示するラベル"
|
1047 |
|
1048 |
+
#: ../plugins/other_widget/widget-taxonomies.php:74
|
1049 |
#: ../plugins/other_widget/old/widget-taxonomy-list.php:76
|
1050 |
msgid "Blog"
|
1051 |
msgstr "ブログ"
|
1104 |
msgid "HTML Sitemap"
|
1105 |
msgstr "HTMLサイトマップ"
|
1106 |
|
1107 |
+
#: ../plugins/sitemap_page/sitemap_page.php:206
|
1108 |
+
msgid "if checked you will display a sitemap"
|
1109 |
+
msgstr "チェックを入れるとHTMLサイトマップを表示します。"
|
1110 |
+
|
1111 |
#: ../plugins/sns/function_fbPagePlugin.php:10
|
1112 |
msgid "Displays a Facebook Page Plugin"
|
1113 |
msgstr "Facebook ページプラグインを表示します。"
|
1337 |
msgid "Please check the type of page that displays the social button."
|
1338 |
msgstr "ページに表示するソーシャルボタンの種類を選択して下さい。"
|
1339 |
|
1340 |
+
#: ../plugins/sns/old/sns_admin.php:71 ../plugins/sns/old/sns_admin.php:88
|
1341 |
+
#: ../plugins/sns/old/sns_admin.php:108
|
1342 |
+
msgid "Home page"
|
1343 |
+
msgstr "トップページ"
|
1344 |
+
|
1345 |
+
#: ../plugins/sns/old/sns_admin.php:73 ../plugins/sns/old/sns_admin.php:90
|
1346 |
+
msgid "Page"
|
1347 |
+
msgstr "ページ"
|
1348 |
+
|
1349 |
+
#: ../plugins/sns/old/sns_admin.php:75 ../plugins/sns/old/sns_admin.php:92
|
1350 |
+
#: ../plugins/sns/old/sns_admin.php:94
|
1351 |
+
msgid "Post"
|
1352 |
+
msgstr "投稿"
|
1353 |
+
|
1354 |
#: ../plugins/sns/old/sns_admin.php:77 ../plugins/sns/old/sns_admin.php:96
|
1355 |
msgid ""
|
1356 |
"Within the type of page that is checked, if there is a particular page you "
|
1376 |
msgid "* Please be sure to set Facebook application ID."
|
1377 |
msgstr "Facebook のアプリケーションIDを設定してください。"
|
1378 |
|
1379 |
+
#: ../plugins/sns/old/sns_admin.php:110
|
1380 |
+
msgid "Side bar"
|
1381 |
+
msgstr "サイドバー"
|
1382 |
+
|
1383 |
#: ../plugins/sns/old/sns_admin.php:113
|
1384 |
msgid "URL of the Facebook page."
|
1385 |
msgstr "Facebook ページの URL"
|
1423 |
msgid "Page top"
|
1424 |
msgstr "ページ先頭へ"
|
1425 |
|
1426 |
+
#~ msgid ""
|
1427 |
+
#~ "To choose your favorite icon, and enter the class. For example, the use "
|
1428 |
+
#~ "of 「fa-rocket」"
|
1429 |
+
#~ msgstr "気に入ったアイコンフォントのクラス名を入力します。"
|
1430 |
+
|
1431 |
+
#~ msgid "Class of IconFont:"
|
1432 |
+
#~ msgstr "アイコンフォントの"
|
1433 |
+
|
1434 |
+
#~ msgid ""
|
1435 |
+
#~ "Select the column. You click \"Save\" or \"Apply\". The column input "
|
1436 |
+
#~ "field is increased or decreased."
|
1437 |
+
#~ msgstr "列を選択したら一度保存して、"
|
1438 |
+
|
1439 |
+
#~ msgid "You can select a block column:"
|
1440 |
+
#~ msgstr "PRブロックの列"
|
1441 |
+
|
1442 |
+
#~ msgid "Choose display a child page index to posts."
|
1443 |
+
#~ msgstr "子ページの一覧を表示するか選択"
|
1444 |
+
|
1445 |
+
#~ msgid "Insert Site Map"
|
1446 |
+
#~ msgstr "サイトマップを挿入する"
|
1447 |
+
|
1448 |
+
#~ msgid "Choose other widgets."
|
1449 |
+
#~ msgstr "Other ウィジェットを選択"
|
1450 |
+
|
1451 |
#, fuzzy
|
1452 |
#~ msgid "http://ex-unit.bizvektor.com/ja/?feed"
|
1453 |
#~ msgstr "http://ex-unit.bizvektor.com/ja/?feed"
|
1488 |
#~ msgid "Article of %s."
|
1489 |
#~ msgstr "%s の記事"
|
1490 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1491 |
#~ msgid "WebClip Setting"
|
1492 |
#~ msgstr "ウェブクリップ設定"
|
1493 |
|
languages/vkexunit.mo
CHANGED
Binary file
|
languages/vkexunit.pot
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: \n"
|
4 |
-
"POT-Creation-Date: 2015-08-
|
5 |
"PO-Revision-Date: \n"
|
6 |
"Last-Translator: Kurudrive <kurudrive@gmail.com>\n"
|
7 |
"Language-Team: Vektor,Inc. <info@vektor-inc.co.jp>\n"
|
@@ -14,11 +14,14 @@ msgstr ""
|
|
14 |
"X-Poedit-Basepath: ..\n"
|
15 |
"X-Poedit-SearchPath-0: .\n"
|
16 |
|
17 |
-
#: admin_wrapper.php:7 admin_wrapper.php:8
|
18 |
-
#: plugins/meta_keyword.php:97
|
19 |
msgid "Main setting"
|
20 |
msgstr ""
|
21 |
|
|
|
|
|
|
|
|
|
22 |
#: common_helpers.php:126
|
23 |
#, php-format
|
24 |
msgid "Search Results for : %s"
|
@@ -97,24 +100,130 @@ msgstr ""
|
|
97 |
msgid "Chats"
|
98 |
msgstr ""
|
99 |
|
100 |
-
#: common_helpers.php:270 plugins/other_widget/widget-taxonomies.php:
|
101 |
#: plugins/other_widget/old/widget-taxonomy-list.php:81
|
102 |
msgid "Archives"
|
103 |
msgstr ""
|
104 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
105 |
#: vkExUnit_admin.php:3
|
106 |
msgid "Enable setting"
|
107 |
msgstr ""
|
108 |
|
109 |
-
#: vkExUnit_admin.php:16 vkExUnit_admin.php:
|
110 |
msgid "Select all"
|
111 |
msgstr ""
|
112 |
|
113 |
-
#: vkExUnit_admin.php:16 vkExUnit_admin.php:
|
114 |
msgid "Function"
|
115 |
msgstr ""
|
116 |
|
117 |
-
#: vkExUnit_admin.php:16 vkExUnit_admin.php:
|
118 |
msgid "Description"
|
119 |
msgstr ""
|
120 |
|
@@ -176,11 +285,6 @@ msgstr ""
|
|
176 |
msgid "Print meta Keyword"
|
177 |
msgstr ""
|
178 |
|
179 |
-
#: vkExUnit_admin.php:109 vkExUnit_admin.php:155 vkExUnit_admin.php:193
|
180 |
-
#: vkExUnit_admin.php:272 vkExUnit_admin.php:305 vkExUnit_admin.php:349
|
181 |
-
msgid "Setting"
|
182 |
-
msgstr ""
|
183 |
-
|
184 |
#: vkExUnit_admin.php:117
|
185 |
msgid "Print meta Keyword to html head."
|
186 |
msgstr ""
|
@@ -250,118 +354,86 @@ msgstr ""
|
|
250 |
msgid "Print Related posts lists to post content bottom."
|
251 |
msgstr ""
|
252 |
|
253 |
-
#:
|
254 |
-
msgid "
|
255 |
-
msgstr ""
|
256 |
-
|
257 |
-
#: vkExUnit_admin.php:233
|
258 |
-
msgid "Child page index"
|
259 |
-
msgstr ""
|
260 |
-
|
261 |
-
#: vkExUnit_admin.php:237
|
262 |
-
msgid ""
|
263 |
-
"At the bottom of the specified page, it will display a list of the child "
|
264 |
-
"page."
|
265 |
-
msgstr ""
|
266 |
-
|
267 |
-
#: vkExUnit_admin.php:246
|
268 |
-
msgid "Insert Site Map"
|
269 |
-
msgstr ""
|
270 |
-
|
271 |
-
#: vkExUnit_admin.php:251
|
272 |
-
msgid "Display HTML Site Map"
|
273 |
-
msgstr ""
|
274 |
-
|
275 |
-
#: vkExUnit_admin.php:255
|
276 |
-
msgid "It displays a HTML Site Map to the specified page."
|
277 |
-
msgstr ""
|
278 |
-
|
279 |
-
#: vkExUnit_admin.php:264 vkExUnit_admin.php:295
|
280 |
-
msgid "Choose other widgets."
|
281 |
-
msgstr ""
|
282 |
-
|
283 |
-
#: vkExUnit_admin.php:269
|
284 |
-
msgid "Widgets"
|
285 |
msgstr ""
|
286 |
|
287 |
-
#:
|
288 |
-
msgid "
|
289 |
msgstr ""
|
290 |
|
291 |
-
#:
|
292 |
-
msgid ""
|
293 |
-
"VK_Recent Posts - display the link text and the date of the latest article "
|
294 |
-
"title."
|
295 |
msgstr ""
|
296 |
|
297 |
-
#:
|
298 |
-
msgid ""
|
299 |
-
"VK_Page content to widget - display the contents of the page to the widgets."
|
300 |
msgstr ""
|
301 |
|
302 |
-
#:
|
303 |
-
msgid "
|
304 |
msgstr ""
|
305 |
|
306 |
-
#:
|
307 |
-
msgid "
|
308 |
msgstr ""
|
309 |
|
310 |
-
#:
|
311 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
312 |
msgstr ""
|
313 |
|
314 |
-
#:
|
315 |
-
msgid "
|
316 |
msgstr ""
|
317 |
|
318 |
-
#:
|
319 |
-
msgid "
|
320 |
msgstr ""
|
321 |
|
322 |
-
#:
|
323 |
-
|
324 |
-
msgid "archive list"
|
325 |
msgstr ""
|
326 |
|
327 |
-
#:
|
328 |
-
|
329 |
-
msgid ""
|
330 |
-
"Displays a list of archives. You can choose the post type and also to "
|
331 |
-
"display archives by month or by year."
|
332 |
msgstr ""
|
333 |
|
334 |
-
#:
|
335 |
-
msgid "
|
336 |
msgstr ""
|
337 |
|
338 |
-
#:
|
339 |
-
msgid "
|
340 |
msgstr ""
|
341 |
|
342 |
-
#:
|
343 |
-
msgid "
|
344 |
msgstr ""
|
345 |
|
346 |
-
#:
|
347 |
-
msgid "
|
348 |
msgstr ""
|
349 |
|
350 |
-
#:
|
351 |
-
|
352 |
-
msgid "Insert ads"
|
353 |
msgstr ""
|
354 |
|
355 |
-
#:
|
356 |
-
msgid "
|
357 |
msgstr ""
|
358 |
|
359 |
-
#: plugins/
|
360 |
-
msgid "
|
361 |
msgstr ""
|
362 |
|
363 |
-
#: plugins/
|
364 |
-
msgid "
|
365 |
msgstr ""
|
366 |
|
367 |
#: plugins/dashboard_info_widget.php:18
|
@@ -394,23 +466,23 @@ msgstr ""
|
|
394 |
msgid "Please upload your \".ico\" file"
|
395 |
msgstr ""
|
396 |
|
397 |
-
#: plugins/insert_ads.php:
|
398 |
msgid "Insert ads to post."
|
399 |
msgstr ""
|
400 |
|
401 |
-
#: plugins/insert_ads.php:
|
402 |
msgid "Insert ads to more tag and after content."
|
403 |
msgstr ""
|
404 |
|
405 |
-
#: plugins/insert_ads.php:
|
406 |
msgid "If you want to separate ads area, you fill two fields."
|
407 |
msgstr ""
|
408 |
|
409 |
-
#: plugins/insert_ads.php:
|
410 |
msgid "insert the ad [ more tag ]"
|
411 |
msgstr ""
|
412 |
|
413 |
-
#: plugins/insert_ads.php:
|
414 |
msgid "insert the ad [ after content ]"
|
415 |
msgstr ""
|
416 |
|
@@ -500,22 +572,10 @@ msgstr ""
|
|
500 |
msgid "Sorry, there is no post"
|
501 |
msgstr ""
|
502 |
|
503 |
-
#: plugins/page_custom_field.php:
|
504 |
msgid "Setting of insert items"
|
505 |
msgstr ""
|
506 |
|
507 |
-
#: plugins/page_custom_field.php:22 plugins/page_custom_field.php:32
|
508 |
-
msgid "Choose display a child page index"
|
509 |
-
msgstr ""
|
510 |
-
|
511 |
-
#: plugins/page_custom_field.php:27
|
512 |
-
msgid "if checked you will display a child page index "
|
513 |
-
msgstr ""
|
514 |
-
|
515 |
-
#: plugins/page_custom_field.php:37
|
516 |
-
msgid "if checked you will display a sitemap"
|
517 |
-
msgstr ""
|
518 |
-
|
519 |
#: plugins/child_page_index/child_page_index.php:42
|
520 |
#: plugins/other_widget/widget-3pr-area.php:274
|
521 |
#: plugins/other_widget/widget-3pr-area.php:316
|
@@ -523,6 +583,15 @@ msgstr ""
|
|
523 |
msgid "Read more"
|
524 |
msgstr ""
|
525 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
526 |
#: plugins/css_customize/css_customize-edit.php:2
|
527 |
#: plugins/css_customize/css_customize.php:35
|
528 |
#: plugins/css_customize/css_customize.php:36
|
@@ -557,13 +626,6 @@ msgid ""
|
|
557 |
"the site."
|
558 |
msgstr ""
|
559 |
|
560 |
-
#: plugins/google_analytics/ga_admin.php:16 plugins/sns/sns_admin.php:31
|
561 |
-
#: plugins/sns/old/sns_admin.php:20 plugins/sns/old/sns_admin.php:61
|
562 |
-
#: plugins/sns/old/sns_admin.php:79 plugins/sns/old/sns_admin.php:98
|
563 |
-
#: plugins/sns/old/sns_admin.php:115
|
564 |
-
msgid "ex) "
|
565 |
-
msgstr ""
|
566 |
-
|
567 |
#: plugins/google_analytics/ga_admin.php:19
|
568 |
msgid ""
|
569 |
"Please select the type of Analytics code . (If you are unsure you can skip "
|
@@ -613,6 +675,7 @@ msgstr ""
|
|
613 |
#: plugins/other_widget/widget-3pr-area.php:102
|
614 |
#: plugins/other_widget/widget-3pr-area.php:154
|
615 |
#: plugins/other_widget/widget-new-posts.php:92
|
|
|
616 |
#: plugins/other_widget/widget-profile.php:39
|
617 |
#: plugins/sns/function_fbPagePlugin.php:75
|
618 |
msgid "Title:"
|
@@ -630,6 +693,7 @@ msgstr ""
|
|
630 |
#: plugins/other_widget/widget-3pr-area.php:132
|
631 |
#: plugins/other_widget/widget-3pr-area.php:166
|
632 |
#: plugins/other_widget/widget-3pr-area.php:183
|
|
|
633 |
#: plugins/other_widget/widget-profile.php:50
|
634 |
msgid "Select image"
|
635 |
msgstr ""
|
@@ -640,6 +704,7 @@ msgstr ""
|
|
640 |
#: plugins/other_widget/widget-3pr-area.php:133
|
641 |
#: plugins/other_widget/widget-3pr-area.php:167
|
642 |
#: plugins/other_widget/widget-3pr-area.php:184
|
|
|
643 |
#: plugins/other_widget/widget-profile.php:51
|
644 |
msgid "Clear image"
|
645 |
msgstr ""
|
@@ -653,12 +718,14 @@ msgstr ""
|
|
653 |
#: plugins/other_widget/widget-3pr-area.php:88
|
654 |
#: plugins/other_widget/widget-3pr-area.php:142
|
655 |
#: plugins/other_widget/widget-3pr-area.php:194
|
|
|
656 |
msgid "Summary Text:"
|
657 |
msgstr ""
|
658 |
|
659 |
#: plugins/other_widget/widget-3pr-area.php:94
|
660 |
#: plugins/other_widget/widget-3pr-area.php:146
|
661 |
#: plugins/other_widget/widget-3pr-area.php:199
|
|
|
662 |
msgid "Link URL:"
|
663 |
msgstr ""
|
664 |
|
@@ -670,23 +737,35 @@ msgstr ""
|
|
670 |
msgid "3PR area3 setting"
|
671 |
msgstr ""
|
672 |
|
673 |
-
#: plugins/other_widget/widget-archives.php:49
|
674 |
#: plugins/other_widget/widget-archives.php:50
|
|
|
675 |
#: plugins/other_widget/old/widget-archive-list.php:49
|
676 |
#: plugins/other_widget/old/widget-archive-list.php:50
|
677 |
msgid "Monthly archives"
|
678 |
msgstr ""
|
679 |
|
680 |
-
#: plugins/other_widget/widget-archives.php:
|
681 |
#: plugins/other_widget/old/widget-archive-list.php:59
|
682 |
msgid "Title"
|
683 |
msgstr ""
|
684 |
|
685 |
-
#: plugins/other_widget/widget-archives.php:
|
686 |
#: plugins/other_widget/old/widget-archive-list.php:63
|
687 |
msgid "Post type"
|
688 |
msgstr ""
|
689 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
690 |
#: plugins/other_widget/widget-new-posts.php:11
|
691 |
msgid "Displays a list of your most recent posts"
|
692 |
msgstr ""
|
@@ -726,7 +805,7 @@ msgid "page content to widget"
|
|
726 |
msgstr ""
|
727 |
|
728 |
#: plugins/other_widget/widget-page.php:30
|
729 |
-
#: plugins/other_widget/widget-taxonomies.php:
|
730 |
#: plugins/other_widget/old/widget-page-content.php:30
|
731 |
#: plugins/other_widget/old/widget-taxonomy-list.php:61
|
732 |
msgid "Display page"
|
@@ -742,6 +821,79 @@ msgstr ""
|
|
742 |
msgid "Edit"
|
743 |
msgstr ""
|
744 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
745 |
#: plugins/other_widget/widget-profile.php:11
|
746 |
msgid "Displays a your profile"
|
747 |
msgstr ""
|
@@ -815,19 +967,19 @@ msgstr ""
|
|
815 |
msgid "Categories/Custom taxonomies list"
|
816 |
msgstr ""
|
817 |
|
818 |
-
#: plugins/other_widget/widget-taxonomies.php:
|
819 |
-
#: plugins/other_widget/widget-taxonomies.php:
|
820 |
#: plugins/other_widget/old/widget-taxonomy-list.php:48
|
821 |
#: plugins/other_widget/old/widget-taxonomy-list.php:49
|
822 |
msgid "Category"
|
823 |
msgstr ""
|
824 |
|
825 |
-
#: plugins/other_widget/widget-taxonomies.php:
|
826 |
#: plugins/other_widget/old/widget-taxonomy-list.php:57
|
827 |
msgid "Label to display"
|
828 |
msgstr ""
|
829 |
|
830 |
-
#: plugins/other_widget/widget-taxonomies.php:
|
831 |
#: plugins/other_widget/old/widget-taxonomy-list.php:76
|
832 |
msgid "Blog"
|
833 |
msgstr ""
|
@@ -886,6 +1038,10 @@ msgstr ""
|
|
886 |
msgid "HTML Sitemap"
|
887 |
msgstr ""
|
888 |
|
|
|
|
|
|
|
|
|
889 |
#: plugins/sns/function_fbPagePlugin.php:10
|
890 |
msgid "Displays a Facebook Page Plugin"
|
891 |
msgstr ""
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: \n"
|
4 |
+
"POT-Creation-Date: 2015-08-13 02:06+0900\n"
|
5 |
"PO-Revision-Date: \n"
|
6 |
"Last-Translator: Kurudrive <kurudrive@gmail.com>\n"
|
7 |
"Language-Team: Vektor,Inc. <info@vektor-inc.co.jp>\n"
|
14 |
"X-Poedit-Basepath: ..\n"
|
15 |
"X-Poedit-SearchPath-0: .\n"
|
16 |
|
17 |
+
#: admin_wrapper.php:7 admin_wrapper.php:8 plugins/meta_keyword.php:97
|
|
|
18 |
msgid "Main setting"
|
19 |
msgstr ""
|
20 |
|
21 |
+
#: admin_wrapper.php:52
|
22 |
+
msgid "Activated Packages is noting. please activate some package."
|
23 |
+
msgstr ""
|
24 |
+
|
25 |
#: common_helpers.php:126
|
26 |
#, php-format
|
27 |
msgid "Search Results for : %s"
|
100 |
msgid "Chats"
|
101 |
msgstr ""
|
102 |
|
103 |
+
#: common_helpers.php:270 plugins/other_widget/widget-taxonomies.php:79
|
104 |
#: plugins/other_widget/old/widget-taxonomy-list.php:81
|
105 |
msgid "Archives"
|
106 |
msgstr ""
|
107 |
|
108 |
+
#: packages.php:43 plugins/contact_section.php:71
|
109 |
+
msgid "Contact Section"
|
110 |
+
msgstr ""
|
111 |
+
|
112 |
+
#: packages.php:44
|
113 |
+
msgid "Display Contact Section at after content."
|
114 |
+
msgstr ""
|
115 |
+
|
116 |
+
#: packages.php:47 packages.php:98 packages.php:115 packages.php:132
|
117 |
+
#: vkExUnit_admin.php:109 vkExUnit_admin.php:155 vkExUnit_admin.php:193
|
118 |
+
msgid "Setting"
|
119 |
+
msgstr ""
|
120 |
+
|
121 |
+
#: packages.php:61
|
122 |
+
msgid "Child page index"
|
123 |
+
msgstr ""
|
124 |
+
|
125 |
+
#: packages.php:62
|
126 |
+
msgid ""
|
127 |
+
"At the bottom of the specified page, it will display a list of the child "
|
128 |
+
"page."
|
129 |
+
msgstr ""
|
130 |
+
|
131 |
+
#: packages.php:72
|
132 |
+
msgid "Display HTML Site Map"
|
133 |
+
msgstr ""
|
134 |
+
|
135 |
+
#: packages.php:73
|
136 |
+
msgid "It displays a HTML Site Map to the specified page."
|
137 |
+
msgstr ""
|
138 |
+
|
139 |
+
#: packages.php:81
|
140 |
+
msgid "You can use various widgets."
|
141 |
+
msgstr ""
|
142 |
+
|
143 |
+
#: packages.php:83
|
144 |
+
msgid ""
|
145 |
+
"VK_Recent Posts - display the link text and the date of the latest article "
|
146 |
+
"title."
|
147 |
+
msgstr ""
|
148 |
+
|
149 |
+
#: packages.php:84
|
150 |
+
msgid ""
|
151 |
+
"VK_Page content to widget - display the contents of the page to the widgets."
|
152 |
+
msgstr ""
|
153 |
+
|
154 |
+
#: packages.php:85
|
155 |
+
msgid "VK_Profile - display the profile entered in the widget."
|
156 |
+
msgstr ""
|
157 |
+
|
158 |
+
#: packages.php:86
|
159 |
+
msgid "VK_FB Page Plugin - display the Facebook Page Plugin."
|
160 |
+
msgstr ""
|
161 |
+
|
162 |
+
#: packages.php:87
|
163 |
+
msgid "VK_3PR area - display the 3PR area."
|
164 |
+
msgstr ""
|
165 |
+
|
166 |
+
#: packages.php:88 plugins/other_widget/old/widget-taxonomy-list.php:17
|
167 |
+
msgid "categories/tags list"
|
168 |
+
msgstr ""
|
169 |
+
|
170 |
+
#: packages.php:88 plugins/other_widget/old/widget-taxonomy-list.php:11
|
171 |
+
msgid "Displays a categories, tags or format list."
|
172 |
+
msgstr ""
|
173 |
+
|
174 |
+
#: packages.php:89 plugins/other_widget/widget-archives.php:14
|
175 |
+
#: plugins/other_widget/old/widget-archive-list.php:14
|
176 |
+
msgid "archive list"
|
177 |
+
msgstr ""
|
178 |
+
|
179 |
+
#: packages.php:89 plugins/other_widget/widget-archives.php:12
|
180 |
+
#: plugins/other_widget/old/widget-archive-list.php:12
|
181 |
+
msgid ""
|
182 |
+
"Displays a list of archives. You can choose the post type and also to "
|
183 |
+
"display archives by month or by year."
|
184 |
+
msgstr ""
|
185 |
+
|
186 |
+
#: packages.php:94
|
187 |
+
msgid "Widgets"
|
188 |
+
msgstr ""
|
189 |
+
|
190 |
+
#: packages.php:111
|
191 |
+
msgid "CSS customize"
|
192 |
+
msgstr ""
|
193 |
+
|
194 |
+
#: packages.php:112
|
195 |
+
msgid "You can set Customize CSS."
|
196 |
+
msgstr ""
|
197 |
+
|
198 |
+
#: packages.php:128 plugins/insert_ads.php:38 plugins/insert_ads.php:118
|
199 |
+
msgid "Insert ads"
|
200 |
+
msgstr ""
|
201 |
+
|
202 |
+
#: packages.php:129
|
203 |
+
msgid "Insert ads to content."
|
204 |
+
msgstr ""
|
205 |
+
|
206 |
+
#: packages.php:145 vkExUnit_admin.php:233
|
207 |
+
msgid "Automatic Eye Catch insert"
|
208 |
+
msgstr ""
|
209 |
+
|
210 |
+
#: packages.php:146
|
211 |
+
msgid "Display Eye Catch image at before content."
|
212 |
+
msgstr ""
|
213 |
+
|
214 |
#: vkExUnit_admin.php:3
|
215 |
msgid "Enable setting"
|
216 |
msgstr ""
|
217 |
|
218 |
+
#: vkExUnit_admin.php:16 vkExUnit_admin.php:273
|
219 |
msgid "Select all"
|
220 |
msgstr ""
|
221 |
|
222 |
+
#: vkExUnit_admin.php:16 vkExUnit_admin.php:273
|
223 |
msgid "Function"
|
224 |
msgstr ""
|
225 |
|
226 |
+
#: vkExUnit_admin.php:16 vkExUnit_admin.php:273
|
227 |
msgid "Description"
|
228 |
msgstr ""
|
229 |
|
285 |
msgid "Print meta Keyword"
|
286 |
msgstr ""
|
287 |
|
|
|
|
|
|
|
|
|
|
|
288 |
#: vkExUnit_admin.php:117
|
289 |
msgid "Print meta Keyword to html head."
|
290 |
msgstr ""
|
354 |
msgid "Print Related posts lists to post content bottom."
|
355 |
msgstr ""
|
356 |
|
357 |
+
#: plugins/auto_eyecatch.php:41
|
358 |
+
msgid "Automatic EyeCatch"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
359 |
msgstr ""
|
360 |
|
361 |
+
#: plugins/auto_eyecatch.php:51
|
362 |
+
msgid "Do not set eyecatch image automatic."
|
363 |
msgstr ""
|
364 |
|
365 |
+
#: plugins/contact_section.php:47
|
366 |
+
msgid "Contact"
|
|
|
|
|
367 |
msgstr ""
|
368 |
|
369 |
+
#: plugins/contact_section.php:57 plugins/contact_section.php:78
|
370 |
+
msgid "Please feel free to inquire."
|
|
|
371 |
msgstr ""
|
372 |
|
373 |
+
#: plugins/contact_section.php:59
|
374 |
+
msgid "Office hours 9:00 - 18:00 [ Weekdays except holidays ]"
|
375 |
msgstr ""
|
376 |
|
377 |
+
#: plugins/contact_section.php:75
|
378 |
+
msgid "Message"
|
379 |
msgstr ""
|
380 |
|
381 |
+
#: plugins/contact_section.php:78 plugins/contact_section.php:85
|
382 |
+
#: plugins/contact_section.php:92 plugins/contact_section.php:100
|
383 |
+
#: plugins/contact_section.php:108 plugins/contact_section.php:116
|
384 |
+
#: plugins/google_analytics/ga_admin.php:16 plugins/sns/sns_admin.php:31
|
385 |
+
#: plugins/sns/old/sns_admin.php:20 plugins/sns/old/sns_admin.php:61
|
386 |
+
#: plugins/sns/old/sns_admin.php:79 plugins/sns/old/sns_admin.php:98
|
387 |
+
#: plugins/sns/old/sns_admin.php:115
|
388 |
+
msgid "ex) "
|
389 |
msgstr ""
|
390 |
|
391 |
+
#: plugins/contact_section.php:82
|
392 |
+
msgid "Phone number"
|
393 |
msgstr ""
|
394 |
|
395 |
+
#: plugins/contact_section.php:89 plugins/contact_section.php:92
|
396 |
+
msgid "Office hours"
|
397 |
msgstr ""
|
398 |
|
399 |
+
#: plugins/contact_section.php:92
|
400 |
+
msgid "Weekdays except holidays"
|
|
|
401 |
msgstr ""
|
402 |
|
403 |
+
#: plugins/contact_section.php:97
|
404 |
+
msgid "The contact page URL"
|
|
|
|
|
|
|
405 |
msgstr ""
|
406 |
|
407 |
+
#: plugins/contact_section.php:100
|
408 |
+
msgid "or"
|
409 |
msgstr ""
|
410 |
|
411 |
+
#: plugins/contact_section.php:101
|
412 |
+
msgid "* If you fill in the blank, contact button does not appear."
|
413 |
msgstr ""
|
414 |
|
415 |
+
#: plugins/contact_section.php:105
|
416 |
+
msgid "Contact button Text."
|
417 |
msgstr ""
|
418 |
|
419 |
+
#: plugins/contact_section.php:108
|
420 |
+
msgid "Contact Us from email."
|
421 |
msgstr ""
|
422 |
|
423 |
+
#: plugins/contact_section.php:113
|
424 |
+
msgid "Contact button Text. ( sub )"
|
|
|
425 |
msgstr ""
|
426 |
|
427 |
+
#: plugins/contact_section.php:117
|
428 |
+
msgid "Email contact form"
|
429 |
msgstr ""
|
430 |
|
431 |
+
#: plugins/contact_section.php:140
|
432 |
+
msgid "Display Contact Section"
|
433 |
msgstr ""
|
434 |
|
435 |
+
#: plugins/contact_section.php:222
|
436 |
+
msgid "Edit contact information"
|
437 |
msgstr ""
|
438 |
|
439 |
#: plugins/dashboard_info_widget.php:18
|
466 |
msgid "Please upload your \".ico\" file"
|
467 |
msgstr ""
|
468 |
|
469 |
+
#: plugins/insert_ads.php:121
|
470 |
msgid "Insert ads to post."
|
471 |
msgstr ""
|
472 |
|
473 |
+
#: plugins/insert_ads.php:123
|
474 |
msgid "Insert ads to more tag and after content."
|
475 |
msgstr ""
|
476 |
|
477 |
+
#: plugins/insert_ads.php:123
|
478 |
msgid "If you want to separate ads area, you fill two fields."
|
479 |
msgstr ""
|
480 |
|
481 |
+
#: plugins/insert_ads.php:125
|
482 |
msgid "insert the ad [ more tag ]"
|
483 |
msgstr ""
|
484 |
|
485 |
+
#: plugins/insert_ads.php:133
|
486 |
msgid "insert the ad [ after content ]"
|
487 |
msgstr ""
|
488 |
|
572 |
msgid "Sorry, there is no post"
|
573 |
msgstr ""
|
574 |
|
575 |
+
#: plugins/page_custom_field.php:11
|
576 |
msgid "Setting of insert items"
|
577 |
msgstr ""
|
578 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
579 |
#: plugins/child_page_index/child_page_index.php:42
|
580 |
#: plugins/other_widget/widget-3pr-area.php:274
|
581 |
#: plugins/other_widget/widget-3pr-area.php:316
|
583 |
msgid "Read more"
|
584 |
msgstr ""
|
585 |
|
586 |
+
#: plugins/child_page_index/child_page_index.php:75
|
587 |
+
#: plugins/sitemap_page/sitemap_page.php:201
|
588 |
+
msgid "Choose display a child page index"
|
589 |
+
msgstr ""
|
590 |
+
|
591 |
+
#: plugins/child_page_index/child_page_index.php:80
|
592 |
+
msgid "if checked you will display a child page index "
|
593 |
+
msgstr ""
|
594 |
+
|
595 |
#: plugins/css_customize/css_customize-edit.php:2
|
596 |
#: plugins/css_customize/css_customize.php:35
|
597 |
#: plugins/css_customize/css_customize.php:36
|
626 |
"the site."
|
627 |
msgstr ""
|
628 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
629 |
#: plugins/google_analytics/ga_admin.php:19
|
630 |
msgid ""
|
631 |
"Please select the type of Analytics code . (If you are unsure you can skip "
|
675 |
#: plugins/other_widget/widget-3pr-area.php:102
|
676 |
#: plugins/other_widget/widget-3pr-area.php:154
|
677 |
#: plugins/other_widget/widget-new-posts.php:92
|
678 |
+
#: plugins/other_widget/widget-pr-blocks.php:71
|
679 |
#: plugins/other_widget/widget-profile.php:39
|
680 |
#: plugins/sns/function_fbPagePlugin.php:75
|
681 |
msgid "Title:"
|
693 |
#: plugins/other_widget/widget-3pr-area.php:132
|
694 |
#: plugins/other_widget/widget-3pr-area.php:166
|
695 |
#: plugins/other_widget/widget-3pr-area.php:183
|
696 |
+
#: plugins/other_widget/widget-pr-blocks.php:94
|
697 |
#: plugins/other_widget/widget-profile.php:50
|
698 |
msgid "Select image"
|
699 |
msgstr ""
|
704 |
#: plugins/other_widget/widget-3pr-area.php:133
|
705 |
#: plugins/other_widget/widget-3pr-area.php:167
|
706 |
#: plugins/other_widget/widget-3pr-area.php:184
|
707 |
+
#: plugins/other_widget/widget-pr-blocks.php:97
|
708 |
#: plugins/other_widget/widget-profile.php:51
|
709 |
msgid "Clear image"
|
710 |
msgstr ""
|
718 |
#: plugins/other_widget/widget-3pr-area.php:88
|
719 |
#: plugins/other_widget/widget-3pr-area.php:142
|
720 |
#: plugins/other_widget/widget-3pr-area.php:194
|
721 |
+
#: plugins/other_widget/widget-pr-blocks.php:108
|
722 |
msgid "Summary Text:"
|
723 |
msgstr ""
|
724 |
|
725 |
#: plugins/other_widget/widget-3pr-area.php:94
|
726 |
#: plugins/other_widget/widget-3pr-area.php:146
|
727 |
#: plugins/other_widget/widget-3pr-area.php:199
|
728 |
+
#: plugins/other_widget/widget-pr-blocks.php:112
|
729 |
msgid "Link URL:"
|
730 |
msgstr ""
|
731 |
|
737 |
msgid "3PR area3 setting"
|
738 |
msgstr ""
|
739 |
|
|
|
740 |
#: plugins/other_widget/widget-archives.php:50
|
741 |
+
#: plugins/other_widget/widget-archives.php:51
|
742 |
#: plugins/other_widget/old/widget-archive-list.php:49
|
743 |
#: plugins/other_widget/old/widget-archive-list.php:50
|
744 |
msgid "Monthly archives"
|
745 |
msgstr ""
|
746 |
|
747 |
+
#: plugins/other_widget/widget-archives.php:60
|
748 |
#: plugins/other_widget/old/widget-archive-list.php:59
|
749 |
msgid "Title"
|
750 |
msgstr ""
|
751 |
|
752 |
+
#: plugins/other_widget/widget-archives.php:64
|
753 |
#: plugins/other_widget/old/widget-archive-list.php:63
|
754 |
msgid "Post type"
|
755 |
msgstr ""
|
756 |
|
757 |
+
#: plugins/other_widget/widget-archives.php:74
|
758 |
+
msgid "Monthly"
|
759 |
+
msgstr ""
|
760 |
+
|
761 |
+
#: plugins/other_widget/widget-archives.php:76
|
762 |
+
msgid "Yearly"
|
763 |
+
msgstr ""
|
764 |
+
|
765 |
+
#: plugins/other_widget/widget-archives.php:94
|
766 |
+
msgid "archive"
|
767 |
+
msgstr ""
|
768 |
+
|
769 |
#: plugins/other_widget/widget-new-posts.php:11
|
770 |
msgid "Displays a list of your most recent posts"
|
771 |
msgstr ""
|
805 |
msgstr ""
|
806 |
|
807 |
#: plugins/other_widget/widget-page.php:30
|
808 |
+
#: plugins/other_widget/widget-taxonomies.php:58
|
809 |
#: plugins/other_widget/old/widget-page-content.php:30
|
810 |
#: plugins/other_widget/old/widget-taxonomy-list.php:61
|
811 |
msgid "Display page"
|
821 |
msgid "Edit"
|
822 |
msgstr ""
|
823 |
|
824 |
+
#: plugins/other_widget/widget-pr-blocks.php:10
|
825 |
+
msgid "Displays a circle image or icon font for pr blocks"
|
826 |
+
msgstr ""
|
827 |
+
|
828 |
+
#: plugins/other_widget/widget-pr-blocks.php:12
|
829 |
+
msgid "PR Blocks"
|
830 |
+
msgstr ""
|
831 |
+
|
832 |
+
#: plugins/other_widget/widget-pr-blocks.php:19
|
833 |
+
msgid "PR Block1 title"
|
834 |
+
msgstr ""
|
835 |
+
|
836 |
+
#: plugins/other_widget/widget-pr-blocks.php:27
|
837 |
+
msgid "PR Block2 title"
|
838 |
+
msgstr ""
|
839 |
+
|
840 |
+
#: plugins/other_widget/widget-pr-blocks.php:35
|
841 |
+
msgid "PR Block3 title"
|
842 |
+
msgstr ""
|
843 |
+
|
844 |
+
#: plugins/other_widget/widget-pr-blocks.php:43
|
845 |
+
msgid "PR Block4 title"
|
846 |
+
msgstr ""
|
847 |
+
|
848 |
+
#: plugins/other_widget/widget-pr-blocks.php:56
|
849 |
+
msgid "You can select a block column:"
|
850 |
+
msgstr ""
|
851 |
+
|
852 |
+
#: plugins/other_widget/widget-pr-blocks.php:58
|
853 |
+
msgid "3column"
|
854 |
+
msgstr ""
|
855 |
+
|
856 |
+
#: plugins/other_widget/widget-pr-blocks.php:59
|
857 |
+
msgid "4column"
|
858 |
+
msgstr ""
|
859 |
+
|
860 |
+
#: plugins/other_widget/widget-pr-blocks.php:61
|
861 |
+
msgid ""
|
862 |
+
"Select the column. You click \"Save\" or \"Apply\". The column input field "
|
863 |
+
"is increased or decreased."
|
864 |
+
msgstr ""
|
865 |
+
|
866 |
+
#: plugins/other_widget/widget-pr-blocks.php:68
|
867 |
+
#: plugins/other_widget/widget-pr-blocks.php:188
|
868 |
+
msgid "PR Block"
|
869 |
+
msgstr ""
|
870 |
+
|
871 |
+
#: plugins/other_widget/widget-pr-blocks.php:75
|
872 |
+
msgid "IconFont input class:"
|
873 |
+
msgstr ""
|
874 |
+
|
875 |
+
#: plugins/other_widget/widget-pr-blocks.php:78
|
876 |
+
msgid ""
|
877 |
+
"To choose your favorite icon, and enter the class. For example, the use of "
|
878 |
+
"「fa-rocket」"
|
879 |
+
msgstr ""
|
880 |
+
|
881 |
+
#: plugins/other_widget/widget-pr-blocks.php:82
|
882 |
+
msgid "Icon bg-color:"
|
883 |
+
msgstr ""
|
884 |
+
|
885 |
+
#: plugins/other_widget/widget-pr-blocks.php:84
|
886 |
+
msgid "To choose your favorite icon’s background color"
|
887 |
+
msgstr ""
|
888 |
+
|
889 |
+
#: plugins/other_widget/widget-pr-blocks.php:87
|
890 |
+
msgid "Select image:"
|
891 |
+
msgstr ""
|
892 |
+
|
893 |
+
#: plugins/other_widget/widget-pr-blocks.php:98
|
894 |
+
msgid "When you have an image. Image is displayed with priority"
|
895 |
+
msgstr ""
|
896 |
+
|
897 |
#: plugins/other_widget/widget-profile.php:11
|
898 |
msgid "Displays a your profile"
|
899 |
msgstr ""
|
967 |
msgid "Categories/Custom taxonomies list"
|
968 |
msgstr ""
|
969 |
|
970 |
+
#: plugins/other_widget/widget-taxonomies.php:45
|
971 |
+
#: plugins/other_widget/widget-taxonomies.php:46
|
972 |
#: plugins/other_widget/old/widget-taxonomy-list.php:48
|
973 |
#: plugins/other_widget/old/widget-taxonomy-list.php:49
|
974 |
msgid "Category"
|
975 |
msgstr ""
|
976 |
|
977 |
+
#: plugins/other_widget/widget-taxonomies.php:54
|
978 |
#: plugins/other_widget/old/widget-taxonomy-list.php:57
|
979 |
msgid "Label to display"
|
980 |
msgstr ""
|
981 |
|
982 |
+
#: plugins/other_widget/widget-taxonomies.php:74
|
983 |
#: plugins/other_widget/old/widget-taxonomy-list.php:76
|
984 |
msgid "Blog"
|
985 |
msgstr ""
|
1038 |
msgid "HTML Sitemap"
|
1039 |
msgstr ""
|
1040 |
|
1041 |
+
#: plugins/sitemap_page/sitemap_page.php:206
|
1042 |
+
msgid "if checked you will display a sitemap"
|
1043 |
+
msgstr ""
|
1044 |
+
|
1045 |
#: plugins/sns/function_fbPagePlugin.php:10
|
1046 |
msgid "Displays a Facebook Page Plugin"
|
1047 |
msgstr ""
|
package_manager.php
ADDED
@@ -0,0 +1,61 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* VkExUnit package_manager.php
|
4 |
+
*
|
5 |
+
* @package VkExUnit
|
6 |
+
* @author shoji imamura<imamura@vektor-inc.co.jp>
|
7 |
+
* @version 1.1.0
|
8 |
+
* @since 6/Aug/2015
|
9 |
+
*/
|
10 |
+
|
11 |
+
vkExUnit_package_initilate();
|
12 |
+
|
13 |
+
|
14 |
+
function vkExUnit_package_initilate(){
|
15 |
+
global $vkExUnit_packages;
|
16 |
+
if(!is_array($vkExUnit_packages)) $vkExUnit_packages = array();
|
17 |
+
}
|
18 |
+
|
19 |
+
|
20 |
+
function vkExUnit_package_is_enable( $package_name ){
|
21 |
+
global $vkExUnit_packages;
|
22 |
+
if( !isset( $vkExUnit_packages[$package_name] ) ) return null;
|
23 |
+
$options = vkExUnit_get_common_options();
|
24 |
+
if( !isset($options['active_'.$package_name]) ) return $vkExUnit_packages[$package_name]['default'];
|
25 |
+
return $options['active_'.$package_name];
|
26 |
+
}
|
27 |
+
|
28 |
+
|
29 |
+
function vkExUnit_package_register( $args ){
|
30 |
+
$defaults = vkExUnit_package_default();
|
31 |
+
$args = wp_parse_args( $args, $defaults );
|
32 |
+
|
33 |
+
global $vkExUnit_packages;
|
34 |
+
$vkExUnit_packages[$args['name']] = $args;
|
35 |
+
}
|
36 |
+
|
37 |
+
|
38 |
+
function vkExUnit_package_default(){
|
39 |
+
return array(
|
40 |
+
'name' => null,
|
41 |
+
'title' => 'noting',
|
42 |
+
'description' => "noting",
|
43 |
+
'attr' => array(),
|
44 |
+
'default' => null,
|
45 |
+
);
|
46 |
+
}
|
47 |
+
|
48 |
+
|
49 |
+
add_filter('vkExUnit_common_options_validate' , 'vkExUnit_common_package_options_validate', 10, 2);
|
50 |
+
function vkExUnit_common_package_options_validate( $output, $input ){
|
51 |
+
global $vkExUnit_packages;
|
52 |
+
if( !count($vkExUnit_packages) ) return $output;
|
53 |
+
foreach($vkExUnit_packages as $package){
|
54 |
+
if(
|
55 |
+
isset($output['active_'.$package['name']]) &&
|
56 |
+
$output['active_'.$package['name']] == (isset($input['active_'.$package['name']]) && $input['active_'.$package['name']]) ? true : false
|
57 |
+
) continue;
|
58 |
+
$output['active_'.$package['name']] = (isset($input['active_'.$package['name']])) ? true : false;
|
59 |
+
}
|
60 |
+
return $output;
|
61 |
+
}
|
packages.php
ADDED
@@ -0,0 +1,153 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
$required_packages = array();
|
3 |
+
/*
|
4 |
+
Example :
|
5 |
+
$required_packages[] = array(
|
6 |
+
'name' => 'auto_eyecatch',
|
7 |
+
'title' => __('Automatic Eye Catch insert', 'vkExUnit'),
|
8 |
+
'description' => __('Display Eye Catch image at before content.', 'vkExUnit'),
|
9 |
+
'attr' => array(
|
10 |
+
array(
|
11 |
+
'name'=>__('Setting','vkExUnit'),
|
12 |
+
'url'=> admin_url().'admin.php?page=vkExUnit_css_customize',
|
13 |
+
'enable_only' => 1,
|
14 |
+
)
|
15 |
+
),
|
16 |
+
'default' => false,
|
17 |
+
);
|
18 |
+
|
19 |
+
*/
|
20 |
+
/*-------------------------------------------*/
|
21 |
+
/* Contact Section
|
22 |
+
/*-------------------------------------------*/
|
23 |
+
/* ChildPageIndex
|
24 |
+
/*-------------------------------------------*/
|
25 |
+
/* sitemap_page
|
26 |
+
/*-------------------------------------------*/
|
27 |
+
/* otherWidgets
|
28 |
+
/*-------------------------------------------*/
|
29 |
+
/* css_customize
|
30 |
+
/*-------------------------------------------*/
|
31 |
+
/* auto_eyecatch
|
32 |
+
/*-------------------------------------------*/
|
33 |
+
/* insert_ads
|
34 |
+
/*-------------------------------------------*/
|
35 |
+
|
36 |
+
|
37 |
+
|
38 |
+
/*-------------------------------------------*/
|
39 |
+
/* Contact Section
|
40 |
+
/*-------------------------------------------*/
|
41 |
+
$required_packages[] = array(
|
42 |
+
'name' => 'contact_section',
|
43 |
+
'title' => __('Contact Section', 'vkExUnit'),
|
44 |
+
'description' => __('Display Contact Section at after content.', 'vkExUnit'),
|
45 |
+
'attr' => array(
|
46 |
+
array(
|
47 |
+
'name'=>__('Setting','vkExUnit'),
|
48 |
+
'url'=> admin_url().'admin.php?page=vkExUnit_main_setting#vkExUnit_contact',
|
49 |
+
'enable_only' => 1,
|
50 |
+
)
|
51 |
+
),
|
52 |
+
'default' => true,
|
53 |
+
);
|
54 |
+
|
55 |
+
/*-------------------------------------------*/
|
56 |
+
/* ChildPageIndex
|
57 |
+
/*-------------------------------------------*/
|
58 |
+
|
59 |
+
$required_packages[] = array(
|
60 |
+
'name' => 'childPageIndex',
|
61 |
+
'title' => __('Child page index', 'vkExUnit'),
|
62 |
+
'description' => __('At the bottom of the specified page, it will display a list of the child page.', 'vkExUnit'),
|
63 |
+
'default' => true,
|
64 |
+
);
|
65 |
+
|
66 |
+
|
67 |
+
/*-------------------------------------------*/
|
68 |
+
/* sitemap_page
|
69 |
+
/*-------------------------------------------*/
|
70 |
+
$required_packages[] = array(
|
71 |
+
'name' => 'sitemap_page',
|
72 |
+
'title' => __('Display HTML Site Map', 'vkExUnit'),
|
73 |
+
'description' => __('It displays a HTML Site Map to the specified page.', 'vkExUnit'),
|
74 |
+
'default' => true,
|
75 |
+
);
|
76 |
+
|
77 |
+
/*-------------------------------------------*/
|
78 |
+
/* otherWidgets
|
79 |
+
/*-------------------------------------------*/
|
80 |
+
$desk = array();
|
81 |
+
$desk[] = '<p>'.__('You can use various widgets.', 'vkExUnit').'</p>';
|
82 |
+
$desk[] = '<ul>';
|
83 |
+
$desk[] = '<li>'.__('VK_Recent Posts - display the link text and the date of the latest article title.','vkExUnit').'</li>';
|
84 |
+
$desk[] = '<li>'.__('VK_Page content to widget - display the contents of the page to the widgets.','vkExUnit').'</li>';
|
85 |
+
$desk[] = '<li>'.__('VK_Profile - display the profile entered in the widget.','vkExUnit').'</li>';
|
86 |
+
$desk[] = '<li>'.__('VK_FB Page Plugin - display the Facebook Page Plugin.','vkExUnit').'</li>';
|
87 |
+
$desk[] = '<li>'.__('VK_3PR area - display the 3PR area.','vkExUnit').'</li>';
|
88 |
+
$desk[] = '<li>VK_'.__( 'categories/tags list', 'vkExUnit' ).__( 'Displays a categories, tags or format list.', 'vkExUnit' ).'</li>';
|
89 |
+
$desk[] = '<li>VK_'.__( 'archive list', 'vkExUnit' ).__( 'Displays a list of archives. You can choose the post type and also to display archives by month or by year.', 'vkExUnit' ).'</li>';
|
90 |
+
$desk[] = '</ul>';
|
91 |
+
|
92 |
+
$required_packages[] = array(
|
93 |
+
'name' => 'otherWidgets',
|
94 |
+
'title' => __('Widgets', 'vkExUnit'),
|
95 |
+
'description' => $desk,
|
96 |
+
'attr' => array(
|
97 |
+
array(
|
98 |
+
'name'=>__('Setting','vkExUnit'),
|
99 |
+
'url'=> admin_url().'widgets.php',
|
100 |
+
'enable_only' => 1,
|
101 |
+
)
|
102 |
+
),
|
103 |
+
'default' => true,
|
104 |
+
);
|
105 |
+
|
106 |
+
/*-------------------------------------------*/
|
107 |
+
/* css_customize
|
108 |
+
/*-------------------------------------------*/
|
109 |
+
$required_packages[] = array(
|
110 |
+
'name' => 'css_customize',
|
111 |
+
'title' => __('CSS customize', 'vkExUnit'),
|
112 |
+
'description' => __('You can set Customize CSS.', 'vkExUnit'),
|
113 |
+
'attr' => array(
|
114 |
+
array(
|
115 |
+
'name'=>__('Setting','vkExUnit'),
|
116 |
+
'url'=> admin_url().'admin.php?page=vkExUnit_css_customize',
|
117 |
+
'enable_only' => 1,
|
118 |
+
)
|
119 |
+
),
|
120 |
+
'default' => true,
|
121 |
+
);
|
122 |
+
|
123 |
+
/*-------------------------------------------*/
|
124 |
+
/* insert_ads
|
125 |
+
/*-------------------------------------------*/
|
126 |
+
$required_packages[] = array(
|
127 |
+
'name' => 'insert_ads',
|
128 |
+
'title' => __('Insert ads', 'vkExUnit'),
|
129 |
+
'description' => __('Insert ads to content.', 'vkExUnit'),
|
130 |
+
'attr' => array(
|
131 |
+
array(
|
132 |
+
'name' =>__('Setting','vkExUnit'),
|
133 |
+
'url' => admin_url().'admin.php?page=vkExUnit_main_setting#vkExUnit_Ads',
|
134 |
+
'enable_only' => 1,
|
135 |
+
)
|
136 |
+
),
|
137 |
+
'default' => true,
|
138 |
+
);
|
139 |
+
|
140 |
+
/*-------------------------------------------*/
|
141 |
+
/* auto_eyecatch
|
142 |
+
/*-------------------------------------------*/
|
143 |
+
$required_packages[] = array(
|
144 |
+
'name' => 'auto_eyecatch',
|
145 |
+
'title' => __('Automatic Eye Catch insert', 'vkExUnit'),
|
146 |
+
'description' => __('Display Eye Catch image at before content.', 'vkExUnit'),
|
147 |
+
'default' => false,
|
148 |
+
);
|
149 |
+
|
150 |
+
|
151 |
+
foreach( $required_packages as $package ){
|
152 |
+
vkExUnit_package_register( $package );
|
153 |
+
}
|
plugins/admin_banner.php
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
function vkExUnit_admin_banner(){
|
3 |
+
if (strtoupper(get_locale()) == 'JA'){
|
4 |
+
echo '<a href="http://lightning.bizvektor.com/ja/" target="_blank"><img src="'.vkExUnit_get_directory_uri('/images/lightning_bnr_ja.jpg').'" alt="lightning_bnr_ja" /></a>';
|
5 |
+
} else {
|
6 |
+
echo '<a href="http://lightning.bizvektor.com/" target="_blank"><img src="'.vkExUnit_get_directory_uri('/images/lightning_bnr_en.jpg').'" alt="lightning_bnr_en" /></a>';
|
7 |
+
}
|
8 |
+
}
|
plugins/child_page_index/child_page_index.php
CHANGED
@@ -57,4 +57,55 @@ function show_childPageIndex($content) {
|
|
57 |
|
58 |
return wpautop($content);
|
59 |
add_filter('the_content','wpautop');
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
60 |
}
|
57 |
|
58 |
return wpautop($content);
|
59 |
add_filter('the_content','wpautop');
|
60 |
+
}
|
61 |
+
|
62 |
+
|
63 |
+
add_filter('vkExUnit_customField_Page_activation', 'vkExUnit_childPageIndex_activate_meta_box', 10, 1);
|
64 |
+
function vkExUnit_childPageIndex_activate_meta_box( $flag ){
|
65 |
+
return true;
|
66 |
+
}
|
67 |
+
|
68 |
+
|
69 |
+
add_action('vkExUnit_customField_Page_box', 'vkExUnit_childPageIndex_meta_box');
|
70 |
+
function vkExUnit_childPageIndex_meta_box(){
|
71 |
+
global $post;
|
72 |
+
// childPageIndex display
|
73 |
+
$childPageIndex_active = get_post_meta( $post->ID, 'vkExUnit_childPageIndex' );
|
74 |
+
echo '<div><input type="hidden" name="_nonce_vkExUnit__custom_field_childPageIndex" id="_nonce_vkExUnit__custom_field_childPageIndex" value="'.wp_create_nonce(plugin_basename(__FILE__)).'" />';
|
75 |
+
echo '<label class="hidden" for="vkExUnit_childPageIndex">'.__('Choose display a child page index', 'vkExUnit').'</label>
|
76 |
+
<input type="checkbox" id="vkExUnit_childPageIndex" name="vkExUnit_childPageIndex" value="active"';
|
77 |
+
if( !empty($childPageIndex_active) ) {
|
78 |
+
if( $childPageIndex_active[0] === 'active' ) echo ' checked="checked"';
|
79 |
+
}
|
80 |
+
echo '/>'.__('if checked you will display a child page index ', 'vkExUnit').'</div>';
|
81 |
+
}
|
82 |
+
|
83 |
+
|
84 |
+
// save custom field childPageIndex
|
85 |
+
add_action('save_post', 'vkExUnit_save_custom_field_postdata');
|
86 |
+
function vkExUnit_save_custom_field_postdata( $post_id ) {
|
87 |
+
$childPageIndex = isset($_POST['_nonce_vkExUnit__custom_field_childPageIndex']) ? htmlspecialchars($_POST['_nonce_vkExUnit__custom_field_childPageIndex']) : null;
|
88 |
+
|
89 |
+
if( !wp_verify_nonce( $childPageIndex, plugin_basename(__FILE__) )){
|
90 |
+
return $post_id;
|
91 |
+
}
|
92 |
+
|
93 |
+
if ( defined('DOING_AUTOSAVE') && DOING_AUTOSAVE )
|
94 |
+
return $post_id;
|
95 |
+
|
96 |
+
$data = isset($_POST['vkExUnit_childPageIndex']) ? htmlspecialchars($_POST['vkExUnit_childPageIndex']) : null;
|
97 |
+
|
98 |
+
if('page' == $data){
|
99 |
+
if(!current_user_can('edit_page', $post_id)) return $post_id;
|
100 |
+
}
|
101 |
+
|
102 |
+
if ( "" == get_post_meta( $post_id, 'vkExUnit_childPageIndex' )) {
|
103 |
+
add_post_meta( $post_id, 'vkExUnit_childPageIndex', $data, true ) ;
|
104 |
+
} else if ( $data != get_post_meta( $post_id, 'vkExUnit_childPageIndex' )) {
|
105 |
+
update_post_meta( $post_id, 'vkExUnit_childPageIndex', $data ) ;
|
106 |
+
} else if ( "" == $data ) {
|
107 |
+
delete_post_meta( $post_id, 'vkExUnit_childPageIndex' ) ;
|
108 |
+
}
|
109 |
+
|
110 |
+
do_action('vkExUnit_customField_Page_save_customField');
|
111 |
}
|
plugins/contact_section.php
ADDED
@@ -0,0 +1,233 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* VkExUnit contact_section.php
|
4 |
+
* display contaxt box at after content of page.
|
5 |
+
*
|
6 |
+
* @package VkExUnit
|
7 |
+
* @author shoji imamura<imamura@vektor-inc.co.jp>
|
8 |
+
* @version 0.0.0.0
|
9 |
+
* @since 26/Jun/2015
|
10 |
+
*/
|
11 |
+
|
12 |
+
class vExUnit_Contact {
|
13 |
+
// singleton instance
|
14 |
+
private static $instance;
|
15 |
+
|
16 |
+
public static function instance() {
|
17 |
+
if ( isset( self::$instance ) )
|
18 |
+
return self::$instance;
|
19 |
+
|
20 |
+
self::$instance = new vExUnit_Contact;
|
21 |
+
self::$instance->run_init();
|
22 |
+
return self::$instance;
|
23 |
+
}
|
24 |
+
|
25 |
+
private function __construct() {
|
26 |
+
}
|
27 |
+
|
28 |
+
|
29 |
+
protected function run_init() {
|
30 |
+
add_action( 'admin_init', array($this, 'options_init') );
|
31 |
+
add_action('wp_head', array($this, 'header_css') );
|
32 |
+
add_action('save_post', array($this, 'save_custom_field_postdata') );
|
33 |
+
add_shortcode('vkExUnit_contact_section', array($this, 'shortcode') );
|
34 |
+
add_filter('the_content', array($this, 'set_content' ), 1);
|
35 |
+
add_filter('vkExUnit_customField_Page_activation', array($this, 'activate_metavox'), 10, 1);
|
36 |
+
add_action('vkExUnit_customField_Page_box', array($this, 'render_meta_box') );
|
37 |
+
}
|
38 |
+
|
39 |
+
|
40 |
+
public function activate_metavox( $flag ){
|
41 |
+
return true;
|
42 |
+
}
|
43 |
+
|
44 |
+
|
45 |
+
public function options_init() {
|
46 |
+
vkExUnit_register_setting(
|
47 |
+
__('Contact', 'vkExUnit'), // tab label.
|
48 |
+
'vkExUnit_contact', // name attr
|
49 |
+
array($this, 'option_sanitaize'), // sanitaise function name
|
50 |
+
array($this, 'options_page') // setting_page function name
|
51 |
+
);
|
52 |
+
}
|
53 |
+
|
54 |
+
|
55 |
+
public static function get_option(){
|
56 |
+
$default = array(
|
57 |
+
'contact_txt' => __('Please feel free to inquire.', 'vkExUnit'),
|
58 |
+
'tel_number' => '000-000-0000',
|
59 |
+
'contact_time' => _('Office hours 9:00 - 18:00 [ Weekdays except holidays ]'),
|
60 |
+
'contact_link' => '',
|
61 |
+
'button_text' => '',
|
62 |
+
'button_text_small' => '',
|
63 |
+
);
|
64 |
+
return get_option('vkExUnit_contact', $default);
|
65 |
+
}
|
66 |
+
|
67 |
+
|
68 |
+
public function options_page() {
|
69 |
+
$options = self::get_option();
|
70 |
+
?>
|
71 |
+
<h3><?php _e('Contact Section', 'vkExUnit'); ?></h3>
|
72 |
+
<div id="meta_description" class="sectionBox">
|
73 |
+
<table class="form-table">
|
74 |
+
<tr>
|
75 |
+
<th scope="row"><label for="contact_txt"><?php _e('Message', 'vkExUnit') ;?></label></th>
|
76 |
+
<td>
|
77 |
+
<input type="text" name="vkExUnit_contact[contact_txt]" id="contact_txt" value="<?php echo esc_attr( $options['contact_txt'] ); ?>" style="width:50%;" /><br />
|
78 |
+
<span><?php _e('ex) ', 'vkExUnit') ;?><?php _e('Please feel free to inquire.', 'vkExUnit') ;?></span>
|
79 |
+
</td>
|
80 |
+
</tr>
|
81 |
+
<tr>
|
82 |
+
<th scope="row"><label for="tel_number"><?php _e('Phone number', 'vkExUnit') ;?></label></th>
|
83 |
+
<td>
|
84 |
+
<input type="text" name="vkExUnit_contact[tel_number]" id="tel_number" value="<?php echo esc_attr( $options['tel_number'] ); ?>" style="width:50%;" /><br />
|
85 |
+
<span><?php _e('ex) ', 'vkExUnit') ;?>000-000-0000</span>
|
86 |
+
</td>
|
87 |
+
</tr>
|
88 |
+
<tr>
|
89 |
+
<th scope="row"><label for="contact_time"><?php _e('Office hours', 'vkExUnit') ;?></label></th>
|
90 |
+
<td>
|
91 |
+
<textarea cols="20" rows="2" name="vkExUnit_contact[contact_time]" id="contact_time" value="" style="width:50%;" /><?php echo esc_attr( $options['contact_time'] ); ?></textarea><br />
|
92 |
+
<span><?php _e('ex) ', 'vkExUnit') ;?><?php _e('Office hours', 'vkExUnit') ;?> 9:00 - 18:00 [ <?php _e('Weekdays except holidays', 'vkExUnit') ;?> ]</span>
|
93 |
+
</td>
|
94 |
+
</tr>
|
95 |
+
<!-- he URL of contact page -->
|
96 |
+
<tr>
|
97 |
+
<th scope="row"><label for="contact_link"><?php _e('The contact page URL', 'vkExUnit') ;?></label></th>
|
98 |
+
<td>
|
99 |
+
<input type="text" name="vkExUnit_contact[contact_link]" id="contact_link" value="<?php echo esc_attr( $options['contact_link'] ); ?>" class="width-500" /><br />
|
100 |
+
<span><?php _e('ex) ', 'vkExUnit') ;?>http://www.********.co.jp/contact/ <?php _e('or', 'vkExUnit') ;?> /******/</span><br />
|
101 |
+
<?php _e('* If you fill in the blank, contact button does not appear.', 'vkExUnit') ;?>
|
102 |
+
</td>
|
103 |
+
</tr>
|
104 |
+
<tr>
|
105 |
+
<th scope="row"><label for="sub_sitename"><?php _e('Contact button Text.', 'vkExUnit') ;?></label></th>
|
106 |
+
<td>
|
107 |
+
<textarea cols="20" rows="2" name="vkExUnit_contact[button_text]" id="sub_sitename" value="" style="width:50%;" /><?php echo esc_attr( $options['button_text'] ); ?></textarea><br />
|
108 |
+
<span><?php _e('ex) ', 'vkExUnit') ;?><?php _e('Contact Us from email.', 'vkExUnit') ;?></span>
|
109 |
+
</td>
|
110 |
+
</tr>
|
111 |
+
<!-- Company address -->
|
112 |
+
<tr>
|
113 |
+
<th scope="row"><label for="button_text_small"><?php _e('Contact button Text. ( sub )', 'vkExUnit') ;?></label></th>
|
114 |
+
<td>
|
115 |
+
<textarea cols="20" rows="2" name="vkExUnit_contact[button_text_small]" id="button_text_small" value="" style="width:50%;" /><?php echo $options['button_text_small'] ?></textarea><br />
|
116 |
+
<span><?php _e('ex) ', 'vkExUnit') ;?>
|
117 |
+
<?php _e('Email contact form', 'vkExUnit') ;?>
|
118 |
+
</span>
|
119 |
+
</td>
|
120 |
+
</tr>
|
121 |
+
</table>
|
122 |
+
<?php submit_button(); ?>
|
123 |
+
</div>
|
124 |
+
<?php
|
125 |
+
}
|
126 |
+
|
127 |
+
|
128 |
+
public function option_sanitaize( $option ) {
|
129 |
+
return $option;
|
130 |
+
}
|
131 |
+
|
132 |
+
|
133 |
+
public function render_meta_box() {
|
134 |
+
$enable = get_post_meta(get_the_id(), 'vkExUnit_contact_enable', true);
|
135 |
+
?>
|
136 |
+
<input type="hidden" name="_nonce_vkExUnit_contact" id="_nonce_vkExUnit__custom_auto_eyecatch_noonce" value="<?php echo wp_create_nonce(plugin_basename(__FILE__)); ?>" />
|
137 |
+
<br/>
|
138 |
+
<label for="vkExUnit_contact">
|
139 |
+
<input type="checkbox" id="vkExUnit_contact" name="vkExUnit_contact_enable" <?php echo ($enable)? 'checked' : ''; ?> />
|
140 |
+
<?php _e('Display Contact Section','vkExUnit'); ?></label>
|
141 |
+
<?php
|
142 |
+
}
|
143 |
+
|
144 |
+
|
145 |
+
public function save_custom_field_postdata( $post_id ) {
|
146 |
+
$childPageIndex = isset($_POST['_nonce_vkExUnit_contact']) ? htmlspecialchars($_POST['_nonce_vkExUnit_contact']) : null;
|
147 |
+
|
148 |
+
if( !wp_verify_nonce( $childPageIndex, plugin_basename(__FILE__) )){
|
149 |
+
return $post_id;
|
150 |
+
}
|
151 |
+
|
152 |
+
if ( defined('DOING_AUTOSAVE') && DOING_AUTOSAVE )
|
153 |
+
return $post_id;
|
154 |
+
|
155 |
+
$data = isset($_POST['vkExUnit_contact_enable']) ? htmlspecialchars($_POST['vkExUnit_contact_enable']) : null;
|
156 |
+
|
157 |
+
if('page' == $data){
|
158 |
+
if(!current_user_can('edit_page', $post_id)) return $post_id;
|
159 |
+
}
|
160 |
+
|
161 |
+
if ( "" == get_post_meta( $post_id, 'vkExUnit_contact_enable' )) {
|
162 |
+
add_post_meta( $post_id, 'vkExUnit_contact_enable', $data, true ) ;
|
163 |
+
} else if ( $data != get_post_meta( $post_id, 'vkExUnit_contact_enable' )) {
|
164 |
+
update_post_meta( $post_id, 'vkExUnit_contact_enable', $data ) ;
|
165 |
+
} else if ( "" == $data ) {
|
166 |
+
delete_post_meta( $post_id, 'vkExUnit_contact_enable' ) ;
|
167 |
+
}
|
168 |
+
}
|
169 |
+
|
170 |
+
|
171 |
+
public static function is_my_turn(){
|
172 |
+
if( !is_page() ) return false;
|
173 |
+
if( get_post_meta(get_the_id(), 'vkExUnit_contact_enable', true) ) return true;
|
174 |
+
return false;
|
175 |
+
}
|
176 |
+
|
177 |
+
|
178 |
+
public function set_content($content){
|
179 |
+
if( !self::is_my_turn() ) return $content;
|
180 |
+
|
181 |
+
$content .= '[vkExUnit_contact_section]';
|
182 |
+
return $content;
|
183 |
+
}
|
184 |
+
|
185 |
+
|
186 |
+
public function header_css(){
|
187 |
+
?>
|
188 |
+
<style>
|
189 |
+
|
190 |
+
|
191 |
+
</style>
|
192 |
+
<?php
|
193 |
+
}
|
194 |
+
|
195 |
+
public function render_contact_html(){
|
196 |
+
$options = self::get_option();
|
197 |
+
$cont = '';
|
198 |
+
$cont .= '<section class="vkExUnit_contact">';
|
199 |
+
|
200 |
+
$cont .= '<p class="vkExUnit_contact_txt">';
|
201 |
+
$cont .= '<span class="vkExUnit_contact_txt_catch">'.nl2br(esc_textarea($options['contact_txt'])).'</span>';
|
202 |
+
$cont .= '<span class="vkExUnit_contact_txt_tel">'.$options['tel_number'].'</span>';
|
203 |
+
$cont .= '<span class="vkExUnit_contact_txt_time">'.nl2br(esc_textarea($options['contact_time'])).'</span>';
|
204 |
+
$cont .= '</p>';
|
205 |
+
|
206 |
+
if (
|
207 |
+
( isset($options['contact_link']) && $options['contact_link'] ) &&
|
208 |
+
( isset($options['button_text']) && $options['button_text'] )
|
209 |
+
) {
|
210 |
+
$cont .= '<a href="'.$options['contact_link'].'" class="btn btn-primary btn-lg vkExUnit_contact_bt">';
|
211 |
+
$cont .= '<span class="vkExUnit_contact_bt_txt">'.$options['button_text'].'</span>';
|
212 |
+
|
213 |
+
if ( isset($options['button_text_small']) && $options['button_text_small'] ){
|
214 |
+
$cont .= '<span class="vkExUnit_contact_bt_subTxt">'.$options['button_text_small'].'</span>';
|
215 |
+
}
|
216 |
+
|
217 |
+
$cont .= '</a>';
|
218 |
+
}
|
219 |
+
|
220 |
+
$cont .= '</section>';
|
221 |
+
if ( current_user_can('edit_theme_options') ) {
|
222 |
+
$cont .= '<div class="vkExUnit_adminEdit"><a href="'.admin_url().'admin.php?page=vkExUnit_main_setting#vkExUnit_contact" class="btn btn-default" target="_blank">'.__('Edit contact information', 'vkExUnit').'</a></div>';
|
223 |
+
}
|
224 |
+
$cont = apply_filters('vkExUnit_contact_custom',$cont);
|
225 |
+
return $cont;
|
226 |
+
}
|
227 |
+
|
228 |
+
|
229 |
+
public function shortcode(){
|
230 |
+
return $this->render_contact_html();
|
231 |
+
}
|
232 |
+
}
|
233 |
+
vExUnit_Contact::instance();
|
plugins/insert_ads.php
CHANGED
@@ -12,25 +12,26 @@
|
|
12 |
class vExUnit_Ads {
|
13 |
// singleton instance
|
14 |
private static $instance;
|
15 |
-
|
16 |
public static function instance() {
|
17 |
if ( isset( self::$instance ) )
|
18 |
return self::$instance;
|
19 |
-
|
20 |
self::$instance = new vExUnit_Ads;
|
21 |
self::$instance->run_init();
|
22 |
return self::$instance;
|
23 |
}
|
24 |
-
|
25 |
private function __construct() {
|
26 |
}
|
27 |
-
|
28 |
|
29 |
protected function run_init() {
|
30 |
add_action('admin_init', array($this, 'option_init' ));
|
31 |
add_filter('the_content', array($this, 'set_content' ), 1);
|
|
|
32 |
}
|
33 |
-
|
34 |
|
35 |
public function option_init() {
|
36 |
vkExUnit_register_setting(
|
@@ -40,23 +41,34 @@ class vExUnit_Ads {
|
|
40 |
array( $this, 'render_configPage' ) // setting_page function name
|
41 |
);
|
42 |
}
|
43 |
-
|
44 |
|
45 |
public function set_content($content){
|
46 |
$option = $this->get_option();
|
47 |
|
48 |
-
$content = preg_replace('/(<span id="more-[0-9]+"><\/span>)/', '$1'
|
49 |
|
50 |
-
$content .=
|
51 |
|
52 |
return $content;
|
53 |
}
|
54 |
|
55 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
56 |
private function render_ad( $ads ,$area='more'){
|
57 |
if( !$ads[0] ) return '';
|
58 |
$class = "col-md-12";
|
59 |
-
if( $ads[1] ) $class="col-md-6";
|
60 |
|
61 |
$content = '';
|
62 |
$content .= '<aside class="row vkExUnit_insertAds '.$area.'">';
|
@@ -69,11 +81,16 @@ class vExUnit_Ads {
|
|
69 |
}
|
70 |
$content .= '</aside>';
|
71 |
|
72 |
-
return $content;
|
73 |
}
|
74 |
|
75 |
|
76 |
-
public function sanitize_config( $
|
|
|
|
|
|
|
|
|
|
|
77 |
if( !$option['more'][0] && $option['more'][1] ){
|
78 |
$option['more'][0] = $option['more'][1];
|
79 |
$option['more'][1] = '';
|
@@ -127,5 +144,5 @@ class vExUnit_Ads {
|
|
127 |
}
|
128 |
|
129 |
}
|
130 |
-
|
131 |
vExUnit_Ads::instance();
|
12 |
class vExUnit_Ads {
|
13 |
// singleton instance
|
14 |
private static $instance;
|
15 |
+
|
16 |
public static function instance() {
|
17 |
if ( isset( self::$instance ) )
|
18 |
return self::$instance;
|
19 |
+
|
20 |
self::$instance = new vExUnit_Ads;
|
21 |
self::$instance->run_init();
|
22 |
return self::$instance;
|
23 |
}
|
24 |
+
|
25 |
private function __construct() {
|
26 |
}
|
27 |
+
|
28 |
|
29 |
protected function run_init() {
|
30 |
add_action('admin_init', array($this, 'option_init' ));
|
31 |
add_filter('the_content', array($this, 'set_content' ), 1);
|
32 |
+
add_shortcode('vkExUnit_ad', array($this, 'shortcode') );
|
33 |
}
|
34 |
+
|
35 |
|
36 |
public function option_init() {
|
37 |
vkExUnit_register_setting(
|
41 |
array( $this, 'render_configPage' ) // setting_page function name
|
42 |
);
|
43 |
}
|
44 |
+
|
45 |
|
46 |
public function set_content($content){
|
47 |
$option = $this->get_option();
|
48 |
|
49 |
+
$content = preg_replace('/(<span id="more-[0-9]+"><\/span>)/', '$1'.'[vkExUnit_ad area=more]' , $content);
|
50 |
|
51 |
+
$content .= '[vkExUnit_ad area=after]';
|
52 |
|
53 |
return $content;
|
54 |
}
|
55 |
|
56 |
|
57 |
+
public function shortcode( $atts ){
|
58 |
+
extract(shortcode_atts(array('area' => ''), $atts));
|
59 |
+
|
60 |
+
if($area != 'after' && $area != 'more') return '';
|
61 |
+
|
62 |
+
$option = $this->get_option();
|
63 |
+
|
64 |
+
return $this->render_ad($option[$area], $area);
|
65 |
+
}
|
66 |
+
|
67 |
+
|
68 |
private function render_ad( $ads ,$area='more'){
|
69 |
if( !$ads[0] ) return '';
|
70 |
$class = "col-md-12";
|
71 |
+
if( isset($ads[1]) && $ads[1] ) $class="col-md-6";
|
72 |
|
73 |
$content = '';
|
74 |
$content .= '<aside class="row vkExUnit_insertAds '.$area.'">';
|
81 |
}
|
82 |
$content .= '</aside>';
|
83 |
|
84 |
+
return $content;
|
85 |
}
|
86 |
|
87 |
|
88 |
+
public function sanitize_config( $input ){
|
89 |
+
$option['more'][0] = stripslashes( $input['more'][0] );
|
90 |
+
$option['more'][1] = stripslashes( $input['more'][1] );
|
91 |
+
$option['after'][0] = stripslashes( $input['after'][0] );
|
92 |
+
$option['after'][1] = stripslashes( $input['after'][1] );
|
93 |
+
|
94 |
if( !$option['more'][0] && $option['more'][1] ){
|
95 |
$option['more'][0] = $option['more'][1];
|
96 |
$option['more'][1] = '';
|
144 |
}
|
145 |
|
146 |
}
|
147 |
+
|
148 |
vExUnit_Ads::instance();
|
plugins/other_widget/js/widget-pr-blocks.js
ADDED
@@ -0,0 +1,48 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
// ClearBtn for pcImage
|
2 |
+
function clickClearPrBroks(value){
|
3 |
+
(function ($) {
|
4 |
+
$(value).siblings('.pr_media_image').val('');
|
5 |
+
$(value).siblings('.pr_media_alt').val('');
|
6 |
+
$(value).parent('p').next('.media.image_pr').empty();
|
7 |
+
})(jQuery);
|
8 |
+
}
|
9 |
+
|
10 |
+
// SelectBtn for pcImage
|
11 |
+
function clickSelectPrBroks(value){
|
12 |
+
(function ($) {
|
13 |
+
|
14 |
+
var custom_uploader,
|
15 |
+
$imageUrl = $(value).siblings('.pr_media_image'),
|
16 |
+
$imageAlt = $(value).siblings('.pr_media_alt'),
|
17 |
+
$mediaWrap = $(value).parent('p').next('.media.image_pr');
|
18 |
+
|
19 |
+
if (custom_uploader) {
|
20 |
+
custom_uploader.open();
|
21 |
+
return;
|
22 |
+
}
|
23 |
+
|
24 |
+
custom_uploader = wp.media({
|
25 |
+
title: 'Select image',
|
26 |
+
library: { type: 'image' },
|
27 |
+
button: { text: 'Select image' },
|
28 |
+
multiple: false
|
29 |
+
});
|
30 |
+
|
31 |
+
custom_uploader.on("select", function() {
|
32 |
+
var images = custom_uploader.state().get('selection');
|
33 |
+
|
34 |
+
images.each(function(file){
|
35 |
+
$imageUrl.val('');
|
36 |
+
$imageAlt.val('');
|
37 |
+
$mediaWrap.empty();
|
38 |
+
|
39 |
+
$imageUrl.val(file.toJSON().url);
|
40 |
+
$imageAlt.val(file.toJSON().title);
|
41 |
+
|
42 |
+
$mediaWrap.append('<img class="media_img" src="'+ file.toJSON().url +'" alt="'+ file.toJSON().title +'" />');
|
43 |
+
});
|
44 |
+
});
|
45 |
+
custom_uploader.open();
|
46 |
+
|
47 |
+
})(jQuery);
|
48 |
+
}
|
plugins/other_widget/other_widget.php
CHANGED
@@ -4,4 +4,5 @@ require vkExUnit_get_directory() . '/plugins/other_widget/widget-profile.php';
|
|
4 |
require vkExUnit_get_directory() . '/plugins/other_widget/widget-3pr-area.php';
|
5 |
require vkExUnit_get_directory() . '/plugins/other_widget/widget-page.php';
|
6 |
require vkExUnit_get_directory() . '/plugins/other_widget/widget-taxonomies.php';
|
7 |
-
require vkExUnit_get_directory() . '/plugins/other_widget/widget-archives.php';
|
|
4 |
require vkExUnit_get_directory() . '/plugins/other_widget/widget-3pr-area.php';
|
5 |
require vkExUnit_get_directory() . '/plugins/other_widget/widget-page.php';
|
6 |
require vkExUnit_get_directory() . '/plugins/other_widget/widget-taxonomies.php';
|
7 |
+
require vkExUnit_get_directory() . '/plugins/other_widget/widget-archives.php';
|
8 |
+
require vkExUnit_get_directory() . '/plugins/other_widget/widget-pr-blocks.php';
|
plugins/other_widget/widget-archives.php
CHANGED
@@ -20,19 +20,22 @@ class WP_Widget_VK_archive_list extends WP_Widget {
|
|
20 |
'echo' => 1,
|
21 |
);
|
22 |
|
23 |
-
if($instance['display_type'] == 'y'){
|
24 |
$arg['type'] = "yearly";
|
25 |
-
$arg['post_type'] = $instance['post_type'];
|
26 |
-
|
|
|
|
|
27 |
}
|
28 |
else{
|
29 |
$arg['type'] = "monthly";
|
30 |
-
$arg['post_type'] = $instance['post_type'];
|
31 |
}
|
32 |
-
|
33 |
?>
|
34 |
<aside class="widget sideWidget widget_archive">
|
35 |
-
|
|
|
|
|
36 |
<ul class="localNavi">
|
37 |
<?php wp_get_archives($arg); ?>
|
38 |
</ul>
|
@@ -67,8 +70,10 @@ class WP_Widget_VK_archive_list extends WP_Widget {
|
|
67 |
<br/>
|
68 |
<label for="<?php echo $this->get_field_id('display_type'); ?>">表示タイプ</label>
|
69 |
<select name="<?php echo $this->get_field_name('display_type'); ?>" >
|
70 |
-
<option value="m" <?php if($instance['display_type'] != "y") echo 'selected="selected"'; ?>
|
71 |
-
|
|
|
|
|
72 |
</select>
|
73 |
</p>
|
74 |
<script type="text/javascript">
|
@@ -81,12 +86,12 @@ class WP_Widget_VK_archive_list extends WP_Widget {
|
|
81 |
echo 'post_labels["'.$page.'"] = "'.$page_labl->labels->name.'";';
|
82 |
}
|
83 |
}
|
84 |
-
echo 'post_labels["blog"] = "
|
85 |
?>
|
86 |
var posttype = jQuery("[name=\"<?php echo $this->get_field_name('post_type'); ?>\"]");
|
87 |
var lablfeld = jQuery("[name=\"<?php echo $this->get_field_name('label'); ?>\"]");
|
88 |
posttype.change(function(){
|
89 |
-
lablfeld.val(post_labels[posttype.val()]+'
|
90 |
});
|
91 |
});
|
92 |
</script>
|
20 |
'echo' => 1,
|
21 |
);
|
22 |
|
23 |
+
if(isset($instance['display_type']) && $instance['display_type'] == 'y'){
|
24 |
$arg['type'] = "yearly";
|
25 |
+
$arg['post_type'] = ( isset($instance['post_type']) ) ? $instance['post_type'] : 'post';
|
26 |
+
if (strtoupper(get_locale()) == 'JA'){
|
27 |
+
$arg['after'] = '年';
|
28 |
+
}
|
29 |
}
|
30 |
else{
|
31 |
$arg['type'] = "monthly";
|
32 |
+
$arg['post_type'] = ( isset($instance['post_type']) ) ? $instance['post_type'] : 'post';
|
33 |
}
|
|
|
34 |
?>
|
35 |
<aside class="widget sideWidget widget_archive">
|
36 |
+
<?php if( (isset($instance['label'])) && $instance['label'] ){ ?>
|
37 |
+
<h1 class="widget-title subSection-title"><?php echo $instance['label']; ?></h1>
|
38 |
+
<?php } ?>
|
39 |
<ul class="localNavi">
|
40 |
<?php wp_get_archives($arg); ?>
|
41 |
</ul>
|
70 |
<br/>
|
71 |
<label for="<?php echo $this->get_field_id('display_type'); ?>">表示タイプ</label>
|
72 |
<select name="<?php echo $this->get_field_name('display_type'); ?>" >
|
73 |
+
<option value="m" <?php if($instance['display_type'] != "y") echo 'selected="selected"'; ?> >
|
74 |
+
<?php _e('Monthly','vkExUnit');?></option>
|
75 |
+
<option value="y" <?php if($instance['display_type'] == "y") echo 'selected="selected"'; ?> >
|
76 |
+
<?php _e('Yearly','vkExUnit');?></option>
|
77 |
</select>
|
78 |
</p>
|
79 |
<script type="text/javascript">
|
86 |
echo 'post_labels["'.$page.'"] = "'.$page_labl->labels->name.'";';
|
87 |
}
|
88 |
}
|
89 |
+
echo 'post_labels["blog"] = "Blog";'."\n";
|
90 |
?>
|
91 |
var posttype = jQuery("[name=\"<?php echo $this->get_field_name('post_type'); ?>\"]");
|
92 |
var lablfeld = jQuery("[name=\"<?php echo $this->get_field_name('label'); ?>\"]");
|
93 |
posttype.change(function(){
|
94 |
+
lablfeld.val(post_labels[posttype.val()]+'<?php _e('archive','vkExUnit');?>');
|
95 |
});
|
96 |
});
|
97 |
</script>
|
plugins/other_widget/widget-new-posts.php
CHANGED
@@ -62,7 +62,7 @@ class WP_Widget_vkExUnit_post_list extends WP_Widget {
|
|
62 |
|
63 |
<div class="media-body">
|
64 |
<h4 class="media-heading"><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h4>
|
65 |
-
<div
|
66 |
</div>
|
67 |
|
68 |
</div>
|
62 |
|
63 |
<div class="media-body">
|
64 |
<h4 class="media-heading"><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h4>
|
65 |
+
<div class="published vkExUnit_entry-meta_items"><?php echo get_the_date(); ?></div>
|
66 |
</div>
|
67 |
|
68 |
</div>
|
plugins/other_widget/widget-pr-blocks.php
ADDED
@@ -0,0 +1,242 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
/*-------------------------------------------*/
|
3 |
+
/* VK PR Blocks
|
4 |
+
/*-------------------------------------------*/
|
5 |
+
class WP_Widget_vkExUnit_PR_Blocks extends WP_Widget {
|
6 |
+
|
7 |
+
function WP_Widget_vkExUnit_PR_Blocks() {
|
8 |
+
$widget_ops = array(
|
9 |
+
'classname' => 'WP_Widget_vkExUnit_PR_Blocks',
|
10 |
+
'description' => __( "Displays a circle image or icon font for pr blocks", 'vkExUnit' ),
|
11 |
+
);
|
12 |
+
$widget_name = vkExUnit_get_short_name(). '_' . __( "PR Blocks", 'vkExUnit' );
|
13 |
+
$this->WP_Widget('WP_Widget_vkExUnit_PR_Blocks', $widget_name, $widget_ops);
|
14 |
+
}
|
15 |
+
function form($instance){
|
16 |
+
$defaults = array(
|
17 |
+
'block_count' => 3,
|
18 |
+
|
19 |
+
'label_1' => __( 'PR Block1 title', 'vkExUnit' ),
|
20 |
+
'media_image_1' => '',
|
21 |
+
'media_alt_1' => '',
|
22 |
+
'iconFont_class_1' => '',
|
23 |
+
'iconFont_bgColor_1' => '',
|
24 |
+
'summary_1' => '',
|
25 |
+
'linkurl_1' => '',
|
26 |
+
|
27 |
+
'label_2' => __( 'PR Block2 title', 'vkExUnit' ),
|
28 |
+
'media_image_2' => '',
|
29 |
+
'media_alt_2' => '',
|
30 |
+
'iconFont_class_2' => '',
|
31 |
+
'iconFont_bgColor_2' => '',
|
32 |
+
'summary_2' => '',
|
33 |
+
'linkurl_2' => '',
|
34 |
+
|
35 |
+
'label_3' => __( 'PR Block3 title', 'vkExUnit' ),
|
36 |
+
'media_image_3' => '',
|
37 |
+
'media_alt_3' => '',
|
38 |
+
'iconFont_class_3' => '',
|
39 |
+
'iconFont_bgColor_3' => '',
|
40 |
+
'summary_3' => '',
|
41 |
+
'linkurl_3' => '',
|
42 |
+
|
43 |
+
'label_4' => __( 'PR Block4 title', 'vkExUnit' ),
|
44 |
+
'media_image_4' => '',
|
45 |
+
'media_alt_4' => '',
|
46 |
+
'iconFont_class_4' => '',
|
47 |
+
'iconFont_bgColor_4' => '',
|
48 |
+
'summary_4' => '',
|
49 |
+
'linkurl_4' => ''
|
50 |
+
);
|
51 |
+
$instance = wp_parse_args((array) $instance, $defaults);
|
52 |
+
?>
|
53 |
+
|
54 |
+
<?php // select Block count ?>
|
55 |
+
<p>
|
56 |
+
<label for="<?php echo $this->get_field_id('block_count'); ?>"><?php _e( 'The choice of the number of columns:', 'vkExUnit' ); ?></label><br/>
|
57 |
+
<select name="<?php echo $this->get_field_name('block_count'); ?>" id="<?php echo $this->get_field_id('block_count'); ?>-count">
|
58 |
+
<option value="3" <?php if(intval($instance['block_count']) === 3 ){ echo 'selected'; } ?>><?php _e( '3column', 'vkExUnit' ); ?></option>
|
59 |
+
<option value="4" <?php if(intval($instance['block_count']) === 4 ){ echo 'selected'; } ?>><?php _e( '4column', 'vkExUnit' ); ?></option>
|
60 |
+
</select><br>
|
61 |
+
<?php _e( 'If you change the number of columns, click to "Save" botton and exit the edit page. When restart the edit page, the column input form is increased or decreased.', 'vkExUnit' ); ?>
|
62 |
+
</p>
|
63 |
+
|
64 |
+
<?php // PR Blocks
|
65 |
+
for ( $i = 1; $i <= intval($instance['block_count']); ) {
|
66 |
+
|
67 |
+
// PR Block admin title
|
68 |
+
echo '<h5 class="pr_subTitle">'.__( 'PR Block'.$i.' setting', 'vkExUnit' ).'</h5>';
|
69 |
+
|
70 |
+
// PR Block display title
|
71 |
+
echo '<p><label for="'.$this->get_field_id('label_'.$i).'">'.__( 'Title:', 'vkExUnit' ).'</label><br/>'.
|
72 |
+
'<input type="text" id="'.$this->get_field_id('label_'.$i).'-title" class="pr-input" name="'.$this->get_field_name('label_'.$i).'" value="'.$instance['label_'.$i].'" /></p>';
|
73 |
+
|
74 |
+
// icon font class input
|
75 |
+
echo '<p><label for="'.$this->get_field_id('iconFont_'.$i).'">'.__( 'Class name of the icon font you want to use:', 'vkExUnit' ).'</label><br/>'.
|
76 |
+
'[ <a href="http://fortawesome.github.io/Font-Awesome/icons/" target="_blank">Font Awesome Icons</a> ]<br/>
|
77 |
+
<input type="text" id="'.$this->get_field_id('iconFont_class_'.$i).'-font" class="font_class" name="'.$this->get_field_name('iconFont_class_'.$i).'" value="'.$instance['iconFont_class_'.$i].'" /><br>'
|
78 |
+
.__( 'To choose your favorite icon, and enter the class.', 'vkExUnit').'<br>'.__(' ex:fa-rocket', 'vkExUnit' ).'</p>';
|
79 |
+
|
80 |
+
// icon font background color
|
81 |
+
echo '<p class="color_picker_wrap">'.
|
82 |
+
'<label for="'.$this->get_field_id('iconFont_bgColor_'.$i).'">'.__( 'Icon bg-color:', 'vkExUnit' ).'</label><br/>'.
|
83 |
+
'<input type="text" id="'.$this->get_field_id('iconFont_bgColor_'.$i).'-color" class="color_picker" name="'.$this->get_field_name('iconFont_bgColor_'.$i).'" value="'.$instance['iconFont_bgColor_'.$i].'" /></p>';
|
84 |
+
|
85 |
+
// media uploader imageurl input area
|
86 |
+
echo '<p><label for="'.$this->get_field_id('media_image_'.$i).'">'.__( 'Select image:', 'vkExUnit' ).'</label><br/>'.
|
87 |
+
'<input type="hidden" class="pr_media_image '.$this->get_field_id('media_image_'.$i).'" id="'.$this->get_field_id('media_image_'.$i).'-image" name="'.$this->get_field_name('media_image_'.$i).'" value="'.esc_attr($instance['media_image_'.$i]).'" />';
|
88 |
+
|
89 |
+
// media uploader imagealt input area
|
90 |
+
echo '<input type="hidden" class="pr_media_alt" id="'.$this->get_field_id('media_alt_'.$i).'-alt" name="'.$this->get_field_name('media_alt_'.$i).'" value="'.esc_attr($instance['media_alt_'.$i]).'" />';
|
91 |
+
|
92 |
+
// media uploader select btn
|
93 |
+
echo '<input type="button" class="media_select" value="'.__( 'Select image', 'vkExUnit' ).'" onclick="clickSelectPrBroks(event.target);" />';
|
94 |
+
|
95 |
+
// media uploader clear btn
|
96 |
+
echo '<input type="button" class="media_clear" value="'.__( 'Clear image', 'vkExUnit' ).'" onclick="clickClearPrBroks(event.target);" />'.
|
97 |
+
'<br />'.__( 'When you have an image. Image is displayed with priority', 'vkExUnit' ).'</p>';
|
98 |
+
|
99 |
+
// media image display
|
100 |
+
echo '<div class="media image_pr">';
|
101 |
+
if(!empty($instance['media_image_'.$i])){
|
102 |
+
echo '<img class="media_img" src="'.esc_url($instance['media_image_'.$i]).'" alt="'. esc_attr($instance['media_alt_'.$i]).'" />';
|
103 |
+
}
|
104 |
+
echo '</div>';
|
105 |
+
|
106 |
+
// summary text
|
107 |
+
echo '<p><label for="'.$this->get_field_id('summary_'.$i).'">'.__( 'Summary Text:', 'vkExUnit' ).'</label><br/></p>'.
|
108 |
+
'<textarea rows="4" cols="40" id="'.$this->get_field_id('summary_'.$i).'_text" class="pr_input textarea" name="'.$this->get_field_name('summary_'.$i).'">'.$instance['summary_'.$i].'</textarea>';
|
109 |
+
|
110 |
+
// link_URL
|
111 |
+
echo '<p><label for="'.$this->get_field_id('linkurl_'.$i).'">'.__( 'Link URL:', 'vkExUnit' ).'</label><br/>'.
|
112 |
+
'<input type="text" id="'.$this->get_field_id('linkurl_'.$i).'_title" class="pr_input" name="'.$this->get_field_name('linkurl_'.$i).'" value="'.$instance['linkurl_'.$i].'" /></p>';
|
113 |
+
|
114 |
+
$i++;
|
115 |
+
}
|
116 |
+
|
117 |
+
} // WP_Widget end
|
118 |
+
|
119 |
+
function update ($new_instance, $old_instance) {
|
120 |
+
$instance = $old_instance;
|
121 |
+
|
122 |
+
$instance['block_count'] = $new_instance['block_count'];
|
123 |
+
|
124 |
+
for ( $i = 1; $i <= 4; ) {
|
125 |
+
$instance['label_'.$i] = $new_instance['label_'.$i];
|
126 |
+
$instance['media_image_'.$i] = $new_instance['media_image_'.$i];
|
127 |
+
$instance['media_alt_'.$i] = $new_instance['media_alt_'.$i];
|
128 |
+
$instance['iconFont_class_'.$i] = $new_instance['iconFont_class_'.$i];
|
129 |
+
$instance['iconFont_bgColor_'.$i] = $new_instance['iconFont_bgColor_'.$i];
|
130 |
+
$instance['summary_'.$i] = $new_instance['summary_'.$i];
|
131 |
+
$instance['linkurl_'.$i] = $new_instance['linkurl_'.$i];
|
132 |
+
$i++;
|
133 |
+
}
|
134 |
+
|
135 |
+
return $instance;
|
136 |
+
}
|
137 |
+
|
138 |
+
function widget($args, $instance) {
|
139 |
+
echo PHP_EOL.'<div class="widget pr_blocks">'.PHP_EOL;
|
140 |
+
|
141 |
+
|
142 |
+
$widget_block_count = ( isset($instance['block_count'])) ? intval($instance['block_count']) : 3;
|
143 |
+
|
144 |
+
// Print widget area
|
145 |
+
for ( $i = 1; $i <= $widget_block_count; ) {
|
146 |
+
|
147 |
+
if( isset($instance['label_'.$i]) && $instance['label_'.$i] ){
|
148 |
+
echo '<article class="prArea">'.PHP_EOL;
|
149 |
+
if( !empty($instance['linkurl_'.$i]) ){
|
150 |
+
echo '<a href="'.esc_url($instance['linkurl_1']).'">'.PHP_EOL ;
|
151 |
+
}
|
152 |
+
// icon font display
|
153 |
+
if( empty($instance['media_image_'.$i]) && !empty($instance['iconFont_class_'.$i])){
|
154 |
+
echo '<div class="circle_icon" style="background-color:'.esc_attr($instance['iconFont_bgColor_'.$i]).'">';
|
155 |
+
echo '<i class="fa '.esc_attr($instance['iconFont_class_'.$i]).' font_icon"></i></div>'.PHP_EOL;
|
156 |
+
// image display
|
157 |
+
} else if( !empty($instance['media_image_'.$i]) ) {
|
158 |
+
echo '<div class="media_pr">'.PHP_EOL;
|
159 |
+
echo '<img class="pr_image" src="'.esc_url($instance['media_image_'.$i]).'" alt="'.esc_attr($instance['media_alt_'.$i]).'" />'.PHP_EOL.'</div><!--//.media_pr -->'.PHP_EOL;
|
160 |
+
}
|
161 |
+
// title text
|
162 |
+
echo '<h1 class="prBox_title">';
|
163 |
+
if ( isset($instance['label_'.$i]) && $instance['label_'.$i] ) {
|
164 |
+
echo $instance['label_'.$i];
|
165 |
+
} else {
|
166 |
+
_e("PR Block", 'vkExUnit' );
|
167 |
+
}
|
168 |
+
echo '</h1>'.PHP_EOL;
|
169 |
+
// summary text
|
170 |
+
if( !empty($instance['summary_'.$i]) ){
|
171 |
+
echo '<p class="summary">'.nl2br(esc_attr($instance['summary_'.$i])).'</p>'.PHP_EOL;
|
172 |
+
}
|
173 |
+
if( !empty($instance['linkurl_'.$i]) ){
|
174 |
+
echo '</a>'.PHP_EOL;
|
175 |
+
}
|
176 |
+
echo '</article>'.PHP_EOL;
|
177 |
+
echo '<!--//.prArea -->'.PHP_EOL;
|
178 |
+
}
|
179 |
+
$i++;
|
180 |
+
}
|
181 |
+
echo '</div>'.PHP_EOL.'<!-- //.pr_blocks -->';
|
182 |
+
}
|
183 |
+
}
|
184 |
+
add_action('widgets_init', create_function('', 'return register_widget("WP_Widget_vkExUnit_PR_Blocks");'));
|
185 |
+
|
186 |
+
// uploader js
|
187 |
+
add_action( 'admin_print_scripts', 'admin_scripts_pr_media' );
|
188 |
+
function admin_scripts_pr_media() {
|
189 |
+
wp_enqueue_media();
|
190 |
+
wp_register_script( 'media-pr-blocks', plugin_dir_url( __FILE__ ) . 'js/widget-pr-blocks.js', array( 'jquery' ), false, true );
|
191 |
+
wp_enqueue_script( 'media-pr-blocks' );
|
192 |
+
}
|
193 |
+
|
194 |
+
// color picker js
|
195 |
+
add_action( 'admin_enqueue_scripts', 'admin_scripts_pr_color' );
|
196 |
+
function admin_scripts_pr_color() {
|
197 |
+
wp_enqueue_style( 'wp-color-picker');
|
198 |
+
wp_enqueue_script( 'wp-color-picker');
|
199 |
+
}
|
200 |
+
|
201 |
+
add_action( 'admin_footer-widgets.php', 'print_scripts_pr_color' );
|
202 |
+
function print_scripts_pr_color() { ?>
|
203 |
+
<script type="text/javascript">
|
204 |
+
(function($){
|
205 |
+
function initColorPicker(widget) {
|
206 |
+
widget.find( '.color_picker' ).wpColorPicker( {
|
207 |
+
change: _.throttle( function() {
|
208 |
+
$(this).trigger('change');
|
209 |
+
}, 3000 )
|
210 |
+
});
|
211 |
+
}
|
212 |
+
|
213 |
+
function onFormUpdate(event, widget) {
|
214 |
+
initColorPicker(widget);
|
215 |
+
}
|
216 |
+
|
217 |
+
$(document).on('widget-added widget-updated', onFormUpdate );
|
218 |
+
|
219 |
+
$(document).ready( function() {
|
220 |
+
$('#widgets-right .widget:has(.color_picker)').each( function () {
|
221 |
+
initColorPicker( $(this) );
|
222 |
+
});
|
223 |
+
});
|
224 |
+
}(jQuery));
|
225 |
+
</script>
|
226 |
+
<?php }
|
227 |
+
|
228 |
+
// PR blocks admin CSS
|
229 |
+
add_action("admin_print_styles-widgets.php", "style_prBlocks");
|
230 |
+
function style_prBlocks() {
|
231 |
+
echo '<style>
|
232 |
+
.media.image_pr{
|
233 |
+
max-height: 170px;
|
234 |
+
}
|
235 |
+
.media_img{
|
236 |
+
max-width: 100%;
|
237 |
+
height: auto;
|
238 |
+
position: relative;
|
239 |
+
z-index: 999;
|
240 |
+
}
|
241 |
+
</style>'.PHP_EOL;
|
242 |
+
}
|
plugins/page_custom_field.php
CHANGED
@@ -4,87 +4,15 @@
|
|
4 |
/* add page custom field
|
5 |
/*-------------------------------------------*/
|
6 |
add_action('admin_menu', 'add_custom_field_pageOption' );
|
7 |
-
add_action('save_post', 'save_custom_field_postdata');
|
8 |
-
add_action('save_post', 'save_custom_field_sitemapData');
|
9 |
|
10 |
// add meta_box
|
11 |
function add_custom_field_pageOption() {
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
// display a meta_box
|
16 |
-
function pageOption_box(){
|
17 |
-
global $post;
|
18 |
-
|
19 |
-
// childPageIndex display
|
20 |
-
$childPageIndex_active = get_post_meta( $post->ID, 'vkExUnit_childPageIndex' );
|
21 |
-
echo '<div><input type="hidden" name="_nonce_vkExUnit__custom_field_childPageIndex" id="_nonce_vkExUnit__custom_field_childPageIndex" value="'.wp_create_nonce(plugin_basename(__FILE__)).'" />';
|
22 |
-
echo '<label class="hidden" for="vkExUnit_childPageIndex">'.__('Choose display a child page index', 'vkExUnit').'</label>
|
23 |
-
<input type="checkbox" id="vkExUnit_childPageIndex" name="vkExUnit_childPageIndex" value="active"';
|
24 |
-
if( !empty($childPageIndex_active) ) {
|
25 |
-
if( $childPageIndex_active[0] === 'active' ) echo ' checked="checked"';
|
26 |
-
}
|
27 |
-
echo '/>'.__('if checked you will display a child page index ', 'vkExUnit').'</div>';
|
28 |
-
|
29 |
-
// sitemap display
|
30 |
-
$active_sitemap_page = get_post_meta( $post->ID, 'vkExUnit_sitemap' );
|
31 |
-
echo '<input type="hidden" name="_nonce_vkExUnit__custom_field_sitemap" id="_nonce_vkExUnit__custom_field_sitemap" value="'.wp_create_nonce(plugin_basename(__FILE__)).'" />';
|
32 |
-
echo '<label class="hidden" for="vkExUnit_sitemap">'.__('Choose display a child page index', 'vkExUnit').'</label>
|
33 |
-
<input type="checkbox" id="vkExUnit_sitemap" name="vkExUnit_sitemap" value="active"';
|
34 |
-
if( !empty($active_sitemap_page) ) {
|
35 |
-
if( $active_sitemap_page[0] === 'active' ) echo ' checked="checked"';
|
36 |
-
}
|
37 |
-
echo '/>'.__('if checked you will display a sitemap', 'vkExUnit');
|
38 |
-
}
|
39 |
-
|
40 |
-
// save custom field childPageIndex
|
41 |
-
function save_custom_field_postdata( $post_id ) {
|
42 |
-
$childPageIndex = isset($_POST['_nonce_vkExUnit__custom_field_childPageIndex']) ? htmlspecialchars($_POST['_nonce_vkExUnit__custom_field_childPageIndex']) : null;
|
43 |
-
|
44 |
-
if( !wp_verify_nonce( $childPageIndex, plugin_basename(__FILE__) )){
|
45 |
-
return $post_id;
|
46 |
-
}
|
47 |
-
|
48 |
-
if ( defined('DOING_AUTOSAVE') && DOING_AUTOSAVE )
|
49 |
-
return $post_id;
|
50 |
-
|
51 |
-
$data = isset($_POST['vkExUnit_childPageIndex']) ? htmlspecialchars($_POST['vkExUnit_childPageIndex']) : null;
|
52 |
-
|
53 |
-
if('page' == $data){
|
54 |
-
if(!current_user_can('edit_page', $post_id)) return $post_id;
|
55 |
-
}
|
56 |
-
|
57 |
-
if ( "" == get_post_meta( $post_id, 'vkExUnit_childPageIndex' )) {
|
58 |
-
add_post_meta( $post_id, 'vkExUnit_childPageIndex', $data, true ) ;
|
59 |
-
} else if ( $data != get_post_meta( $post_id, 'vkExUnit_childPageIndex' )) {
|
60 |
-
update_post_meta( $post_id, 'vkExUnit_childPageIndex', $data ) ;
|
61 |
-
} else if ( "" == $data ) {
|
62 |
-
delete_post_meta( $post_id, 'vkExUnit_childPageIndex' ) ;
|
63 |
}
|
64 |
}
|
65 |
|
66 |
-
//
|
67 |
-
function
|
68 |
-
|
69 |
-
|
70 |
-
if( !wp_verify_nonce( $sitemap, plugin_basename(__FILE__) )){
|
71 |
-
return $post_id;
|
72 |
-
}
|
73 |
-
|
74 |
-
if ( defined('DOING_AUTOSAVE') && DOING_AUTOSAVE )
|
75 |
-
return $post_id;
|
76 |
-
|
77 |
-
$data = isset($_POST['vkExUnit_sitemap']) ? htmlspecialchars($_POST['vkExUnit_sitemap']) : null;
|
78 |
-
|
79 |
-
if('page' == $data){
|
80 |
-
if(!current_user_can('edit_page', $post_id)) return $post_id;
|
81 |
-
}
|
82 |
-
|
83 |
-
if ( "" == get_post_meta( $post_id, 'vkExUnit_sitemap' )) {
|
84 |
-
add_post_meta( $post_id, 'vkExUnit_sitemap', $data, true ) ;
|
85 |
-
} else if ( $data != get_post_meta( $post_id, 'vkExUnit_sitemap' )) {
|
86 |
-
update_post_meta( $post_id, 'vkExUnit_sitemap', $data ) ;
|
87 |
-
} else if ( "" == $data ) {
|
88 |
-
delete_post_meta( $post_id, 'vkExUnit_sitemap' ) ;
|
89 |
-
}
|
90 |
}
|
4 |
/* add page custom field
|
5 |
/*-------------------------------------------*/
|
6 |
add_action('admin_menu', 'add_custom_field_pageOption' );
|
|
|
|
|
7 |
|
8 |
// add meta_box
|
9 |
function add_custom_field_pageOption() {
|
10 |
+
if( apply_filters('vkExUnit_customField_Page_activation', false) ){
|
11 |
+
add_meta_box('pageOption', __('Setting of insert items', 'vkExUnit'), 'vkExUnit_pageOption_box', 'page', 'normal', 'high');
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
}
|
13 |
}
|
14 |
|
15 |
+
// display a meta_box
|
16 |
+
function vkExUnit_pageOption_box(){
|
17 |
+
do_action('vkExUnit_customField_Page_box');
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
}
|
plugins/sitemap_page/sitemap_page.php
CHANGED
@@ -183,4 +183,53 @@ function vkExUnit_sitemap($atts) {
|
|
183 |
|
184 |
return $sitemap_html;
|
185 |
}
|
186 |
-
add_shortcode('vkExUnit_sitemap', 'vkExUnit_sitemap');
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
183 |
|
184 |
return $sitemap_html;
|
185 |
}
|
186 |
+
add_shortcode('vkExUnit_sitemap', 'vkExUnit_sitemap');
|
187 |
+
|
188 |
+
|
189 |
+
add_filter('vkExUnit_customField_Page_activation', 'vkExUnit_sitemap_activate', 10, 1);
|
190 |
+
function vkExUnit_sitemap_activate( $flag ){
|
191 |
+
return true;
|
192 |
+
}
|
193 |
+
|
194 |
+
|
195 |
+
add_action('vkExUnit_customField_Page_box', 'vkExUnit_sitemap_meta_box');
|
196 |
+
function vkExUnit_sitemap_meta_box(){
|
197 |
+
global $post;
|
198 |
+
// sitemap display
|
199 |
+
$active_sitemap_page = get_post_meta( $post->ID, 'vkExUnit_sitemap' );
|
200 |
+
echo '<input type="hidden" name="_nonce_vkExUnit__custom_field_sitemap" id="_nonce_vkExUnit__custom_field_sitemap" value="'.wp_create_nonce(plugin_basename(__FILE__)).'" />';
|
201 |
+
echo '<label class="hidden" for="vkExUnit_sitemap">'.__('Choose display a child page index', 'vkExUnit').'</label>
|
202 |
+
<input type="checkbox" id="vkExUnit_sitemap" name="vkExUnit_sitemap" value="active"';
|
203 |
+
if( !empty($active_sitemap_page) ) {
|
204 |
+
if( $active_sitemap_page[0] === 'active' ) echo ' checked="checked"';
|
205 |
+
}
|
206 |
+
echo '/>'.__('if checked you will display a sitemap', 'vkExUnit');
|
207 |
+
}
|
208 |
+
|
209 |
+
|
210 |
+
// save custom field sitemap
|
211 |
+
add_action('save_post', 'vkExUnit_save_custom_field_sitemapData');
|
212 |
+
function vkExUnit_save_custom_field_sitemapData( $post_id ) {
|
213 |
+
$sitemap = isset($_POST['_nonce_vkExUnit__custom_field_sitemap']) ? htmlspecialchars($_POST['_nonce_vkExUnit__custom_field_sitemap']) : null;
|
214 |
+
|
215 |
+
if( !wp_verify_nonce( $sitemap, plugin_basename(__FILE__) )){
|
216 |
+
return $post_id;
|
217 |
+
}
|
218 |
+
|
219 |
+
if ( defined('DOING_AUTOSAVE') && DOING_AUTOSAVE )
|
220 |
+
return $post_id;
|
221 |
+
|
222 |
+
$data = isset($_POST['vkExUnit_sitemap']) ? htmlspecialchars($_POST['vkExUnit_sitemap']) : null;
|
223 |
+
|
224 |
+
if('page' == $data){
|
225 |
+
if(!current_user_can('edit_page', $post_id)) return $post_id;
|
226 |
+
}
|
227 |
+
|
228 |
+
if ( "" == get_post_meta( $post_id, 'vkExUnit_sitemap' )) {
|
229 |
+
add_post_meta( $post_id, 'vkExUnit_sitemap', $data, true ) ;
|
230 |
+
} else if ( $data != get_post_meta( $post_id, 'vkExUnit_sitemap' )) {
|
231 |
+
update_post_meta( $post_id, 'vkExUnit_sitemap', $data ) ;
|
232 |
+
} else if ( "" == $data ) {
|
233 |
+
delete_post_meta( $post_id, 'vkExUnit_sitemap' ) ;
|
234 |
+
}
|
235 |
+
}
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link:
|
|
4 |
Tags: Google Analytics, New posts, Related Posts, sitemap, sns, twitter card, Facebook Page Plugin, OG tags,
|
5 |
Requires at least: 4.2
|
6 |
Tested up to: 4.2
|
7 |
-
Stable tag:
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -23,6 +23,7 @@ Many features can be stopped individually.
|
|
23 |
* Profile - display the profile entered in the widget.
|
24 |
* FB Page Plugin - display the Facebook Page Plugin.
|
25 |
* 3PR area - display the 3PR area.
|
|
|
26 |
* Categories/tags list - Displays a categories, tags or format list.
|
27 |
* Archive list - Displays a list of archives. You can choose the post type and also to display archives by month or by year.
|
28 |
* Facebook Page Plugin widget
|
@@ -67,6 +68,12 @@ e.g.
|
|
67 |
|
68 |
== Changelog ==
|
69 |
|
|
|
|
|
|
|
|
|
|
|
|
|
70 |
= 1.0.0 =
|
71 |
* [ Add functions ] Insert ads to post contents.
|
72 |
* [ Add functions ] Heading of "Follow me box" can now be changed.
|
4 |
Tags: Google Analytics, New posts, Related Posts, sitemap, sns, twitter card, Facebook Page Plugin, OG tags,
|
5 |
Requires at least: 4.2
|
6 |
Tested up to: 4.2
|
7 |
+
Stable tag: 2.0.0
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
23 |
* Profile - display the profile entered in the widget.
|
24 |
* FB Page Plugin - display the Facebook Page Plugin.
|
25 |
* 3PR area - display the 3PR area.
|
26 |
+
* PR Blocks - display the PR Blocks.
|
27 |
* Categories/tags list - Displays a categories, tags or format list.
|
28 |
* Archive list - Displays a list of archives. You can choose the post type and also to display archives by month or by year.
|
29 |
* Facebook Page Plugin widget
|
68 |
|
69 |
== Changelog ==
|
70 |
|
71 |
+
= 2.0.0 =
|
72 |
+
* [ Add functions ] Insert Ads to contents.
|
73 |
+
* [ Add functions ] New PR Blocks Widget.
|
74 |
+
* [ Add functions ] Display contact infomation to contents of bottom.
|
75 |
+
* [ bug fix ] Translation leakage
|
76 |
+
|
77 |
= 1.0.0 =
|
78 |
* [ Add functions ] Insert ads to post contents.
|
79 |
* [ Add functions ] Heading of "Follow me box" can now be changed.
|
vkExUnit.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: VK All in One Expansion Unit
|
4 |
Plugin URI: https://github.com/kurudrive/VK-All-in-one-Expansion-Unit
|
5 |
Description: This plug-in is an integrated plug-in with a variety of features that make it powerful your web site. Many features can be stopped individually. Example Facebook Page Plugin,Social Bookmarks,Print OG Tags,Print Twitter Card Tags,Print Google Analytics tag,New post widget,Insert Related Posts and more!
|
6 |
-
Version:
|
7 |
Author: Vektor,Inc.
|
8 |
Author URI: http://vektor-inc.co.jp
|
9 |
License: GPL2
|
@@ -82,12 +82,17 @@ require_once( 'admin_wrapper.php' );
|
|
82 |
/*-------------------------------------------*/
|
83 |
|
84 |
require vkExUnit_get_directory() . '/common_init.php';
|
|
|
|
|
85 |
$options = vkExUnit_get_common_options();
|
86 |
require vkExUnit_get_directory() . '/common_helpers.php';
|
87 |
|
88 |
require vkExUnit_get_directory() . '/plugins/news_from_exUnit.php';
|
89 |
require vkExUnit_get_directory() . '/plugins/footer_copyright_change.php';
|
90 |
require vkExUnit_get_directory() . '/plugins/dashboard_info_widget.php';
|
|
|
|
|
|
|
91 |
|
92 |
|
93 |
if ( isset($options['active_wpTitle']) && $options['active_wpTitle'] )
|
@@ -111,27 +116,27 @@ if ( isset($options['active_icon']) && $options['active_icon'] )
|
|
111 |
if ( isset($options['active_metaKeyword']) && $options['active_metaKeyword'] )
|
112 |
require vkExUnit_get_directory() . '/plugins/meta_keyword.php';
|
113 |
|
114 |
-
if (
|
115 |
require vkExUnit_get_directory() . '/plugins/other_widget/other_widget.php';
|
116 |
|
117 |
-
if (
|
118 |
require vkExUnit_get_directory() . '/plugins/css_customize/css_customize.php';
|
119 |
|
120 |
-
if (
|
121 |
require vkExUnit_get_directory() . '/plugins/auto_eyecatch.php';
|
122 |
|
123 |
if ( isset($options['active_childPageIndex']) && $options['active_childPageIndex'] )
|
124 |
require vkExUnit_get_directory() . '/plugins/child_page_index/child_page_index.php';
|
125 |
-
|
126 |
-
if (
|
127 |
require vkExUnit_get_directory() . '/plugins/sitemap_page/sitemap_page.php';
|
128 |
-
|
129 |
-
// if ( isset($options['active_insert_ads']) && $options['active_insert_ads'] )
|
130 |
-
// require vkExUnit_get_directory() . '/plugins/insert_ads.php';
|
131 |
|
132 |
-
|
133 |
-
|
134 |
-
|
|
|
|
|
|
|
135 |
|
136 |
/*-------------------------------------------*/
|
137 |
/* Add vkExUnit css
|
3 |
Plugin Name: VK All in One Expansion Unit
|
4 |
Plugin URI: https://github.com/kurudrive/VK-All-in-one-Expansion-Unit
|
5 |
Description: This plug-in is an integrated plug-in with a variety of features that make it powerful your web site. Many features can be stopped individually. Example Facebook Page Plugin,Social Bookmarks,Print OG Tags,Print Twitter Card Tags,Print Google Analytics tag,New post widget,Insert Related Posts and more!
|
6 |
+
Version: 2.0.0
|
7 |
Author: Vektor,Inc.
|
8 |
Author URI: http://vektor-inc.co.jp
|
9 |
License: GPL2
|
82 |
/*-------------------------------------------*/
|
83 |
|
84 |
require vkExUnit_get_directory() . '/common_init.php';
|
85 |
+
require vkExUnit_get_directory() . '/package_manager.php';
|
86 |
+
require vkExUnit_get_directory() . '/packages.php';
|
87 |
$options = vkExUnit_get_common_options();
|
88 |
require vkExUnit_get_directory() . '/common_helpers.php';
|
89 |
|
90 |
require vkExUnit_get_directory() . '/plugins/news_from_exUnit.php';
|
91 |
require vkExUnit_get_directory() . '/plugins/footer_copyright_change.php';
|
92 |
require vkExUnit_get_directory() . '/plugins/dashboard_info_widget.php';
|
93 |
+
require vkExUnit_get_directory() . '/plugins/page_custom_field.php';
|
94 |
+
require vkExUnit_get_directory() . '/plugins/admin_banner.php';
|
95 |
+
|
96 |
|
97 |
|
98 |
if ( isset($options['active_wpTitle']) && $options['active_wpTitle'] )
|
116 |
if ( isset($options['active_metaKeyword']) && $options['active_metaKeyword'] )
|
117 |
require vkExUnit_get_directory() . '/plugins/meta_keyword.php';
|
118 |
|
119 |
+
if ( vkExUnit_package_is_enable( 'otherWidgets' ) )
|
120 |
require vkExUnit_get_directory() . '/plugins/other_widget/other_widget.php';
|
121 |
|
122 |
+
if ( vkExUnit_package_is_enable( 'css_customize' ) )
|
123 |
require vkExUnit_get_directory() . '/plugins/css_customize/css_customize.php';
|
124 |
|
125 |
+
if ( vkExUnit_package_is_enable( 'auto_eyecatch' ) )
|
126 |
require vkExUnit_get_directory() . '/plugins/auto_eyecatch.php';
|
127 |
|
128 |
if ( isset($options['active_childPageIndex']) && $options['active_childPageIndex'] )
|
129 |
require vkExUnit_get_directory() . '/plugins/child_page_index/child_page_index.php';
|
130 |
+
|
131 |
+
if ( vkExUnit_package_is_enable( 'sitemap_page' ) )
|
132 |
require vkExUnit_get_directory() . '/plugins/sitemap_page/sitemap_page.php';
|
|
|
|
|
|
|
133 |
|
134 |
+
if ( isset($options['active_contact_section']) && $options['active_contact_section'] )
|
135 |
+
require vkExUnit_get_directory() . '/plugins/contact_section.php';
|
136 |
+
|
137 |
+
if ( isset($options['active_insert_ads']) && $options['active_insert_ads'] )
|
138 |
+
require vkExUnit_get_directory() . '/plugins/insert_ads.php';
|
139 |
+
|
140 |
|
141 |
/*-------------------------------------------*/
|
142 |
/* Add vkExUnit css
|
vkExUnit_admin.php
CHANGED
@@ -221,142 +221,50 @@
|
|
221 |
</td>
|
222 |
</tr>
|
223 |
|
224 |
-
|
225 |
-
<tr<?php echo (isset($options['active_childPageIndex']) && $options['active_childPageIndex'])? ' class="active"': ' class="inactive"'; ?>>
|
226 |
-
<th scope='row' class='check-column'>
|
227 |
-
<label class='screen-reader-text' for='checkbox_active_relatedPosts' >
|
228 |
-
<?php _e('Choose display a child page index to posts.', 'vkExUnit'); ?>
|
229 |
-
</label>
|
230 |
-
<input type="checkbox" name="vkExUnit_common_options[active_childPageIndex]" id="checkbox_active_childPageIndex" value="true" <?php echo (isset($options['active_childPageIndex']) && $options['active_childPageIndex'])? 'checked': ''; ?> />
|
231 |
-
</th>
|
232 |
-
<td class='plugin-title'>
|
233 |
-
<strong><?php _e('Child page index', 'vkExUnit');?></strong>
|
234 |
-
</td>
|
235 |
-
<td class='column-description desc'>
|
236 |
-
<div class='plugin-description'>
|
237 |
-
<p><?php _e('At the bottom of the specified page, it will display a list of the child page.', 'vkExUnit'); ?></p>
|
238 |
-
</div><!-- [ /.plugin-description ] -->
|
239 |
-
</td>
|
240 |
-
</tr>
|
241 |
-
|
242 |
-
<!-- [ Insert Site Map ] -->
|
243 |
-
<tr<?php echo (isset($options['active_sitemap_page']) && $options['active_sitemap_page'])? ' class="active"': ' class="inactive"'; ?>>
|
244 |
-
<th scope='row' class='check-column'>
|
245 |
-
<label class='screen-reader-text' for='active_sitemap_page' >
|
246 |
-
<?php _e('Insert Site Map', 'vkExUnit'); ?>
|
247 |
-
</label>
|
248 |
-
<input type="checkbox" name="vkExUnit_common_options[active_sitemap_page]" id="active_sitemap_page" value="true" <?php echo (isset($options['active_sitemap_page']) && $options['active_sitemap_page'])? 'checked': ''; ?> />
|
249 |
-
</th>
|
250 |
-
<td class='plugin-title'>
|
251 |
-
<strong><?php _e('Display HTML Site Map', 'vkExUnit'); ?></strong>
|
252 |
-
</td>
|
253 |
-
<td class='column-description desc'>
|
254 |
-
<div class='plugin-description'>
|
255 |
-
<p><?php _e('It displays a HTML Site Map to the specified page.', 'vkExUnit'); ?></p>
|
256 |
-
</div><!-- [ /.plugin-description ] -->
|
257 |
-
</td>
|
258 |
-
</tr>
|
259 |
-
|
260 |
-
<!-- [ active_otherWidgets ] -->
|
261 |
-
<tr<?php echo (isset($options['active_otherWidgets']) && $options['active_otherWidgets'])? ' class="active"': ' class="inactive"'; ?>>
|
262 |
-
<th scope='row' class='check-column'>
|
263 |
-
<label class='screen-reader-text' for='checkbox_active_otherWidgets' >
|
264 |
-
<?php _e('Choose other widgets.', 'vkExUnit'); ?>
|
265 |
-
</label>
|
266 |
-
<input type="checkbox" name="vkExUnit_common_options[active_otherWidgets]" id="checkbox_active_otherWidgets" value="true" <?php echo (isset($options['active_otherWidgets']) && $options['active_otherWidgets'])? 'checked': ''; ?> />
|
267 |
-
</th>
|
268 |
-
<td class='plugin-title'>
|
269 |
-
<strong><?php _e('Widgets', 'vkExUnit');?></strong>
|
270 |
-
<span>
|
271 |
-
<a href="<?php echo admin_url().'widgets.php';?>">
|
272 |
-
<?php _e('Setting','vkExUnit');?>
|
273 |
-
</a></span>
|
274 |
-
</td>
|
275 |
-
<td class='column-description desc'>
|
276 |
-
<div class='plugin-description'>
|
277 |
-
<p><?php _e('You can use various widgets.', 'vkExUnit'); ?></p>
|
278 |
-
<ul>
|
279 |
-
<li><?php _e('VK_Recent Posts - display the link text and the date of the latest article title.','vkExUnit');?></li>
|
280 |
-
<li><?php _e('VK_Page content to widget - display the contents of the page to the widgets.','vkExUnit');?></li>
|
281 |
-
<li><?php _e('VK_Profile - display the profile entered in the widget.','vkExUnit');?></li>
|
282 |
-
<li><?php _e('VK_FB Page Plugin - display the Facebook Page Plugin.','vkExUnit');?></li>
|
283 |
-
<li><?php _e('VK_3PR area - display the 3PR area.','vkExUnit');?></li>
|
284 |
-
<li>VK_<?php _e( 'categories/tags list', 'vkExUnit' ); ?> - <?php _e( 'Displays a categories, tags or format list.', 'vkExUnit' ); ?></li>
|
285 |
-
<li>VK_<?php _e( 'archive list', 'vkExUnit' ); ?> - <?php _e( 'Displays a list of archives. You can choose the post type and also to display archives by month or by year.' , 'vkExUnit' ); ?></li>
|
286 |
-
</ul>
|
287 |
-
</div><!-- [ /.plugin-description ] -->
|
288 |
-
</td>
|
289 |
-
</tr>
|
290 |
|
291 |
-
<!-- [ CSS cosutomize ] -->
|
292 |
-
<tr<?php echo (isset($options['active_css_customize']) && $options['active_css_customize'])? ' class="active"': ' class="inactive"'; ?>>
|
293 |
-
<th scope='row' class='check-column'>
|
294 |
-
<label class='screen-reader-text' for='checkbox_active_css_customize' >
|
295 |
-
<?php _e('Choose other widgets.', 'vkExUnit'); ?>
|
296 |
-
</label>
|
297 |
-
<input type="checkbox" name="vkExUnit_common_options[active_css_customize]" id="checkbox_active_css_customize" value="true" <?php echo (isset($options['active_css_customize']) && $options['active_css_customize'])? 'checked': ''; ?> />
|
298 |
-
</th>
|
299 |
-
<td class='plugin-title'>
|
300 |
-
<strong><?php _e('CSS customize', 'vkExUnit');?></strong>
|
301 |
-
<?php if (isset($options['active_css_customize']) && $options['active_css_customize']) : ?>
|
302 |
-
|
303 |
-
<span>
|
304 |
-
<a href="<?php echo admin_url().'admin.php?page=vkExUnit_css_customize';?>">
|
305 |
-
<?php _e('Setting','vkExUnit');?>
|
306 |
-
</a></span>
|
307 |
|
308 |
-
|
309 |
-
|
310 |
-
|
311 |
-
|
312 |
-
<p><?php _e('You can set Customize CSS.', 'vkExUnit'); ?></p>
|
313 |
-
</div><!-- [ /.plugin-description ] -->
|
314 |
-
</td>
|
315 |
-
</tr>
|
316 |
-
|
317 |
-
<!-- [ AUTO Eye Catch ] -->
|
318 |
-
<tr<?php echo (isset($options['active_auto_eyecatch']) && $options['active_auto_eyecatch'])? ' class="active"': ' class="inactive"'; ?>>
|
319 |
<th scope='row' class='check-column'>
|
320 |
-
<label class='screen-reader-text' for='
|
321 |
<?php _e('Automatic Eye Catch insert', 'vkExUnit'); ?>
|
322 |
</label>
|
323 |
-
<input type="checkbox" name="vkExUnit_common_options[
|
324 |
</th>
|
325 |
<td class='plugin-title'>
|
326 |
-
<strong><?php
|
327 |
-
</td>
|
328 |
-
<td class='column-description desc'>
|
329 |
-
<div class='plugin-description'>
|
330 |
-
<p><?php _e('Display Eye Catch image at before content.', 'vkExUnit'); ?></p>
|
331 |
-
</div><!-- [ /.plugin-description ] -->
|
332 |
-
</td>
|
333 |
-
</tr>
|
334 |
-
|
335 |
|
336 |
-
<?php
|
337 |
-
|
338 |
-
|
339 |
-
|
340 |
-
<label class='screen-reader-text' for='checkbox_insert_ads' >
|
341 |
-
<?php _e('Insert ads', 'vkExUnit'); ?>
|
342 |
-
</label>
|
343 |
-
<input type="checkbox" name="vkExUnit_common_options[active_insert_ads]" id="checkbox_insert_ads" value="true" <?php echo (isset($options['active_insert_ads']) && $options['active_insert_ads'])? 'checked': ''; ?> />
|
344 |
-
</th>
|
345 |
-
<td class='plugin-title'>
|
346 |
-
<strong><?php _e('Insert ads', 'vkExUnit'); ?></strong>
|
347 |
<span>
|
348 |
-
<a href="<?php echo admin_url().'admin.php?page=vkExUnit_main_setting
|
349 |
-
<?php
|
350 |
</a></span>
|
|
|
|
|
|
|
|
|
351 |
</td>
|
352 |
<td class='column-description desc'>
|
353 |
<div class='plugin-description'>
|
354 |
-
|
|
|
|
|
|
|
|
|
|
|
355 |
</div><!-- [ /.plugin-description ] -->
|
356 |
</td>
|
357 |
</tr>
|
358 |
-
*/?>
|
359 |
|
|
|
|
|
|
|
360 |
</tbody>
|
361 |
|
362 |
<tfoot>
|
@@ -372,5 +280,6 @@
|
|
372 |
</div><!-- [ /.adminMain ] -->
|
373 |
<div class="adminSub">
|
374 |
<div class="exUnit_infoBox"><?php vkExUnit_news_body(); ?></div>
|
|
|
375 |
</div><!-- [ /.adminSub ] -->
|
376 |
</div>
|
221 |
</td>
|
222 |
</tr>
|
223 |
|
224 |
+
<?php
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
225 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
226 |
|
227 |
+
global $vkExUnit_packages;
|
228 |
+
//$vkExUnit_packages = $package_boxs;
|
229 |
+
foreach($vkExUnit_packages as $package): ?>
|
230 |
+
<tr<?php echo ( vkExUnit_package_is_enable($package['name']))? ' class="active"': ' class="inactive"'; ?>>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
231 |
<th scope='row' class='check-column'>
|
232 |
+
<label class='screen-reader-text' for='checkbox_active_<?php echo $package['name']; ?>' >
|
233 |
<?php _e('Automatic Eye Catch insert', 'vkExUnit'); ?>
|
234 |
</label>
|
235 |
+
<input type="checkbox" name="vkExUnit_common_options[active_<?php echo $package['name']; ?>]" id="checkbox_active_<?php echo $package['name']; ?>" value="true" <?php echo ( vkExUnit_package_is_enable($package['name']) ) ? 'checked': ''; ?> />
|
236 |
</th>
|
237 |
<td class='plugin-title'>
|
238 |
+
<strong><?php echo $package['title'] ?></strong>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
239 |
|
240 |
+
<?php if(count($package['attr'])):
|
241 |
+
foreach($package['attr'] as $att):
|
242 |
+
if( !$att['enable_only'] || isset($options['active_'.$package['name']]) && $options['active_'.$package['name']]):
|
243 |
+
?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
244 |
<span>
|
245 |
+
<a href="<?php echo ( $att['url'] )? $att['url'] : admin_url().'admin.php?page=vkExUnit_main_setting' ;?>">
|
246 |
+
<?php echo $att['name']; ?>
|
247 |
</a></span>
|
248 |
+
<?php
|
249 |
+
endif;
|
250 |
+
endforeach;
|
251 |
+
endif; ?>
|
252 |
</td>
|
253 |
<td class='column-description desc'>
|
254 |
<div class='plugin-description'>
|
255 |
+
<?php
|
256 |
+
if(is_array($package['description'])):
|
257 |
+
foreach($package['description'] as $desk){ echo $desk; }
|
258 |
+
else: ?>
|
259 |
+
<p><?php echo $package['description']; ?></p>
|
260 |
+
<?php endif; ?>
|
261 |
</div><!-- [ /.plugin-description ] -->
|
262 |
</td>
|
263 |
</tr>
|
|
|
264 |
|
265 |
+
<?php
|
266 |
+
endforeach;
|
267 |
+
?>
|
268 |
</tbody>
|
269 |
|
270 |
<tfoot>
|
280 |
</div><!-- [ /.adminMain ] -->
|
281 |
<div class="adminSub">
|
282 |
<div class="exUnit_infoBox"><?php vkExUnit_news_body(); ?></div>
|
283 |
+
<div class="exUnit_adminBnr"><?php vkExUnit_admin_banner(); ?></div>
|
284 |
</div><!-- [ /.adminSub ] -->
|
285 |
</div>
|