Version Description
- [ Add functions ] Add Contact Button Widget.
- [ Add functions ] Add Child Page List Widget.
- [ Specification change ] Change mark up of the widget.
- [ Specification change ] Change Setting Page UI.
- [ Specification change ] Change Related Post list logic.
Download this release
Release Info
Developer | kurudrive |
Plugin | VK All in One Expansion Unit |
Version | 3.0.0 |
Comparing to | |
See all releases |
Code changes from version 2.3.6 to 3.0.0
- _scss/admin.scss +27 -22
- _scss/style.scss +9 -2
- admin_wrapper.php +45 -32
- common_helpers.php +13 -2
- common_init.php +0 -2
- css/admin.css +1 -1
- css/style.css +1 -1
- css/style_in_bs.css +1 -1
- js/vkExUnit_admin.js +49 -1
- languages/vkExUnit-ja.mo +0 -0
- languages/vkExUnit-ja.po +362 -347
- languages/vkexunit.mo +0 -0
- languages/vkexunit.pot +229 -179
- packages.php +16 -4
- plugins/call_to_action/class.call_to_action.php +1 -1
- plugins/child_page_index.php +2 -0
- plugins/contact_section.php +98 -24
- plugins/other_widget/widget-3pr-area.php +6 -3
- plugins/other_widget/widget-archives.php +8 -6
- plugins/other_widget/widget-new-posts.php +11 -8
- plugins/other_widget/widget-page.php +6 -5
- plugins/other_widget/widget-pr-blocks.php +3 -2
- plugins/other_widget/widget-profile.php +5 -4
- plugins/other_widget/widget-taxonomies.php +5 -3
- plugins/related_posts/related_posts.php +44 -27
- plugins/sitemap_page/sitemap_page.php +2 -0
- plugins/sns/function_fbPagePlugin.php +2 -2
- plugins/sns/old/icons/Read Me.txt +0 -5
- plugins/sns/old/icons/demo-files/demo.css +0 -151
- plugins/sns/old/icons/demo-files/demo.js +0 -30
- plugins/sns/old/icons/demo.html +0 -104
- plugins/sns/old/icons/fonts/vk_sns.eot +0 -0
- plugins/sns/old/icons/fonts/vk_sns.svg +0 -15
- plugins/sns/old/icons/fonts/vk_sns.ttf +0 -0
- plugins/sns/old/icons/fonts/vk_sns.woff +0 -0
- plugins/sns/old/icons/selection.json +0 -132
- plugins/sns/old/icons/style.css +0 -40
- plugins/sns/old/module_snsBtns.php +0 -48
- plugins/sns/old/sns.php +0 -404
- plugins/sns/old/sns_admin.php +0 -151
- plugins/sns/old/sns_widgets.php +0 -1
- plugins/sns/old/style_bizvektor_sns.css +0 -69
- plugins/sns/sns_admin.php +1 -1
- plugins_admin/dashboard_info_widget.php +7 -1
- plugins_admin/news_from_exUnit.php +1 -3
- readme.txt +10 -2
- vkExUnit.php +6 -3
_scss/admin.scss
CHANGED
@@ -3,7 +3,9 @@
|
|
3 |
|
4 |
.optionNav { display:block !important; overflow:hidden; }
|
5 |
.optionNav ul { display:block; overflow:hidden;margin:0;padding:0 5px; }
|
6 |
-
.optionNav ul li { display: block;
|
|
|
|
|
7 |
.optionNav ul li:hover { background-color: #666; }
|
8 |
.optionNav ul li a { display:block; overflow:hidden;padding:0.5em; text-decoration: none;color:#666;font-size:12px; }
|
9 |
.optionNav ul li:hover a { color: #fff;border:none; }
|
@@ -12,30 +14,10 @@
|
|
12 |
}
|
13 |
|
14 |
.logo_exUnit { display:block; overflow:hidden; text-align: center;margin-bottom:10px;border-bottom:1px solid #ccc;
|
15 |
-
img { width:150px; }
|
16 |
}
|
17 |
|
18 |
.vkExUnit_admin_page { padding-top:1em;
|
19 |
-
.adminMain { display:block; overflow:hidden;width:70%;float:left }
|
20 |
-
.adminSub { display:block; overflow:hidden;width:28%;float:right;
|
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; }
|
41 |
}
|
@@ -47,3 +29,26 @@
|
|
47 |
dd { margin-left:0; }
|
48 |
}
|
49 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
|
4 |
.optionNav { display:block !important; overflow:hidden; }
|
5 |
.optionNav ul { display:block; overflow:hidden;margin:0;padding:0 5px; }
|
6 |
+
.optionNav ul li { display: block; border:1px solid #ccc;margin-bottom:0;border-bottom:none;background-color: #fff;}
|
7 |
+
.optionNav ul li:first-child { border-top-left-radius: 3px;border-top-right-radius: 3px; }
|
8 |
+
.optionNav ul li:last-child { border-bottom-left-radius: 3px;border-bottom-right-radius: 3px;border-bottom:1px solid #ccc; }
|
9 |
.optionNav ul li:hover { background-color: #666; }
|
10 |
.optionNav ul li a { display:block; overflow:hidden;padding:0.5em; text-decoration: none;color:#666;font-size:12px; }
|
11 |
.optionNav ul li:hover a { color: #fff;border:none; }
|
14 |
}
|
15 |
|
16 |
.logo_exUnit { display:block; overflow:hidden; text-align: center;margin-bottom:10px;border-bottom:1px solid #ccc;
|
17 |
+
img { width:150px;max-width: 100%; }
|
18 |
}
|
19 |
|
20 |
.vkExUnit_admin_page { padding-top:1em;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
h2 { display:block; overflow:hidden;margin-bottom:20px;
|
22 |
.pageTitleTxt { font-size:28px; }
|
23 |
}
|
29 |
dd { margin-left:0; }
|
30 |
}
|
31 |
}
|
32 |
+
.adminMain { display:block; overflow:hidden;width:74%;float:left;
|
33 |
+
#adminContent_sub { display:block; overflow:hidden;width:24%;float:left; }
|
34 |
+
#adminContent_main { display:block; overflow:hidden;width:74%;float:right; }
|
35 |
+
}
|
36 |
+
.adminSub { display:block; overflow:hidden;width:24%;float:right;
|
37 |
+
.exUnit_infoBox { display:block; overflow:hidden;padding: 1em;margin-right:1em; background-color: #fff; }
|
38 |
+
.exUnit_adminBnr{
|
39 |
+
display:block; overflow:hidden;padding: 1em;margin-right:1em; background-color: #fff;
|
40 |
+
margin-top: 1em;
|
41 |
+
a{ display: block; }
|
42 |
+
img{ max-width: 100%;height: auto;
|
43 |
+
&:hover{ opacity: 0.7; }
|
44 |
+
}
|
45 |
+
}
|
46 |
+
}
|
47 |
+
h1.veu_admin_subTitle { background-color: #ccc;width:auto; padding: 5px 10px; border-radius: 3px;margin-bottom:15px; }
|
48 |
+
@media (max-width: 991px){
|
49 |
+
.adminMain table.form-table{
|
50 |
+
th,
|
51 |
+
td { display: block; }
|
52 |
+
th { background-color: #ccc;width:auto; padding: 10px; border-radius: 3px; }
|
53 |
+
}
|
54 |
+
}
|
_scss/style.scss
CHANGED
@@ -48,7 +48,8 @@ html { font-size: inherit; } /* reset bootstrap */
|
|
48 |
.subSection-title { font-size:18px; }
|
49 |
}
|
50 |
|
51 |
-
|
|
|
52 |
|
53 |
/*-------------------------------------------*/
|
54 |
/* .autoEyeCatchBox
|
@@ -296,7 +297,7 @@ html { font-size: inherit; } /* reset bootstrap */
|
|
296 |
/*-------------------------------------------*/
|
297 |
/* Wiget PR Bloclks Plugin
|
298 |
/*-------------------------------------------*/
|
299 |
-
.widget.pr_blocks{
|
300 |
display: table;
|
301 |
width: 100%;
|
302 |
table-layout: fixed;
|
@@ -475,8 +476,14 @@ html { font-size: inherit; } /* reset bootstrap */
|
|
475 |
p.veu_contact_txt { margin-bottom:0; }
|
476 |
.veu_contact_txt { float:left; }
|
477 |
.veu_contact .veu_contact_bt { float:right; }
|
|
|
|
|
|
|
|
|
478 |
}
|
479 |
|
|
|
|
|
480 |
|
481 |
/*-------------------------------------------*/
|
482 |
/* Insert Ads
|
48 |
.subSection-title { font-size:18px; }
|
49 |
}
|
50 |
|
51 |
+
.veu_adminEdit { margin-top:5px; }
|
52 |
+
.veu_adminEdit a.btn:before{font-family:FontAwesome;content:"\f040";margin-right:5px;}
|
53 |
|
54 |
/*-------------------------------------------*/
|
55 |
/* .autoEyeCatchBox
|
297 |
/*-------------------------------------------*/
|
298 |
/* Wiget PR Bloclks Plugin
|
299 |
/*-------------------------------------------*/
|
300 |
+
.widget .pr_blocks{
|
301 |
display: table;
|
302 |
width: 100%;
|
303 |
table-layout: fixed;
|
476 |
p.veu_contact_txt { margin-bottom:0; }
|
477 |
.veu_contact_txt { float:left; }
|
478 |
.veu_contact .veu_contact_bt { float:right; }
|
479 |
+
.veu_contact_bt_subTxt_side { font-size:12px; }
|
480 |
+
|
481 |
+
.subSection {
|
482 |
+
.veu_contact .veu_contact_bt { margin-top:15px;float:none;display: inline-block; }
|
483 |
}
|
484 |
|
485 |
+
} // @media (min-width: 768px){
|
486 |
+
|
487 |
|
488 |
/*-------------------------------------------*/
|
489 |
/* Insert Ads
|
admin_wrapper.php
CHANGED
@@ -21,38 +21,66 @@ function vkExUnit_render_main_config(){
|
|
21 |
vkExUnit_save_main_config();
|
22 |
?>
|
23 |
<div class="wrap vkExUnit_admin_page">
|
|
|
24 |
<div class="adminMain">
|
25 |
-
<form method="post" action="">
|
26 |
|
27 |
<?php
|
28 |
wp_nonce_field( 'standing_on_the_shoulder_of_giants', '_nonce_vkExUnit' );
|
29 |
-
|
30 |
global $vkExUnit_options;
|
31 |
-
if( is_array($vkExUnit_options) )
|
32 |
-
foreach($vkExUnit_options as $vkoption){
|
33 |
-
if(!isset($vkoption['render_page'])){ continue; }
|
34 |
|
35 |
-
|
36 |
|
37 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
38 |
|
39 |
-
if( is_array($vkoption['render_page'])){
|
40 |
-
$vkoption['render_page'][0]->$vkoption['render_page'][1]();
|
41 |
-
}else{
|
42 |
-
$vkoption['render_page']();
|
43 |
}
|
44 |
-
|
45 |
-
|
46 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
47 |
|
48 |
-
<?php submit_button(); ?>
|
49 |
<?php else:
|
50 |
|
51 |
_e('Activated Packages is noting. please activate some package.', 'vkExUnit');
|
52 |
|
53 |
endif; ?>
|
54 |
-
|
55 |
</div><!-- [ /.adminMain ] -->
|
|
|
56 |
<div class="adminSub">
|
57 |
<div class="exUnit_infoBox"><?php vkExUnit_news_body(); ?></div>
|
58 |
<div class="exUnit_adminBnr"><?php vkExUnit_admin_banner(); ?></div>
|
@@ -61,8 +89,6 @@ _e('Activated Packages is noting. please activate some package.', 'vkExUnit');
|
|
61 |
<?php
|
62 |
}
|
63 |
|
64 |
-
|
65 |
-
|
66 |
function vkExUnit_register_setting( $tab_label="tab_label", $option_name, $sanitize_callback, $render_page ){
|
67 |
global $vkExUnit_options;
|
68 |
$vkExUnit_options[] =
|
@@ -110,17 +136,4 @@ function vkExUnit_save_main_config(){
|
|
110 |
}
|
111 |
|
112 |
vkExUnit_main_config_sanitaize($_POST);
|
113 |
-
}
|
114 |
-
|
115 |
-
|
116 |
-
function vkExUnit_render_menu( $sections, $current_tab=null ){
|
117 |
-
echo '<div class="optionNav"><ul>';
|
118 |
-
foreach($sections as $section){
|
119 |
-
$tab_class = ( $section['tab_label'] == $current_tab )? 'current' : '';
|
120 |
-
|
121 |
-
echo '<li id="btn_"'. $section['option_name']. '" class="'.$tab_class.'"><a href="#'. $section['option_name'] .'">';
|
122 |
-
echo $section['tab_label'];
|
123 |
-
echo '</a></li>';
|
124 |
-
}
|
125 |
-
echo "</ul></div>";
|
126 |
-
}
|
21 |
vkExUnit_save_main_config();
|
22 |
?>
|
23 |
<div class="wrap vkExUnit_admin_page">
|
24 |
+
|
25 |
<div class="adminMain">
|
|
|
26 |
|
27 |
<?php
|
28 |
wp_nonce_field( 'standing_on_the_shoulder_of_giants', '_nonce_vkExUnit' );
|
|
|
29 |
global $vkExUnit_options;
|
30 |
+
if( is_array($vkExUnit_options) ):?>
|
|
|
|
|
31 |
|
32 |
+
<form method="post" action="">
|
33 |
|
34 |
+
<div id="adminContent_sub">
|
35 |
+
|
36 |
+
<?php echo vkExUnit_get_systemlogo();?>
|
37 |
+
|
38 |
+
<div class="optionNav"><ul>
|
39 |
+
<?php
|
40 |
+
// $i = 0;
|
41 |
+
foreach($vkExUnit_options as $vkoption){
|
42 |
+
if(!isset($vkoption['render_page'])){ continue; }
|
43 |
+
// $linkUrl = ($i == 0) ? 'wpwrap':$vkoption['option_name'];
|
44 |
+
$linkUrl = $vkoption['option_name'];
|
45 |
+
echo '<li id="btn_"'. $vkoption['option_name']. '" class="'.$vkoption['option_name'].'"><a href="#'. $linkUrl .'">';
|
46 |
+
echo $vkoption['tab_label'];
|
47 |
+
echo '</a></li>';
|
48 |
+
// $i++;
|
49 |
|
|
|
|
|
|
|
|
|
50 |
}
|
51 |
+
?>
|
52 |
+
</ul></div>
|
53 |
+
</div><!-- [ /#adminContent_sub ] -->
|
54 |
+
|
55 |
+
<div id="adminContent_main">
|
56 |
+
|
57 |
+
<?php
|
58 |
+
foreach($vkExUnit_options as $vkoption){
|
59 |
+
if(!isset($vkoption['render_page'])){ continue; }
|
60 |
+
|
61 |
+
echo '<section id="'. $vkoption['option_name'] .'">';
|
62 |
+
|
63 |
+
if( is_array($vkoption['render_page'])){
|
64 |
+
$vkoption['render_page'][0]->$vkoption['render_page'][1]();
|
65 |
+
}else{
|
66 |
+
$vkoption['render_page']();
|
67 |
+
}
|
68 |
+
echo '</section>';
|
69 |
+
}
|
70 |
+
?>
|
71 |
+
|
72 |
+
</div><!-- [ /#adminContent_main ] -->
|
73 |
+
|
74 |
+
</form>
|
75 |
|
|
|
76 |
<?php else:
|
77 |
|
78 |
_e('Activated Packages is noting. please activate some package.', 'vkExUnit');
|
79 |
|
80 |
endif; ?>
|
81 |
+
|
82 |
</div><!-- [ /.adminMain ] -->
|
83 |
+
|
84 |
<div class="adminSub">
|
85 |
<div class="exUnit_infoBox"><?php vkExUnit_news_body(); ?></div>
|
86 |
<div class="exUnit_adminBnr"><?php vkExUnit_admin_banner(); ?></div>
|
89 |
<?php
|
90 |
}
|
91 |
|
|
|
|
|
92 |
function vkExUnit_register_setting( $tab_label="tab_label", $option_name, $sanitize_callback, $render_page ){
|
93 |
global $vkExUnit_options;
|
94 |
$vkExUnit_options[] =
|
136 |
}
|
137 |
|
138 |
vkExUnit_main_config_sanitaize($_POST);
|
139 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
common_helpers.php
CHANGED
@@ -17,17 +17,28 @@
|
|
17 |
/* basic setting
|
18 |
/*-------------------------------------------*/
|
19 |
function vkExUnit_get_name() {
|
20 |
-
$system_name = 'VK All in one Expansion Unit';
|
21 |
return $system_name;
|
22 |
}
|
|
|
|
|
|
|
|
|
23 |
function vkExUnit_get_short_name() {
|
24 |
-
$short_name = 'VK';
|
25 |
return $short_name;
|
26 |
}
|
27 |
function vkExUnit_get_capability_required(){
|
28 |
$capability_required = 'activate_plugins';
|
29 |
return $capability_required;
|
30 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
31 |
/*-------------------------------------------*/
|
32 |
/* Chack use post top page
|
33 |
/*-------------------------------------------*/
|
17 |
/* basic setting
|
18 |
/*-------------------------------------------*/
|
19 |
function vkExUnit_get_name() {
|
20 |
+
$system_name = apply_filters('vkExUnit_get_name_custom','VK All in one Expansion Unit');
|
21 |
return $system_name;
|
22 |
}
|
23 |
+
function vkExUnit_get_little_short_name() {
|
24 |
+
$little_short_name = apply_filters('vkExUnit_get_little_short_name_custom','VK Ex Unit');
|
25 |
+
return $little_short_name;
|
26 |
+
}
|
27 |
function vkExUnit_get_short_name() {
|
28 |
+
$short_name = apply_filters('vkExUnit_get_short_name_custom','VK');
|
29 |
return $short_name;
|
30 |
}
|
31 |
function vkExUnit_get_capability_required(){
|
32 |
$capability_required = 'activate_plugins';
|
33 |
return $capability_required;
|
34 |
}
|
35 |
+
function vkExUnit_get_systemlogo(){
|
36 |
+
$logo = '<div class="logo_exUnit">';
|
37 |
+
$logo .= '<img src="' . apply_filters( 'vkExUnit_news_image_URL_small', vkExUnit_get_directory_uri( '/images/head_logo_ExUnit.png' ) ) . '" alt="VK ExUnit" />';
|
38 |
+
$logo .= '</div>';
|
39 |
+
return $logo;
|
40 |
+
}
|
41 |
+
|
42 |
/*-------------------------------------------*/
|
43 |
/* Chack use post top page
|
44 |
/*-------------------------------------------*/
|
common_init.php
CHANGED
@@ -1,7 +1,5 @@
|
|
1 |
<?php
|
2 |
function vkExUnit_common_options_init() {
|
3 |
-
if ( false === vkExUnit_get_common_options() )
|
4 |
-
add_option( 'vkExUnit_common_options', vkExUnit_get_common_options_default() );
|
5 |
register_setting(
|
6 |
'vkExUnit_common_options_fields', // Immediately following form tag of edit page.
|
7 |
'vkExUnit_common_options', // name attr
|
1 |
<?php
|
2 |
function vkExUnit_common_options_init() {
|
|
|
|
|
3 |
register_setting(
|
4 |
'vkExUnit_common_options_fields', // Immediately following form tag of edit page.
|
5 |
'vkExUnit_common_options', // name attr
|
css/admin.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
.optionNav{display:block !important;overflow:hidden}.optionNav ul{display:block;overflow:hidden;margin:0;padding:0 5px}.optionNav ul li{display:block;
|
1 |
+
.optionNav{display:block !important;overflow:hidden}.optionNav ul{display:block;overflow:hidden;margin:0;padding:0 5px}.optionNav ul li{display:block;border:1px solid #ccc;margin-bottom:0;border-bottom:none;background-color:#fff}.optionNav ul li:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.optionNav ul li:last-child{border-bottom-left-radius:3px;border-bottom-right-radius:3px;border-bottom:1px solid #ccc}.optionNav ul li:hover{background-color:#666}.optionNav ul li a{display:block;overflow:hidden;padding:0.5em;text-decoration:none;color:#666;font-size:12px}.optionNav ul li:hover a{color:#fff;border:none}.optionNav ul li.current{background-color:#333;color:#fff}.optionNav ul li.current a{color:#fff}.logo_exUnit{display:block;overflow:hidden;text-align:center;margin-bottom:10px;border-bottom:1px solid #ccc}.logo_exUnit img{width:150px;max-width:100%}.vkExUnit_admin_page{padding-top:1em}.vkExUnit_admin_page h2{display:block;overflow:hidden;margin-bottom:20px}.vkExUnit_admin_page h2 .pageTitleTxt{font-size:28px}.vkExUnit_admin_page h3{background-color:#333;color:#fff;padding:10px 15px;font-size:150%;margin-top:0;border-left:5px solid #e50000}.vkExUnit_admin_page input[type=text]{width:50%}.vkExUnit_admin_page select{width:50%}.vkExUnit_admin_page dl dt{font-weight:bold;margin-bottom:5px}.vkExUnit_admin_page dl dd{margin-left:0}.adminMain{display:block;overflow:hidden;width:74%;float:left}.adminMain #adminContent_sub{display:block;overflow:hidden;width:24%;float:left}.adminMain #adminContent_main{display:block;overflow:hidden;width:74%;float:right}.adminSub{display:block;overflow:hidden;width:24%;float:right}.adminSub .exUnit_infoBox{display:block;overflow:hidden;padding:1em;margin-right:1em;background-color:#fff}.adminSub .exUnit_adminBnr{display:block;overflow:hidden;padding:1em;margin-right:1em;background-color:#fff;margin-top:1em}.adminSub .exUnit_adminBnr a{display:block}.adminSub .exUnit_adminBnr img{max-width:100%;height:auto}.adminSub .exUnit_adminBnr img:hover{opacity:0.7}h1.veu_admin_subTitle{background-color:#ccc;width:auto;padding:5px 10px;border-radius:3px;margin-bottom:15px}@media (max-width: 991px){.adminMain table.form-table th,.adminMain table.form-table td{display:block}.adminMain table.form-table th{background-color:#ccc;width:auto;padding:10px;border-radius:3px}}
|
css/style.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
.media{border-bottom:1px solid #e5e5e5;padding:2em 0;margin-top:0}.media:first-child{border-top:1px solid #e5e5e5}.media .postList_thumbnail{width:160px;margin-bottom:0.5em;padding-right:30px;display:block;overflow:hidden;float:left}.media .postList_thumbnail a{position:relative;display:block;overflow:hidden}.media .postList_thumbnail img{width:100%;height:auto}.media .postList_thumbnail .postList_cateLabel{position:absolute;bottom:0;left:0}.media .media-body .media-heading{font-size:1.8em;line-height:1.3em;margin-top:0;margin-bottom:0.5em;font-weight:normal}.media .media-body .media-heading a{color:#464646}.media .media-body .media-heading a:hover{text-decoration:none}.media .media-body p{margin-bottom:0}.media .media-body a.media-body_excerpt{color:#464646}@media (max-width: 767px){.media .postList_thumbnail{padding-right:20px}.media .media-body .media-heading{font-size:1.2em;line-height:1.3em;margin-bottom:0.5em}}@media (max-width: 500px){.media .postList_thumbnail{width:100px}}.leadTxt,p.leadTxt{font-size:2em;line-height:150%;padding:0}dl.veu_qaItem{display:block;overflow:hidden;border-bottom:1px dotted #ccc;padding:0px 0px 20px;margin:0px 0px 20px;width:100%;position:relative}dl.veu_qaItem dt,dl.veu_qaItem dd{border:none;padding-left:35px}dl.veu_qaItem dt:before,dl.veu_qaItem dd:before{position:absolute;left:0;font-size:24px;line-height:105%}dl.veu_qaItem dt{margin-bottom:15px;font-size:18px}dl.veu_qaItem dt:before{font-family:"areal";content:"Q ";color:#e50000}dl.veu_qaItem dd{margin-bottom:0px}dl.veu_qaItem dd:before{content:"A ";color:#337ab7;font-family:""}.flowBox{display:block;overflow:hidden}.flowBox:after{font-family:FontAwesome;content:"\f0d7";font-size:50px;margin:0 auto 15px;position:relative;left:48%;line-height:120%;color:#ccc}.flowBox:last-child{padding-bottom:0px;margin-bottom:30px}.flowBox:last-child:after{content:"";font-size:0}.flowBox dl{display:block;overflow:hidden;padding:20px 25px;border:3px solid #e5e5e5;margin:0}.flowBox dl dt,.flowBox dl dd{padding-left:0;border:none}.flowBox dl dt{border-bottom:1px dotted #ccc;margin-bottom:10px;font-size:1.2em}.flowBox dl dd{margin-bottom:0px}.flowBox dl dd h4{margin:0px;padding:0px}.flowBox dl dd p{margin-bottom:10px}.flowBox dl dd ul{margin-bottom:0px}.dummyImage{padding:20px;display:block;vertical-align:middle;text-align:center;background-color:#f5f5f5;border:1px solid #ccc;margin-bottom:15px}.floatLeft{float:left;margin-right:20px}.floatRight{float:right;margin-left:20px}html{font-size:inherit}.link-list li{padding:0.5em}.widget .subSection-title{font-size:18px}.autoEyeCatchBox{display:block;overflow:hidden;margin-bottom:2em}.sitemap .sectionBox{padding-top:0}.sitemap .sitemap-col{padding-bottom:2em}.fb-like-box{margin:0 auto;border:4px solid #efefef;background-color:#f9f9f9;text-align:center}.twitter-timeline iframe{margin-right:auto;margin-left:auto}.vkContentAddSection{display:block;clear:both;overflow:hidden;padding-top:20px}.socialSet ul{margin:0px;padding:0}.socialSet ul li{position:relative;display:block;float:left;overflow:visible;margin-right:10px;padding:0px;background:none}.socialSet ul li.sb_icon a{display:block;overflow:hidden;padding:3px 5px 0px;border:1px solid #ccc;border-radius:3px;background-color:#fff;color:#333;text-decoration:none;line-height:100%}.socialSet ul li.sb_icon a .sns_txt{position:relative;top:-2px;font-size:11px}.socialSet ul li iframe{border:none}.socialSet ul li a .icon_sns{margin-right:5px;font-size:100%}.socialSet ul li.sb_icon.sb_facebook .icon_sns{color:#425dab}.socialSet ul li.sb_icon.sb_hatena .icon_sns{color:#2c6ebd}.socialSet ul li.sb_icon.sb_twitter .icon_sns{color:#00abec}.socialSet ul li.sb_icon.sb_google .icon_sns{color:#dd4b39}.socialSet ul li.sb_icon.sb_line .icon_sns{color:#6ebd30}.socialSet ul li.sb_pocket{margin-left:5px}.relatedPosts h2{margin-bottom:10px}.followSet{display:block;overflow:hidden;margin-top:20px;padding:15px;border:1px solid #f5f5f5;background-color:#efefef}.followSet h3.followSet_title{padding:6px 10px 4px;border:none;background-color:#333;color:#fff;font-size:18px}.followSet h3.followSet_title:after{border:none}.follow_btn{float:left;margin-right:20px}@font-face{font-weight:normal;font-style:normal;font-family:'vk_sns';src:url("../plugins/sns/icons/fonts/vk_sns.eot?-bq20cj");src:url("../plugins/sns/icons/fonts/vk_sns.eot?#iefix-bq20cj") format("embedded-opentype"),url("../plugins/sns/icons/fonts/vk_sns.woff?-bq20cj") format("woff"),url("../plugins/sns/icons/fonts/vk_sns.ttf?-bq20cj") format("truetype"),url("../plugins/sns/icons/fonts/vk_sns.svg?-bq20cj#vk_sns") format("svg")}[class^="vk_icon_w_r_sns_"],[class*=" vk_icon_w_r_sns_"]{text-transform:none;font-weight:normal;font-style:normal;font-variant:normal;font-family:'vk_sns';line-height:1;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.vk_icon_w_r_sns_twitter:before{content:"\e600"}.vk_icon_w_r_sns_line:before{content:"\e601"}.vk_icon_w_r_sns_hatena:before{content:"\e602"}.vk_icon_w_r_sns_google:before{content:"\e603"}.vk_icon_w_r_sns_fb:before{content:"\e604"}.vkExUnit_entry-meta_items.published:before{font-family:FontAwesome;content:"\f073";margin-right:5px}.site-profile{overflow:hidden}.profile_media{display:block;margin:0.8em auto;max-width:100%}.media_round{border-radius:50%}.media_left .profile_media{margin-left:0}.media_float{float:left;padding-right:10px}.media_float .profile_media{margin:0.8em 0 0}.media_float+.profile_text{padding-top:0.8em}.profile_text{margin-bottom:0.5em;font-size:14px}.sns_btns{margin:0;padding:0;width:100%}.sns_btns li{float:left;margin-right:0.45em;list-style:none;text-align:center}.sns_btns a{display:block;display:table;width:45px;height:45px;border-radius:23px;color:#fff;text-decoration:none;font-size:20px}.sns_btns a:hover{color:#fff;text-decoration:none;opacity:0.8}.sns_btns .fa{display:table-cell;vertical-align:middle;text-align:center}.sns_btns .facebook_btn a{background:#3b5998}.sns_btns .twitter_btn a{background:#55acee}.sns_btns .mail_btn a{background:#2F915F}.sns_btns .youtube_btn a{background:#C81D1C}.sns_btns .rss_btn a{background:#f26522}.sns_btns .instagram_btn a{background:#3f729b}.sns_btns .linkedin_btn a{background:#0077b5}.prBox .subSection-title{font-size:18px}.prBox .media_pr{margin-top:0.8em;margin-bottom:0.8em}.prBox .media_pc{display:block}.prBox .media_sp{display:none}.prBox .summary{margin-bottom:0.5em;font-size:14px;line-height:1.4em}.prBox .linkurl a{text-decoration:none}@media screen and (max-width: 992px){.prBox .media_pc{display:none}.prBox .media_sp{display:block}.prBox .linkurl{margin-bottom:1.5em}}.widget.pr_blocks{display:table;width:100%;table-layout:fixed}.widget.pr_blocks .prArea{display:table-cell;padding:0 1em}.widget.pr_blocks .prArea:first-child{padding-left:0}.widget.pr_blocks .prArea:last-child{padding-right:0}.widget.pr_blocks a{color:#333}.widget.pr_blocks a:hover{color:#333;text-decoration:none}.widget.pr_blocks a .summary:hover{text-decoration:underline}.widget.pr_blocks .circle_icon{display:table;margin:0 auto;width:80px;height:80px;border-radius:50%}.widget.pr_blocks .circle_icon .font_icon{display:table-cell;color:#fff;vertical-align:middle;text-align:center;font-size:40px}.widget.pr_blocks .prBox_title{margin-top:1.5em;margin-bottom:1em;text-align:center;font-size:18px}.widget.pr_blocks .media_pr{display:table;margin:0 auto}.widget.pr_blocks .pr_image{display:table-cell;overflow:hidden;width:120px;height:120px;border-radius:50%;vertical-align:middle;text-align:center}.widget.pr_blocks .summary{margin-bottom:0.5em;text-align:center;font-size:14px;line-height:1.4em}@media screen and (max-width: 767px){.widget.pr_blocks{display:block}.widget.pr_blocks .prArea{display:block;margin-bottom:3em}.widget.pr_blocks .prArea:first-child{padding-left:1em}.widget.pr_blocks .prArea:last-child{padding-right:1em}}.widget_pageContent h1{margin-bottom:20px}.childPage_list{margin-top:2.5em;margin-bottom:1em}.childPage_list a:hover{text-decoration:none}.childPage_list_box{display:block;margin-bottom:1em}.childPage_list_box_inner{display:block;overflow:hidden;position:relative;border:3px solid #efefef;box-shadow:inset 0px 0px 0px 1px #fff;padding:0 20px}.childPage_list_box_inner .childPage_list_title{margin-top:20px;font-size:16px;line-height:1.4;color:#464646}.childPage_list_box_inner .wp-post-image{float:left;margin-right:1em;width:30%;border:solid 1px #ddd}.childPage_list_box_inner .childPage_list_body{overflow:hidden;color:#333;font-size:14px;margin-bottom:5px}.childPage_list_box_inner .childPage_list_body:hover{text-decoration:underline}.childPage_list_box_inner p{line-height:1.5em}.childPage_list_box_inner .childPage_list_text{overflow:hidden;margin-bottom:0}.childPage_list_box_inner .childPage_list_more{float:right;margin-bottom:20px}@media (max-width: 767px){.childPage_list_box_inner .wp-post-image{width:25%}}.sitemap-col{margin-top:2.5em}.sitemap-col .link-list{margin-top:0;margin-bottom:0}.sitemap-col .page_item{padding:0}.sitemap-col .children{margin-bottom:2em}.sitemap-col .cat-item{padding:0}.veu_cta{display:block;overflow:hidden;background-color:#efefef;margin-top:20px;margin-bottom:20px}.veu_cta h1.veu_cta_title{display:block;overflow:hidden;background-color:#333;font-size:22px;color:#fff;padding:12px 20px 10px;line-height:1.2em}.veu_cta .veu_cta_body{display:block;overflow:hidden;padding:1.5em 2em 2em;line-height:170%}.veu_cta .veu_cta_body_image{margin-bottom:1.5em}.veu_cta .veu_cta_body_image img{max-width:250px}.veu_cta .veu_cta_body_image_center{display:block;overflow:hidden;text-align:center}.veu_cta .veu_cta_body_image_center img{display:block;margin:0 auto 15px;max-width:100%}.veu_cta .veu_cta_body_txt{display:block;overflow:hidden}.veu_cta .veu_cta_body_link{clear:both;margin-top:1.5em}@media (max-width: 767px){.veu_cta .veu_cta_body_image img{display:block;margin:0 auto 1.5em;max-width:100%}}@media (min-width: 768px){.veu_cta .veu_cta_body_image_right{float:right;margin-left:30px}.veu_cta .veu_cta_body_image_left{float:left;margin-right:30px}}.veu_contact{display:block;overflow:hidden;margin-bottom:1em;padding:25px 24px 21px;border:3px solid #efefef;box-shadow:inset 0px 0px 0px 1px #fff;background-color:#f9f9f9}.veu_contact_txt_catch,.veu_contact_txt_tel,.veu_contact_txt_time{display:block;overflow:hidden}.veu_contact_txt_catch,.veu_contact_txt_time{line-height:128.6%;font-size:14px}.veu_contact_txt_tel{font-size:28px;line-height:110%;padding-top:4px}.veu_contact_bt_txt:before{font-family:FontAwesome;content:"\f003";margin-right:7px}.veu_contact_bt_txt:after{font-family:FontAwesome;content:"\f18e";margin-left:7px}.veu_contact_bt_subTxt{display:block;overflow:hidden;font-size:14px}@media (max-width: 767px){.veu_contact_txt{text-align:center}.veu_contact .veu_contact_bt{display:block}}@media (min-width: 768px){p.veu_contact_txt{margin-bottom:0}.veu_contact_txt{float:left}.veu_contact .veu_contact_bt{float:right}}.veu_insertAds{margin-top:1em;margin-bottom:1.5em}@media (max-width: 971px){.veu_insertAds{margin-bottom:0.5em}.veu_insertAds .col-md-6{margin-bottom:1em}}
|
1 |
+
.media{border-bottom:1px solid #e5e5e5;padding:2em 0;margin-top:0}.media:first-child{border-top:1px solid #e5e5e5}.media .postList_thumbnail{width:160px;margin-bottom:0.5em;padding-right:30px;display:block;overflow:hidden;float:left}.media .postList_thumbnail a{position:relative;display:block;overflow:hidden}.media .postList_thumbnail img{width:100%;height:auto}.media .postList_thumbnail .postList_cateLabel{position:absolute;bottom:0;left:0}.media .media-body .media-heading{font-size:1.8em;line-height:1.3em;margin-top:0;margin-bottom:0.5em;font-weight:normal}.media .media-body .media-heading a{color:#464646}.media .media-body .media-heading a:hover{text-decoration:none}.media .media-body p{margin-bottom:0}.media .media-body a.media-body_excerpt{color:#464646}@media (max-width: 767px){.media .postList_thumbnail{padding-right:20px}.media .media-body .media-heading{font-size:1.2em;line-height:1.3em;margin-bottom:0.5em}}@media (max-width: 500px){.media .postList_thumbnail{width:100px}}.leadTxt,p.leadTxt{font-size:2em;line-height:150%;padding:0}dl.veu_qaItem{display:block;overflow:hidden;border-bottom:1px dotted #ccc;padding:0px 0px 20px;margin:0px 0px 20px;width:100%;position:relative}dl.veu_qaItem dt,dl.veu_qaItem dd{border:none;padding-left:35px}dl.veu_qaItem dt:before,dl.veu_qaItem dd:before{position:absolute;left:0;font-size:24px;line-height:105%}dl.veu_qaItem dt{margin-bottom:15px;font-size:18px}dl.veu_qaItem dt:before{font-family:"areal";content:"Q ";color:#e50000}dl.veu_qaItem dd{margin-bottom:0px}dl.veu_qaItem dd:before{content:"A ";color:#337ab7;font-family:""}.flowBox{display:block;overflow:hidden}.flowBox:after{font-family:FontAwesome;content:"\f0d7";font-size:50px;margin:0 auto 15px;position:relative;left:48%;line-height:120%;color:#ccc}.flowBox:last-child{padding-bottom:0px;margin-bottom:30px}.flowBox:last-child:after{content:"";font-size:0}.flowBox dl{display:block;overflow:hidden;padding:20px 25px;border:3px solid #e5e5e5;margin:0}.flowBox dl dt,.flowBox dl dd{padding-left:0;border:none}.flowBox dl dt{border-bottom:1px dotted #ccc;margin-bottom:10px;font-size:1.2em}.flowBox dl dd{margin-bottom:0px}.flowBox dl dd h4{margin:0px;padding:0px}.flowBox dl dd p{margin-bottom:10px}.flowBox dl dd ul{margin-bottom:0px}.dummyImage{padding:20px;display:block;vertical-align:middle;text-align:center;background-color:#f5f5f5;border:1px solid #ccc;margin-bottom:15px}.floatLeft{float:left;margin-right:20px}.floatRight{float:right;margin-left:20px}html{font-size:inherit}.link-list li{padding:0.5em}.widget .subSection-title{font-size:18px}.veu_adminEdit{margin-top:5px}.veu_adminEdit a.btn:before{font-family:FontAwesome;content:"\f040";margin-right:5px}.autoEyeCatchBox{display:block;overflow:hidden;margin-bottom:2em}.sitemap .sectionBox{padding-top:0}.sitemap .sitemap-col{padding-bottom:2em}.fb-like-box{margin:0 auto;border:4px solid #efefef;background-color:#f9f9f9;text-align:center}.twitter-timeline iframe{margin-right:auto;margin-left:auto}.vkContentAddSection{display:block;clear:both;overflow:hidden;padding-top:20px}.socialSet ul{margin:0px;padding:0}.socialSet ul li{position:relative;display:block;float:left;overflow:visible;margin-right:10px;padding:0px;background:none}.socialSet ul li.sb_icon a{display:block;overflow:hidden;padding:3px 5px 0px;border:1px solid #ccc;border-radius:3px;background-color:#fff;color:#333;text-decoration:none;line-height:100%}.socialSet ul li.sb_icon a .sns_txt{position:relative;top:-2px;font-size:11px}.socialSet ul li iframe{border:none}.socialSet ul li a .icon_sns{margin-right:5px;font-size:100%}.socialSet ul li.sb_icon.sb_facebook .icon_sns{color:#425dab}.socialSet ul li.sb_icon.sb_hatena .icon_sns{color:#2c6ebd}.socialSet ul li.sb_icon.sb_twitter .icon_sns{color:#00abec}.socialSet ul li.sb_icon.sb_google .icon_sns{color:#dd4b39}.socialSet ul li.sb_icon.sb_line .icon_sns{color:#6ebd30}.socialSet ul li.sb_pocket{margin-left:5px}.relatedPosts h2{margin-bottom:10px}.followSet{display:block;overflow:hidden;margin-top:20px;padding:15px;border:1px solid #f5f5f5;background-color:#efefef}.followSet h3.followSet_title{padding:6px 10px 4px;border:none;background-color:#333;color:#fff;font-size:18px}.followSet h3.followSet_title:after{border:none}.follow_btn{float:left;margin-right:20px}@font-face{font-weight:normal;font-style:normal;font-family:'vk_sns';src:url("../plugins/sns/icons/fonts/vk_sns.eot?-bq20cj");src:url("../plugins/sns/icons/fonts/vk_sns.eot?#iefix-bq20cj") format("embedded-opentype"),url("../plugins/sns/icons/fonts/vk_sns.woff?-bq20cj") format("woff"),url("../plugins/sns/icons/fonts/vk_sns.ttf?-bq20cj") format("truetype"),url("../plugins/sns/icons/fonts/vk_sns.svg?-bq20cj#vk_sns") format("svg")}[class^="vk_icon_w_r_sns_"],[class*=" vk_icon_w_r_sns_"]{text-transform:none;font-weight:normal;font-style:normal;font-variant:normal;font-family:'vk_sns';line-height:1;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.vk_icon_w_r_sns_twitter:before{content:"\e600"}.vk_icon_w_r_sns_line:before{content:"\e601"}.vk_icon_w_r_sns_hatena:before{content:"\e602"}.vk_icon_w_r_sns_google:before{content:"\e603"}.vk_icon_w_r_sns_fb:before{content:"\e604"}.vkExUnit_entry-meta_items.published:before{font-family:FontAwesome;content:"\f073";margin-right:5px}.site-profile{overflow:hidden}.profile_media{display:block;margin:0.8em auto;max-width:100%}.media_round{border-radius:50%}.media_left .profile_media{margin-left:0}.media_float{float:left;padding-right:10px}.media_float .profile_media{margin:0.8em 0 0}.media_float+.profile_text{padding-top:0.8em}.profile_text{margin-bottom:0.5em;font-size:14px}.sns_btns{margin:0;padding:0;width:100%}.sns_btns li{float:left;margin-right:0.45em;list-style:none;text-align:center}.sns_btns a{display:block;display:table;width:45px;height:45px;border-radius:23px;color:#fff;text-decoration:none;font-size:20px}.sns_btns a:hover{color:#fff;text-decoration:none;opacity:0.8}.sns_btns .fa{display:table-cell;vertical-align:middle;text-align:center}.sns_btns .facebook_btn a{background:#3b5998}.sns_btns .twitter_btn a{background:#55acee}.sns_btns .mail_btn a{background:#2F915F}.sns_btns .youtube_btn a{background:#C81D1C}.sns_btns .rss_btn a{background:#f26522}.sns_btns .instagram_btn a{background:#3f729b}.sns_btns .linkedin_btn a{background:#0077b5}.prBox .subSection-title{font-size:18px}.prBox .media_pr{margin-top:0.8em;margin-bottom:0.8em}.prBox .media_pc{display:block}.prBox .media_sp{display:none}.prBox .summary{margin-bottom:0.5em;font-size:14px;line-height:1.4em}.prBox .linkurl a{text-decoration:none}@media screen and (max-width: 992px){.prBox .media_pc{display:none}.prBox .media_sp{display:block}.prBox .linkurl{margin-bottom:1.5em}}.widget .pr_blocks{display:table;width:100%;table-layout:fixed}.widget .pr_blocks .prArea{display:table-cell;padding:0 1em}.widget .pr_blocks .prArea:first-child{padding-left:0}.widget .pr_blocks .prArea:last-child{padding-right:0}.widget .pr_blocks a{color:#333}.widget .pr_blocks a:hover{color:#333;text-decoration:none}.widget .pr_blocks a .summary:hover{text-decoration:underline}.widget .pr_blocks .circle_icon{display:table;margin:0 auto;width:80px;height:80px;border-radius:50%}.widget .pr_blocks .circle_icon .font_icon{display:table-cell;color:#fff;vertical-align:middle;text-align:center;font-size:40px}.widget .pr_blocks .prBox_title{margin-top:1.5em;margin-bottom:1em;text-align:center;font-size:18px}.widget .pr_blocks .media_pr{display:table;margin:0 auto}.widget .pr_blocks .pr_image{display:table-cell;overflow:hidden;width:120px;height:120px;border-radius:50%;vertical-align:middle;text-align:center}.widget .pr_blocks .summary{margin-bottom:0.5em;text-align:center;font-size:14px;line-height:1.4em}@media screen and (max-width: 767px){.widget.pr_blocks{display:block}.widget.pr_blocks .prArea{display:block;margin-bottom:3em}.widget.pr_blocks .prArea:first-child{padding-left:1em}.widget.pr_blocks .prArea:last-child{padding-right:1em}}.widget_pageContent h1{margin-bottom:20px}.childPage_list{margin-top:2.5em;margin-bottom:1em}.childPage_list a:hover{text-decoration:none}.childPage_list_box{display:block;margin-bottom:1em}.childPage_list_box_inner{display:block;overflow:hidden;position:relative;border:3px solid #efefef;box-shadow:inset 0px 0px 0px 1px #fff;padding:0 20px}.childPage_list_box_inner .childPage_list_title{margin-top:20px;font-size:16px;line-height:1.4;color:#464646}.childPage_list_box_inner .wp-post-image{float:left;margin-right:1em;width:30%;border:solid 1px #ddd}.childPage_list_box_inner .childPage_list_body{overflow:hidden;color:#333;font-size:14px;margin-bottom:5px}.childPage_list_box_inner .childPage_list_body:hover{text-decoration:underline}.childPage_list_box_inner p{line-height:1.5em}.childPage_list_box_inner .childPage_list_text{overflow:hidden;margin-bottom:0}.childPage_list_box_inner .childPage_list_more{float:right;margin-bottom:20px}@media (max-width: 767px){.childPage_list_box_inner .wp-post-image{width:25%}}.sitemap-col{margin-top:2.5em}.sitemap-col .link-list{margin-top:0;margin-bottom:0}.sitemap-col .page_item{padding:0}.sitemap-col .children{margin-bottom:2em}.sitemap-col .cat-item{padding:0}.veu_cta{display:block;overflow:hidden;background-color:#efefef;margin-top:20px;margin-bottom:20px}.veu_cta h1.veu_cta_title{display:block;overflow:hidden;background-color:#333;font-size:22px;color:#fff;padding:12px 20px 10px;line-height:1.2em}.veu_cta .veu_cta_body{display:block;overflow:hidden;padding:1.5em 2em 2em;line-height:170%}.veu_cta .veu_cta_body_image{margin-bottom:1.5em}.veu_cta .veu_cta_body_image img{max-width:250px}.veu_cta .veu_cta_body_image_center{display:block;overflow:hidden;text-align:center}.veu_cta .veu_cta_body_image_center img{display:block;margin:0 auto 15px;max-width:100%}.veu_cta .veu_cta_body_txt{display:block;overflow:hidden}.veu_cta .veu_cta_body_link{clear:both;margin-top:1.5em}@media (max-width: 767px){.veu_cta .veu_cta_body_image img{display:block;margin:0 auto 1.5em;max-width:100%}}@media (min-width: 768px){.veu_cta .veu_cta_body_image_right{float:right;margin-left:30px}.veu_cta .veu_cta_body_image_left{float:left;margin-right:30px}}.veu_contact{display:block;overflow:hidden;margin-bottom:1em;padding:25px 24px 21px;border:3px solid #efefef;box-shadow:inset 0px 0px 0px 1px #fff;background-color:#f9f9f9}.veu_contact_txt_catch,.veu_contact_txt_tel,.veu_contact_txt_time{display:block;overflow:hidden}.veu_contact_txt_catch,.veu_contact_txt_time{line-height:128.6%;font-size:14px}.veu_contact_txt_tel{font-size:28px;line-height:110%;padding-top:4px}.veu_contact_bt_txt:before{font-family:FontAwesome;content:"\f003";margin-right:7px}.veu_contact_bt_txt:after{font-family:FontAwesome;content:"\f18e";margin-left:7px}.veu_contact_bt_subTxt{display:block;overflow:hidden;font-size:14px}@media (max-width: 767px){.veu_contact_txt{text-align:center}.veu_contact .veu_contact_bt{display:block}}@media (min-width: 768px){p.veu_contact_txt{margin-bottom:0}.veu_contact_txt{float:left}.veu_contact .veu_contact_bt{float:right}.veu_contact_bt_subTxt_side{font-size:12px}.subSection .veu_contact .veu_contact_bt{margin-top:15px;float:none;display:inline-block}}.veu_insertAds{margin-top:1em;margin-bottom:1.5em}@media (max-width: 971px){.veu_insertAds{margin-bottom:0.5em}.veu_insertAds .col-md-6{margin-bottom:1em}}
|
css/style_in_bs.css
CHANGED
@@ -9,4 +9,4 @@
|
|
9 |
* Bootstrap v3.3.5 (http://getbootstrap.com)
|
10 |
* Copyright 2011-2015 Twitter, Inc.
|
11 |
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
12 |
-
*//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:transparent}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:hover,a:focus{color:#23527c;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.img-responsive{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role="button"]{cursor:pointer}.container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}@media (min-width: 768px){.container{width:750px}}@media (min-width: 992px){.container{width:970px}}@media (min-width: 1200px){.container{width:1170px}}.container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.row{margin-left:-15px;margin-right:-15px}.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width: 768px){.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width: 992px){.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width: 1200px){.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}.btn{display:inline-block;margin-bottom:0;font-weight:normal;text-align:center;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.btn:focus,.btn:active:focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn.active.focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn:hover,.btn:focus,.btn.focus{color:#333;text-decoration:none}.btn:active,.btn.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default:focus,.btn-default.focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c}.btn-default:hover{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default:active:hover,.btn-default.active:hover,.open>.dropdown-toggle.btn-default:hover,.btn-default:active:focus,.btn-default.active:focus,.open>.dropdown-toggle.btn-default:focus,.btn-default:active.focus,.btn-default.active.focus,.open>.dropdown-toggle.btn-default.focus{color:#333;background-color:#d4d4d4;border-color:#8c8c8c}.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled,.btn-default[disabled],fieldset[disabled] .btn-default,.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled.focus,.btn-default[disabled].focus,fieldset[disabled] .btn-default.focus,.btn-default.disabled:active,.btn-default[disabled]:active,fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.btn-primary:focus,.btn-primary.focus{color:#fff;background-color:#286090;border-color:#122b40}.btn-primary:hover{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary:active:hover,.btn-primary.active:hover,.open>.dropdown-toggle.btn-primary:hover,.btn-primary:active:focus,.btn-primary.active:focus,.open>.dropdown-toggle.btn-primary:focus,.btn-primary:active.focus,.btn-primary.active.focus,.open>.dropdown-toggle.btn-primary.focus{color:#fff;background-color:#204d74;border-color:#122b40}.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled.focus,.btn-primary[disabled].focus,fieldset[disabled] .btn-primary.focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active{background-color:#337ab7;border-color:#2e6da4}.btn-primary .badge{color:#337ab7;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success:focus,.btn-success.focus{color:#fff;background-color:#449d44;border-color:#255625}.btn-success:hover{color:#fff;background-color:#449d44;border-color:#398439}.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.btn-success:active:hover,.btn-success.active:hover,.open>.dropdown-toggle.btn-success:hover,.btn-success:active:focus,.btn-success.active:focus,.open>.dropdown-toggle.btn-success:focus,.btn-success:active.focus,.btn-success.active.focus,.open>.dropdown-toggle.btn-success.focus{color:#fff;background-color:#398439;border-color:#255625}.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled,.btn-success[disabled],fieldset[disabled] .btn-success,.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled.focus,.btn-success[disabled].focus,fieldset[disabled] .btn-success.focus,.btn-success.disabled:active,.btn-success[disabled]:active,fieldset[disabled] .btn-success:active,.btn-success.disabled.active,.btn-success[disabled].active,fieldset[disabled] .btn-success.active{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info:focus,.btn-info.focus{color:#fff;background-color:#31b0d5;border-color:#1b6d85}.btn-info:hover{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info:active:hover,.btn-info.active:hover,.open>.dropdown-toggle.btn-info:hover,.btn-info:active:focus,.btn-info.active:focus,.open>.dropdown-toggle.btn-info:focus,.btn-info:active.focus,.btn-info.active.focus,.open>.dropdown-toggle.btn-info.focus{color:#fff;background-color:#269abc;border-color:#1b6d85}.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled,.btn-info[disabled],fieldset[disabled] .btn-info,.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled.focus,.btn-info[disabled].focus,fieldset[disabled] .btn-info.focus,.btn-info.disabled:active,.btn-info[disabled]:active,fieldset[disabled] .btn-info:active,.btn-info.disabled.active,.btn-info[disabled].active,fieldset[disabled] .btn-info.active{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning:focus,.btn-warning.focus{color:#fff;background-color:#ec971f;border-color:#985f0d}.btn-warning:hover{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning:active:hover,.btn-warning.active:hover,.open>.dropdown-toggle.btn-warning:hover,.btn-warning:active:focus,.btn-warning.active:focus,.open>.dropdown-toggle.btn-warning:focus,.btn-warning:active.focus,.btn-warning.active.focus,.open>.dropdown-toggle.btn-warning.focus{color:#fff;background-color:#d58512;border-color:#985f0d}.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-warning,.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled.focus,.btn-warning[disabled].focus,fieldset[disabled] .btn-warning.focus,.btn-warning.disabled:active,.btn-warning[disabled]:active,fieldset[disabled] .btn-warning:active,.btn-warning.disabled.active,.btn-warning[disabled].active,fieldset[disabled] .btn-warning.active{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger:focus,.btn-danger.focus{color:#fff;background-color:#c9302c;border-color:#761c19}.btn-danger:hover{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger:active:hover,.btn-danger.active:hover,.open>.dropdown-toggle.btn-danger:hover,.btn-danger:active:focus,.btn-danger.active:focus,.open>.dropdown-toggle.btn-danger:focus,.btn-danger:active.focus,.btn-danger.active.focus,.open>.dropdown-toggle.btn-danger.focus{color:#fff;background-color:#ac2925;border-color:#761c19}.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled,.btn-danger[disabled],fieldset[disabled] .btn-danger,.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled.focus,.btn-danger[disabled].focus,fieldset[disabled] .btn-danger.focus,.btn-danger.disabled:active,.btn-danger[disabled]:active,fieldset[disabled] .btn-danger:active,.btn-danger.disabled.active,.btn-danger[disabled].active,fieldset[disabled] .btn-danger.active{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{color:#337ab7;font-weight:normal;border-radius:0}.btn-link,.btn-link:active,.btn-link.active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active{border-color:transparent}.btn-link:hover,.btn-link:focus{color:#23527c;text-decoration:underline;background-color:transparent}.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus{color:#777;text-decoration:none}.btn-lg{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width:100%}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{zoom:1;overflow:hidden}.media-body{width:10000px}.media-object{display:block}.media-object.img-thumbnail{max-width:none}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-left,.media-right,.media-body{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.clearfix:before,.clearfix:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after{content:" ";display:table}.clearfix:after,.container:after,.container-fluid:after,.row:after{clear:both}.center-block{display:block;margin-left:auto;margin-right:auto}.pull-right{float:right !important}.pull-left{float:left !important}.hide{display:none !important}.show{display:block !important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none !important}.affix{position:fixed}.media{border-bottom:1px solid #e5e5e5;padding:2em 0;margin-top:0}.media:first-child{border-top:1px solid #e5e5e5}.media .postList_thumbnail{width:160px;margin-bottom:0.5em;padding-right:30px;display:block;overflow:hidden;float:left}.media .postList_thumbnail a{position:relative;display:block;overflow:hidden}.media .postList_thumbnail img{width:100%;height:auto}.media .postList_thumbnail .postList_cateLabel{position:absolute;bottom:0;left:0}.media .media-body .media-heading{font-size:1.8em;line-height:1.3em;margin-top:0;margin-bottom:0.5em;font-weight:normal}.media .media-body .media-heading a{color:#464646}.media .media-body .media-heading a:hover{text-decoration:none}.media .media-body p{margin-bottom:0}.media .media-body a.media-body_excerpt{color:#464646}@media (max-width: 767px){.media .postList_thumbnail{padding-right:20px}.media .media-body .media-heading{font-size:1.2em;line-height:1.3em;margin-bottom:0.5em}}@media (max-width: 500px){.media .postList_thumbnail{width:100px}}.leadTxt,p.leadTxt{font-size:2em;line-height:150%;padding:0}dl.veu_qaItem{display:block;overflow:hidden;border-bottom:1px dotted #ccc;padding:0px 0px 20px;margin:0px 0px 20px;width:100%;position:relative}dl.veu_qaItem dt,dl.veu_qaItem dd{border:none;padding-left:35px}dl.veu_qaItem dt:before,dl.veu_qaItem dd:before{position:absolute;left:0;font-size:24px;line-height:105%}dl.veu_qaItem dt{margin-bottom:15px;font-size:18px}dl.veu_qaItem dt:before{font-family:"areal";content:"Q ";color:#e50000}dl.veu_qaItem dd{margin-bottom:0px}dl.veu_qaItem dd:before{content:"A ";color:#337ab7;font-family:""}.flowBox{display:block;overflow:hidden}.flowBox:after{font-family:FontAwesome;content:"\f0d7";font-size:50px;margin:0 auto 15px;position:relative;left:48%;line-height:120%;color:#ccc}.flowBox:last-child{padding-bottom:0px;margin-bottom:30px}.flowBox:last-child:after{content:"";font-size:0}.flowBox dl{display:block;overflow:hidden;padding:20px 25px;border:3px solid #e5e5e5;margin:0}.flowBox dl dt,.flowBox dl dd{padding-left:0;border:none}.flowBox dl dt{border-bottom:1px dotted #ccc;margin-bottom:10px;font-size:1.2em}.flowBox dl dd{margin-bottom:0px}.flowBox dl dd h4{margin:0px;padding:0px}.flowBox dl dd p{margin-bottom:10px}.flowBox dl dd ul{margin-bottom:0px}.dummyImage{padding:20px;display:block;vertical-align:middle;text-align:center;background-color:#f5f5f5;border:1px solid #ccc;margin-bottom:15px}.floatLeft{float:left;margin-right:20px}.floatRight{float:right;margin-left:20px}html{font-size:inherit}.link-list li{padding:0.5em}.widget .subSection-title{font-size:18px}.autoEyeCatchBox{display:block;overflow:hidden;margin-bottom:2em}.sitemap .sectionBox{padding-top:0}.sitemap .sitemap-col{padding-bottom:2em}.fb-like-box{margin:0 auto;border:4px solid #efefef;background-color:#f9f9f9;text-align:center}.twitter-timeline iframe{margin-right:auto;margin-left:auto}.vkContentAddSection{display:block;clear:both;overflow:hidden;padding-top:20px}.socialSet ul{margin:0px;padding:0}.socialSet ul li{position:relative;display:block;float:left;overflow:visible;margin-right:10px;padding:0px;background:none}.socialSet ul li.sb_icon a{display:block;overflow:hidden;padding:3px 5px 0px;border:1px solid #ccc;border-radius:3px;background-color:#fff;color:#333;text-decoration:none;line-height:100%}.socialSet ul li.sb_icon a .sns_txt{position:relative;top:-2px;font-size:11px}.socialSet ul li iframe{border:none}.socialSet ul li a .icon_sns{margin-right:5px;font-size:100%}.socialSet ul li.sb_icon.sb_facebook .icon_sns{color:#425dab}.socialSet ul li.sb_icon.sb_hatena .icon_sns{color:#2c6ebd}.socialSet ul li.sb_icon.sb_twitter .icon_sns{color:#00abec}.socialSet ul li.sb_icon.sb_google .icon_sns{color:#dd4b39}.socialSet ul li.sb_icon.sb_line .icon_sns{color:#6ebd30}.socialSet ul li.sb_pocket{margin-left:5px}.relatedPosts h2{margin-bottom:10px}.followSet{display:block;overflow:hidden;margin-top:20px;padding:15px;border:1px solid #f5f5f5;background-color:#efefef}.followSet h3.followSet_title{padding:6px 10px 4px;border:none;background-color:#333;color:#fff;font-size:18px}.followSet h3.followSet_title:after{border:none}.follow_btn{float:left;margin-right:20px}@font-face{font-weight:normal;font-style:normal;font-family:'vk_sns';src:url("../plugins/sns/icons/fonts/vk_sns.eot?-bq20cj");src:url("../plugins/sns/icons/fonts/vk_sns.eot?#iefix-bq20cj") format("embedded-opentype"),url("../plugins/sns/icons/fonts/vk_sns.woff?-bq20cj") format("woff"),url("../plugins/sns/icons/fonts/vk_sns.ttf?-bq20cj") format("truetype"),url("../plugins/sns/icons/fonts/vk_sns.svg?-bq20cj#vk_sns") format("svg")}[class^="vk_icon_w_r_sns_"],[class*=" vk_icon_w_r_sns_"]{text-transform:none;font-weight:normal;font-style:normal;font-variant:normal;font-family:'vk_sns';line-height:1;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.vk_icon_w_r_sns_twitter:before{content:"\e600"}.vk_icon_w_r_sns_line:before{content:"\e601"}.vk_icon_w_r_sns_hatena:before{content:"\e602"}.vk_icon_w_r_sns_google:before{content:"\e603"}.vk_icon_w_r_sns_fb:before{content:"\e604"}.vkExUnit_entry-meta_items.published:before{font-family:FontAwesome;content:"\f073";margin-right:5px}.site-profile{overflow:hidden}.profile_media{display:block;margin:0.8em auto;max-width:100%}.media_round{border-radius:50%}.media_left .profile_media{margin-left:0}.media_float{float:left;padding-right:10px}.media_float .profile_media{margin:0.8em 0 0}.media_float+.profile_text{padding-top:0.8em}.profile_text{margin-bottom:0.5em;font-size:14px}.sns_btns{margin:0;padding:0;width:100%}.sns_btns li{float:left;margin-right:0.45em;list-style:none;text-align:center}.sns_btns a{display:block;display:table;width:45px;height:45px;border-radius:23px;color:#fff;text-decoration:none;font-size:20px}.sns_btns a:hover{color:#fff;text-decoration:none;opacity:0.8}.sns_btns .fa{display:table-cell;vertical-align:middle;text-align:center}.sns_btns .facebook_btn a{background:#3b5998}.sns_btns .twitter_btn a{background:#55acee}.sns_btns .mail_btn a{background:#2F915F}.sns_btns .youtube_btn a{background:#C81D1C}.sns_btns .rss_btn a{background:#f26522}.sns_btns .instagram_btn a{background:#3f729b}.sns_btns .linkedin_btn a{background:#0077b5}.prBox .subSection-title{font-size:18px}.prBox .media_pr{margin-top:0.8em;margin-bottom:0.8em}.prBox .media_pc{display:block}.prBox .media_sp{display:none}.prBox .summary{margin-bottom:0.5em;font-size:14px;line-height:1.4em}.prBox .linkurl a{text-decoration:none}@media screen and (max-width: 992px){.prBox .media_pc{display:none}.prBox .media_sp{display:block}.prBox .linkurl{margin-bottom:1.5em}}.widget.pr_blocks{display:table;width:100%;table-layout:fixed}.widget.pr_blocks .prArea{display:table-cell;padding:0 1em}.widget.pr_blocks .prArea:first-child{padding-left:0}.widget.pr_blocks .prArea:last-child{padding-right:0}.widget.pr_blocks a{color:#333}.widget.pr_blocks a:hover{color:#333;text-decoration:none}.widget.pr_blocks a .summary:hover{text-decoration:underline}.widget.pr_blocks .circle_icon{display:table;margin:0 auto;width:80px;height:80px;border-radius:50%}.widget.pr_blocks .circle_icon .font_icon{display:table-cell;color:#fff;vertical-align:middle;text-align:center;font-size:40px}.widget.pr_blocks .prBox_title{margin-top:1.5em;margin-bottom:1em;text-align:center;font-size:18px}.widget.pr_blocks .media_pr{display:table;margin:0 auto}.widget.pr_blocks .pr_image{display:table-cell;overflow:hidden;width:120px;height:120px;border-radius:50%;vertical-align:middle;text-align:center}.widget.pr_blocks .summary{margin-bottom:0.5em;text-align:center;font-size:14px;line-height:1.4em}@media screen and (max-width: 767px){.widget.pr_blocks{display:block}.widget.pr_blocks .prArea{display:block;margin-bottom:3em}.widget.pr_blocks .prArea:first-child{padding-left:1em}.widget.pr_blocks .prArea:last-child{padding-right:1em}}.widget_pageContent h1{margin-bottom:20px}.childPage_list{margin-top:2.5em;margin-bottom:1em}.childPage_list a:hover{text-decoration:none}.childPage_list_box{display:block;margin-bottom:1em}.childPage_list_box_inner{display:block;overflow:hidden;position:relative;border:3px solid #efefef;box-shadow:inset 0px 0px 0px 1px #fff;padding:0 20px}.childPage_list_box_inner .childPage_list_title{margin-top:20px;font-size:16px;line-height:1.4;color:#464646}.childPage_list_box_inner .wp-post-image{float:left;margin-right:1em;width:30%;border:solid 1px #ddd}.childPage_list_box_inner .childPage_list_body{overflow:hidden;color:#333;font-size:14px;margin-bottom:5px}.childPage_list_box_inner .childPage_list_body:hover{text-decoration:underline}.childPage_list_box_inner p{line-height:1.5em}.childPage_list_box_inner .childPage_list_text{overflow:hidden;margin-bottom:0}.childPage_list_box_inner .childPage_list_more{float:right;margin-bottom:20px}@media (max-width: 767px){.childPage_list_box_inner .wp-post-image{width:25%}}.sitemap-col{margin-top:2.5em}.sitemap-col .link-list{margin-top:0;margin-bottom:0}.sitemap-col .page_item{padding:0}.sitemap-col .children{margin-bottom:2em}.sitemap-col .cat-item{padding:0}.veu_cta{display:block;overflow:hidden;background-color:#efefef;margin-top:20px;margin-bottom:20px}.veu_cta h1.veu_cta_title{display:block;overflow:hidden;background-color:#333;font-size:22px;color:#fff;padding:12px 20px 10px;line-height:1.2em}.veu_cta .veu_cta_body{display:block;overflow:hidden;padding:1.5em 2em 2em;line-height:170%}.veu_cta .veu_cta_body_image{margin-bottom:1.5em}.veu_cta .veu_cta_body_image img{max-width:250px}.veu_cta .veu_cta_body_image_center{display:block;overflow:hidden;text-align:center}.veu_cta .veu_cta_body_image_center img{display:block;margin:0 auto 15px;max-width:100%}.veu_cta .veu_cta_body_txt{display:block;overflow:hidden}.veu_cta .veu_cta_body_link{clear:both;margin-top:1.5em}@media (max-width: 767px){.veu_cta .veu_cta_body_image img{display:block;margin:0 auto 1.5em;max-width:100%}}@media (min-width: 768px){.veu_cta .veu_cta_body_image_right{float:right;margin-left:30px}.veu_cta .veu_cta_body_image_left{float:left;margin-right:30px}}.veu_contact{display:block;overflow:hidden;margin-bottom:1em;padding:25px 24px 21px;border:3px solid #efefef;box-shadow:inset 0px 0px 0px 1px #fff;background-color:#f9f9f9}.veu_contact_txt_catch,.veu_contact_txt_tel,.veu_contact_txt_time{display:block;overflow:hidden}.veu_contact_txt_catch,.veu_contact_txt_time{line-height:128.6%;font-size:14px}.veu_contact_txt_tel{font-size:28px;line-height:110%;padding-top:4px}.veu_contact_bt_txt:before{font-family:FontAwesome;content:"\f003";margin-right:7px}.veu_contact_bt_txt:after{font-family:FontAwesome;content:"\f18e";margin-left:7px}.veu_contact_bt_subTxt{display:block;overflow:hidden;font-size:14px}@media (max-width: 767px){.veu_contact_txt{text-align:center}.veu_contact .veu_contact_bt{display:block}}@media (min-width: 768px){p.veu_contact_txt{margin-bottom:0}.veu_contact_txt{float:left}.veu_contact .veu_contact_bt{float:right}}.veu_insertAds{margin-top:1em;margin-bottom:1.5em}@media (max-width: 971px){.veu_insertAds{margin-bottom:0.5em}.veu_insertAds .col-md-6{margin-bottom:1em}}
|
9 |
* Bootstrap v3.3.5 (http://getbootstrap.com)
|
10 |
* Copyright 2011-2015 Twitter, Inc.
|
11 |
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
12 |
+
*//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:transparent}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:hover,a:focus{color:#23527c;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.img-responsive{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role="button"]{cursor:pointer}.container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}@media (min-width: 768px){.container{width:750px}}@media (min-width: 992px){.container{width:970px}}@media (min-width: 1200px){.container{width:1170px}}.container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.row{margin-left:-15px;margin-right:-15px}.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width: 768px){.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width: 992px){.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width: 1200px){.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}.btn{display:inline-block;margin-bottom:0;font-weight:normal;text-align:center;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.btn:focus,.btn:active:focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn.active.focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn:hover,.btn:focus,.btn.focus{color:#333;text-decoration:none}.btn:active,.btn.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default:focus,.btn-default.focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c}.btn-default:hover{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default:active:hover,.btn-default.active:hover,.open>.dropdown-toggle.btn-default:hover,.btn-default:active:focus,.btn-default.active:focus,.open>.dropdown-toggle.btn-default:focus,.btn-default:active.focus,.btn-default.active.focus,.open>.dropdown-toggle.btn-default.focus{color:#333;background-color:#d4d4d4;border-color:#8c8c8c}.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled,.btn-default[disabled],fieldset[disabled] .btn-default,.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled.focus,.btn-default[disabled].focus,fieldset[disabled] .btn-default.focus,.btn-default.disabled:active,.btn-default[disabled]:active,fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.btn-primary:focus,.btn-primary.focus{color:#fff;background-color:#286090;border-color:#122b40}.btn-primary:hover{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary:active:hover,.btn-primary.active:hover,.open>.dropdown-toggle.btn-primary:hover,.btn-primary:active:focus,.btn-primary.active:focus,.open>.dropdown-toggle.btn-primary:focus,.btn-primary:active.focus,.btn-primary.active.focus,.open>.dropdown-toggle.btn-primary.focus{color:#fff;background-color:#204d74;border-color:#122b40}.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled.focus,.btn-primary[disabled].focus,fieldset[disabled] .btn-primary.focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active{background-color:#337ab7;border-color:#2e6da4}.btn-primary .badge{color:#337ab7;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success:focus,.btn-success.focus{color:#fff;background-color:#449d44;border-color:#255625}.btn-success:hover{color:#fff;background-color:#449d44;border-color:#398439}.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.btn-success:active:hover,.btn-success.active:hover,.open>.dropdown-toggle.btn-success:hover,.btn-success:active:focus,.btn-success.active:focus,.open>.dropdown-toggle.btn-success:focus,.btn-success:active.focus,.btn-success.active.focus,.open>.dropdown-toggle.btn-success.focus{color:#fff;background-color:#398439;border-color:#255625}.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled,.btn-success[disabled],fieldset[disabled] .btn-success,.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled.focus,.btn-success[disabled].focus,fieldset[disabled] .btn-success.focus,.btn-success.disabled:active,.btn-success[disabled]:active,fieldset[disabled] .btn-success:active,.btn-success.disabled.active,.btn-success[disabled].active,fieldset[disabled] .btn-success.active{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info:focus,.btn-info.focus{color:#fff;background-color:#31b0d5;border-color:#1b6d85}.btn-info:hover{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info:active:hover,.btn-info.active:hover,.open>.dropdown-toggle.btn-info:hover,.btn-info:active:focus,.btn-info.active:focus,.open>.dropdown-toggle.btn-info:focus,.btn-info:active.focus,.btn-info.active.focus,.open>.dropdown-toggle.btn-info.focus{color:#fff;background-color:#269abc;border-color:#1b6d85}.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled,.btn-info[disabled],fieldset[disabled] .btn-info,.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled.focus,.btn-info[disabled].focus,fieldset[disabled] .btn-info.focus,.btn-info.disabled:active,.btn-info[disabled]:active,fieldset[disabled] .btn-info:active,.btn-info.disabled.active,.btn-info[disabled].active,fieldset[disabled] .btn-info.active{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning:focus,.btn-warning.focus{color:#fff;background-color:#ec971f;border-color:#985f0d}.btn-warning:hover{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning:active:hover,.btn-warning.active:hover,.open>.dropdown-toggle.btn-warning:hover,.btn-warning:active:focus,.btn-warning.active:focus,.open>.dropdown-toggle.btn-warning:focus,.btn-warning:active.focus,.btn-warning.active.focus,.open>.dropdown-toggle.btn-warning.focus{color:#fff;background-color:#d58512;border-color:#985f0d}.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-warning,.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled.focus,.btn-warning[disabled].focus,fieldset[disabled] .btn-warning.focus,.btn-warning.disabled:active,.btn-warning[disabled]:active,fieldset[disabled] .btn-warning:active,.btn-warning.disabled.active,.btn-warning[disabled].active,fieldset[disabled] .btn-warning.active{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger:focus,.btn-danger.focus{color:#fff;background-color:#c9302c;border-color:#761c19}.btn-danger:hover{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger:active:hover,.btn-danger.active:hover,.open>.dropdown-toggle.btn-danger:hover,.btn-danger:active:focus,.btn-danger.active:focus,.open>.dropdown-toggle.btn-danger:focus,.btn-danger:active.focus,.btn-danger.active.focus,.open>.dropdown-toggle.btn-danger.focus{color:#fff;background-color:#ac2925;border-color:#761c19}.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled,.btn-danger[disabled],fieldset[disabled] .btn-danger,.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled.focus,.btn-danger[disabled].focus,fieldset[disabled] .btn-danger.focus,.btn-danger.disabled:active,.btn-danger[disabled]:active,fieldset[disabled] .btn-danger:active,.btn-danger.disabled.active,.btn-danger[disabled].active,fieldset[disabled] .btn-danger.active{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{color:#337ab7;font-weight:normal;border-radius:0}.btn-link,.btn-link:active,.btn-link.active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active{border-color:transparent}.btn-link:hover,.btn-link:focus{color:#23527c;text-decoration:underline;background-color:transparent}.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus{color:#777;text-decoration:none}.btn-lg{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width:100%}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{zoom:1;overflow:hidden}.media-body{width:10000px}.media-object{display:block}.media-object.img-thumbnail{max-width:none}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-left,.media-right,.media-body{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.clearfix:before,.clearfix:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after{content:" ";display:table}.clearfix:after,.container:after,.container-fluid:after,.row:after{clear:both}.center-block{display:block;margin-left:auto;margin-right:auto}.pull-right{float:right !important}.pull-left{float:left !important}.hide{display:none !important}.show{display:block !important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none !important}.affix{position:fixed}.media{border-bottom:1px solid #e5e5e5;padding:2em 0;margin-top:0}.media:first-child{border-top:1px solid #e5e5e5}.media .postList_thumbnail{width:160px;margin-bottom:0.5em;padding-right:30px;display:block;overflow:hidden;float:left}.media .postList_thumbnail a{position:relative;display:block;overflow:hidden}.media .postList_thumbnail img{width:100%;height:auto}.media .postList_thumbnail .postList_cateLabel{position:absolute;bottom:0;left:0}.media .media-body .media-heading{font-size:1.8em;line-height:1.3em;margin-top:0;margin-bottom:0.5em;font-weight:normal}.media .media-body .media-heading a{color:#464646}.media .media-body .media-heading a:hover{text-decoration:none}.media .media-body p{margin-bottom:0}.media .media-body a.media-body_excerpt{color:#464646}@media (max-width: 767px){.media .postList_thumbnail{padding-right:20px}.media .media-body .media-heading{font-size:1.2em;line-height:1.3em;margin-bottom:0.5em}}@media (max-width: 500px){.media .postList_thumbnail{width:100px}}.leadTxt,p.leadTxt{font-size:2em;line-height:150%;padding:0}dl.veu_qaItem{display:block;overflow:hidden;border-bottom:1px dotted #ccc;padding:0px 0px 20px;margin:0px 0px 20px;width:100%;position:relative}dl.veu_qaItem dt,dl.veu_qaItem dd{border:none;padding-left:35px}dl.veu_qaItem dt:before,dl.veu_qaItem dd:before{position:absolute;left:0;font-size:24px;line-height:105%}dl.veu_qaItem dt{margin-bottom:15px;font-size:18px}dl.veu_qaItem dt:before{font-family:"areal";content:"Q ";color:#e50000}dl.veu_qaItem dd{margin-bottom:0px}dl.veu_qaItem dd:before{content:"A ";color:#337ab7;font-family:""}.flowBox{display:block;overflow:hidden}.flowBox:after{font-family:FontAwesome;content:"\f0d7";font-size:50px;margin:0 auto 15px;position:relative;left:48%;line-height:120%;color:#ccc}.flowBox:last-child{padding-bottom:0px;margin-bottom:30px}.flowBox:last-child:after{content:"";font-size:0}.flowBox dl{display:block;overflow:hidden;padding:20px 25px;border:3px solid #e5e5e5;margin:0}.flowBox dl dt,.flowBox dl dd{padding-left:0;border:none}.flowBox dl dt{border-bottom:1px dotted #ccc;margin-bottom:10px;font-size:1.2em}.flowBox dl dd{margin-bottom:0px}.flowBox dl dd h4{margin:0px;padding:0px}.flowBox dl dd p{margin-bottom:10px}.flowBox dl dd ul{margin-bottom:0px}.dummyImage{padding:20px;display:block;vertical-align:middle;text-align:center;background-color:#f5f5f5;border:1px solid #ccc;margin-bottom:15px}.floatLeft{float:left;margin-right:20px}.floatRight{float:right;margin-left:20px}html{font-size:inherit}.link-list li{padding:0.5em}.widget .subSection-title{font-size:18px}.veu_adminEdit{margin-top:5px}.veu_adminEdit a.btn:before{font-family:FontAwesome;content:"\f040";margin-right:5px}.autoEyeCatchBox{display:block;overflow:hidden;margin-bottom:2em}.sitemap .sectionBox{padding-top:0}.sitemap .sitemap-col{padding-bottom:2em}.fb-like-box{margin:0 auto;border:4px solid #efefef;background-color:#f9f9f9;text-align:center}.twitter-timeline iframe{margin-right:auto;margin-left:auto}.vkContentAddSection{display:block;clear:both;overflow:hidden;padding-top:20px}.socialSet ul{margin:0px;padding:0}.socialSet ul li{position:relative;display:block;float:left;overflow:visible;margin-right:10px;padding:0px;background:none}.socialSet ul li.sb_icon a{display:block;overflow:hidden;padding:3px 5px 0px;border:1px solid #ccc;border-radius:3px;background-color:#fff;color:#333;text-decoration:none;line-height:100%}.socialSet ul li.sb_icon a .sns_txt{position:relative;top:-2px;font-size:11px}.socialSet ul li iframe{border:none}.socialSet ul li a .icon_sns{margin-right:5px;font-size:100%}.socialSet ul li.sb_icon.sb_facebook .icon_sns{color:#425dab}.socialSet ul li.sb_icon.sb_hatena .icon_sns{color:#2c6ebd}.socialSet ul li.sb_icon.sb_twitter .icon_sns{color:#00abec}.socialSet ul li.sb_icon.sb_google .icon_sns{color:#dd4b39}.socialSet ul li.sb_icon.sb_line .icon_sns{color:#6ebd30}.socialSet ul li.sb_pocket{margin-left:5px}.relatedPosts h2{margin-bottom:10px}.followSet{display:block;overflow:hidden;margin-top:20px;padding:15px;border:1px solid #f5f5f5;background-color:#efefef}.followSet h3.followSet_title{padding:6px 10px 4px;border:none;background-color:#333;color:#fff;font-size:18px}.followSet h3.followSet_title:after{border:none}.follow_btn{float:left;margin-right:20px}@font-face{font-weight:normal;font-style:normal;font-family:'vk_sns';src:url("../plugins/sns/icons/fonts/vk_sns.eot?-bq20cj");src:url("../plugins/sns/icons/fonts/vk_sns.eot?#iefix-bq20cj") format("embedded-opentype"),url("../plugins/sns/icons/fonts/vk_sns.woff?-bq20cj") format("woff"),url("../plugins/sns/icons/fonts/vk_sns.ttf?-bq20cj") format("truetype"),url("../plugins/sns/icons/fonts/vk_sns.svg?-bq20cj#vk_sns") format("svg")}[class^="vk_icon_w_r_sns_"],[class*=" vk_icon_w_r_sns_"]{text-transform:none;font-weight:normal;font-style:normal;font-variant:normal;font-family:'vk_sns';line-height:1;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.vk_icon_w_r_sns_twitter:before{content:"\e600"}.vk_icon_w_r_sns_line:before{content:"\e601"}.vk_icon_w_r_sns_hatena:before{content:"\e602"}.vk_icon_w_r_sns_google:before{content:"\e603"}.vk_icon_w_r_sns_fb:before{content:"\e604"}.vkExUnit_entry-meta_items.published:before{font-family:FontAwesome;content:"\f073";margin-right:5px}.site-profile{overflow:hidden}.profile_media{display:block;margin:0.8em auto;max-width:100%}.media_round{border-radius:50%}.media_left .profile_media{margin-left:0}.media_float{float:left;padding-right:10px}.media_float .profile_media{margin:0.8em 0 0}.media_float+.profile_text{padding-top:0.8em}.profile_text{margin-bottom:0.5em;font-size:14px}.sns_btns{margin:0;padding:0;width:100%}.sns_btns li{float:left;margin-right:0.45em;list-style:none;text-align:center}.sns_btns a{display:block;display:table;width:45px;height:45px;border-radius:23px;color:#fff;text-decoration:none;font-size:20px}.sns_btns a:hover{color:#fff;text-decoration:none;opacity:0.8}.sns_btns .fa{display:table-cell;vertical-align:middle;text-align:center}.sns_btns .facebook_btn a{background:#3b5998}.sns_btns .twitter_btn a{background:#55acee}.sns_btns .mail_btn a{background:#2F915F}.sns_btns .youtube_btn a{background:#C81D1C}.sns_btns .rss_btn a{background:#f26522}.sns_btns .instagram_btn a{background:#3f729b}.sns_btns .linkedin_btn a{background:#0077b5}.prBox .subSection-title{font-size:18px}.prBox .media_pr{margin-top:0.8em;margin-bottom:0.8em}.prBox .media_pc{display:block}.prBox .media_sp{display:none}.prBox .summary{margin-bottom:0.5em;font-size:14px;line-height:1.4em}.prBox .linkurl a{text-decoration:none}@media screen and (max-width: 992px){.prBox .media_pc{display:none}.prBox .media_sp{display:block}.prBox .linkurl{margin-bottom:1.5em}}.widget .pr_blocks{display:table;width:100%;table-layout:fixed}.widget .pr_blocks .prArea{display:table-cell;padding:0 1em}.widget .pr_blocks .prArea:first-child{padding-left:0}.widget .pr_blocks .prArea:last-child{padding-right:0}.widget .pr_blocks a{color:#333}.widget .pr_blocks a:hover{color:#333;text-decoration:none}.widget .pr_blocks a .summary:hover{text-decoration:underline}.widget .pr_blocks .circle_icon{display:table;margin:0 auto;width:80px;height:80px;border-radius:50%}.widget .pr_blocks .circle_icon .font_icon{display:table-cell;color:#fff;vertical-align:middle;text-align:center;font-size:40px}.widget .pr_blocks .prBox_title{margin-top:1.5em;margin-bottom:1em;text-align:center;font-size:18px}.widget .pr_blocks .media_pr{display:table;margin:0 auto}.widget .pr_blocks .pr_image{display:table-cell;overflow:hidden;width:120px;height:120px;border-radius:50%;vertical-align:middle;text-align:center}.widget .pr_blocks .summary{margin-bottom:0.5em;text-align:center;font-size:14px;line-height:1.4em}@media screen and (max-width: 767px){.widget.pr_blocks{display:block}.widget.pr_blocks .prArea{display:block;margin-bottom:3em}.widget.pr_blocks .prArea:first-child{padding-left:1em}.widget.pr_blocks .prArea:last-child{padding-right:1em}}.widget_pageContent h1{margin-bottom:20px}.childPage_list{margin-top:2.5em;margin-bottom:1em}.childPage_list a:hover{text-decoration:none}.childPage_list_box{display:block;margin-bottom:1em}.childPage_list_box_inner{display:block;overflow:hidden;position:relative;border:3px solid #efefef;box-shadow:inset 0px 0px 0px 1px #fff;padding:0 20px}.childPage_list_box_inner .childPage_list_title{margin-top:20px;font-size:16px;line-height:1.4;color:#464646}.childPage_list_box_inner .wp-post-image{float:left;margin-right:1em;width:30%;border:solid 1px #ddd}.childPage_list_box_inner .childPage_list_body{overflow:hidden;color:#333;font-size:14px;margin-bottom:5px}.childPage_list_box_inner .childPage_list_body:hover{text-decoration:underline}.childPage_list_box_inner p{line-height:1.5em}.childPage_list_box_inner .childPage_list_text{overflow:hidden;margin-bottom:0}.childPage_list_box_inner .childPage_list_more{float:right;margin-bottom:20px}@media (max-width: 767px){.childPage_list_box_inner .wp-post-image{width:25%}}.sitemap-col{margin-top:2.5em}.sitemap-col .link-list{margin-top:0;margin-bottom:0}.sitemap-col .page_item{padding:0}.sitemap-col .children{margin-bottom:2em}.sitemap-col .cat-item{padding:0}.veu_cta{display:block;overflow:hidden;background-color:#efefef;margin-top:20px;margin-bottom:20px}.veu_cta h1.veu_cta_title{display:block;overflow:hidden;background-color:#333;font-size:22px;color:#fff;padding:12px 20px 10px;line-height:1.2em}.veu_cta .veu_cta_body{display:block;overflow:hidden;padding:1.5em 2em 2em;line-height:170%}.veu_cta .veu_cta_body_image{margin-bottom:1.5em}.veu_cta .veu_cta_body_image img{max-width:250px}.veu_cta .veu_cta_body_image_center{display:block;overflow:hidden;text-align:center}.veu_cta .veu_cta_body_image_center img{display:block;margin:0 auto 15px;max-width:100%}.veu_cta .veu_cta_body_txt{display:block;overflow:hidden}.veu_cta .veu_cta_body_link{clear:both;margin-top:1.5em}@media (max-width: 767px){.veu_cta .veu_cta_body_image img{display:block;margin:0 auto 1.5em;max-width:100%}}@media (min-width: 768px){.veu_cta .veu_cta_body_image_right{float:right;margin-left:30px}.veu_cta .veu_cta_body_image_left{float:left;margin-right:30px}}.veu_contact{display:block;overflow:hidden;margin-bottom:1em;padding:25px 24px 21px;border:3px solid #efefef;box-shadow:inset 0px 0px 0px 1px #fff;background-color:#f9f9f9}.veu_contact_txt_catch,.veu_contact_txt_tel,.veu_contact_txt_time{display:block;overflow:hidden}.veu_contact_txt_catch,.veu_contact_txt_time{line-height:128.6%;font-size:14px}.veu_contact_txt_tel{font-size:28px;line-height:110%;padding-top:4px}.veu_contact_bt_txt:before{font-family:FontAwesome;content:"\f003";margin-right:7px}.veu_contact_bt_txt:after{font-family:FontAwesome;content:"\f18e";margin-left:7px}.veu_contact_bt_subTxt{display:block;overflow:hidden;font-size:14px}@media (max-width: 767px){.veu_contact_txt{text-align:center}.veu_contact .veu_contact_bt{display:block}}@media (min-width: 768px){p.veu_contact_txt{margin-bottom:0}.veu_contact_txt{float:left}.veu_contact .veu_contact_bt{float:right}.veu_contact_bt_subTxt_side{font-size:12px}.subSection .veu_contact .veu_contact_bt{margin-top:15px;float:none;display:inline-block}}.veu_insertAds{margin-top:1em;margin-bottom:1.5em}@media (max-width: 971px){.veu_insertAds{margin-bottom:0.5em}.veu_insertAds .col-md-6{margin-bottom:1em}}
|
js/vkExUnit_admin.js
CHANGED
@@ -50,4 +50,52 @@ jQuery(document).ready(function($){
|
|
50 |
jQuery('.showHideSection .showHideBtn').on("click", function() {
|
51 |
jQuery(this).next().slideToggle();
|
52 |
});
|
53 |
-
});
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
50 |
jQuery('.showHideSection .showHideBtn').on("click", function() {
|
51 |
jQuery(this).next().slideToggle();
|
52 |
});
|
53 |
+
});
|
54 |
+
|
55 |
+
/*-------------------------------------------*/
|
56 |
+
/* スクロール時の位置固定
|
57 |
+
/*-------------------------------------------*/
|
58 |
+
jQuery(document).ready(function(){
|
59 |
+
var contentHeight = jQuery('.adminMain').height();
|
60 |
+
setNav();
|
61 |
+
// スクロールしたら
|
62 |
+
jQuery(window).scroll(function () {
|
63 |
+
var scroll = jQuery(this).scrollTop();
|
64 |
+
if ( scroll < contentHeight ){ // これがないと延々とスクロールする
|
65 |
+
setNav();
|
66 |
+
}
|
67 |
+
});
|
68 |
+
function setNav(){
|
69 |
+
// スクロールの量を取得
|
70 |
+
var scroll = jQuery(this).scrollTop();
|
71 |
+
jQuery('#adminContent_sub').css({"padding-top":scroll});
|
72 |
+
jQuery('.adminSub').css({"padding-top":scroll});
|
73 |
+
}
|
74 |
+
});
|
75 |
+
/*-------------------------------------------*/
|
76 |
+
/* ページ内リンクで頭出しの余白を適切にする
|
77 |
+
/*-------------------------------------------*/
|
78 |
+
jQuery(document).ready(function(){
|
79 |
+
// 一つ目のセクションの位置を取得
|
80 |
+
var default_offset = jQuery('.adminMain section:first-child').offset();
|
81 |
+
|
82 |
+
// 全てのセクションの上に余白を追加(頭出しがきれいになるようにするため)
|
83 |
+
jQuery('.adminMain section').each(function(i){
|
84 |
+
if (i != 0){ // 読み込んだ時、一つ目は余白要らない
|
85 |
+
jQuery(this).css({"padding-top":default_offset["top"]});
|
86 |
+
}
|
87 |
+
});
|
88 |
+
|
89 |
+
jQuery(window).scroll(function () {
|
90 |
+
// スクロール量を取得
|
91 |
+
var scroll = jQuery(this).scrollTop();
|
92 |
+
|
93 |
+
if ( scroll < default_offset["top"] ){
|
94 |
+
// スクロールが少ない場合は最初のセクションに余白を入れない
|
95 |
+
jQuery('.adminMain section:first-child').css({"padding-top":0});
|
96 |
+
} else {
|
97 |
+
// ある程度スクロールしている状態ならば余白を入れる
|
98 |
+
jQuery('.adminMain section:first-child').css({"padding-top":default_offset["top"]});
|
99 |
+
}
|
100 |
+
});
|
101 |
+
});
|
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-
|
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"
|
@@ -25,93 +25,93 @@ msgid "Activated Packages is noting. please activate some package."
|
|
25 |
msgstr ""
|
26 |
"有効化されているパッケージがありません。何かの機能を有効化してください。"
|
27 |
|
28 |
-
#: ../common_helpers.php:
|
29 |
#, php-format
|
30 |
msgid "Search Results for : %s"
|
31 |
msgstr "検索結果 : %s"
|
32 |
|
33 |
-
#: ../common_helpers.php:
|
34 |
msgid "Not found"
|
35 |
msgstr "見つかりません"
|
36 |
|
37 |
-
#: ../common_helpers.php:
|
38 |
#, php-format
|
39 |
msgid "Page of %s"
|
40 |
msgstr "%sページ目"
|
41 |
|
42 |
-
#: ../common_helpers.php:
|
43 |
#, php-format
|
44 |
msgid "About %s"
|
45 |
msgstr "%s について"
|
46 |
|
47 |
-
#: ../common_helpers.php:
|
48 |
msgid "Y"
|
49 |
msgstr "年"
|
50 |
|
51 |
-
#: ../common_helpers.php:
|
52 |
-
#: ../common_helpers.php:
|
53 |
#, php-format
|
54 |
msgid "Article of %s."
|
55 |
msgstr "%s の記事"
|
56 |
|
57 |
-
#: ../common_helpers.php:
|
58 |
msgid "F Y"
|
59 |
msgstr "年月"
|
60 |
|
61 |
-
#: ../common_helpers.php:
|
62 |
#, php-format
|
63 |
msgid "Author: %s"
|
64 |
msgstr "著者: %s"
|
65 |
|
66 |
-
#: ../common_helpers.php:
|
67 |
msgid "F j, Y"
|
68 |
msgstr "月日, 年"
|
69 |
|
70 |
-
#: ../common_helpers.php:
|
71 |
msgid "Asides"
|
72 |
msgstr "サイド"
|
73 |
|
74 |
-
#: ../common_helpers.php:
|
75 |
msgid "Galleries"
|
76 |
msgstr "ギャラリー"
|
77 |
|
78 |
-
#: ../common_helpers.php:
|
79 |
msgid "Images"
|
80 |
msgstr "画像"
|
81 |
|
82 |
-
#: ../common_helpers.php:
|
83 |
msgid "Videos"
|
84 |
msgstr "ビデオ"
|
85 |
|
86 |
-
#: ../common_helpers.php:
|
87 |
msgid "Quotes"
|
88 |
msgstr "引用"
|
89 |
|
90 |
-
#: ../common_helpers.php:
|
91 |
msgid "Links"
|
92 |
msgstr "リンク"
|
93 |
|
94 |
-
#: ../common_helpers.php:
|
95 |
msgid "Statuses"
|
96 |
msgstr "ステータス"
|
97 |
|
98 |
-
#: ../common_helpers.php:
|
99 |
msgid "Audio"
|
100 |
msgstr "オーディオ"
|
101 |
|
102 |
-
#: ../common_helpers.php:
|
103 |
msgid "Chats"
|
104 |
msgstr "チャット"
|
105 |
|
106 |
-
#: ../common_helpers.php:
|
107 |
msgid "Archives"
|
108 |
msgstr "アーカイブ"
|
109 |
|
110 |
-
#: ../packages.php:
|
111 |
msgid "Print Bootstrap css and js"
|
112 |
msgstr "Bootstrap の CSS と js を出力"
|
113 |
|
114 |
-
#: ../packages.php:
|
115 |
msgid ""
|
116 |
"If your using theme has already including Bootstrap, you deactivate this "
|
117 |
"item."
|
@@ -120,96 +120,96 @@ msgstr ""
|
|
120 |
"中のテーマやプラグインで Bootstrap を既に読み込んでいる場合はチェックを外して"
|
121 |
"下さい。"
|
122 |
|
123 |
-
#: ../packages.php:
|
124 |
msgid "Print link fontawesome"
|
125 |
msgstr "fontawesome link タグを出力"
|
126 |
|
127 |
-
#: ../packages.php:
|
128 |
msgid "Print fontawesome link tag to html head."
|
129 |
msgstr ""
|
130 |
"fontawesome を読み込むための link タグを html head 内へ出力します。使用中の"
|
131 |
"テーマやプラグインで fontawesome を既に読み込んでいる場合はチェックを外して下"
|
132 |
"さい。"
|
133 |
|
134 |
-
#: ../packages.php:
|
135 |
msgid "Favicon setting"
|
136 |
msgstr "ファビコン設定"
|
137 |
|
138 |
-
#: ../packages.php:
|
139 |
msgid "About favicon."
|
140 |
msgstr ""
|
141 |
"ブラウザでページを表示した際にタブやウィンドウのタイトルに表示されるアイコン"
|
142 |
"(ファビコン)を設定します。"
|
143 |
|
144 |
-
#: ../packages.php:
|
145 |
msgid "Rewrite the title tag"
|
146 |
msgstr "タイトルタグの書き換え"
|
147 |
|
148 |
-
#: ../packages.php:
|
149 |
msgid "Print is rewritten by its own rules to html head."
|
150 |
msgstr ""
|
151 |
"head title タグ内へ出力される内容を VK EX Unit のルールで出力します。 ( VK "
|
152 |
"EX Unit 側で wp_title() をフィルターフックでカスタマイズ ) 使用中のテーマやプ"
|
153 |
"ラグインで title タグの内容を出力する場合はチェックを外して下さい。"
|
154 |
|
155 |
-
#: ../packages.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
156 |
msgid "Print meta description"
|
157 |
msgstr "メタディスクリプションタグを出力"
|
158 |
|
159 |
-
#: ../packages.php:
|
160 |
msgid "Print meta description to html head."
|
161 |
msgstr ""
|
162 |
"投稿画面「抜粋」欄に入力されたテキストを meta description タグとして html "
|
163 |
"head 内へ出力します。使用中のテーマやプラグインで meta description タグを出力"
|
164 |
"している場合はチェックを外して下さい。"
|
165 |
|
166 |
-
#: ../packages.php:
|
167 |
msgid "Main setting page"
|
168 |
msgstr "メイン設定画面"
|
169 |
|
170 |
-
#: ../packages.php:
|
171 |
msgid "Print og tags to html head."
|
172 |
msgstr "OG タグを html head 内へ出力します。"
|
173 |
|
174 |
-
#: ../packages.php:
|
175 |
msgid "Print twitter card tags to html head."
|
176 |
msgstr "Twitter カードタグを html head 内へ出力します。"
|
177 |
|
178 |
-
#: ../packages.php:
|
179 |
msgid "Print social bookmark buttons."
|
180 |
msgstr "ソーシャルブックマークボタンを表示します。"
|
181 |
|
182 |
-
#: ../packages.php:
|
183 |
msgid "Facebook Page Plugin widget."
|
184 |
msgstr "Facebookページプラグインウィジェット"
|
185 |
|
186 |
-
#: ../packages.php:
|
187 |
msgid "Print Follow me box to content bottom."
|
188 |
msgstr "Follow me box を記事コンテンツ下のエリアへ表示します。"
|
189 |
|
190 |
-
#: ../packages.php:
|
191 |
#, php-format
|
192 |
msgid "* You can stop the function separately from the %s."
|
193 |
msgstr "%s から個別に機能を停止する事ができます。"
|
194 |
|
195 |
-
#: ../packages.php:
|
196 |
msgid "Social media cooperation"
|
197 |
msgstr "ソーシャルメディア連携"
|
198 |
|
199 |
-
#: ../packages.php:129 ../packages.php:146 ../packages.php:163
|
200 |
-
#: ../packages.php:190 ../packages.php:235 ../packages.php:269
|
201 |
-
#: ../packages.php:286 ../packages.php:303
|
202 |
-
msgid "Setting"
|
203 |
-
msgstr "設定"
|
204 |
-
|
205 |
-
#: ../packages.php:142
|
206 |
-
msgid "Print meta Keyword"
|
207 |
-
msgstr "メタキーワードを出力"
|
208 |
-
|
209 |
-
#: ../packages.php:143
|
210 |
-
msgid "Print meta Keyword to html head."
|
211 |
-
msgstr "ヘッダーにメタキーワードを出力します。"
|
212 |
-
|
213 |
#: ../packages.php:160
|
214 |
msgid "Print Google Analytics tracking code."
|
215 |
msgstr ""
|
@@ -218,113 +218,49 @@ msgstr ""
|
|
218 |
"のテーマやプラグインで Google アナリティクスのトラッキングコードを埋め込む場"
|
219 |
"合はチェックを外して下さい。"
|
220 |
|
221 |
-
#: ../packages.php:
|
222 |
-
msgid "Related posts"
|
223 |
-
msgstr "関連記事を表示"
|
224 |
-
|
225 |
-
#: ../packages.php:177
|
226 |
-
msgid "Print Related posts lists to post content bottom."
|
227 |
-
msgstr "関連記事を記事コンテンツ下のエリアへ表示します。"
|
228 |
-
|
229 |
-
#: ../packages.php:186 ../plugins/contact_section.php:70
|
230 |
-
msgid "Contact Section"
|
231 |
-
msgstr "お問い合わせ"
|
232 |
-
|
233 |
-
#: ../packages.php:187
|
234 |
-
msgid "Display Contact Section at after content."
|
235 |
-
msgstr "お問い合わせ情報を本文の下に表示する"
|
236 |
-
|
237 |
-
#: ../packages.php:204
|
238 |
-
msgid "Child page index"
|
239 |
-
msgstr "子ページの一覧表示"
|
240 |
-
|
241 |
-
#: ../packages.php:205
|
242 |
-
msgid ""
|
243 |
-
"At the bottom of the specified page, it will display a list of the child "
|
244 |
-
"page."
|
245 |
-
msgstr ""
|
246 |
-
"指定した固定ページの下部へ、その固定ページの下層子ページの「ページタイトル / "
|
247 |
-
"サムネイル / 抜粋文 / 該当ページへのリンク」をセットで一覧表示します。"
|
248 |
-
|
249 |
-
#: ../packages.php:215
|
250 |
-
msgid "Display HTML Site Map"
|
251 |
-
msgstr "HTMLサイトマップの表示"
|
252 |
-
|
253 |
-
#: ../packages.php:216
|
254 |
-
msgid "It displays a HTML Site Map to the specified page."
|
255 |
-
msgstr "指定した固定ページにHTMLサイトマップを表示します。"
|
256 |
-
|
257 |
-
#: ../packages.php:223 ../plugins/call_to_action/view.adminsetting.php:10
|
258 |
-
msgid "Display the CTA at the end of the post content."
|
259 |
-
msgstr "投稿内容の最後にCTAを表示します。"
|
260 |
-
|
261 |
-
#: ../packages.php:225 ../plugins/call_to_action/view.adminsetting.php:11
|
262 |
-
msgid ""
|
263 |
-
"The CTA stands for \"Call to action\" and this is the area that prompts the "
|
264 |
-
"user behavior."
|
265 |
-
msgstr ""
|
266 |
-
"CTAは「Call To Action」の略で、ユーザーにとってもらいたい行動へ誘導するための"
|
267 |
-
"情報を表示します。"
|
268 |
-
|
269 |
-
#: ../packages.php:227 ../plugins/call_to_action/view.adminsetting.php:12
|
270 |
-
msgid ""
|
271 |
-
"As an example, text message and a link button for induction to the free "
|
272 |
-
"sample download page."
|
273 |
-
msgstr ""
|
274 |
-
"例えば、無料サンプルのダウンロードページへの誘導のためのテキストやリンクボタ"
|
275 |
-
"ンなどです。"
|
276 |
-
|
277 |
-
#: ../packages.php:231 ../plugins/call_to_action/view.adminsetting.php:6
|
278 |
-
msgid "Call To Action"
|
279 |
-
msgstr "Call To Action"
|
280 |
-
|
281 |
-
#: ../packages.php:240
|
282 |
-
msgid "Contents setting"
|
283 |
-
msgstr "CTA表示内容設定"
|
284 |
-
|
285 |
-
#: ../packages.php:252
|
286 |
msgid "You can use various widgets."
|
287 |
msgstr ""
|
288 |
"以下の機能を持ったウィジェットを追加します。各ウィジェットの設定は「外観」→"
|
289 |
"「ウィジェット」の設定画面より行って下さい。"
|
290 |
|
291 |
-
#: ../packages.php:
|
292 |
msgid ""
|
293 |
"VK_Recent Posts - display the link text and the date of the latest article "
|
294 |
"title."
|
295 |
msgstr "VK_最新記事 - 最新記事タイトルのリンクテキストと日付を表示します。"
|
296 |
|
297 |
-
#: ../packages.php:
|
298 |
msgid ""
|
299 |
"VK_Page content to widget - display the contents of the page to the widgets."
|
300 |
msgstr ""
|
301 |
"VK_固定ページ本文 - 固定ページのコンテンツ部分をウィジェットに表示します。"
|
302 |
|
303 |
-
#: ../packages.php:
|
304 |
msgid "VK_Profile - display the profile entered in the widget."
|
305 |
msgstr "VK_プロフィール - ウィジェットに入力されたプロフィールを表示します。"
|
306 |
|
307 |
-
#: ../packages.php:
|
308 |
msgid "VK_FB Page Plugin - display the Facebook Page Plugin."
|
309 |
msgstr "VK_FB Page Plugin - Facebook ページプラグインを表示します。"
|
310 |
|
311 |
-
#: ../packages.php:
|
312 |
msgid "VK_3PR area - display the 3PR area."
|
313 |
msgstr "VK_3PR エリア - 3PR エリアを表示します。"
|
314 |
|
315 |
-
#: ../packages.php:
|
316 |
msgid "categories/tags list"
|
317 |
msgstr "カテゴリー/タグ リスト"
|
318 |
|
319 |
-
#: ../packages.php:
|
320 |
msgid "Displays a categories, tags or format list."
|
321 |
msgstr "カテゴリ・タグまたは、フォーマットリストを表示します。"
|
322 |
|
323 |
-
#: ../packages.php:
|
324 |
msgid "archive list"
|
325 |
msgstr "アーカイブリスト"
|
326 |
|
327 |
-
#: ../packages.php:
|
328 |
msgid ""
|
329 |
"Displays a list of archives. You can choose the post type and also to "
|
330 |
"display archives by month or by year."
|
@@ -332,30 +268,94 @@ msgstr ""
|
|
332 |
"アーカイブの一覧を表示します。月ごともしくは年ごとでの表示。また、ポストタイ"
|
333 |
"プを選択できます。"
|
334 |
|
335 |
-
#: ../packages.php:
|
336 |
msgid "Widgets"
|
337 |
msgstr "ウィジェット"
|
338 |
|
339 |
-
#: ../packages.php:
|
340 |
msgid "CSS customize"
|
341 |
msgstr "CSSカスタマイズ"
|
342 |
|
343 |
-
#: ../packages.php:
|
344 |
msgid "You can set Customize CSS."
|
345 |
msgstr ""
|
346 |
"テーマデザインをカスタマイズする CSS を管理画面より追加できるようになります。"
|
347 |
"追加する CSS コードは「VK Ex Unit」→「CSS カスタマイズ」の画面にて入力して下"
|
348 |
"さい。"
|
349 |
|
350 |
-
#: ../packages.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
351 |
#: ../plugins/insert_ads.php:116
|
352 |
msgid "Insert ads"
|
353 |
msgstr "広告の挿入"
|
354 |
|
355 |
-
#: ../packages.php:
|
356 |
msgid "Insert ads to content."
|
357 |
msgstr "記事に広告を挿入します"
|
358 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
359 |
#: ../packages.php:316 ../vkExUnit_admin.php:30
|
360 |
msgid "Automatic Eye Catch insert"
|
361 |
msgstr "アイキャッチ画像自動挿入"
|
@@ -366,6 +366,15 @@ msgstr ""
|
|
366 |
"アイキャッチ画像を本文の最初に表示します。各記事毎に非表示にする事も出来ま"
|
367 |
"す。"
|
368 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
369 |
#: ../vkExUnit_admin.php:3
|
370 |
msgid "Enable setting"
|
371 |
msgstr "有効化設定"
|
@@ -383,18 +392,16 @@ msgid "Description"
|
|
383 |
msgstr "説明"
|
384 |
|
385 |
#: ../vkExUnit_admin.php:83
|
386 |
-
#, fuzzy
|
387 |
msgid "Extension Setting"
|
388 |
-
msgstr "
|
389 |
|
390 |
#: ../vkExUnit_admin.php:86
|
391 |
-
#, fuzzy
|
392 |
msgid "Plugin setting options"
|
393 |
-
msgstr "
|
394 |
|
395 |
#: ../vkExUnit_admin.php:88
|
396 |
msgid "Delete myOptions when deactivate me."
|
397 |
-
msgstr ""
|
398 |
|
399 |
#: ../plugins/auto_eyecatch.php:40
|
400 |
msgid "Automatic EyeCatch"
|
@@ -404,14 +411,14 @@ msgstr "アイキャッチ自動挿入"
|
|
404 |
msgid "Do not set eyecatch image automatic."
|
405 |
msgstr "アイキャッチ画像を自動挿入しない"
|
406 |
|
407 |
-
#: ../plugins/child_page_index.php:
|
408 |
-
#: ../plugins/other_widget/widget-3pr-area.php:
|
409 |
-
#: ../plugins/other_widget/widget-3pr-area.php:
|
410 |
-
#: ../plugins/other_widget/widget-3pr-area.php:
|
411 |
msgid "Read more"
|
412 |
msgstr "詳しくはこちら"
|
413 |
|
414 |
-
#: ../plugins/child_page_index.php:
|
415 |
msgid "Display a child page index"
|
416 |
msgstr "子ページ一覧の表示"
|
417 |
|
@@ -420,7 +427,7 @@ msgstr "子ページ一覧の表示"
|
|
420 |
msgid "Contact"
|
421 |
msgstr "Contact"
|
422 |
|
423 |
-
#: ../plugins/contact_section.php:56 ../plugins/contact_section.php:
|
424 |
msgid "Please feel free to inquire."
|
425 |
msgstr "お気軽にお問い合わせください。"
|
426 |
|
@@ -428,71 +435,95 @@ msgstr "お気軽にお問い合わせください。"
|
|
428 |
msgid "Office hours 9:00 - 18:00 [ Weekdays except holidays ]"
|
429 |
msgstr "受付時間 9:00-18:00 [ 土・日・祝日除く ]"
|
430 |
|
431 |
-
#: ../plugins/contact_section.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
432 |
msgid "Message"
|
433 |
msgstr "メッセージ"
|
434 |
|
435 |
-
#: ../plugins/contact_section.php:
|
436 |
-
#: ../plugins/contact_section.php:
|
437 |
-
#: ../plugins/contact_section.php:
|
438 |
#: ../plugins/google_analytics/ga_admin.php:16 ../plugins/sns/sns_admin.php:31
|
439 |
-
#: ../plugins/sns/old/sns_admin.php:20 ../plugins/sns/old/sns_admin.php:61
|
440 |
-
#: ../plugins/sns/old/sns_admin.php:79 ../plugins/sns/old/sns_admin.php:98
|
441 |
-
#: ../plugins/sns/old/sns_admin.php:115
|
442 |
msgid "ex) "
|
443 |
msgstr "例: "
|
444 |
|
445 |
-
#: ../plugins/contact_section.php:
|
446 |
msgid "Phone number"
|
447 |
msgstr "電話番号"
|
448 |
|
449 |
-
#: ../plugins/contact_section.php:
|
450 |
msgid "Office hours"
|
451 |
msgstr "営業時間"
|
452 |
|
453 |
-
#: ../plugins/contact_section.php:
|
454 |
msgid "Weekdays except holidays"
|
455 |
msgstr "土日・祝日除く"
|
456 |
|
457 |
-
#: ../plugins/contact_section.php:
|
458 |
msgid "The contact page URL"
|
459 |
msgstr "お問い合わせ先URL"
|
460 |
|
461 |
-
#: ../plugins/contact_section.php:
|
462 |
msgid "or"
|
463 |
msgstr ""
|
464 |
|
465 |
-
#: ../plugins/contact_section.php:
|
466 |
msgid "* If you fill in the blank, contact button does not appear."
|
467 |
msgstr "未入力の場合はお問い合わせボタンは表示されません。"
|
468 |
|
469 |
-
#: ../plugins/contact_section.php:
|
470 |
-
msgid "Contact button Text
|
471 |
msgstr "お問い合わせボタンに表示するテキスト"
|
472 |
|
473 |
-
#: ../plugins/contact_section.php:
|
474 |
msgid "Contact Us from email."
|
475 |
msgstr "メールでのお問い合わせはこちら"
|
476 |
|
477 |
-
#: ../plugins/contact_section.php:
|
478 |
-
msgid "Contact button
|
479 |
msgstr "お問い合わせボタンに表示するテキスト2(オプション)"
|
480 |
|
481 |
-
#: ../plugins/contact_section.php:
|
482 |
msgid "Email contact form"
|
483 |
msgstr "お気軽にお問い合わせください。"
|
484 |
|
485 |
-
#: ../plugins/contact_section.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
486 |
msgid "Display Contact Section"
|
487 |
msgstr "お問い合わせ情報の表示"
|
488 |
|
489 |
-
#: ../plugins/contact_section.php:
|
490 |
msgid "Edit contact information"
|
491 |
msgstr "Contact情報を編集"
|
492 |
|
493 |
-
#: ../plugins/
|
494 |
-
msgid "
|
495 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
496 |
|
497 |
#: ../plugins/footer_copyright_change.php:6
|
498 |
msgid ""
|
@@ -645,15 +676,12 @@ msgstr "キーワードを複数入力する場合は , ( カンマ )で区切
|
|
645 |
msgid "* keywords common to the entire site can be set from %s."
|
646 |
msgstr "サイト全体のキーワードは %s より設定することができます。"
|
647 |
|
648 |
-
#: ../plugins/news_from_exUnit.php:38
|
649 |
-
msgid "Sorry, there is no post"
|
650 |
-
msgstr "お知らせはありません。"
|
651 |
-
|
652 |
#: ../plugins/page_custom_field.php:11
|
653 |
msgid "Setting of insert items"
|
654 |
msgstr "挿入アイテムの設定"
|
655 |
|
656 |
#: ../plugins/call_to_action/class.call_to_action.php:48
|
|
|
657 |
msgid "Edit CTA"
|
658 |
msgstr "CTAの編集"
|
659 |
|
@@ -822,9 +850,9 @@ msgid "To output both types"
|
|
822 |
msgstr "両タイプのコードを出力します。"
|
823 |
|
824 |
#: ../plugins/other_widget/widget-3pr-area.php:9
|
825 |
-
#: ../plugins/other_widget/widget-3pr-area.php:
|
826 |
-
#: ../plugins/other_widget/widget-3pr-area.php:
|
827 |
-
#: ../plugins/other_widget/widget-3pr-area.php:
|
828 |
msgid "3PR area"
|
829 |
msgstr "3PR エリア"
|
830 |
|
@@ -851,7 +879,7 @@ msgstr "3PR エリア1 設定"
|
|
851 |
#: ../plugins/other_widget/widget-3pr-area.php:48
|
852 |
#: ../plugins/other_widget/widget-3pr-area.php:98
|
853 |
#: ../plugins/other_widget/widget-3pr-area.php:149
|
854 |
-
#: ../plugins/other_widget/widget-new-posts.php:
|
855 |
#: ../plugins/other_widget/widget-pr-blocks.php:74
|
856 |
#: ../plugins/other_widget/widget-profile.php:40
|
857 |
#: ../plugins/sns/function_fbPagePlugin.php:76
|
@@ -916,34 +944,43 @@ msgstr "3PR エリア2 設定"
|
|
916 |
msgid "3PR area3 setting"
|
917 |
msgstr "3PR エリア3 設定"
|
918 |
|
919 |
-
#: ../plugins/other_widget/widget-archives.php:
|
920 |
-
#: ../plugins/other_widget/widget-archives.php:
|
921 |
msgid "Monthly archives"
|
922 |
msgstr "月別アーカイブ"
|
923 |
|
924 |
-
#: ../plugins/other_widget/widget-archives.php:
|
925 |
msgid "Title"
|
926 |
msgstr "タイトル"
|
927 |
|
928 |
-
#: ../plugins/other_widget/widget-archives.php:
|
929 |
msgid "Post type"
|
930 |
msgstr "ポストタイプ"
|
931 |
|
932 |
-
#: ../plugins/other_widget/widget-archives.php:
|
933 |
msgid "Monthly"
|
934 |
msgstr "月別"
|
935 |
|
936 |
-
#: ../plugins/other_widget/widget-archives.php:
|
937 |
msgid "Yearly"
|
938 |
msgstr "年別"
|
939 |
|
940 |
-
#: ../plugins/other_widget/widget-archives.php:
|
941 |
msgid "archive"
|
942 |
msgstr "アーカイブ"
|
943 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
944 |
#: ../plugins/other_widget/widget-new-posts.php:9
|
945 |
-
#: ../plugins/other_widget/widget-new-posts.php:
|
946 |
-
#: ../plugins/other_widget/widget-new-posts.php:
|
947 |
msgid "Recent Posts"
|
948 |
msgstr "最新記事"
|
949 |
|
@@ -951,25 +988,25 @@ msgstr "最新記事"
|
|
951 |
msgid "Displays a list of your most recent posts"
|
952 |
msgstr "最新の投稿記事リストを表示します。"
|
953 |
|
954 |
-
#: ../plugins/other_widget/widget-new-posts.php:
|
955 |
msgid "Display count"
|
956 |
msgstr "表示する記事数"
|
957 |
|
958 |
-
#: ../plugins/other_widget/widget-new-posts.php:
|
959 |
msgid "Slug for the custom type you want to display"
|
960 |
msgstr "表示したい記事タイプ"
|
961 |
|
962 |
-
#: ../plugins/other_widget/widget-new-posts.php:
|
963 |
msgid "taxonomy ID"
|
964 |
msgstr "カテゴリー(タクソノミー)ID"
|
965 |
|
966 |
-
#: ../plugins/other_widget/widget-new-posts.php:
|
967 |
msgid "if you need filtering by term, add the term ID separate by \",\"."
|
968 |
msgstr ""
|
969 |
"特定のカテゴリーのみ表示したい場合は<br/>カンマ(,)区切りでカテゴリーIDを入力"
|
970 |
"します。"
|
971 |
|
972 |
-
#: ../plugins/other_widget/widget-new-posts.php:
|
973 |
msgid "if empty this area, I will do not filtering."
|
974 |
msgstr "空欄の場合はフィルタリングは行いません。"
|
975 |
|
@@ -982,7 +1019,7 @@ msgid "Displays a page contents to widget."
|
|
982 |
msgstr "選択したページの内容を表示します。"
|
983 |
|
984 |
#: ../plugins/other_widget/widget-page.php:34
|
985 |
-
#: ../plugins/other_widget/widget-taxonomies.php:
|
986 |
msgid "Display page"
|
987 |
msgstr "ページを表示"
|
988 |
|
@@ -1000,7 +1037,7 @@ msgstr "PR Blocks"
|
|
1000 |
|
1001 |
#: ../plugins/other_widget/widget-pr-blocks.php:14
|
1002 |
msgid "Displays a circle image or icon font for pr blocks"
|
1003 |
-
msgstr ""
|
1004 |
|
1005 |
#: ../plugins/other_widget/widget-pr-blocks.php:22
|
1006 |
msgid "Service"
|
@@ -1036,7 +1073,7 @@ msgstr ""
|
|
1036 |
"す。それから編集画面を再度開くと列の入力フォームが増減します。"
|
1037 |
|
1038 |
#: ../plugins/other_widget/widget-pr-blocks.php:71
|
1039 |
-
#: ../plugins/other_widget/widget-pr-blocks.php:
|
1040 |
msgid "PR Block"
|
1041 |
msgstr "PRブロック"
|
1042 |
|
@@ -1138,27 +1175,19 @@ msgstr "カテゴリー/カスタム分類リスト"
|
|
1138 |
msgid "Displays a categories and custom taxonomies list."
|
1139 |
msgstr "カテゴリーやカスタム分類のリストを表示します。"
|
1140 |
|
1141 |
-
#: ../plugins/other_widget/widget-taxonomies.php:
|
1142 |
-
#: ../plugins/other_widget/widget-taxonomies.php:
|
1143 |
msgid "Category"
|
1144 |
msgstr "カテゴリー"
|
1145 |
|
1146 |
-
#: ../plugins/other_widget/widget-taxonomies.php:
|
1147 |
msgid "Label to display"
|
1148 |
msgstr "表示するラベル"
|
1149 |
|
1150 |
-
#: ../plugins/other_widget/widget-taxonomies.php:
|
1151 |
msgid "Blog"
|
1152 |
msgstr "ブログ"
|
1153 |
|
1154 |
-
#: ../plugins/other_widget/old/widget-child-page-list.php:9
|
1155 |
-
msgid "Displays list of child page for the current page."
|
1156 |
-
msgstr "現在のページの子ページのリストを表示します。"
|
1157 |
-
|
1158 |
-
#: ../plugins/other_widget/old/widget-child-page-list.php:11
|
1159 |
-
msgid "child pages list"
|
1160 |
-
msgstr "子ページのリスト"
|
1161 |
-
|
1162 |
#: ../plugins/other_widget/old/widget-rss-widget.php:9
|
1163 |
msgid "Displays entries list from a RSS feed link."
|
1164 |
msgstr "RSSフィードリンクからエントリーリストを表示します。"
|
@@ -1197,7 +1226,7 @@ msgstr "複数のページを除外する場合は , (コンマ)で区切っ
|
|
1197 |
msgid "HTML Sitemap"
|
1198 |
msgstr "HTMLサイトマップ"
|
1199 |
|
1200 |
-
#: ../plugins/sitemap_page/sitemap_page.php:
|
1201 |
msgid "Display a HTML sitemap"
|
1202 |
msgstr "HTMLサイトマップの表示"
|
1203 |
|
@@ -1243,15 +1272,15 @@ msgstr "SNS"
|
|
1243 |
msgid "SNS Settings"
|
1244 |
msgstr "SNS設定"
|
1245 |
|
1246 |
-
#: ../plugins/sns/sns_admin.php:13
|
1247 |
msgid "facebook application ID"
|
1248 |
msgstr "facebookアプリケーションID"
|
1249 |
|
1250 |
-
#: ../plugins/sns/sns_admin.php:15
|
1251 |
msgid "I will check and get the application ID"
|
1252 |
msgstr "アプリケーションIDを確認・取得する "
|
1253 |
|
1254 |
-
#: ../plugins/sns/sns_admin.php:16
|
1255 |
msgid ""
|
1256 |
"* If an application ID is not specified, neither a Like button nor the "
|
1257 |
"comment field displays and operates correctly."
|
@@ -1259,7 +1288,7 @@ msgstr ""
|
|
1259 |
"※アプリケーションIDを入力しないとボタンやコメント欄が表示・正しく動作しませ"
|
1260 |
"ん。"
|
1261 |
|
1262 |
-
#: ../plugins/sns/sns_admin.php:17
|
1263 |
msgid ""
|
1264 |
"Please search for terms as [get Facebook application ID] If you do not know "
|
1265 |
"much about how to get application ID for Facebook."
|
@@ -1275,7 +1304,7 @@ msgstr "FacebookページURL"
|
|
1275 |
msgid "OG default image"
|
1276 |
msgstr "デフォルトのOGPイメージ"
|
1277 |
|
1278 |
-
#: ../plugins/sns/sns_admin.php:27
|
1279 |
msgid ""
|
1280 |
"If, for example someone pressed the Facebook [Like] button, this is the "
|
1281 |
"image that appears on the Facebook timeline."
|
@@ -1283,17 +1312,17 @@ msgstr ""
|
|
1283 |
"Facebookの「いいね!」ボタンを押した際、ここで設定した画像が Facebook のタイ"
|
1284 |
"ムラインに表示されます。"
|
1285 |
|
1286 |
-
#: ../plugins/sns/sns_admin.php:28
|
1287 |
msgid "If a featured image is specified for the page, it takes precedence."
|
1288 |
msgstr ""
|
1289 |
"ページにアイキャッチ画像が指定されている場合は、アイキャッチ画像が優先されま"
|
1290 |
"す。"
|
1291 |
|
1292 |
-
#: ../plugins/sns/sns_admin.php:30
|
1293 |
msgid "Select an image"
|
1294 |
msgstr "画像を選択"
|
1295 |
|
1296 |
-
#: ../plugins/sns/sns_admin.php:32
|
1297 |
msgid ""
|
1298 |
"* Picture sizes are 300x300 pixels or more and picture ratio 16:9 is "
|
1299 |
"recommended."
|
@@ -1347,174 +1376,160 @@ msgstr "Follow me ユニットを本文の下に表示する"
|
|
1347 |
msgid "Follow me box title"
|
1348 |
msgstr "Follow me box の見出しテキスト"
|
1349 |
|
1350 |
-
#: ../
|
1351 |
-
msgid "
|
1352 |
-
msgstr "
|
1353 |
|
1354 |
-
#: ../
|
1355 |
-
|
1356 |
-
|
|
|
|
|
1357 |
|
1358 |
-
#: ../
|
1359 |
-
msgid "
|
1360 |
-
msgstr "
|
1361 |
|
1362 |
-
|
1363 |
-
|
1364 |
-
"If you wish to link to a personal account or a Facebook page banner will be "
|
1365 |
-
"displayed if you enter the URL."
|
1366 |
-
msgstr ""
|
1367 |
-
"個人アカウントやFacebookページのバナーにリンクしたい場合は URL を入力して下さ"
|
1368 |
-
"い。"
|
1369 |
|
1370 |
-
|
1371 |
-
|
1372 |
-
msgstr "Facebook ユーザーID( オプション )"
|
1373 |
|
1374 |
-
|
1375 |
-
|
1376 |
-
msgstr "管理者のFacebookユーザーIDを入力してください。"
|
1377 |
|
1378 |
-
|
1379 |
-
|
1380 |
-
|
|
|
|
|
|
|
1381 |
|
1382 |
-
|
1383 |
-
|
1384 |
-
"You can see the personal Facebook ID when you access the following url "
|
1385 |
-
"http://graph.facebook.com/(own url name(example: hidekazu.ishikawa))."
|
1386 |
-
msgstr ""
|
1387 |
-
"このアドレス [ http://graph.facebook.com/( 自分の名前のURL (例 : hidekazu."
|
1388 |
-
"ishikawa) ) ] にアクセスして個人の Facebook ID を確認できます。"
|
1389 |
|
1390 |
-
|
1391 |
-
|
1392 |
-
"Please search for terms as [find facebook user ID] if you are still not sure."
|
1393 |
-
msgstr ""
|
1394 |
-
"まだ不明な場合は、[ FacebookのユーザーIDを検索 ] などのキーワードで検索して下"
|
1395 |
-
"さい。"
|
1396 |
|
1397 |
-
|
1398 |
-
|
1399 |
-
msgstr "Twitter アカウント"
|
1400 |
|
1401 |
-
|
1402 |
-
|
1403 |
-
"
|
1404 |
-
|
1405 |
-
|
1406 |
-
"
|
1407 |
|
1408 |
-
|
1409 |
-
|
1410 |
-
|
|
|
|
|
|
|
1411 |
|
1412 |
-
|
1413 |
-
|
1414 |
-
msgid ""
|
1415 |
-
"* If you prefer to use Twitter widgets etc, this can be left blank, paste "
|
1416 |
-
"the source code into a [text] %s here."
|
1417 |
-
msgstr ""
|
1418 |
-
"Twitter のウィジェットなどを使用する時、ここを空にできます。%s にソースコード"
|
1419 |
-
"を貼り付けます。"
|
1420 |
|
1421 |
-
|
1422 |
-
|
1423 |
-
|
|
|
|
|
|
|
1424 |
|
1425 |
-
|
1426 |
-
|
1427 |
-
msgstr "ソーシャルボタン"
|
1428 |
|
1429 |
-
|
1430 |
-
|
1431 |
-
|
|
|
|
|
|
|
1432 |
|
1433 |
-
|
1434 |
-
|
1435 |
-
msgid "Home page"
|
1436 |
-
msgstr "トップページ"
|
1437 |
|
1438 |
-
|
1439 |
-
|
1440 |
-
msgstr "ページ"
|
1441 |
|
1442 |
-
|
1443 |
-
|
1444 |
-
msgid "Post"
|
1445 |
-
msgstr "投稿"
|
1446 |
|
1447 |
-
|
1448 |
-
|
1449 |
-
"Within the type of page that is checked, if there is a particular page you "
|
1450 |
-
"do not wish to display, enter the Page ID. If multiple pages, please "
|
1451 |
-
"separate by commas."
|
1452 |
-
msgstr ""
|
1453 |
-
"表示したくない特定のページが有る場合にページ ID を入力して下さい。複数のペー"
|
1454 |
-
"ジがある場合は、カンマで区切って入力して下さい。"
|
1455 |
|
1456 |
-
|
1457 |
-
|
1458 |
-
msgstr "Facebookのコメントボックス"
|
1459 |
|
1460 |
-
|
1461 |
-
|
1462 |
-
msgstr "Facebook のコメントを表示するページタイプを確認して下さい。"
|
1463 |
|
1464 |
-
|
1465 |
-
|
1466 |
-
|
|
|
|
|
|
|
|
|
1467 |
|
1468 |
-
|
1469 |
-
|
1470 |
-
msgstr "Facebook のアプリケーションIDを設定してください。"
|
1471 |
|
1472 |
-
|
1473 |
-
|
1474 |
-
msgstr "サイドバー"
|
1475 |
|
1476 |
-
|
1477 |
-
|
1478 |
-
msgstr "Facebook ページの URL"
|
1479 |
|
1480 |
-
|
1481 |
-
|
1482 |
-
msgstr "タイムラインを表示する"
|
1483 |
|
1484 |
-
|
1485 |
-
|
1486 |
-
msgstr "表示"
|
1487 |
|
1488 |
-
|
1489 |
-
|
1490 |
-
msgstr "アイコンを表示する"
|
1491 |
|
1492 |
-
|
1493 |
-
|
1494 |
-
msgstr "いいねボックスの高さ"
|
1495 |
|
1496 |
-
|
1497 |
-
|
1498 |
-
msgstr "OGP を出力しません"
|
1499 |
|
1500 |
-
|
1501 |
-
|
1502 |
-
|
1503 |
-
"
|
1504 |
-
msgstr ""
|
1505 |
-
|
|
|
|
|
1506 |
|
1507 |
-
|
1508 |
-
|
1509 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1510 |
|
1511 |
-
|
1512 |
-
|
1513 |
-
msgstr "BizVektor を使用して OGP タグを出力しない。"
|
1514 |
|
1515 |
-
|
1516 |
-
|
1517 |
-
|
|
|
|
|
|
|
1518 |
|
1519 |
#~ msgid "Choose Print Bootstrap css"
|
1520 |
#~ msgstr "Bootstrap の CSS を出力するか選択"
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: \n"
|
4 |
+
"POT-Creation-Date: 2015-09-07 19:11+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"
|
25 |
msgstr ""
|
26 |
"有効化されているパッケージがありません。何かの機能を有効化してください。"
|
27 |
|
28 |
+
#: ../common_helpers.php:130
|
29 |
#, php-format
|
30 |
msgid "Search Results for : %s"
|
31 |
msgstr "検索結果 : %s"
|
32 |
|
33 |
+
#: ../common_helpers.php:133
|
34 |
msgid "Not found"
|
35 |
msgstr "見つかりません"
|
36 |
|
37 |
+
#: ../common_helpers.php:142 ../common_helpers.php:214
|
38 |
#, php-format
|
39 |
msgid "Page of %s"
|
40 |
msgstr "%sページ目"
|
41 |
|
42 |
+
#: ../common_helpers.php:174 ../common_helpers.php:182
|
43 |
#, php-format
|
44 |
msgid "About %s"
|
45 |
msgstr "%s について"
|
46 |
|
47 |
+
#: ../common_helpers.php:186 ../common_helpers.php:235
|
48 |
msgid "Y"
|
49 |
msgstr "年"
|
50 |
|
51 |
+
#: ../common_helpers.php:187 ../common_helpers.php:191
|
52 |
+
#: ../common_helpers.php:195 ../common_helpers.php:199
|
53 |
#, php-format
|
54 |
msgid "Article of %s."
|
55 |
msgstr "%s の記事"
|
56 |
|
57 |
+
#: ../common_helpers.php:190 ../common_helpers.php:237
|
58 |
msgid "F Y"
|
59 |
msgstr "年月"
|
60 |
|
61 |
+
#: ../common_helpers.php:233
|
62 |
#, php-format
|
63 |
msgid "Author: %s"
|
64 |
msgstr "著者: %s"
|
65 |
|
66 |
+
#: ../common_helpers.php:239
|
67 |
msgid "F j, Y"
|
68 |
msgstr "月日, 年"
|
69 |
|
70 |
+
#: ../common_helpers.php:242
|
71 |
msgid "Asides"
|
72 |
msgstr "サイド"
|
73 |
|
74 |
+
#: ../common_helpers.php:244
|
75 |
msgid "Galleries"
|
76 |
msgstr "ギャラリー"
|
77 |
|
78 |
+
#: ../common_helpers.php:246
|
79 |
msgid "Images"
|
80 |
msgstr "画像"
|
81 |
|
82 |
+
#: ../common_helpers.php:248
|
83 |
msgid "Videos"
|
84 |
msgstr "ビデオ"
|
85 |
|
86 |
+
#: ../common_helpers.php:250
|
87 |
msgid "Quotes"
|
88 |
msgstr "引用"
|
89 |
|
90 |
+
#: ../common_helpers.php:252
|
91 |
msgid "Links"
|
92 |
msgstr "リンク"
|
93 |
|
94 |
+
#: ../common_helpers.php:254
|
95 |
msgid "Statuses"
|
96 |
msgstr "ステータス"
|
97 |
|
98 |
+
#: ../common_helpers.php:256
|
99 |
msgid "Audio"
|
100 |
msgstr "オーディオ"
|
101 |
|
102 |
+
#: ../common_helpers.php:258
|
103 |
msgid "Chats"
|
104 |
msgstr "チャット"
|
105 |
|
106 |
+
#: ../common_helpers.php:274 ../plugins/other_widget/widget-taxonomies.php:81
|
107 |
msgid "Archives"
|
108 |
msgstr "アーカイブ"
|
109 |
|
110 |
+
#: ../packages.php:65
|
111 |
msgid "Print Bootstrap css and js"
|
112 |
msgstr "Bootstrap の CSS と js を出力"
|
113 |
|
114 |
+
#: ../packages.php:66
|
115 |
msgid ""
|
116 |
"If your using theme has already including Bootstrap, you deactivate this "
|
117 |
"item."
|
120 |
"中のテーマやプラグインで Bootstrap を既に読み込んでいる場合はチェックを外して"
|
121 |
"下さい。"
|
122 |
|
123 |
+
#: ../packages.php:75
|
124 |
msgid "Print link fontawesome"
|
125 |
msgstr "fontawesome link タグを出力"
|
126 |
|
127 |
+
#: ../packages.php:76
|
128 |
msgid "Print fontawesome link tag to html head."
|
129 |
msgstr ""
|
130 |
"fontawesome を読み込むための link タグを html head 内へ出力します。使用中の"
|
131 |
"テーマやプラグインで fontawesome を既に読み込んでいる場合はチェックを外して下"
|
132 |
"さい。"
|
133 |
|
134 |
+
#: ../packages.php:85
|
135 |
msgid "Favicon setting"
|
136 |
msgstr "ファビコン設定"
|
137 |
|
138 |
+
#: ../packages.php:86
|
139 |
msgid "About favicon."
|
140 |
msgstr ""
|
141 |
"ブラウザでページを表示した際にタブやウィンドウのタイトルに表示されるアイコン"
|
142 |
"(ファビコン)を設定します。"
|
143 |
|
144 |
+
#: ../packages.php:95
|
145 |
msgid "Rewrite the title tag"
|
146 |
msgstr "タイトルタグの書き換え"
|
147 |
|
148 |
+
#: ../packages.php:96
|
149 |
msgid "Print is rewritten by its own rules to html head."
|
150 |
msgstr ""
|
151 |
"head title タグ内へ出力される内容を VK EX Unit のルールで出力します。 ( VK "
|
152 |
"EX Unit 側で wp_title() をフィルターフックでカスタマイズ ) 使用中のテーマやプ"
|
153 |
"ラグインで title タグの内容を出力する場合はチェックを外して下さい。"
|
154 |
|
155 |
+
#: ../packages.php:105
|
156 |
+
msgid "Print meta Keyword"
|
157 |
+
msgstr "メタキーワードを出力"
|
158 |
+
|
159 |
+
#: ../packages.php:106
|
160 |
+
msgid "Print meta Keyword to html head."
|
161 |
+
msgstr "ヘッダーにメタキーワードを出力します。"
|
162 |
+
|
163 |
+
#: ../packages.php:109 ../packages.php:146 ../packages.php:163
|
164 |
+
#: ../packages.php:192 ../packages.php:209 ../packages.php:226
|
165 |
+
#: ../packages.php:272 ../packages.php:294
|
166 |
+
msgid "Setting"
|
167 |
+
msgstr "設定"
|
168 |
+
|
169 |
+
#: ../packages.php:121
|
170 |
msgid "Print meta description"
|
171 |
msgstr "メタディスクリプションタグを出力"
|
172 |
|
173 |
+
#: ../packages.php:122
|
174 |
msgid "Print meta description to html head."
|
175 |
msgstr ""
|
176 |
"投稿画面「抜粋」欄に入力されたテキストを meta description タグとして html "
|
177 |
"head 内へ出力します。使用中のテーマやプラグインで meta description タグを出力"
|
178 |
"している場合はチェックを外して下さい。"
|
179 |
|
180 |
+
#: ../packages.php:130
|
181 |
msgid "Main setting page"
|
182 |
msgstr "メイン設定画面"
|
183 |
|
184 |
+
#: ../packages.php:132
|
185 |
msgid "Print og tags to html head."
|
186 |
msgstr "OG タグを html head 内へ出力します。"
|
187 |
|
188 |
+
#: ../packages.php:133
|
189 |
msgid "Print twitter card tags to html head."
|
190 |
msgstr "Twitter カードタグを html head 内へ出力します。"
|
191 |
|
192 |
+
#: ../packages.php:134
|
193 |
msgid "Print social bookmark buttons."
|
194 |
msgstr "ソーシャルブックマークボタンを表示します。"
|
195 |
|
196 |
+
#: ../packages.php:135
|
197 |
msgid "Facebook Page Plugin widget."
|
198 |
msgstr "Facebookページプラグインウィジェット"
|
199 |
|
200 |
+
#: ../packages.php:136
|
201 |
msgid "Print Follow me box to content bottom."
|
202 |
msgstr "Follow me box を記事コンテンツ下のエリアへ表示します。"
|
203 |
|
204 |
+
#: ../packages.php:138
|
205 |
#, php-format
|
206 |
msgid "* You can stop the function separately from the %s."
|
207 |
msgstr "%s から個別に機能を停止する事ができます。"
|
208 |
|
209 |
+
#: ../packages.php:142
|
210 |
msgid "Social media cooperation"
|
211 |
msgstr "ソーシャルメディア連携"
|
212 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
213 |
#: ../packages.php:160
|
214 |
msgid "Print Google Analytics tracking code."
|
215 |
msgstr ""
|
218 |
"のテーマやプラグインで Google アナリティクスのトラッキングコードを埋め込む場"
|
219 |
"合はチェックを外して下さい。"
|
220 |
|
221 |
+
#: ../packages.php:175
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
222 |
msgid "You can use various widgets."
|
223 |
msgstr ""
|
224 |
"以下の機能を持ったウィジェットを追加します。各ウィジェットの設定は「外観」→"
|
225 |
"「ウィジェット」の設定画面より行って下さい。"
|
226 |
|
227 |
+
#: ../packages.php:177
|
228 |
msgid ""
|
229 |
"VK_Recent Posts - display the link text and the date of the latest article "
|
230 |
"title."
|
231 |
msgstr "VK_最新記事 - 最新記事タイトルのリンクテキストと日付を表示します。"
|
232 |
|
233 |
+
#: ../packages.php:178
|
234 |
msgid ""
|
235 |
"VK_Page content to widget - display the contents of the page to the widgets."
|
236 |
msgstr ""
|
237 |
"VK_固定ページ本文 - 固定ページのコンテンツ部分をウィジェットに表示します。"
|
238 |
|
239 |
+
#: ../packages.php:179
|
240 |
msgid "VK_Profile - display the profile entered in the widget."
|
241 |
msgstr "VK_プロフィール - ウィジェットに入力されたプロフィールを表示します。"
|
242 |
|
243 |
+
#: ../packages.php:180
|
244 |
msgid "VK_FB Page Plugin - display the Facebook Page Plugin."
|
245 |
msgstr "VK_FB Page Plugin - Facebook ページプラグインを表示します。"
|
246 |
|
247 |
+
#: ../packages.php:181
|
248 |
msgid "VK_3PR area - display the 3PR area."
|
249 |
msgstr "VK_3PR エリア - 3PR エリアを表示します。"
|
250 |
|
251 |
+
#: ../packages.php:182
|
252 |
msgid "categories/tags list"
|
253 |
msgstr "カテゴリー/タグ リスト"
|
254 |
|
255 |
+
#: ../packages.php:182
|
256 |
msgid "Displays a categories, tags or format list."
|
257 |
msgstr "カテゴリ・タグまたは、フォーマットリストを表示します。"
|
258 |
|
259 |
+
#: ../packages.php:183 ../plugins/other_widget/widget-archives.php:9
|
260 |
msgid "archive list"
|
261 |
msgstr "アーカイブリスト"
|
262 |
|
263 |
+
#: ../packages.php:183 ../plugins/other_widget/widget-archives.php:14
|
264 |
msgid ""
|
265 |
"Displays a list of archives. You can choose the post type and also to "
|
266 |
"display archives by month or by year."
|
268 |
"アーカイブの一覧を表示します。月ごともしくは年ごとでの表示。また、ポストタイ"
|
269 |
"プを選択できます。"
|
270 |
|
271 |
+
#: ../packages.php:188
|
272 |
msgid "Widgets"
|
273 |
msgstr "ウィジェット"
|
274 |
|
275 |
+
#: ../packages.php:205
|
276 |
msgid "CSS customize"
|
277 |
msgstr "CSSカスタマイズ"
|
278 |
|
279 |
+
#: ../packages.php:206
|
280 |
msgid "You can set Customize CSS."
|
281 |
msgstr ""
|
282 |
"テーマデザインをカスタマイズする CSS を管理画面より追加できるようになります。"
|
283 |
"追加する CSS コードは「VK Ex Unit」→「CSS カスタマイズ」の画面にて入力して下"
|
284 |
"さい。"
|
285 |
|
286 |
+
#: ../packages.php:222
|
287 |
+
msgid "Contact Section"
|
288 |
+
msgstr "お問い合わせ"
|
289 |
+
|
290 |
+
#: ../packages.php:223
|
291 |
+
msgid "Display Contact Section at after content."
|
292 |
+
msgstr "お問い合わせ情報を本文の下に表示する"
|
293 |
+
|
294 |
+
#: ../packages.php:240
|
295 |
+
msgid "Child page index"
|
296 |
+
msgstr "子ページの一覧表示"
|
297 |
+
|
298 |
+
#: ../packages.php:241
|
299 |
+
msgid ""
|
300 |
+
"At the bottom of the specified page, it will display a list of the child "
|
301 |
+
"page."
|
302 |
+
msgstr ""
|
303 |
+
"指定した固定ページの下部へ、その固定ページの下層子ページの「ページタイトル / "
|
304 |
+
"サムネイル / 抜粋文 / 該当ページへのリンク」をセットで一覧表示します。"
|
305 |
+
|
306 |
+
#: ../packages.php:251
|
307 |
+
msgid "Display HTML Site Map"
|
308 |
+
msgstr "HTMLサイトマップの表示"
|
309 |
+
|
310 |
+
#: ../packages.php:252
|
311 |
+
msgid "It displays a HTML Site Map to the specified page."
|
312 |
+
msgstr "指定した固定ページにHTMLサイトマップを表示します。"
|
313 |
+
|
314 |
+
#: ../packages.php:260 ../plugins/call_to_action/view.adminsetting.php:10
|
315 |
+
msgid "Display the CTA at the end of the post content."
|
316 |
+
msgstr "投稿内容の最後にCTAを表示します。"
|
317 |
+
|
318 |
+
#: ../packages.php:262 ../plugins/call_to_action/view.adminsetting.php:11
|
319 |
+
msgid ""
|
320 |
+
"The CTA stands for \"Call to action\" and this is the area that prompts the "
|
321 |
+
"user behavior."
|
322 |
+
msgstr ""
|
323 |
+
"CTAは「Call To Action」の略で、ユーザーにとってもらいたい行動へ誘導するための"
|
324 |
+
"情報を表示します。"
|
325 |
+
|
326 |
+
#: ../packages.php:264 ../plugins/call_to_action/view.adminsetting.php:12
|
327 |
+
msgid ""
|
328 |
+
"As an example, text message and a link button for induction to the free "
|
329 |
+
"sample download page."
|
330 |
+
msgstr ""
|
331 |
+
"例えば、無料サンプルのダウンロードページへの誘導のためのテキストやリンクボタ"
|
332 |
+
"ンなどです。"
|
333 |
+
|
334 |
+
#: ../packages.php:268 ../plugins/call_to_action/view.adminsetting.php:6
|
335 |
+
msgid "Call To Action"
|
336 |
+
msgstr "Call To Action"
|
337 |
+
|
338 |
+
#: ../packages.php:277
|
339 |
+
msgid "Contents setting"
|
340 |
+
msgstr "CTA表示内容設定"
|
341 |
+
|
342 |
+
#: ../packages.php:290 ../plugins/insert_ads.php:37
|
343 |
#: ../plugins/insert_ads.php:116
|
344 |
msgid "Insert ads"
|
345 |
msgstr "広告の挿入"
|
346 |
|
347 |
+
#: ../packages.php:291
|
348 |
msgid "Insert ads to content."
|
349 |
msgstr "記事に広告を挿入します"
|
350 |
|
351 |
+
#: ../packages.php:306 ../plugins/related_posts/related_posts.php:34
|
352 |
+
msgid "Related posts"
|
353 |
+
msgstr "関連記事を表示"
|
354 |
+
|
355 |
+
#: ../packages.php:307
|
356 |
+
msgid "Print Related posts lists to post content bottom."
|
357 |
+
msgstr "関連記事を記事コンテンツ下のエリアへ表示します。"
|
358 |
+
|
359 |
#: ../packages.php:316 ../vkExUnit_admin.php:30
|
360 |
msgid "Automatic Eye Catch insert"
|
361 |
msgstr "アイキャッチ画像自動挿入"
|
366 |
"アイキャッチ画像を本文の最初に表示します。各記事毎に非表示にする事も出来ま"
|
367 |
"す。"
|
368 |
|
369 |
+
#: ../packages.php:326
|
370 |
+
#, fuzzy
|
371 |
+
msgid "Disable ping back"
|
372 |
+
msgstr "表示しない"
|
373 |
+
|
374 |
+
#: ../packages.php:327
|
375 |
+
msgid "Disable xmlrpc ping back."
|
376 |
+
msgstr ""
|
377 |
+
|
378 |
#: ../vkExUnit_admin.php:3
|
379 |
msgid "Enable setting"
|
380 |
msgstr "有効化設定"
|
392 |
msgstr "説明"
|
393 |
|
394 |
#: ../vkExUnit_admin.php:83
|
|
|
395 |
msgid "Extension Setting"
|
396 |
+
msgstr "拡張設定"
|
397 |
|
398 |
#: ../vkExUnit_admin.php:86
|
|
|
399 |
msgid "Plugin setting options"
|
400 |
+
msgstr "プラグイン設定オプション"
|
401 |
|
402 |
#: ../vkExUnit_admin.php:88
|
403 |
msgid "Delete myOptions when deactivate me."
|
404 |
+
msgstr "プラグインを無効化する際にDBに保存したオプション項目を削除します。"
|
405 |
|
406 |
#: ../plugins/auto_eyecatch.php:40
|
407 |
msgid "Automatic EyeCatch"
|
411 |
msgid "Do not set eyecatch image automatic."
|
412 |
msgstr "アイキャッチ画像を自動挿入しない"
|
413 |
|
414 |
+
#: ../plugins/child_page_index.php:41
|
415 |
+
#: ../plugins/other_widget/widget-3pr-area.php:270
|
416 |
+
#: ../plugins/other_widget/widget-3pr-area.php:312
|
417 |
+
#: ../plugins/other_widget/widget-3pr-area.php:355
|
418 |
msgid "Read more"
|
419 |
msgstr "詳しくはこちら"
|
420 |
|
421 |
+
#: ../plugins/child_page_index.php:81
|
422 |
msgid "Display a child page index"
|
423 |
msgstr "子ページ一覧の表示"
|
424 |
|
427 |
msgid "Contact"
|
428 |
msgstr "Contact"
|
429 |
|
430 |
+
#: ../plugins/contact_section.php:56 ../plugins/contact_section.php:78
|
431 |
msgid "Please feel free to inquire."
|
432 |
msgstr "お気軽にお問い合わせください。"
|
433 |
|
435 |
msgid "Office hours 9:00 - 18:00 [ Weekdays except holidays ]"
|
436 |
msgstr "受付時間 9:00-18:00 [ 土・日・祝日除く ]"
|
437 |
|
438 |
+
#: ../plugins/contact_section.php:62
|
439 |
+
msgid "Contact us"
|
440 |
+
msgstr "お問い合わせ"
|
441 |
+
|
442 |
+
#: ../plugins/contact_section.php:71
|
443 |
+
msgid "Contact Information"
|
444 |
+
msgstr "お問い合わせ情報"
|
445 |
+
|
446 |
+
#: ../plugins/contact_section.php:75
|
447 |
msgid "Message"
|
448 |
msgstr "メッセージ"
|
449 |
|
450 |
+
#: ../plugins/contact_section.php:78 ../plugins/contact_section.php:85
|
451 |
+
#: ../plugins/contact_section.php:92 ../plugins/contact_section.php:100
|
452 |
+
#: ../plugins/contact_section.php:108 ../plugins/contact_section.php:116
|
453 |
#: ../plugins/google_analytics/ga_admin.php:16 ../plugins/sns/sns_admin.php:31
|
|
|
|
|
|
|
454 |
msgid "ex) "
|
455 |
msgstr "例: "
|
456 |
|
457 |
+
#: ../plugins/contact_section.php:82
|
458 |
msgid "Phone number"
|
459 |
msgstr "電話番号"
|
460 |
|
461 |
+
#: ../plugins/contact_section.php:89 ../plugins/contact_section.php:92
|
462 |
msgid "Office hours"
|
463 |
msgstr "営業時間"
|
464 |
|
465 |
+
#: ../plugins/contact_section.php:92
|
466 |
msgid "Weekdays except holidays"
|
467 |
msgstr "土日・祝日除く"
|
468 |
|
469 |
+
#: ../plugins/contact_section.php:97
|
470 |
msgid "The contact page URL"
|
471 |
msgstr "お問い合わせ先URL"
|
472 |
|
473 |
+
#: ../plugins/contact_section.php:100
|
474 |
msgid "or"
|
475 |
msgstr ""
|
476 |
|
477 |
+
#: ../plugins/contact_section.php:101
|
478 |
msgid "* If you fill in the blank, contact button does not appear."
|
479 |
msgstr "未入力の場合はお問い合わせボタンは表示されません。"
|
480 |
|
481 |
+
#: ../plugins/contact_section.php:105
|
482 |
+
msgid "Contact button Text"
|
483 |
msgstr "お問い合わせボタンに表示するテキスト"
|
484 |
|
485 |
+
#: ../plugins/contact_section.php:108
|
486 |
msgid "Contact Us from email."
|
487 |
msgstr "メールでのお問い合わせはこちら"
|
488 |
|
489 |
+
#: ../plugins/contact_section.php:113
|
490 |
+
msgid "Contact button text( sub )"
|
491 |
msgstr "お問い合わせボタンに表示するテキスト2(オプション)"
|
492 |
|
493 |
+
#: ../plugins/contact_section.php:117
|
494 |
msgid "Email contact form"
|
495 |
msgstr "お気軽にお問い合わせください。"
|
496 |
|
497 |
+
#: ../plugins/contact_section.php:122
|
498 |
+
msgid "Contact button short text for side widget"
|
499 |
+
msgstr "お問い合わせボタンウィジェットに表示するテキスト"
|
500 |
+
|
501 |
+
#: ../plugins/contact_section.php:126
|
502 |
+
msgid "This will used to \"Contact Button\" widget."
|
503 |
+
msgstr ""
|
504 |
+
"このテキストはお問い合わせボタンウィジェットで使用されます。サイドバーでの利"
|
505 |
+
"用を想定していますので少ない文字数で設定してください。"
|
506 |
+
|
507 |
+
#: ../plugins/contact_section.php:147
|
508 |
msgid "Display Contact Section"
|
509 |
msgstr "お問い合わせ情報の表示"
|
510 |
|
511 |
+
#: ../plugins/contact_section.php:222 ../plugins/contact_section.php:249
|
512 |
msgid "Edit contact information"
|
513 |
msgstr "Contact情報を編集"
|
514 |
|
515 |
+
#: ../plugins/contact_section.php:268
|
516 |
+
msgid "Contact Button"
|
517 |
+
msgstr "お問い合わせボタン"
|
518 |
+
|
519 |
+
#: ../plugins/contact_section.php:274 ../plugins/contact_section.php:294
|
520 |
+
#, php-format
|
521 |
+
msgid ""
|
522 |
+
"*It is necessary to set the \"%s\" -> \"Contact Information\" section in "
|
523 |
+
"\"Main setting\" page."
|
524 |
+
msgstr ""
|
525 |
+
"* 「%s」→ 「メイン設定」ページで『お問い合わせ情報』を設定する必要がありま"
|
526 |
+
"す。"
|
527 |
|
528 |
#: ../plugins/footer_copyright_change.php:6
|
529 |
msgid ""
|
676 |
msgid "* keywords common to the entire site can be set from %s."
|
677 |
msgstr "サイト全体のキーワードは %s より設定することができます。"
|
678 |
|
|
|
|
|
|
|
|
|
679 |
#: ../plugins/page_custom_field.php:11
|
680 |
msgid "Setting of insert items"
|
681 |
msgstr "挿入アイテムの設定"
|
682 |
|
683 |
#: ../plugins/call_to_action/class.call_to_action.php:48
|
684 |
+
#: ../plugins/call_to_action/view.actionbox.php:39
|
685 |
msgid "Edit CTA"
|
686 |
msgstr "CTAの編集"
|
687 |
|
850 |
msgstr "両タイプのコードを出力します。"
|
851 |
|
852 |
#: ../plugins/other_widget/widget-3pr-area.php:9
|
853 |
+
#: ../plugins/other_widget/widget-3pr-area.php:241
|
854 |
+
#: ../plugins/other_widget/widget-3pr-area.php:283
|
855 |
+
#: ../plugins/other_widget/widget-3pr-area.php:326
|
856 |
msgid "3PR area"
|
857 |
msgstr "3PR エリア"
|
858 |
|
879 |
#: ../plugins/other_widget/widget-3pr-area.php:48
|
880 |
#: ../plugins/other_widget/widget-3pr-area.php:98
|
881 |
#: ../plugins/other_widget/widget-3pr-area.php:149
|
882 |
+
#: ../plugins/other_widget/widget-new-posts.php:89
|
883 |
#: ../plugins/other_widget/widget-pr-blocks.php:74
|
884 |
#: ../plugins/other_widget/widget-profile.php:40
|
885 |
#: ../plugins/sns/function_fbPagePlugin.php:76
|
944 |
msgid "3PR area3 setting"
|
945 |
msgstr "3PR エリア3 設定"
|
946 |
|
947 |
+
#: ../plugins/other_widget/widget-archives.php:54
|
948 |
+
#: ../plugins/other_widget/widget-archives.php:55
|
949 |
msgid "Monthly archives"
|
950 |
msgstr "月別アーカイブ"
|
951 |
|
952 |
+
#: ../plugins/other_widget/widget-archives.php:64
|
953 |
msgid "Title"
|
954 |
msgstr "タイトル"
|
955 |
|
956 |
+
#: ../plugins/other_widget/widget-archives.php:68
|
957 |
msgid "Post type"
|
958 |
msgstr "ポストタイプ"
|
959 |
|
960 |
+
#: ../plugins/other_widget/widget-archives.php:78
|
961 |
msgid "Monthly"
|
962 |
msgstr "月別"
|
963 |
|
964 |
+
#: ../plugins/other_widget/widget-archives.php:80
|
965 |
msgid "Yearly"
|
966 |
msgstr "年別"
|
967 |
|
968 |
+
#: ../plugins/other_widget/widget-archives.php:98
|
969 |
msgid "archive"
|
970 |
msgstr "アーカイブ"
|
971 |
|
972 |
+
#: ../plugins/other_widget/widget-child-page-list.php:10
|
973 |
+
msgid "Child Page List"
|
974 |
+
msgstr "子ページのリスト"
|
975 |
+
|
976 |
+
#: ../plugins/other_widget/widget-child-page-list.php:15
|
977 |
+
#: ../plugins/other_widget/widget-child-page-list.php:50
|
978 |
+
msgid "Display the child pages list from ancestor page."
|
979 |
+
msgstr "現在のページの先祖階層からの子ページリストを表示します。"
|
980 |
+
|
981 |
#: ../plugins/other_widget/widget-new-posts.php:9
|
982 |
+
#: ../plugins/other_widget/widget-new-posts.php:25
|
983 |
+
#: ../plugins/other_widget/widget-new-posts.php:82
|
984 |
msgid "Recent Posts"
|
985 |
msgstr "最新記事"
|
986 |
|
988 |
msgid "Displays a list of your most recent posts"
|
989 |
msgstr "最新の投稿記事リストを表示します。"
|
990 |
|
991 |
+
#: ../plugins/other_widget/widget-new-posts.php:94
|
992 |
msgid "Display count"
|
993 |
msgstr "表示する記事数"
|
994 |
|
995 |
+
#: ../plugins/other_widget/widget-new-posts.php:99
|
996 |
msgid "Slug for the custom type you want to display"
|
997 |
msgstr "表示したい記事タイプ"
|
998 |
|
999 |
+
#: ../plugins/other_widget/widget-new-posts.php:104
|
1000 |
msgid "taxonomy ID"
|
1001 |
msgstr "カテゴリー(タクソノミー)ID"
|
1002 |
|
1003 |
+
#: ../plugins/other_widget/widget-new-posts.php:106
|
1004 |
msgid "if you need filtering by term, add the term ID separate by \",\"."
|
1005 |
msgstr ""
|
1006 |
"特定のカテゴリーのみ表示したい場合は<br/>カンマ(,)区切りでカテゴリーIDを入力"
|
1007 |
"します。"
|
1008 |
|
1009 |
+
#: ../plugins/other_widget/widget-new-posts.php:108
|
1010 |
msgid "if empty this area, I will do not filtering."
|
1011 |
msgstr "空欄の場合はフィルタリングは行いません。"
|
1012 |
|
1019 |
msgstr "選択したページの内容を表示します。"
|
1020 |
|
1021 |
#: ../plugins/other_widget/widget-page.php:34
|
1022 |
+
#: ../plugins/other_widget/widget-taxonomies.php:60
|
1023 |
msgid "Display page"
|
1024 |
msgstr "ページを表示"
|
1025 |
|
1037 |
|
1038 |
#: ../plugins/other_widget/widget-pr-blocks.php:14
|
1039 |
msgid "Displays a circle image or icon font for pr blocks"
|
1040 |
+
msgstr "丸抜きの画像やアイコンフォントをPRブロックに表示"
|
1041 |
|
1042 |
#: ../plugins/other_widget/widget-pr-blocks.php:22
|
1043 |
msgid "Service"
|
1073 |
"す。それから編集画面を再度開くと列の入力フォームが増減します。"
|
1074 |
|
1075 |
#: ../plugins/other_widget/widget-pr-blocks.php:71
|
1076 |
+
#: ../plugins/other_widget/widget-pr-blocks.php:168
|
1077 |
msgid "PR Block"
|
1078 |
msgstr "PRブロック"
|
1079 |
|
1175 |
msgid "Displays a categories and custom taxonomies list."
|
1176 |
msgstr "カテゴリーやカスタム分類のリストを表示します。"
|
1177 |
|
1178 |
+
#: ../plugins/other_widget/widget-taxonomies.php:47
|
1179 |
+
#: ../plugins/other_widget/widget-taxonomies.php:48
|
1180 |
msgid "Category"
|
1181 |
msgstr "カテゴリー"
|
1182 |
|
1183 |
+
#: ../plugins/other_widget/widget-taxonomies.php:56
|
1184 |
msgid "Label to display"
|
1185 |
msgstr "表示するラベル"
|
1186 |
|
1187 |
+
#: ../plugins/other_widget/widget-taxonomies.php:76
|
1188 |
msgid "Blog"
|
1189 |
msgstr "ブログ"
|
1190 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1191 |
#: ../plugins/other_widget/old/widget-rss-widget.php:9
|
1192 |
msgid "Displays entries list from a RSS feed link."
|
1193 |
msgstr "RSSフィードリンクからエントリーリストを表示します。"
|
1226 |
msgid "HTML Sitemap"
|
1227 |
msgstr "HTMLサイトマップ"
|
1228 |
|
1229 |
+
#: ../plugins/sitemap_page/sitemap_page.php:224
|
1230 |
msgid "Display a HTML sitemap"
|
1231 |
msgstr "HTMLサイトマップの表示"
|
1232 |
|
1272 |
msgid "SNS Settings"
|
1273 |
msgstr "SNS設定"
|
1274 |
|
1275 |
+
#: ../plugins/sns/sns_admin.php:13
|
1276 |
msgid "facebook application ID"
|
1277 |
msgstr "facebookアプリケーションID"
|
1278 |
|
1279 |
+
#: ../plugins/sns/sns_admin.php:15
|
1280 |
msgid "I will check and get the application ID"
|
1281 |
msgstr "アプリケーションIDを確認・取得する "
|
1282 |
|
1283 |
+
#: ../plugins/sns/sns_admin.php:16
|
1284 |
msgid ""
|
1285 |
"* If an application ID is not specified, neither a Like button nor the "
|
1286 |
"comment field displays and operates correctly."
|
1288 |
"※アプリケーションIDを入力しないとボタンやコメント欄が表示・正しく動作しませ"
|
1289 |
"ん。"
|
1290 |
|
1291 |
+
#: ../plugins/sns/sns_admin.php:17
|
1292 |
msgid ""
|
1293 |
"Please search for terms as [get Facebook application ID] If you do not know "
|
1294 |
"much about how to get application ID for Facebook."
|
1304 |
msgid "OG default image"
|
1305 |
msgstr "デフォルトのOGPイメージ"
|
1306 |
|
1307 |
+
#: ../plugins/sns/sns_admin.php:27
|
1308 |
msgid ""
|
1309 |
"If, for example someone pressed the Facebook [Like] button, this is the "
|
1310 |
"image that appears on the Facebook timeline."
|
1312 |
"Facebookの「いいね!」ボタンを押した際、ここで設定した画像が Facebook のタイ"
|
1313 |
"ムラインに表示されます。"
|
1314 |
|
1315 |
+
#: ../plugins/sns/sns_admin.php:28
|
1316 |
msgid "If a featured image is specified for the page, it takes precedence."
|
1317 |
msgstr ""
|
1318 |
"ページにアイキャッチ画像が指定されている場合は、アイキャッチ画像が優先されま"
|
1319 |
"す。"
|
1320 |
|
1321 |
+
#: ../plugins/sns/sns_admin.php:30
|
1322 |
msgid "Select an image"
|
1323 |
msgstr "画像を選択"
|
1324 |
|
1325 |
+
#: ../plugins/sns/sns_admin.php:32
|
1326 |
msgid ""
|
1327 |
"* Picture sizes are 300x300 pixels or more and picture ratio 16:9 is "
|
1328 |
"recommended."
|
1376 |
msgid "Follow me box title"
|
1377 |
msgstr "Follow me box の見出しテキスト"
|
1378 |
|
1379 |
+
#: ../plugins_admin/dashboard_info_widget.php:18
|
1380 |
+
msgid "News from VK All in One Expansion Unit"
|
1381 |
+
msgstr "VK All in One Expansion Unit からのお知らせ"
|
1382 |
|
1383 |
+
#: ../plugins_admin/disable_admin_edit.php:17
|
1384 |
+
#: ../plugins_admin/disable_admin_edit.php:37
|
1385 |
+
#: ../plugins_admin/disable_admin_edit.php:38
|
1386 |
+
msgid "Edit Guide"
|
1387 |
+
msgstr "編集ガイド"
|
1388 |
|
1389 |
+
#: ../plugins_admin/news_from_exUnit.php:38
|
1390 |
+
msgid "Sorry, there is no post"
|
1391 |
+
msgstr "お知らせはありません。"
|
1392 |
|
1393 |
+
#~ msgid "* It is necessary to set the Theme options page."
|
1394 |
+
#~ msgstr "* テーマオプションページで設定する必要があります。"
|
|
|
|
|
|
|
|
|
|
|
1395 |
|
1396 |
+
#~ msgid "Social media"
|
1397 |
+
#~ msgstr "ソーシャルメディア"
|
|
|
1398 |
|
1399 |
+
#~ msgid "If you are unsure, you can leave for later."
|
1400 |
+
#~ msgstr "不明な場合は後で設定することができます。"
|
|
|
1401 |
|
1402 |
+
#~ msgid ""
|
1403 |
+
#~ "If you wish to link to a personal account or a Facebook page banner will "
|
1404 |
+
#~ "be displayed if you enter the URL."
|
1405 |
+
#~ msgstr ""
|
1406 |
+
#~ "個人アカウントやFacebookページのバナーにリンクしたい場合は URL を入力して"
|
1407 |
+
#~ "下さい。"
|
1408 |
|
1409 |
+
#~ msgid "Facebook user ID (optional)"
|
1410 |
+
#~ msgstr "Facebook ユーザーID( オプション )"
|
|
|
|
|
|
|
|
|
|
|
1411 |
|
1412 |
+
#~ msgid "Please enter the Facebook user ID of the administrator."
|
1413 |
+
#~ msgstr "管理者のFacebookユーザーIDを入力してください。"
|
|
|
|
|
|
|
|
|
1414 |
|
1415 |
+
#~ msgid "* It is not the application ID of the Facebook page."
|
1416 |
+
#~ msgstr "* FacebookページのアプリケーションIDではありません。"
|
|
|
1417 |
|
1418 |
+
#~ msgid ""
|
1419 |
+
#~ "You can see the personal Facebook ID when you access the following url "
|
1420 |
+
#~ "http://graph.facebook.com/(own url name(example: hidekazu.ishikawa))."
|
1421 |
+
#~ msgstr ""
|
1422 |
+
#~ "このアドレス [ http://graph.facebook.com/( 自分の名前のURL (例 : hidekazu."
|
1423 |
+
#~ "ishikawa) ) ] にアクセスして個人の Facebook ID を確認できます。"
|
1424 |
|
1425 |
+
#~ msgid ""
|
1426 |
+
#~ "Please search for terms as [find facebook user ID] if you are still not "
|
1427 |
+
#~ "sure."
|
1428 |
+
#~ msgstr ""
|
1429 |
+
#~ "まだ不明な場合は、[ FacebookのユーザーIDを検索 ] などのキーワードで検索し"
|
1430 |
+
#~ "て下さい。"
|
1431 |
|
1432 |
+
#~ msgid "twitter account"
|
1433 |
+
#~ msgstr "Twitter アカウント"
|
|
|
|
|
|
|
|
|
|
|
|
|
1434 |
|
1435 |
+
#~ msgid ""
|
1436 |
+
#~ "If you would like to link to a Twitter account, banner will be displayed "
|
1437 |
+
#~ "if you enter the account name."
|
1438 |
+
#~ msgstr ""
|
1439 |
+
#~ "Twitterアカウントをバナーにリンクしたい場合は、アカウント名を入力して下さ"
|
1440 |
+
#~ "い。"
|
1441 |
|
1442 |
+
#~ msgid "widget"
|
1443 |
+
#~ msgstr "ウィジェット"
|
|
|
1444 |
|
1445 |
+
#~ msgid ""
|
1446 |
+
#~ "* If you prefer to use Twitter widgets etc, this can be left blank, paste "
|
1447 |
+
#~ "the source code into a [text] %s here."
|
1448 |
+
#~ msgstr ""
|
1449 |
+
#~ "Twitter のウィジェットなどを使用する時、ここを空にできます。%s にソース"
|
1450 |
+
#~ "コードを貼り付けます。"
|
1451 |
|
1452 |
+
#~ msgid "OGP default image"
|
1453 |
+
#~ msgstr "OGP デフォルト画像"
|
|
|
|
|
1454 |
|
1455 |
+
#~ msgid "Social buttons"
|
1456 |
+
#~ msgstr "ソーシャルボタン"
|
|
|
1457 |
|
1458 |
+
#~ msgid "Please check the type of page that displays the social button."
|
1459 |
+
#~ msgstr "ページに表示するソーシャルボタンの種類を選択して下さい。"
|
|
|
|
|
1460 |
|
1461 |
+
#~ msgid "Home page"
|
1462 |
+
#~ msgstr "トップページ"
|
|
|
|
|
|
|
|
|
|
|
|
|
1463 |
|
1464 |
+
#~ msgid "Page"
|
1465 |
+
#~ msgstr "ページ"
|
|
|
1466 |
|
1467 |
+
#~ msgid "Post"
|
1468 |
+
#~ msgstr "投稿"
|
|
|
1469 |
|
1470 |
+
#~ msgid ""
|
1471 |
+
#~ "Within the type of page that is checked, if there is a particular page "
|
1472 |
+
#~ "you do not wish to display, enter the Page ID. If multiple pages, please "
|
1473 |
+
#~ "separate by commas."
|
1474 |
+
#~ msgstr ""
|
1475 |
+
#~ "表示したくない特定のページが有る場合にページ ID を入力して下さい。複数の"
|
1476 |
+
#~ "ページがある場合は、カンマで区切って入力して下さい。"
|
1477 |
|
1478 |
+
#~ msgid "facebook comments box"
|
1479 |
+
#~ msgstr "Facebookのコメントボックス"
|
|
|
1480 |
|
1481 |
+
#~ msgid "Please check the type of the page to display Facebook comments."
|
1482 |
+
#~ msgstr "Facebook のコメントを表示するページタイプを確認して下さい。"
|
|
|
1483 |
|
1484 |
+
#~ msgid "If you wish to use Facebook LikeBox, please check the location."
|
1485 |
+
#~ msgstr "Facebook のいいねボックスを使用する場合は、場所を確認して下さい。"
|
|
|
1486 |
|
1487 |
+
#~ msgid "* Please be sure to set Facebook application ID."
|
1488 |
+
#~ msgstr "Facebook のアプリケーションIDを設定してください。"
|
|
|
1489 |
|
1490 |
+
#~ msgid "Side bar"
|
1491 |
+
#~ msgstr "サイドバー"
|
|
|
1492 |
|
1493 |
+
#~ msgid "URL of the Facebook page."
|
1494 |
+
#~ msgstr "Facebook ページの URL"
|
|
|
1495 |
|
1496 |
+
#~ msgid "Display stream"
|
1497 |
+
#~ msgstr "タイムラインを表示する"
|
|
|
1498 |
|
1499 |
+
#~ msgid "Display"
|
1500 |
+
#~ msgstr "表示"
|
|
|
1501 |
|
1502 |
+
#~ msgid "Display faces"
|
1503 |
+
#~ msgstr "アイコンを表示する"
|
1504 |
+
|
1505 |
+
#~ msgid "Height of LikeBox"
|
1506 |
+
#~ msgstr "いいねボックスの高さ"
|
1507 |
+
|
1508 |
+
#~ msgid "Do not output the OGP"
|
1509 |
+
#~ msgstr "OGP を出力しません"
|
1510 |
|
1511 |
+
#~ msgid ""
|
1512 |
+
#~ "If other plug-ins are used for the OGP, do not output the OGP using "
|
1513 |
+
#~ "BizVektor."
|
1514 |
+
#~ msgstr ""
|
1515 |
+
#~ "他の OGP プラグインを使用している場合は、BizVektor を使用して出力しませ"
|
1516 |
+
#~ "ん。"
|
1517 |
+
|
1518 |
+
#~ msgid "I want to output the OGP tags using BizVektor"
|
1519 |
+
#~ msgstr "BizVektor を使用して OGP タグを出力したい。"
|
1520 |
+
|
1521 |
+
#~ msgid "Do not output OGP tags using BizVektor"
|
1522 |
+
#~ msgstr "BizVektor を使用して OGP タグを出力しない。"
|
1523 |
|
1524 |
+
#~ msgid "Page top"
|
1525 |
+
#~ msgstr "ページ先頭へ"
|
|
|
1526 |
|
1527 |
+
#~ msgid ""
|
1528 |
+
#~ "*It is necessary to set the \"%s\" -> \"Contact\" section in \"Main "
|
1529 |
+
#~ "setting\" page."
|
1530 |
+
#~ msgstr ""
|
1531 |
+
#~ "* 「%s」→ 「メイン設定」ページで『お問い合わせ情報』を設定する必要がありま"
|
1532 |
+
#~ "す。"
|
1533 |
|
1534 |
#~ msgid "Choose Print Bootstrap css"
|
1535 |
#~ msgstr "Bootstrap の CSS を出力するか選択"
|
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-
|
5 |
"PO-Revision-Date: \n"
|
6 |
"Last-Translator: Kurudrive <kurudrive@gmail.com>\n"
|
7 |
"Language-Team: Vektor,Inc. <info@vektor-inc.co.jp>\n"
|
@@ -22,301 +22,301 @@ msgstr ""
|
|
22 |
msgid "Activated Packages is noting. please activate some package."
|
23 |
msgstr ""
|
24 |
|
25 |
-
#: common_helpers.php:
|
26 |
#, php-format
|
27 |
msgid "Search Results for : %s"
|
28 |
msgstr ""
|
29 |
|
30 |
-
#: common_helpers.php:
|
31 |
msgid "Not found"
|
32 |
msgstr ""
|
33 |
|
34 |
-
#: common_helpers.php:
|
35 |
#, php-format
|
36 |
msgid "Page of %s"
|
37 |
msgstr ""
|
38 |
|
39 |
-
#: common_helpers.php:
|
40 |
#, php-format
|
41 |
msgid "About %s"
|
42 |
msgstr ""
|
43 |
|
44 |
-
#: common_helpers.php:
|
45 |
msgid "Y"
|
46 |
msgstr ""
|
47 |
|
48 |
-
#: common_helpers.php:
|
49 |
-
#: common_helpers.php:
|
50 |
#, php-format
|
51 |
msgid "Article of %s."
|
52 |
msgstr ""
|
53 |
|
54 |
-
#: common_helpers.php:
|
55 |
msgid "F Y"
|
56 |
msgstr ""
|
57 |
|
58 |
-
#: common_helpers.php:
|
59 |
#, php-format
|
60 |
msgid "Author: %s"
|
61 |
msgstr ""
|
62 |
|
63 |
-
#: common_helpers.php:
|
64 |
msgid "F j, Y"
|
65 |
msgstr ""
|
66 |
|
67 |
-
#: common_helpers.php:
|
68 |
msgid "Asides"
|
69 |
msgstr ""
|
70 |
|
71 |
-
#: common_helpers.php:
|
72 |
msgid "Galleries"
|
73 |
msgstr ""
|
74 |
|
75 |
-
#: common_helpers.php:
|
76 |
msgid "Images"
|
77 |
msgstr ""
|
78 |
|
79 |
-
#: common_helpers.php:
|
80 |
msgid "Videos"
|
81 |
msgstr ""
|
82 |
|
83 |
-
#: common_helpers.php:
|
84 |
msgid "Quotes"
|
85 |
msgstr ""
|
86 |
|
87 |
-
#: common_helpers.php:
|
88 |
msgid "Links"
|
89 |
msgstr ""
|
90 |
|
91 |
-
#: common_helpers.php:
|
92 |
msgid "Statuses"
|
93 |
msgstr ""
|
94 |
|
95 |
-
#: common_helpers.php:
|
96 |
msgid "Audio"
|
97 |
msgstr ""
|
98 |
|
99 |
-
#: common_helpers.php:
|
100 |
msgid "Chats"
|
101 |
msgstr ""
|
102 |
|
103 |
-
#: common_helpers.php:
|
104 |
msgid "Archives"
|
105 |
msgstr ""
|
106 |
|
107 |
-
#: packages.php:
|
108 |
msgid "Print Bootstrap css and js"
|
109 |
msgstr ""
|
110 |
|
111 |
-
#: packages.php:
|
112 |
msgid ""
|
113 |
"If your using theme has already including Bootstrap, you deactivate this "
|
114 |
"item."
|
115 |
msgstr ""
|
116 |
|
117 |
-
#: packages.php:
|
118 |
msgid "Print link fontawesome"
|
119 |
msgstr ""
|
120 |
|
121 |
-
#: packages.php:
|
122 |
msgid "Print fontawesome link tag to html head."
|
123 |
msgstr ""
|
124 |
|
125 |
-
#: packages.php:
|
126 |
msgid "Favicon setting"
|
127 |
msgstr ""
|
128 |
|
129 |
-
#: packages.php:
|
130 |
msgid "About favicon."
|
131 |
msgstr ""
|
132 |
|
133 |
-
#: packages.php:
|
134 |
msgid "Rewrite the title tag"
|
135 |
msgstr ""
|
136 |
|
137 |
-
#: packages.php:
|
138 |
msgid "Print is rewritten by its own rules to html head."
|
139 |
msgstr ""
|
140 |
|
141 |
-
#: packages.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
142 |
msgid "Print meta description"
|
143 |
msgstr ""
|
144 |
|
145 |
-
#: packages.php:
|
146 |
msgid "Print meta description to html head."
|
147 |
msgstr ""
|
148 |
|
149 |
-
#: packages.php:
|
150 |
msgid "Main setting page"
|
151 |
msgstr ""
|
152 |
|
153 |
-
#: packages.php:
|
154 |
msgid "Print og tags to html head."
|
155 |
msgstr ""
|
156 |
|
157 |
-
#: packages.php:
|
158 |
msgid "Print twitter card tags to html head."
|
159 |
msgstr ""
|
160 |
|
161 |
-
#: packages.php:
|
162 |
msgid "Print social bookmark buttons."
|
163 |
msgstr ""
|
164 |
|
165 |
-
#: packages.php:
|
166 |
msgid "Facebook Page Plugin widget."
|
167 |
msgstr ""
|
168 |
|
169 |
-
#: packages.php:
|
170 |
msgid "Print Follow me box to content bottom."
|
171 |
msgstr ""
|
172 |
|
173 |
-
#: packages.php:
|
174 |
#, php-format
|
175 |
msgid "* You can stop the function separately from the %s."
|
176 |
msgstr ""
|
177 |
|
178 |
-
#: packages.php:125
|
179 |
-
msgid "Social media cooperation"
|
180 |
-
msgstr ""
|
181 |
-
|
182 |
-
#: packages.php:129 packages.php:146 packages.php:163 packages.php:190
|
183 |
-
#: packages.php:235 packages.php:269 packages.php:286 packages.php:303
|
184 |
-
msgid "Setting"
|
185 |
-
msgstr ""
|
186 |
-
|
187 |
#: packages.php:142
|
188 |
-
msgid "
|
189 |
-
msgstr ""
|
190 |
-
|
191 |
-
#: packages.php:143
|
192 |
-
msgid "Print meta Keyword to html head."
|
193 |
msgstr ""
|
194 |
|
195 |
#: packages.php:160
|
196 |
msgid "Print Google Analytics tracking code."
|
197 |
msgstr ""
|
198 |
|
199 |
-
#: packages.php:
|
200 |
-
msgid "
|
201 |
msgstr ""
|
202 |
|
203 |
#: packages.php:177
|
204 |
-
msgid "
|
|
|
|
|
205 |
msgstr ""
|
206 |
|
207 |
-
#: packages.php:
|
208 |
-
msgid "
|
|
|
209 |
msgstr ""
|
210 |
|
211 |
-
#: packages.php:
|
212 |
-
msgid "
|
213 |
msgstr ""
|
214 |
|
215 |
-
#: packages.php:
|
216 |
-
msgid "
|
217 |
msgstr ""
|
218 |
|
219 |
-
#: packages.php:
|
220 |
-
msgid ""
|
221 |
-
"At the bottom of the specified page, it will display a list of the child "
|
222 |
-
"page."
|
223 |
msgstr ""
|
224 |
|
225 |
-
#: packages.php:
|
226 |
-
msgid "
|
227 |
msgstr ""
|
228 |
|
229 |
-
#: packages.php:
|
230 |
-
msgid "
|
231 |
msgstr ""
|
232 |
|
233 |
-
#: packages.php:
|
234 |
-
msgid "
|
235 |
msgstr ""
|
236 |
|
237 |
-
#: packages.php:
|
238 |
msgid ""
|
239 |
-
"
|
240 |
-
"
|
241 |
msgstr ""
|
242 |
|
243 |
-
#: packages.php:
|
244 |
-
msgid ""
|
245 |
-
"As an example, text message and a link button for induction to the free "
|
246 |
-
"sample download page."
|
247 |
msgstr ""
|
248 |
|
249 |
-
#: packages.php:
|
250 |
-
msgid "
|
251 |
msgstr ""
|
252 |
|
253 |
-
#: packages.php:
|
254 |
-
msgid "
|
255 |
msgstr ""
|
256 |
|
257 |
-
#: packages.php:
|
258 |
-
msgid "
|
259 |
msgstr ""
|
260 |
|
261 |
-
#: packages.php:
|
262 |
-
msgid ""
|
263 |
-
"VK_Recent Posts - display the link text and the date of the latest article "
|
264 |
-
"title."
|
265 |
msgstr ""
|
266 |
|
267 |
-
#: packages.php:
|
268 |
-
msgid ""
|
269 |
-
"VK_Page content to widget - display the contents of the page to the widgets."
|
270 |
msgstr ""
|
271 |
|
272 |
-
#: packages.php:
|
273 |
-
msgid "
|
|
|
|
|
274 |
msgstr ""
|
275 |
|
276 |
-
#: packages.php:
|
277 |
-
msgid "
|
278 |
msgstr ""
|
279 |
|
280 |
-
#: packages.php:
|
281 |
-
msgid "
|
282 |
msgstr ""
|
283 |
|
284 |
-
#: packages.php:
|
285 |
-
msgid "
|
286 |
msgstr ""
|
287 |
|
288 |
-
#: packages.php:
|
289 |
-
msgid "
|
|
|
|
|
290 |
msgstr ""
|
291 |
|
292 |
-
#: packages.php:
|
293 |
-
msgid "
|
|
|
|
|
294 |
msgstr ""
|
295 |
|
296 |
-
#: packages.php:
|
297 |
-
msgid ""
|
298 |
-
"Displays a list of archives. You can choose the post type and also to "
|
299 |
-
"display archives by month or by year."
|
300 |
msgstr ""
|
301 |
|
302 |
-
#: packages.php:
|
303 |
-
msgid "
|
304 |
msgstr ""
|
305 |
|
306 |
-
#: packages.php:
|
307 |
-
msgid "
|
308 |
msgstr ""
|
309 |
|
310 |
-
#: packages.php:
|
311 |
-
msgid "
|
312 |
msgstr ""
|
313 |
|
314 |
-
#: packages.php:
|
315 |
-
msgid "
|
316 |
msgstr ""
|
317 |
|
318 |
-
#: packages.php:
|
319 |
-
msgid "
|
320 |
msgstr ""
|
321 |
|
322 |
#: packages.php:316 vkExUnit_admin.php:30
|
@@ -327,6 +327,14 @@ msgstr ""
|
|
327 |
msgid "Display Eye Catch image at before content."
|
328 |
msgstr ""
|
329 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
330 |
#: vkExUnit_admin.php:3
|
331 |
msgid "Enable setting"
|
332 |
msgstr ""
|
@@ -363,14 +371,14 @@ msgstr ""
|
|
363 |
msgid "Do not set eyecatch image automatic."
|
364 |
msgstr ""
|
365 |
|
366 |
-
#: plugins/child_page_index.php:
|
367 |
-
#: plugins/other_widget/widget-3pr-area.php:
|
368 |
-
#: plugins/other_widget/widget-3pr-area.php:
|
369 |
-
#: plugins/other_widget/widget-3pr-area.php:
|
370 |
msgid "Read more"
|
371 |
msgstr ""
|
372 |
|
373 |
-
#: plugins/child_page_index.php:
|
374 |
msgid "Display a child page index"
|
375 |
msgstr ""
|
376 |
|
@@ -378,7 +386,7 @@ msgstr ""
|
|
378 |
msgid "Contact"
|
379 |
msgstr ""
|
380 |
|
381 |
-
#: plugins/contact_section.php:56 plugins/contact_section.php:
|
382 |
msgid "Please feel free to inquire."
|
383 |
msgstr ""
|
384 |
|
@@ -386,13 +394,21 @@ msgstr ""
|
|
386 |
msgid "Office hours 9:00 - 18:00 [ Weekdays except holidays ]"
|
387 |
msgstr ""
|
388 |
|
389 |
-
#: plugins/contact_section.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
390 |
msgid "Message"
|
391 |
msgstr ""
|
392 |
|
393 |
-
#: plugins/contact_section.php:
|
394 |
-
#: plugins/contact_section.php:
|
395 |
-
#: plugins/contact_section.php:
|
396 |
#: plugins/google_analytics/ga_admin.php:16 plugins/sns/sns_admin.php:31
|
397 |
#: plugins/sns/old/sns_admin.php:20 plugins/sns/old/sns_admin.php:61
|
398 |
#: plugins/sns/old/sns_admin.php:79 plugins/sns/old/sns_admin.php:98
|
@@ -400,56 +416,78 @@ msgstr ""
|
|
400 |
msgid "ex) "
|
401 |
msgstr ""
|
402 |
|
403 |
-
#: plugins/contact_section.php:
|
404 |
msgid "Phone number"
|
405 |
msgstr ""
|
406 |
|
407 |
-
#: plugins/contact_section.php:
|
408 |
msgid "Office hours"
|
409 |
msgstr ""
|
410 |
|
411 |
-
#: plugins/contact_section.php:
|
412 |
msgid "Weekdays except holidays"
|
413 |
msgstr ""
|
414 |
|
415 |
-
#: plugins/contact_section.php:
|
416 |
msgid "The contact page URL"
|
417 |
msgstr ""
|
418 |
|
419 |
-
#: plugins/contact_section.php:
|
420 |
msgid "or"
|
421 |
msgstr ""
|
422 |
|
423 |
-
#: plugins/contact_section.php:
|
424 |
msgid "* If you fill in the blank, contact button does not appear."
|
425 |
msgstr ""
|
426 |
|
427 |
-
#: plugins/contact_section.php:
|
428 |
msgid "Contact button Text."
|
429 |
msgstr ""
|
430 |
|
431 |
-
#: plugins/contact_section.php:
|
432 |
msgid "Contact Us from email."
|
433 |
msgstr ""
|
434 |
|
435 |
-
#: plugins/contact_section.php:
|
436 |
-
msgid "Contact button
|
437 |
msgstr ""
|
438 |
|
439 |
-
#: plugins/contact_section.php:
|
440 |
msgid "Email contact form"
|
441 |
msgstr ""
|
442 |
|
443 |
-
#: plugins/contact_section.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
444 |
msgid "Display Contact Section"
|
445 |
msgstr ""
|
446 |
|
447 |
-
#: plugins/contact_section.php:
|
448 |
msgid "Edit contact information"
|
449 |
msgstr ""
|
450 |
|
451 |
-
#: plugins/
|
452 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
453 |
msgstr ""
|
454 |
|
455 |
#: plugins/footer_copyright_change.php:6
|
@@ -580,15 +618,12 @@ msgstr ""
|
|
580 |
msgid "* keywords common to the entire site can be set from %s."
|
581 |
msgstr ""
|
582 |
|
583 |
-
#: plugins/news_from_exUnit.php:38
|
584 |
-
msgid "Sorry, there is no post"
|
585 |
-
msgstr ""
|
586 |
-
|
587 |
#: plugins/page_custom_field.php:11
|
588 |
msgid "Setting of insert items"
|
589 |
msgstr ""
|
590 |
|
591 |
#: plugins/call_to_action/class.call_to_action.php:48
|
|
|
592 |
msgid "Edit CTA"
|
593 |
msgstr ""
|
594 |
|
@@ -753,9 +788,9 @@ msgid "To output both types"
|
|
753 |
msgstr ""
|
754 |
|
755 |
#: plugins/other_widget/widget-3pr-area.php:9
|
756 |
-
#: plugins/other_widget/widget-3pr-area.php:
|
757 |
-
#: plugins/other_widget/widget-3pr-area.php:
|
758 |
-
#: plugins/other_widget/widget-3pr-area.php:
|
759 |
msgid "3PR area"
|
760 |
msgstr ""
|
761 |
|
@@ -782,7 +817,7 @@ msgstr ""
|
|
782 |
#: plugins/other_widget/widget-3pr-area.php:48
|
783 |
#: plugins/other_widget/widget-3pr-area.php:98
|
784 |
#: plugins/other_widget/widget-3pr-area.php:149
|
785 |
-
#: plugins/other_widget/widget-new-posts.php:
|
786 |
#: plugins/other_widget/widget-pr-blocks.php:74
|
787 |
#: plugins/other_widget/widget-profile.php:40
|
788 |
#: plugins/sns/function_fbPagePlugin.php:76
|
@@ -845,34 +880,43 @@ msgstr ""
|
|
845 |
msgid "3PR area3 setting"
|
846 |
msgstr ""
|
847 |
|
848 |
-
#: plugins/other_widget/widget-archives.php:
|
849 |
-
#: plugins/other_widget/widget-archives.php:
|
850 |
msgid "Monthly archives"
|
851 |
msgstr ""
|
852 |
|
853 |
-
#: plugins/other_widget/widget-archives.php:
|
854 |
msgid "Title"
|
855 |
msgstr ""
|
856 |
|
857 |
-
#: plugins/other_widget/widget-archives.php:
|
858 |
msgid "Post type"
|
859 |
msgstr ""
|
860 |
|
861 |
-
#: plugins/other_widget/widget-archives.php:
|
862 |
msgid "Monthly"
|
863 |
msgstr ""
|
864 |
|
865 |
-
#: plugins/other_widget/widget-archives.php:
|
866 |
msgid "Yearly"
|
867 |
msgstr ""
|
868 |
|
869 |
-
#: plugins/other_widget/widget-archives.php:
|
870 |
msgid "archive"
|
871 |
msgstr ""
|
872 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
873 |
#: plugins/other_widget/widget-new-posts.php:9
|
874 |
-
#: plugins/other_widget/widget-new-posts.php:
|
875 |
-
#: plugins/other_widget/widget-new-posts.php:
|
876 |
msgid "Recent Posts"
|
877 |
msgstr ""
|
878 |
|
@@ -880,23 +924,23 @@ msgstr ""
|
|
880 |
msgid "Displays a list of your most recent posts"
|
881 |
msgstr ""
|
882 |
|
883 |
-
#: plugins/other_widget/widget-new-posts.php:
|
884 |
msgid "Display count"
|
885 |
msgstr ""
|
886 |
|
887 |
-
#: plugins/other_widget/widget-new-posts.php:
|
888 |
msgid "Slug for the custom type you want to display"
|
889 |
msgstr ""
|
890 |
|
891 |
-
#: plugins/other_widget/widget-new-posts.php:
|
892 |
msgid "taxonomy ID"
|
893 |
msgstr ""
|
894 |
|
895 |
-
#: plugins/other_widget/widget-new-posts.php:
|
896 |
msgid "if you need filtering by term, add the term ID separate by \",\"."
|
897 |
msgstr ""
|
898 |
|
899 |
-
#: plugins/other_widget/widget-new-posts.php:
|
900 |
msgid "if empty this area, I will do not filtering."
|
901 |
msgstr ""
|
902 |
|
@@ -909,7 +953,7 @@ msgid "Displays a page contents to widget."
|
|
909 |
msgstr ""
|
910 |
|
911 |
#: plugins/other_widget/widget-page.php:34
|
912 |
-
#: plugins/other_widget/widget-taxonomies.php:
|
913 |
msgid "Display page"
|
914 |
msgstr ""
|
915 |
|
@@ -961,7 +1005,7 @@ msgid ""
|
|
961 |
msgstr ""
|
962 |
|
963 |
#: plugins/other_widget/widget-pr-blocks.php:71
|
964 |
-
#: plugins/other_widget/widget-pr-blocks.php:
|
965 |
msgid "PR Block"
|
966 |
msgstr ""
|
967 |
|
@@ -1062,27 +1106,19 @@ msgstr ""
|
|
1062 |
msgid "Displays a categories and custom taxonomies list."
|
1063 |
msgstr ""
|
1064 |
|
1065 |
-
#: plugins/other_widget/widget-taxonomies.php:
|
1066 |
-
#: plugins/other_widget/widget-taxonomies.php:
|
1067 |
msgid "Category"
|
1068 |
msgstr ""
|
1069 |
|
1070 |
-
#: plugins/other_widget/widget-taxonomies.php:
|
1071 |
msgid "Label to display"
|
1072 |
msgstr ""
|
1073 |
|
1074 |
-
#: plugins/other_widget/widget-taxonomies.php:
|
1075 |
msgid "Blog"
|
1076 |
msgstr ""
|
1077 |
|
1078 |
-
#: plugins/other_widget/old/widget-child-page-list.php:9
|
1079 |
-
msgid "Displays list of child page for the current page."
|
1080 |
-
msgstr ""
|
1081 |
-
|
1082 |
-
#: plugins/other_widget/old/widget-child-page-list.php:11
|
1083 |
-
msgid "child pages list"
|
1084 |
-
msgstr ""
|
1085 |
-
|
1086 |
#: plugins/other_widget/old/widget-rss-widget.php:9
|
1087 |
msgid "Displays entries list from a RSS feed link."
|
1088 |
msgstr ""
|
@@ -1121,7 +1157,7 @@ msgstr ""
|
|
1121 |
msgid "HTML Sitemap"
|
1122 |
msgstr ""
|
1123 |
|
1124 |
-
#: plugins/sitemap_page/sitemap_page.php:
|
1125 |
msgid "Display a HTML sitemap"
|
1126 |
msgstr ""
|
1127 |
|
@@ -1397,3 +1433,17 @@ msgstr ""
|
|
1397 |
#: plugins/sns/old/sns_admin.php:149
|
1398 |
msgid "Page top"
|
1399 |
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: \n"
|
4 |
+
"POT-Creation-Date: 2015-09-07 18:47+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"
|
22 |
msgid "Activated Packages is noting. please activate some package."
|
23 |
msgstr ""
|
24 |
|
25 |
+
#: common_helpers.php:130
|
26 |
#, php-format
|
27 |
msgid "Search Results for : %s"
|
28 |
msgstr ""
|
29 |
|
30 |
+
#: common_helpers.php:133
|
31 |
msgid "Not found"
|
32 |
msgstr ""
|
33 |
|
34 |
+
#: common_helpers.php:142 common_helpers.php:214
|
35 |
#, php-format
|
36 |
msgid "Page of %s"
|
37 |
msgstr ""
|
38 |
|
39 |
+
#: common_helpers.php:174 common_helpers.php:182
|
40 |
#, php-format
|
41 |
msgid "About %s"
|
42 |
msgstr ""
|
43 |
|
44 |
+
#: common_helpers.php:186 common_helpers.php:235
|
45 |
msgid "Y"
|
46 |
msgstr ""
|
47 |
|
48 |
+
#: common_helpers.php:187 common_helpers.php:191 common_helpers.php:195
|
49 |
+
#: common_helpers.php:199
|
50 |
#, php-format
|
51 |
msgid "Article of %s."
|
52 |
msgstr ""
|
53 |
|
54 |
+
#: common_helpers.php:190 common_helpers.php:237
|
55 |
msgid "F Y"
|
56 |
msgstr ""
|
57 |
|
58 |
+
#: common_helpers.php:233
|
59 |
#, php-format
|
60 |
msgid "Author: %s"
|
61 |
msgstr ""
|
62 |
|
63 |
+
#: common_helpers.php:239
|
64 |
msgid "F j, Y"
|
65 |
msgstr ""
|
66 |
|
67 |
+
#: common_helpers.php:242
|
68 |
msgid "Asides"
|
69 |
msgstr ""
|
70 |
|
71 |
+
#: common_helpers.php:244
|
72 |
msgid "Galleries"
|
73 |
msgstr ""
|
74 |
|
75 |
+
#: common_helpers.php:246
|
76 |
msgid "Images"
|
77 |
msgstr ""
|
78 |
|
79 |
+
#: common_helpers.php:248
|
80 |
msgid "Videos"
|
81 |
msgstr ""
|
82 |
|
83 |
+
#: common_helpers.php:250
|
84 |
msgid "Quotes"
|
85 |
msgstr ""
|
86 |
|
87 |
+
#: common_helpers.php:252
|
88 |
msgid "Links"
|
89 |
msgstr ""
|
90 |
|
91 |
+
#: common_helpers.php:254
|
92 |
msgid "Statuses"
|
93 |
msgstr ""
|
94 |
|
95 |
+
#: common_helpers.php:256
|
96 |
msgid "Audio"
|
97 |
msgstr ""
|
98 |
|
99 |
+
#: common_helpers.php:258
|
100 |
msgid "Chats"
|
101 |
msgstr ""
|
102 |
|
103 |
+
#: common_helpers.php:274 plugins/other_widget/widget-taxonomies.php:81
|
104 |
msgid "Archives"
|
105 |
msgstr ""
|
106 |
|
107 |
+
#: packages.php:65
|
108 |
msgid "Print Bootstrap css and js"
|
109 |
msgstr ""
|
110 |
|
111 |
+
#: packages.php:66
|
112 |
msgid ""
|
113 |
"If your using theme has already including Bootstrap, you deactivate this "
|
114 |
"item."
|
115 |
msgstr ""
|
116 |
|
117 |
+
#: packages.php:75
|
118 |
msgid "Print link fontawesome"
|
119 |
msgstr ""
|
120 |
|
121 |
+
#: packages.php:76
|
122 |
msgid "Print fontawesome link tag to html head."
|
123 |
msgstr ""
|
124 |
|
125 |
+
#: packages.php:85
|
126 |
msgid "Favicon setting"
|
127 |
msgstr ""
|
128 |
|
129 |
+
#: packages.php:86
|
130 |
msgid "About favicon."
|
131 |
msgstr ""
|
132 |
|
133 |
+
#: packages.php:95
|
134 |
msgid "Rewrite the title tag"
|
135 |
msgstr ""
|
136 |
|
137 |
+
#: packages.php:96
|
138 |
msgid "Print is rewritten by its own rules to html head."
|
139 |
msgstr ""
|
140 |
|
141 |
+
#: packages.php:105
|
142 |
+
msgid "Print meta Keyword"
|
143 |
+
msgstr ""
|
144 |
+
|
145 |
+
#: packages.php:106
|
146 |
+
msgid "Print meta Keyword to html head."
|
147 |
+
msgstr ""
|
148 |
+
|
149 |
+
#: packages.php:109 packages.php:146 packages.php:163 packages.php:192
|
150 |
+
#: packages.php:209 packages.php:226 packages.php:272 packages.php:294
|
151 |
+
msgid "Setting"
|
152 |
+
msgstr ""
|
153 |
+
|
154 |
+
#: packages.php:121
|
155 |
msgid "Print meta description"
|
156 |
msgstr ""
|
157 |
|
158 |
+
#: packages.php:122
|
159 |
msgid "Print meta description to html head."
|
160 |
msgstr ""
|
161 |
|
162 |
+
#: packages.php:130
|
163 |
msgid "Main setting page"
|
164 |
msgstr ""
|
165 |
|
166 |
+
#: packages.php:132
|
167 |
msgid "Print og tags to html head."
|
168 |
msgstr ""
|
169 |
|
170 |
+
#: packages.php:133
|
171 |
msgid "Print twitter card tags to html head."
|
172 |
msgstr ""
|
173 |
|
174 |
+
#: packages.php:134
|
175 |
msgid "Print social bookmark buttons."
|
176 |
msgstr ""
|
177 |
|
178 |
+
#: packages.php:135
|
179 |
msgid "Facebook Page Plugin widget."
|
180 |
msgstr ""
|
181 |
|
182 |
+
#: packages.php:136
|
183 |
msgid "Print Follow me box to content bottom."
|
184 |
msgstr ""
|
185 |
|
186 |
+
#: packages.php:138
|
187 |
#, php-format
|
188 |
msgid "* You can stop the function separately from the %s."
|
189 |
msgstr ""
|
190 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
191 |
#: packages.php:142
|
192 |
+
msgid "Social media cooperation"
|
|
|
|
|
|
|
|
|
193 |
msgstr ""
|
194 |
|
195 |
#: packages.php:160
|
196 |
msgid "Print Google Analytics tracking code."
|
197 |
msgstr ""
|
198 |
|
199 |
+
#: packages.php:175
|
200 |
+
msgid "You can use various widgets."
|
201 |
msgstr ""
|
202 |
|
203 |
#: packages.php:177
|
204 |
+
msgid ""
|
205 |
+
"VK_Recent Posts - display the link text and the date of the latest article "
|
206 |
+
"title."
|
207 |
msgstr ""
|
208 |
|
209 |
+
#: packages.php:178
|
210 |
+
msgid ""
|
211 |
+
"VK_Page content to widget - display the contents of the page to the widgets."
|
212 |
msgstr ""
|
213 |
|
214 |
+
#: packages.php:179
|
215 |
+
msgid "VK_Profile - display the profile entered in the widget."
|
216 |
msgstr ""
|
217 |
|
218 |
+
#: packages.php:180
|
219 |
+
msgid "VK_FB Page Plugin - display the Facebook Page Plugin."
|
220 |
msgstr ""
|
221 |
|
222 |
+
#: packages.php:181
|
223 |
+
msgid "VK_3PR area - display the 3PR area."
|
|
|
|
|
224 |
msgstr ""
|
225 |
|
226 |
+
#: packages.php:182
|
227 |
+
msgid "categories/tags list"
|
228 |
msgstr ""
|
229 |
|
230 |
+
#: packages.php:182
|
231 |
+
msgid "Displays a categories, tags or format list."
|
232 |
msgstr ""
|
233 |
|
234 |
+
#: packages.php:183 plugins/other_widget/widget-archives.php:9
|
235 |
+
msgid "archive list"
|
236 |
msgstr ""
|
237 |
|
238 |
+
#: packages.php:183 plugins/other_widget/widget-archives.php:14
|
239 |
msgid ""
|
240 |
+
"Displays a list of archives. You can choose the post type and also to "
|
241 |
+
"display archives by month or by year."
|
242 |
msgstr ""
|
243 |
|
244 |
+
#: packages.php:188
|
245 |
+
msgid "Widgets"
|
|
|
|
|
246 |
msgstr ""
|
247 |
|
248 |
+
#: packages.php:205
|
249 |
+
msgid "CSS customize"
|
250 |
msgstr ""
|
251 |
|
252 |
+
#: packages.php:206
|
253 |
+
msgid "You can set Customize CSS."
|
254 |
msgstr ""
|
255 |
|
256 |
+
#: packages.php:222
|
257 |
+
msgid "Contact Section"
|
258 |
msgstr ""
|
259 |
|
260 |
+
#: packages.php:223
|
261 |
+
msgid "Display Contact Section at after content."
|
|
|
|
|
262 |
msgstr ""
|
263 |
|
264 |
+
#: packages.php:240
|
265 |
+
msgid "Child page index"
|
|
|
266 |
msgstr ""
|
267 |
|
268 |
+
#: packages.php:241
|
269 |
+
msgid ""
|
270 |
+
"At the bottom of the specified page, it will display a list of the child "
|
271 |
+
"page."
|
272 |
msgstr ""
|
273 |
|
274 |
+
#: packages.php:251
|
275 |
+
msgid "Display HTML Site Map"
|
276 |
msgstr ""
|
277 |
|
278 |
+
#: packages.php:252
|
279 |
+
msgid "It displays a HTML Site Map to the specified page."
|
280 |
msgstr ""
|
281 |
|
282 |
+
#: packages.php:260 plugins/call_to_action/view.adminsetting.php:10
|
283 |
+
msgid "Display the CTA at the end of the post content."
|
284 |
msgstr ""
|
285 |
|
286 |
+
#: packages.php:262 plugins/call_to_action/view.adminsetting.php:11
|
287 |
+
msgid ""
|
288 |
+
"The CTA stands for \"Call to action\" and this is the area that prompts the "
|
289 |
+
"user behavior."
|
290 |
msgstr ""
|
291 |
|
292 |
+
#: packages.php:264 plugins/call_to_action/view.adminsetting.php:12
|
293 |
+
msgid ""
|
294 |
+
"As an example, text message and a link button for induction to the free "
|
295 |
+
"sample download page."
|
296 |
msgstr ""
|
297 |
|
298 |
+
#: packages.php:268 plugins/call_to_action/view.adminsetting.php:6
|
299 |
+
msgid "Call To Action"
|
|
|
|
|
300 |
msgstr ""
|
301 |
|
302 |
+
#: packages.php:277
|
303 |
+
msgid "Contents setting"
|
304 |
msgstr ""
|
305 |
|
306 |
+
#: packages.php:290 plugins/insert_ads.php:37 plugins/insert_ads.php:116
|
307 |
+
msgid "Insert ads"
|
308 |
msgstr ""
|
309 |
|
310 |
+
#: packages.php:291
|
311 |
+
msgid "Insert ads to content."
|
312 |
msgstr ""
|
313 |
|
314 |
+
#: packages.php:306 plugins/related_posts/related_posts.php:34
|
315 |
+
msgid "Related posts"
|
316 |
msgstr ""
|
317 |
|
318 |
+
#: packages.php:307
|
319 |
+
msgid "Print Related posts lists to post content bottom."
|
320 |
msgstr ""
|
321 |
|
322 |
#: packages.php:316 vkExUnit_admin.php:30
|
327 |
msgid "Display Eye Catch image at before content."
|
328 |
msgstr ""
|
329 |
|
330 |
+
#: packages.php:326
|
331 |
+
msgid "Disable ping back"
|
332 |
+
msgstr ""
|
333 |
+
|
334 |
+
#: packages.php:327
|
335 |
+
msgid "Disable xmlrpc ping back."
|
336 |
+
msgstr ""
|
337 |
+
|
338 |
#: vkExUnit_admin.php:3
|
339 |
msgid "Enable setting"
|
340 |
msgstr ""
|
371 |
msgid "Do not set eyecatch image automatic."
|
372 |
msgstr ""
|
373 |
|
374 |
+
#: plugins/child_page_index.php:41
|
375 |
+
#: plugins/other_widget/widget-3pr-area.php:270
|
376 |
+
#: plugins/other_widget/widget-3pr-area.php:312
|
377 |
+
#: plugins/other_widget/widget-3pr-area.php:355
|
378 |
msgid "Read more"
|
379 |
msgstr ""
|
380 |
|
381 |
+
#: plugins/child_page_index.php:81
|
382 |
msgid "Display a child page index"
|
383 |
msgstr ""
|
384 |
|
386 |
msgid "Contact"
|
387 |
msgstr ""
|
388 |
|
389 |
+
#: plugins/contact_section.php:56 plugins/contact_section.php:78
|
390 |
msgid "Please feel free to inquire."
|
391 |
msgstr ""
|
392 |
|
394 |
msgid "Office hours 9:00 - 18:00 [ Weekdays except holidays ]"
|
395 |
msgstr ""
|
396 |
|
397 |
+
#: plugins/contact_section.php:62
|
398 |
+
msgid "Contact us"
|
399 |
+
msgstr ""
|
400 |
+
|
401 |
+
#: plugins/contact_section.php:71
|
402 |
+
msgid "Contact Information"
|
403 |
+
msgstr ""
|
404 |
+
|
405 |
+
#: plugins/contact_section.php:75
|
406 |
msgid "Message"
|
407 |
msgstr ""
|
408 |
|
409 |
+
#: plugins/contact_section.php:78 plugins/contact_section.php:85
|
410 |
+
#: plugins/contact_section.php:92 plugins/contact_section.php:100
|
411 |
+
#: plugins/contact_section.php:108 plugins/contact_section.php:116
|
412 |
#: plugins/google_analytics/ga_admin.php:16 plugins/sns/sns_admin.php:31
|
413 |
#: plugins/sns/old/sns_admin.php:20 plugins/sns/old/sns_admin.php:61
|
414 |
#: plugins/sns/old/sns_admin.php:79 plugins/sns/old/sns_admin.php:98
|
416 |
msgid "ex) "
|
417 |
msgstr ""
|
418 |
|
419 |
+
#: plugins/contact_section.php:82
|
420 |
msgid "Phone number"
|
421 |
msgstr ""
|
422 |
|
423 |
+
#: plugins/contact_section.php:89 plugins/contact_section.php:92
|
424 |
msgid "Office hours"
|
425 |
msgstr ""
|
426 |
|
427 |
+
#: plugins/contact_section.php:92
|
428 |
msgid "Weekdays except holidays"
|
429 |
msgstr ""
|
430 |
|
431 |
+
#: plugins/contact_section.php:97
|
432 |
msgid "The contact page URL"
|
433 |
msgstr ""
|
434 |
|
435 |
+
#: plugins/contact_section.php:100
|
436 |
msgid "or"
|
437 |
msgstr ""
|
438 |
|
439 |
+
#: plugins/contact_section.php:101
|
440 |
msgid "* If you fill in the blank, contact button does not appear."
|
441 |
msgstr ""
|
442 |
|
443 |
+
#: plugins/contact_section.php:105
|
444 |
msgid "Contact button Text."
|
445 |
msgstr ""
|
446 |
|
447 |
+
#: plugins/contact_section.php:108
|
448 |
msgid "Contact Us from email."
|
449 |
msgstr ""
|
450 |
|
451 |
+
#: plugins/contact_section.php:113
|
452 |
+
msgid "Contact button text. ( sub )"
|
453 |
msgstr ""
|
454 |
|
455 |
+
#: plugins/contact_section.php:117
|
456 |
msgid "Email contact form"
|
457 |
msgstr ""
|
458 |
|
459 |
+
#: plugins/contact_section.php:122
|
460 |
+
msgid "Contact button short text for side widget"
|
461 |
+
msgstr ""
|
462 |
+
|
463 |
+
#: plugins/contact_section.php:126
|
464 |
+
msgid "This will used to \"Contact Button\" widget."
|
465 |
+
msgstr ""
|
466 |
+
|
467 |
+
#: plugins/contact_section.php:147
|
468 |
msgid "Display Contact Section"
|
469 |
msgstr ""
|
470 |
|
471 |
+
#: plugins/contact_section.php:222 plugins/contact_section.php:249
|
472 |
msgid "Edit contact information"
|
473 |
msgstr ""
|
474 |
|
475 |
+
#: plugins/contact_section.php:268
|
476 |
+
msgid "Contact Button"
|
477 |
+
msgstr ""
|
478 |
+
|
479 |
+
#: plugins/contact_section.php:274
|
480 |
+
#, php-format
|
481 |
+
msgid ""
|
482 |
+
"*It is necessary to set the \"%s\" -> \"Contact\" section in \"Main setting"
|
483 |
+
"\" page."
|
484 |
+
msgstr ""
|
485 |
+
|
486 |
+
#: plugins/contact_section.php:294
|
487 |
+
#, php-format
|
488 |
+
msgid ""
|
489 |
+
"*It is necessary to set the \"%s\" -> \"Contact Information\" section in "
|
490 |
+
"\"Main setting\" page."
|
491 |
msgstr ""
|
492 |
|
493 |
#: plugins/footer_copyright_change.php:6
|
618 |
msgid "* keywords common to the entire site can be set from %s."
|
619 |
msgstr ""
|
620 |
|
|
|
|
|
|
|
|
|
621 |
#: plugins/page_custom_field.php:11
|
622 |
msgid "Setting of insert items"
|
623 |
msgstr ""
|
624 |
|
625 |
#: plugins/call_to_action/class.call_to_action.php:48
|
626 |
+
#: plugins/call_to_action/view.actionbox.php:39
|
627 |
msgid "Edit CTA"
|
628 |
msgstr ""
|
629 |
|
788 |
msgstr ""
|
789 |
|
790 |
#: plugins/other_widget/widget-3pr-area.php:9
|
791 |
+
#: plugins/other_widget/widget-3pr-area.php:241
|
792 |
+
#: plugins/other_widget/widget-3pr-area.php:283
|
793 |
+
#: plugins/other_widget/widget-3pr-area.php:326
|
794 |
msgid "3PR area"
|
795 |
msgstr ""
|
796 |
|
817 |
#: plugins/other_widget/widget-3pr-area.php:48
|
818 |
#: plugins/other_widget/widget-3pr-area.php:98
|
819 |
#: plugins/other_widget/widget-3pr-area.php:149
|
820 |
+
#: plugins/other_widget/widget-new-posts.php:89
|
821 |
#: plugins/other_widget/widget-pr-blocks.php:74
|
822 |
#: plugins/other_widget/widget-profile.php:40
|
823 |
#: plugins/sns/function_fbPagePlugin.php:76
|
880 |
msgid "3PR area3 setting"
|
881 |
msgstr ""
|
882 |
|
883 |
+
#: plugins/other_widget/widget-archives.php:54
|
884 |
+
#: plugins/other_widget/widget-archives.php:55
|
885 |
msgid "Monthly archives"
|
886 |
msgstr ""
|
887 |
|
888 |
+
#: plugins/other_widget/widget-archives.php:64
|
889 |
msgid "Title"
|
890 |
msgstr ""
|
891 |
|
892 |
+
#: plugins/other_widget/widget-archives.php:68
|
893 |
msgid "Post type"
|
894 |
msgstr ""
|
895 |
|
896 |
+
#: plugins/other_widget/widget-archives.php:78
|
897 |
msgid "Monthly"
|
898 |
msgstr ""
|
899 |
|
900 |
+
#: plugins/other_widget/widget-archives.php:80
|
901 |
msgid "Yearly"
|
902 |
msgstr ""
|
903 |
|
904 |
+
#: plugins/other_widget/widget-archives.php:98
|
905 |
msgid "archive"
|
906 |
msgstr ""
|
907 |
|
908 |
+
#: plugins/other_widget/widget-child-page-list.php:10
|
909 |
+
msgid "Child Page List"
|
910 |
+
msgstr ""
|
911 |
+
|
912 |
+
#: plugins/other_widget/widget-child-page-list.php:15
|
913 |
+
#: plugins/other_widget/widget-child-page-list.php:50
|
914 |
+
msgid "Display the child pages list from ancestor page."
|
915 |
+
msgstr ""
|
916 |
+
|
917 |
#: plugins/other_widget/widget-new-posts.php:9
|
918 |
+
#: plugins/other_widget/widget-new-posts.php:25
|
919 |
+
#: plugins/other_widget/widget-new-posts.php:82
|
920 |
msgid "Recent Posts"
|
921 |
msgstr ""
|
922 |
|
924 |
msgid "Displays a list of your most recent posts"
|
925 |
msgstr ""
|
926 |
|
927 |
+
#: plugins/other_widget/widget-new-posts.php:94
|
928 |
msgid "Display count"
|
929 |
msgstr ""
|
930 |
|
931 |
+
#: plugins/other_widget/widget-new-posts.php:99
|
932 |
msgid "Slug for the custom type you want to display"
|
933 |
msgstr ""
|
934 |
|
935 |
+
#: plugins/other_widget/widget-new-posts.php:104
|
936 |
msgid "taxonomy ID"
|
937 |
msgstr ""
|
938 |
|
939 |
+
#: plugins/other_widget/widget-new-posts.php:106
|
940 |
msgid "if you need filtering by term, add the term ID separate by \",\"."
|
941 |
msgstr ""
|
942 |
|
943 |
+
#: plugins/other_widget/widget-new-posts.php:108
|
944 |
msgid "if empty this area, I will do not filtering."
|
945 |
msgstr ""
|
946 |
|
953 |
msgstr ""
|
954 |
|
955 |
#: plugins/other_widget/widget-page.php:34
|
956 |
+
#: plugins/other_widget/widget-taxonomies.php:60
|
957 |
msgid "Display page"
|
958 |
msgstr ""
|
959 |
|
1005 |
msgstr ""
|
1006 |
|
1007 |
#: plugins/other_widget/widget-pr-blocks.php:71
|
1008 |
+
#: plugins/other_widget/widget-pr-blocks.php:168
|
1009 |
msgid "PR Block"
|
1010 |
msgstr ""
|
1011 |
|
1106 |
msgid "Displays a categories and custom taxonomies list."
|
1107 |
msgstr ""
|
1108 |
|
1109 |
+
#: plugins/other_widget/widget-taxonomies.php:47
|
1110 |
+
#: plugins/other_widget/widget-taxonomies.php:48
|
1111 |
msgid "Category"
|
1112 |
msgstr ""
|
1113 |
|
1114 |
+
#: plugins/other_widget/widget-taxonomies.php:56
|
1115 |
msgid "Label to display"
|
1116 |
msgstr ""
|
1117 |
|
1118 |
+
#: plugins/other_widget/widget-taxonomies.php:76
|
1119 |
msgid "Blog"
|
1120 |
msgstr ""
|
1121 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1122 |
#: plugins/other_widget/old/widget-rss-widget.php:9
|
1123 |
msgid "Displays entries list from a RSS feed link."
|
1124 |
msgstr ""
|
1157 |
msgid "HTML Sitemap"
|
1158 |
msgstr ""
|
1159 |
|
1160 |
+
#: plugins/sitemap_page/sitemap_page.php:224
|
1161 |
msgid "Display a HTML sitemap"
|
1162 |
msgstr ""
|
1163 |
|
1433 |
#: plugins/sns/old/sns_admin.php:149
|
1434 |
msgid "Page top"
|
1435 |
msgstr ""
|
1436 |
+
|
1437 |
+
#: plugins_admin/dashboard_info_widget.php:18
|
1438 |
+
msgid "News from VK All in One Expansion Unit"
|
1439 |
+
msgstr ""
|
1440 |
+
|
1441 |
+
#: plugins_admin/disable_admin_edit.php:17
|
1442 |
+
#: plugins_admin/disable_admin_edit.php:37
|
1443 |
+
#: plugins_admin/disable_admin_edit.php:38
|
1444 |
+
msgid "Edit Guide"
|
1445 |
+
msgstr ""
|
1446 |
+
|
1447 |
+
#: plugins_admin/news_from_exUnit.php:38
|
1448 |
+
msgid "Sorry, there is no post"
|
1449 |
+
msgstr ""
|
packages.php
CHANGED
@@ -24,13 +24,13 @@ $required_packages[] = array(
|
|
24 |
/*-------------------------------------------*/
|
25 |
/* fontawesome
|
26 |
/*-------------------------------------------*/
|
27 |
-
/* icon
|
28 |
/*-------------------------------------------*/
|
29 |
-
/* wpTitle
|
30 |
/*-------------------------------------------*/
|
31 |
-
/* metaKeyword
|
32 |
/*-------------------------------------------*/
|
33 |
-
/* metaDescription
|
34 |
/*-------------------------------------------*/
|
35 |
/* sns
|
36 |
/*-------------------------------------------*/
|
@@ -54,6 +54,8 @@ $required_packages[] = array(
|
|
54 |
/*-------------------------------------------*/
|
55 |
/* auto_eyecatch
|
56 |
/*-------------------------------------------*/
|
|
|
|
|
57 |
|
58 |
/*-------------------------------------------*/
|
59 |
/* bootstrap
|
@@ -316,6 +318,16 @@ $required_packages[] = array(
|
|
316 |
'default' => false,
|
317 |
);
|
318 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
319 |
|
320 |
|
321 |
foreach( $required_packages as $package ){
|
24 |
/*-------------------------------------------*/
|
25 |
/* fontawesome
|
26 |
/*-------------------------------------------*/
|
27 |
+
/* icon
|
28 |
/*-------------------------------------------*/
|
29 |
+
/* wpTitle
|
30 |
/*-------------------------------------------*/
|
31 |
+
/* metaKeyword
|
32 |
/*-------------------------------------------*/
|
33 |
+
/* metaDescription
|
34 |
/*-------------------------------------------*/
|
35 |
/* sns
|
36 |
/*-------------------------------------------*/
|
54 |
/*-------------------------------------------*/
|
55 |
/* auto_eyecatch
|
56 |
/*-------------------------------------------*/
|
57 |
+
/* disable_ping-back
|
58 |
+
/*-------------------------------------------*/
|
59 |
|
60 |
/*-------------------------------------------*/
|
61 |
/* bootstrap
|
318 |
'default' => false,
|
319 |
);
|
320 |
|
321 |
+
/*-------------------------------------------*/
|
322 |
+
/* disable_ping-back
|
323 |
+
/*-------------------------------------------*/
|
324 |
+
$required_packages[] = array(
|
325 |
+
'name' => 'disable_ping-back',
|
326 |
+
'title' => __('Disable ping back', 'vkExUnit'),
|
327 |
+
'description' => __('Disable xmlrpc ping back.', 'vkExUnit'),
|
328 |
+
'default' => false,
|
329 |
+
);
|
330 |
+
|
331 |
|
332 |
|
333 |
foreach( $required_packages as $package ){
|
plugins/call_to_action/class.call_to_action.php
CHANGED
@@ -33,7 +33,7 @@ class vExUnit_call_responce {
|
|
33 |
|
34 |
public function option_init() {
|
35 |
vkExUnit_register_setting(
|
36 |
-
'
|
37 |
'vkExUnit_cta_settings', // name attr
|
38 |
array( $this, 'sanitize_config' ), // sanitaise function name
|
39 |
array( $this, 'render_configPage' ) // setting_page function name
|
33 |
|
34 |
public function option_init() {
|
35 |
vkExUnit_register_setting(
|
36 |
+
'Call To Action', // tab label.
|
37 |
'vkExUnit_cta_settings', // name attr
|
38 |
array( $this, 'sanitize_config' ), // sanitaise function name
|
39 |
array( $this, 'render_configPage' ) // setting_page function name
|
plugins/child_page_index.php
CHANGED
@@ -50,6 +50,8 @@ function vkExUnit_childPageIndex_shortcode(){
|
|
50 |
|
51 |
add_filter('the_content', 'vkExUnit_childPageIndex_contentHook', 7, 1);
|
52 |
function vkExUnit_childPageIndex_contentHook( $content ){
|
|
|
|
|
53 |
global $post;
|
54 |
if( !is_page() || !get_post_meta( $post->ID, 'vkExUnit_childPageIndex',true ) ) return $content;
|
55 |
|
50 |
|
51 |
add_filter('the_content', 'vkExUnit_childPageIndex_contentHook', 7, 1);
|
52 |
function vkExUnit_childPageIndex_contentHook( $content ){
|
53 |
+
global $is_pagewidget;
|
54 |
+
if( $is_pagewidget ) return $content;
|
55 |
global $post;
|
56 |
if( !is_page() || !get_post_meta( $post->ID, 'vkExUnit_childPageIndex',true ) ) return $content;
|
57 |
|
plugins/contact_section.php
CHANGED
@@ -43,9 +43,9 @@ class vExUnit_Contact {
|
|
43 |
|
44 |
public function options_init() {
|
45 |
vkExUnit_register_setting(
|
46 |
-
__('Contact', 'vkExUnit'), // tab label.
|
47 |
-
'vkExUnit_contact',
|
48 |
-
array($this, 'option_sanitaize'),
|
49 |
array($this, 'options_page') // setting_page function name
|
50 |
);
|
51 |
}
|
@@ -55,10 +55,11 @@ class vExUnit_Contact {
|
|
55 |
$default = array(
|
56 |
'contact_txt' => __('Please feel free to inquire.', 'vkExUnit'),
|
57 |
'tel_number' => '000-000-0000',
|
58 |
-
'contact_time' =>
|
59 |
'contact_link' => '',
|
60 |
'button_text' => '',
|
61 |
'button_text_small' => '',
|
|
|
62 |
);
|
63 |
return get_option('vkExUnit_contact', $default);
|
64 |
}
|
@@ -67,7 +68,7 @@ class vExUnit_Contact {
|
|
67 |
public function options_page() {
|
68 |
$options = self::get_option();
|
69 |
?>
|
70 |
-
<h3><?php _e('Contact
|
71 |
<div id="meta_description" class="sectionBox">
|
72 |
<table class="form-table">
|
73 |
<tr>
|
@@ -101,7 +102,7 @@ class vExUnit_Contact {
|
|
101 |
</td>
|
102 |
</tr>
|
103 |
<tr>
|
104 |
-
<th scope="row"><label for="sub_sitename"><?php _e('Contact button Text
|
105 |
<td>
|
106 |
<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 />
|
107 |
<span><?php _e('ex) ', 'vkExUnit') ;?><?php _e('Contact Us from email.', 'vkExUnit') ;?></span>
|
@@ -109,7 +110,7 @@ class vExUnit_Contact {
|
|
109 |
</tr>
|
110 |
<!-- Company address -->
|
111 |
<tr>
|
112 |
-
<th scope="row"><label for="button_text_small"><?php _e('Contact button
|
113 |
<td>
|
114 |
<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 />
|
115 |
<span><?php _e('ex) ', 'vkExUnit') ;?>
|
@@ -117,6 +118,14 @@ class vExUnit_Contact {
|
|
117 |
</span>
|
118 |
</td>
|
119 |
</tr>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
120 |
</table>
|
121 |
<?php submit_button(); ?>
|
122 |
</div>
|
@@ -129,20 +138,17 @@ class vExUnit_Contact {
|
|
129 |
}
|
130 |
|
131 |
|
132 |
-
|
133 |
-
|
134 |
-
|
135 |
<div>
|
136 |
-
|
137 |
<input type="hidden" name="_nonce_vkExUnit_contact" id="_nonce_vkExUnit__custom_auto_eyecatch_noonce" value="<?php echo wp_create_nonce(plugin_basename(__FILE__)); ?>" />
|
138 |
<label for="vkExUnit_contact">
|
139 |
-
|
140 |
-
|
141 |
</label>
|
142 |
</div>
|
143 |
-
|
144 |
-
|
145 |
-
}
|
146 |
|
147 |
public function save_custom_field_postdata( $post_id ) {
|
148 |
$childPageIndex = isset($_POST['_nonce_vkExUnit_contact']) ? htmlspecialchars($_POST['_nonce_vkExUnit_contact']) : null;
|
@@ -185,7 +191,11 @@ class vExUnit_Contact {
|
|
185 |
}
|
186 |
|
187 |
|
188 |
-
|
|
|
|
|
|
|
|
|
189 |
$options = self::get_option();
|
190 |
$cont = '';
|
191 |
$cont .= '<section class="veu_contact">';
|
@@ -196,10 +206,7 @@ class vExUnit_Contact {
|
|
196 |
$cont .= '<span class="veu_contact_txt_time">'.nl2br(esc_textarea($options['contact_time'])).'</span>';
|
197 |
$cont .= '</p>';
|
198 |
|
199 |
-
if (
|
200 |
-
( isset($options['contact_link']) && $options['contact_link'] ) &&
|
201 |
-
( isset($options['button_text']) && $options['button_text'] )
|
202 |
-
) {
|
203 |
$cont .= '<a href="'.$options['contact_link'].'" class="btn btn-primary btn-lg veu_contact_bt">';
|
204 |
$cont .= '<span class="veu_contact_bt_txt">'.$options['button_text'].'</span>';
|
205 |
|
@@ -212,15 +219,82 @@ class vExUnit_Contact {
|
|
212 |
|
213 |
$cont .= '</section>';
|
214 |
if ( current_user_can('edit_theme_options') ) {
|
215 |
-
|
216 |
}
|
217 |
$cont = apply_filters('vkExUnit_contact_custom',$cont);
|
218 |
return $cont;
|
219 |
}
|
220 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
221 |
|
222 |
public function shortcode(){
|
223 |
-
return
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
224 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
225 |
}
|
226 |
-
|
43 |
|
44 |
public function options_init() {
|
45 |
vkExUnit_register_setting(
|
46 |
+
__('Contact Information', 'vkExUnit'), // tab label.
|
47 |
+
'vkExUnit_contact', // name attr
|
48 |
+
array($this, 'option_sanitaize'), // sanitaise function name
|
49 |
array($this, 'options_page') // setting_page function name
|
50 |
);
|
51 |
}
|
55 |
$default = array(
|
56 |
'contact_txt' => __('Please feel free to inquire.', 'vkExUnit'),
|
57 |
'tel_number' => '000-000-0000',
|
58 |
+
'contact_time' => __('Office hours 9:00 - 18:00 [ Weekdays except holidays ]', 'vkExUnit'),
|
59 |
'contact_link' => '',
|
60 |
'button_text' => '',
|
61 |
'button_text_small' => '',
|
62 |
+
'short_text' => __( 'Contact us' , 'vkExUnit' )
|
63 |
);
|
64 |
return get_option('vkExUnit_contact', $default);
|
65 |
}
|
68 |
public function options_page() {
|
69 |
$options = self::get_option();
|
70 |
?>
|
71 |
+
<h3><?php _e('Contact Information', 'vkExUnit'); ?></h3>
|
72 |
<div id="meta_description" class="sectionBox">
|
73 |
<table class="form-table">
|
74 |
<tr>
|
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>
|
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') ;?>
|
118 |
</span>
|
119 |
</td>
|
120 |
</tr>
|
121 |
+
<tr>
|
122 |
+
<th scope="row"><label for="widget_text"><?php _e('Contact button short text for side widget', 'vkExUnit') ;?></label></th>
|
123 |
+
<td>
|
124 |
+
<?php $short_text = ( isset($options['short_text']) && $options['short_text'] ) ? $options['short_text'] : ''; ?>
|
125 |
+
<input type="text" name="vkExUnit_contact[short_text]" id="widget_text" value="<?php echo esc_attr( $short_text ); ?>" style="width:50%;" /><br />
|
126 |
+
<span><?php _e( 'This will used to "Contact Button" widget.' , 'vkExUnit' ) ;?></span>
|
127 |
+
</td>
|
128 |
+
</tr>
|
129 |
</table>
|
130 |
<?php submit_button(); ?>
|
131 |
</div>
|
138 |
}
|
139 |
|
140 |
|
141 |
+
public function render_meta_box() {
|
142 |
+
$enable = get_post_meta(get_the_id(), 'vkExUnit_contact_enable', true); ?>
|
|
|
143 |
<div>
|
|
|
144 |
<input type="hidden" name="_nonce_vkExUnit_contact" id="_nonce_vkExUnit__custom_auto_eyecatch_noonce" value="<?php echo wp_create_nonce(plugin_basename(__FILE__)); ?>" />
|
145 |
<label for="vkExUnit_contact">
|
146 |
+
<input type="checkbox" id="vkExUnit_contact" name="vkExUnit_contact_enable"<?php echo ($enable)? ' checked' : ''; ?> />
|
147 |
+
<?php _e('Display Contact Section','vkExUnit'); ?>
|
148 |
</label>
|
149 |
</div>
|
150 |
+
<?php
|
151 |
+
}
|
|
|
152 |
|
153 |
public function save_custom_field_postdata( $post_id ) {
|
154 |
$childPageIndex = isset($_POST['_nonce_vkExUnit_contact']) ? htmlspecialchars($_POST['_nonce_vkExUnit_contact']) : null;
|
191 |
}
|
192 |
|
193 |
|
194 |
+
/*-------------------------------------------*/
|
195 |
+
/* contact bottom html
|
196 |
+
/*-------------------------------------------*/
|
197 |
+
|
198 |
+
public static function render_contact_html(){
|
199 |
$options = self::get_option();
|
200 |
$cont = '';
|
201 |
$cont .= '<section class="veu_contact">';
|
206 |
$cont .= '<span class="veu_contact_txt_time">'.nl2br(esc_textarea($options['contact_time'])).'</span>';
|
207 |
$cont .= '</p>';
|
208 |
|
209 |
+
if ( $options['contact_link'] && $options['button_text'] ) {
|
|
|
|
|
|
|
210 |
$cont .= '<a href="'.$options['contact_link'].'" class="btn btn-primary btn-lg veu_contact_bt">';
|
211 |
$cont .= '<span class="veu_contact_bt_txt">'.$options['button_text'].'</span>';
|
212 |
|
219 |
|
220 |
$cont .= '</section>';
|
221 |
if ( current_user_can('edit_theme_options') ) {
|
222 |
+
$cont .= '<div class="veu_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 |
+
/* widget html
|
230 |
+
/*-------------------------------------------*/
|
231 |
+
|
232 |
+
public static function render_widget_html(){
|
233 |
+
$options = self::get_option();
|
234 |
+
$cont = '';
|
235 |
+
|
236 |
+
if (
|
237 |
+
( isset($options['contact_link']) && $options['contact_link'] ) &&
|
238 |
+
( isset($options['short_text']) && $options['short_text'] )
|
239 |
+
) {
|
240 |
+
$cont .= '<a href="'.$options['contact_link'].'" class="btn btn-primary btn-lg btn-block veu_contact_bt"><span class="veu_contact_bt_txt">';
|
241 |
+
$cont .= $options['short_text'];
|
242 |
+
$cont .= '</span>';
|
243 |
+
if ( isset($options['button_text_small']) && $options['button_text_small'] ){
|
244 |
+
$cont .= '<span class="veu_contact_bt_subTxt veu_contact_bt_subTxt_side">'.$options['button_text_small'].'</span>';
|
245 |
+
}
|
246 |
+
$cont .= '</a>';
|
247 |
+
}
|
248 |
+
if ( current_user_can('edit_theme_options') ) {
|
249 |
+
$cont .= '<div class="veu_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>';
|
250 |
+
}
|
251 |
+
return $cont;
|
252 |
+
}
|
253 |
+
|
254 |
|
255 |
public function shortcode(){
|
256 |
+
return self::render_contact_html();
|
257 |
+
}
|
258 |
+
}
|
259 |
+
vExUnit_Contact::instance();
|
260 |
+
|
261 |
+
|
262 |
+
/*-------------------------------------------*/
|
263 |
+
/* Contact widget
|
264 |
+
/*-------------------------------------------*/
|
265 |
+
class WP_Widget_vkExUnit_contact_link extends WP_Widget {
|
266 |
+
|
267 |
+
function __construct() {
|
268 |
+
$widget_name = vkExUnit_get_short_name().'_'.__('Contact Button', 'vkExUnit');
|
269 |
+
|
270 |
+
parent::__construct(
|
271 |
+
'vkExUnit_contact',
|
272 |
+
$widget_name,
|
273 |
+
array(
|
274 |
+
'description' => sprintf(__('*It is necessary to set the "%s" -> "Contact Information" section in "Main setting" page.', 'vkExUnit'),vkExUnit_get_little_short_name())
|
275 |
+
)
|
276 |
+
);
|
277 |
+
}
|
278 |
+
|
279 |
+
|
280 |
+
function widget( $args, $instance ) {
|
281 |
+
echo $args['before_widget'];
|
282 |
+
echo vExUnit_Contact::render_widget_html();
|
283 |
+
echo $args['after_widget'];
|
284 |
}
|
285 |
+
|
286 |
+
|
287 |
+
function update($new_instance, $old_instance) {
|
288 |
+
return $new_instance;
|
289 |
+
}
|
290 |
+
|
291 |
+
|
292 |
+
function form($instance) {
|
293 |
+
echo '<div style="padding:1em 0;">';
|
294 |
+
_e(sprintf(__('*It is necessary to set the "%s" -> "Contact Information" section in "Main setting" page.', 'vkExUnit'),vkExUnit_get_little_short_name()));
|
295 |
+
echo '</div>';
|
296 |
+
return $instance;
|
297 |
+
}
|
298 |
+
|
299 |
}
|
300 |
+
add_action('widgets_init', create_function('', 'return register_widget("WP_Widget_vkExUnit_contact_link");'));
|
plugins/other_widget/widget-3pr-area.php
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
<?php
|
2 |
|
3 |
/*-------------------------------------------*/
|
4 |
/* PR area widget
|
@@ -229,7 +229,8 @@ class WP_Widget_vkExUnit_3PR_area extends WP_Widget {
|
|
229 |
|
230 |
|
231 |
function widget($args, $instance) {
|
232 |
-
|
|
|
233 |
if( isset($instance['label_1']) && $instance['label_1'] ): ?>
|
234 |
<div class="prArea col-md-4">
|
235 |
<?php
|
@@ -357,7 +358,9 @@ if( !empty($instance['linkurl_3']) ){
|
|
357 |
<!-- // div.prArea3 -->
|
358 |
<?php endif; ?>
|
359 |
</div>
|
360 |
-
<?php
|
|
|
|
|
361 |
}
|
362 |
add_action('widgets_init', create_function('', 'return register_widget("WP_Widget_vkExUnit_3PR_area");'));
|
363 |
|
1 |
+
<?php
|
2 |
|
3 |
/*-------------------------------------------*/
|
4 |
/* PR area widget
|
229 |
|
230 |
|
231 |
function widget($args, $instance) {
|
232 |
+
echo $args['before_widget'];
|
233 |
+
echo PHP_EOL.'<div class="prBox row">'.PHP_EOL;
|
234 |
if( isset($instance['label_1']) && $instance['label_1'] ): ?>
|
235 |
<div class="prArea col-md-4">
|
236 |
<?php
|
358 |
<!-- // div.prArea3 -->
|
359 |
<?php endif; ?>
|
360 |
</div>
|
361 |
+
<?php
|
362 |
+
echo $args['after_widget'];
|
363 |
+
}
|
364 |
}
|
365 |
add_action('widgets_init', create_function('', 'return register_widget("WP_Widget_vkExUnit_3PR_area");'));
|
366 |
|
plugins/other_widget/widget-archives.php
CHANGED
@@ -33,14 +33,16 @@ class WP_Widget_VK_archive_list extends WP_Widget {
|
|
33 |
$arg['post_type'] = ( isset($instance['post_type']) ) ? $instance['post_type'] : 'post';
|
34 |
}
|
35 |
?>
|
36 |
-
|
|
|
37 |
<?php if( (isset($instance['label'])) && $instance['label'] ){ ?>
|
38 |
-
|
39 |
<?php } ?>
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
|
|
44 |
<?php
|
45 |
}
|
46 |
|
33 |
$arg['post_type'] = ( isset($instance['post_type']) ) ? $instance['post_type'] : 'post';
|
34 |
}
|
35 |
?>
|
36 |
+
<?php echo $args['before_widget']; ?>
|
37 |
+
<div class="sideWidget widget_archive">
|
38 |
<?php if( (isset($instance['label'])) && $instance['label'] ){ ?>
|
39 |
+
<?php echo $args['before_title'] . $instance['label'] . $args['after_title']; ?>
|
40 |
<?php } ?>
|
41 |
+
<ul class="localNavi">
|
42 |
+
<?php wp_get_archives($arg); ?>
|
43 |
+
</ul>
|
44 |
+
</div>
|
45 |
+
<?php echo $args['after_widget']; ?>
|
46 |
<?php
|
47 |
}
|
48 |
|
plugins/other_widget/widget-new-posts.php
CHANGED
@@ -16,19 +16,20 @@ class WP_Widget_vkExUnit_post_list extends WP_Widget {
|
|
16 |
}
|
17 |
|
18 |
function widget($args, $instance) {
|
19 |
-
echo '
|
20 |
-
echo '<
|
|
|
21 |
if ( isset($instance['label']) && $instance['label'] ) {
|
22 |
echo $instance['label'];
|
23 |
} else {
|
24 |
_e('Recent Posts', 'vkExUnit' );
|
25 |
}
|
26 |
-
echo '
|
27 |
|
28 |
$count = ( isset($instance['count']) && $instance['count'] ) ? $instance['count'] : 10;
|
29 |
$post_type = ( isset($instance['post_type']) && $instance['post_type'] ) ? $instance['post_type'] : 'post';
|
30 |
|
31 |
-
$
|
32 |
'post_type' => $post_type,
|
33 |
'posts_per_page' => $count,
|
34 |
'paged' => 1,
|
@@ -36,18 +37,18 @@ class WP_Widget_vkExUnit_post_list extends WP_Widget {
|
|
36 |
|
37 |
if(isset($instance['terms']) && $instance['terms']){
|
38 |
$taxonomies = get_taxonomies(array());
|
39 |
-
$
|
40 |
'relation' => 'OR',
|
41 |
);
|
42 |
foreach($taxonomies as $taxonomy){
|
43 |
-
$
|
44 |
'taxonomy' => $taxonomy,
|
45 |
'field' => 'id',
|
46 |
'terms' => $instance['terms']
|
47 |
);
|
48 |
}
|
49 |
}
|
50 |
-
$post_loop = new WP_Query( $
|
51 |
|
52 |
|
53 |
if ($post_loop->have_posts()):
|
@@ -67,7 +68,9 @@ class WP_Widget_vkExUnit_post_list extends WP_Widget {
|
|
67 |
|
68 |
<?php endwhile;
|
69 |
endif;
|
70 |
-
echo '</
|
|
|
|
|
71 |
wp_reset_postdata();
|
72 |
wp_reset_query();
|
73 |
|
16 |
}
|
17 |
|
18 |
function widget($args, $instance) {
|
19 |
+
echo $args['before_widget'];
|
20 |
+
echo '<div class="widget_newPosts">';
|
21 |
+
echo $args['before_title'];
|
22 |
if ( isset($instance['label']) && $instance['label'] ) {
|
23 |
echo $instance['label'];
|
24 |
} else {
|
25 |
_e('Recent Posts', 'vkExUnit' );
|
26 |
}
|
27 |
+
echo $args['after_title'];
|
28 |
|
29 |
$count = ( isset($instance['count']) && $instance['count'] ) ? $instance['count'] : 10;
|
30 |
$post_type = ( isset($instance['post_type']) && $instance['post_type'] ) ? $instance['post_type'] : 'post';
|
31 |
|
32 |
+
$p_args = array(
|
33 |
'post_type' => $post_type,
|
34 |
'posts_per_page' => $count,
|
35 |
'paged' => 1,
|
37 |
|
38 |
if(isset($instance['terms']) && $instance['terms']){
|
39 |
$taxonomies = get_taxonomies(array());
|
40 |
+
$p_args['tax_query'] = array(
|
41 |
'relation' => 'OR',
|
42 |
);
|
43 |
foreach($taxonomies as $taxonomy){
|
44 |
+
$p_args['tax_query'][] = array(
|
45 |
'taxonomy' => $taxonomy,
|
46 |
'field' => 'id',
|
47 |
'terms' => $instance['terms']
|
48 |
);
|
49 |
}
|
50 |
}
|
51 |
+
$post_loop = new WP_Query( $p_args );
|
52 |
|
53 |
|
54 |
if ($post_loop->have_posts()):
|
68 |
|
69 |
<?php endwhile;
|
70 |
endif;
|
71 |
+
echo '</div>';
|
72 |
+
echo $args['after_widget'];
|
73 |
+
|
74 |
wp_reset_postdata();
|
75 |
wp_reset_query();
|
76 |
|
plugins/other_widget/widget-page.php
CHANGED
@@ -18,7 +18,7 @@ class WP_Widget_vkExUnit_widget_page extends WP_Widget {
|
|
18 |
function widget($args, $instance){
|
19 |
global $is_pagewidget;
|
20 |
$is_pagewidget = true;
|
21 |
-
$this->display_page($instance['page_id'],$instance['set_title']);
|
22 |
$is_pagewidget = false;
|
23 |
}
|
24 |
|
@@ -51,11 +51,11 @@ class WP_Widget_vkExUnit_widget_page extends WP_Widget {
|
|
51 |
return $instance;
|
52 |
}
|
53 |
|
54 |
-
function display_page($pageid
|
55 |
-
|
56 |
$page = get_page($pageid);
|
57 |
-
echo PHP_EOL.'<div id="widget-page-'.$pageid.'" class="
|
58 |
-
if($titleflag){ echo '
|
59 |
echo apply_filters('the_content', $page->post_content );
|
60 |
|
61 |
if ( is_user_logged_in() == TRUE ) {
|
@@ -67,6 +67,7 @@ class WP_Widget_vkExUnit_widget_page extends WP_Widget {
|
|
67 |
</div>
|
68 |
<?php } }
|
69 |
echo '</div>'.PHP_EOL;
|
|
|
70 |
}
|
71 |
}
|
72 |
add_action('widgets_init', create_function('', 'return register_widget("WP_Widget_vkExUnit_widget_page");'));
|
18 |
function widget($args, $instance){
|
19 |
global $is_pagewidget;
|
20 |
$is_pagewidget = true;
|
21 |
+
$this->display_page($instance['page_id'],$instance['set_title'],$args);
|
22 |
$is_pagewidget = false;
|
23 |
}
|
24 |
|
51 |
return $instance;
|
52 |
}
|
53 |
|
54 |
+
function display_page( $pageid , $titleflag=false , $args ) {
|
55 |
+
echo $args['before_widget'];
|
56 |
$page = get_page($pageid);
|
57 |
+
echo PHP_EOL.'<div id="widget-page-'.$pageid.'" class="widget_pageContent">' . PHP_EOL;
|
58 |
+
if($titleflag){ echo $args['before_title'] . $page->post_title . $args['after_title'] . PHP_EOL; }
|
59 |
echo apply_filters('the_content', $page->post_content );
|
60 |
|
61 |
if ( is_user_logged_in() == TRUE ) {
|
67 |
</div>
|
68 |
<?php } }
|
69 |
echo '</div>'.PHP_EOL;
|
70 |
+
echo $args['after_widget'];
|
71 |
}
|
72 |
}
|
73 |
add_action('widgets_init', create_function('', 'return register_widget("WP_Widget_vkExUnit_widget_page");'));
|
plugins/other_widget/widget-pr-blocks.php
CHANGED
@@ -139,7 +139,8 @@ class WP_Widget_vkExUnit_PR_Blocks extends WP_Widget {
|
|
139 |
|
140 |
|
141 |
function widget($args, $instance) {
|
142 |
-
|
|
|
143 |
|
144 |
$widget_block_count = ( isset($instance['block_count'])) ? intval($instance['block_count']) : 3;
|
145 |
|
@@ -180,7 +181,7 @@ class WP_Widget_vkExUnit_PR_Blocks extends WP_Widget {
|
|
180 |
}
|
181 |
$i++;
|
182 |
}
|
183 |
-
echo '</div>'.PHP_EOL.'<!-- //.pr_blocks -->';
|
184 |
}
|
185 |
}
|
186 |
add_action('widgets_init', create_function('', 'return register_widget("WP_Widget_vkExUnit_PR_Blocks");'));
|
139 |
|
140 |
|
141 |
function widget($args, $instance) {
|
142 |
+
echo $args['before_widget'];
|
143 |
+
echo PHP_EOL.'<div class="pr_blocks">'.PHP_EOL;
|
144 |
|
145 |
$widget_block_count = ( isset($instance['block_count'])) ? intval($instance['block_count']) : 3;
|
146 |
|
181 |
}
|
182 |
$i++;
|
183 |
}
|
184 |
+
echo '</div>' . $args['after_widget'] . PHP_EOL . '<!-- //.pr_blocks -->';
|
185 |
}
|
186 |
}
|
187 |
add_action('widgets_init', create_function('', 'return register_widget("WP_Widget_vkExUnit_PR_Blocks");'));
|
plugins/other_widget/widget-profile.php
CHANGED
@@ -134,12 +134,13 @@ class WP_Widget_vkExUnit_profile extends WP_Widget {
|
|
134 |
|
135 |
function widget($args, $instance) {
|
136 |
// From here Display a widget
|
137 |
-
|
|
|
138 |
|
139 |
if ( isset($instance['label']) && $instance['label'] ) {
|
140 |
-
echo '
|
141 |
echo $instance['label'];
|
142 |
-
echo '
|
143 |
} ?>
|
144 |
<div class="site-profile" >
|
145 |
<?php // Display a profile image
|
@@ -215,7 +216,7 @@ class WP_Widget_vkExUnit_profile extends WP_Widget {
|
|
215 |
|
216 |
</div>
|
217 |
<!-- / .site-profile -->
|
218 |
-
</
|
219 |
<?php }
|
220 |
}
|
221 |
add_action('widgets_init', create_function('', 'return register_widget("WP_Widget_vkExUnit_profile");'));
|
134 |
|
135 |
function widget($args, $instance) {
|
136 |
// From here Display a widget
|
137 |
+
echo $args['before_widget'];
|
138 |
+
echo PHP_EOL.'<div class="widget_profile">'.PHP_EOL;
|
139 |
|
140 |
if ( isset($instance['label']) && $instance['label'] ) {
|
141 |
+
echo $args['before_title'];
|
142 |
echo $instance['label'];
|
143 |
+
echo $args['after_title'];
|
144 |
} ?>
|
145 |
<div class="site-profile" >
|
146 |
<?php // Display a profile image
|
216 |
|
217 |
</div>
|
218 |
<!-- / .site-profile -->
|
219 |
+
</div>
|
220 |
<?php }
|
221 |
}
|
222 |
add_action('widgets_init', create_function('', 'return register_widget("WP_Widget_vkExUnit_profile");'));
|
plugins/other_widget/widget-taxonomies.php
CHANGED
@@ -29,12 +29,14 @@ class WP_Widget_VK_taxonomy_list extends WP_Widget {
|
|
29 |
$arg['taxonomy'] = $instance['tax_name'];
|
30 |
|
31 |
?>
|
32 |
-
|
33 |
-
|
|
|
34 |
<ul class="localNavi">
|
35 |
<?php wp_list_categories($arg); ?>
|
36 |
</ul>
|
37 |
-
</
|
|
|
38 |
<?php
|
39 |
}
|
40 |
|
29 |
$arg['taxonomy'] = $instance['tax_name'];
|
30 |
|
31 |
?>
|
32 |
+
<?php echo $args['before_widget']; ?>
|
33 |
+
<div class="sideWidget widget_taxonomies widget_nav_menu">
|
34 |
+
<?php echo $args['before_title'] . $instance['label'] . $args['after_title']; ?>
|
35 |
<ul class="localNavi">
|
36 |
<?php wp_list_categories($arg); ?>
|
37 |
</ul>
|
38 |
+
</div>
|
39 |
+
<?php echo $args['after_widget']; ?>
|
40 |
<?php
|
41 |
}
|
42 |
|
plugins/related_posts/related_posts.php
CHANGED
@@ -2,32 +2,51 @@
|
|
2 |
add_filter( 'the_content', 'vkExUnit_add_relatedPosts' , 800 , 1 );
|
3 |
|
4 |
function vkExUnit_add_relatedPosts($content){
|
5 |
-
|
6 |
/*-------------------------------------------*/
|
7 |
/* Related posts
|
8 |
/*-------------------------------------------*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
if ( get_post_type() == 'post' && is_single() ) :
|
10 |
-
global $
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
$
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
}
|
30 |
-
$tag_posts =
|
|
|
|
|
|
|
|
|
|
|
31 |
if ( $tag_posts ) {
|
32 |
$relatedPostsHtml = '<!-- [ .relatedPosts ] -->';
|
33 |
$relatedPostsHtml .= '<aside class="relatedPosts subSection vkContentAddSection">';
|
@@ -37,16 +56,16 @@ function vkExUnit_add_relatedPosts($content){
|
|
37 |
foreach ($tag_posts as $key => $post) {
|
38 |
$relatedPostsHtml .= '<div class="col-sm-6">';
|
39 |
$relatedPostsHtml .= '<div class="media">';
|
40 |
-
if ( has_post_thumbnail()) :
|
41 |
$relatedPostsHtml .= '<div class="media-left postList_thumbnail">';
|
42 |
-
$relatedPostsHtml .= '<a href="'.get_the_permalink().'">';
|
43 |
$relatedPostsHtml .= get_the_post_thumbnail($post->ID,'thumbnail');
|
44 |
$relatedPostsHtml .= '</a>';
|
45 |
$relatedPostsHtml .= '</div>';
|
46 |
endif;
|
47 |
$relatedPostsHtml .= '<div class="media-body">';
|
48 |
-
$relatedPostsHtml .= '<div class="media-heading"><a href="'.get_the_permalink().'">'.
|
49 |
-
$relatedPostsHtml .= '<div><i class="fa fa-calendar"></i> '.get_the_date().'</div>';
|
50 |
$relatedPostsHtml .= '</div>';
|
51 |
$relatedPostsHtml .= '</div>';
|
52 |
$relatedPostsHtml .= '</div>'."\n";
|
@@ -56,8 +75,6 @@ function vkExUnit_add_relatedPosts($content){
|
|
56 |
$relatedPostsHtml .= '</aside><!-- [ /.relatedPosts ] -->';
|
57 |
$content .= $relatedPostsHtml;
|
58 |
} // if ( $tag_posts )
|
59 |
-
} // if ( $terms )
|
60 |
-
} // if ( $relatedPostCount ) {
|
61 |
endif;
|
62 |
wp_reset_postdata();
|
63 |
|
2 |
add_filter( 'the_content', 'vkExUnit_add_relatedPosts' , 800 , 1 );
|
3 |
|
4 |
function vkExUnit_add_relatedPosts($content){
|
|
|
5 |
/*-------------------------------------------*/
|
6 |
/* Related posts
|
7 |
/*-------------------------------------------*/
|
8 |
+
|
9 |
+
$max_show_posts = 10;
|
10 |
+
$border_of_and_to_in = 2;
|
11 |
+
|
12 |
+
$args_base = array(
|
13 |
+
'posts_per_page' => $max_show_posts,
|
14 |
+
'offset' => 0,
|
15 |
+
'orderby' => 'date',
|
16 |
+
'order' => 'DESC',
|
17 |
+
'post__not_in' => array(get_the_id()),
|
18 |
+
'post_type' => 'post',
|
19 |
+
'post_status' => 'publish',
|
20 |
+
'suppress_filters' => true
|
21 |
+
);
|
22 |
+
|
23 |
if ( get_post_type() == 'post' && is_single() ) :
|
24 |
+
global $is_pagewidget;
|
25 |
+
if($is_pagewidget) return $content;
|
26 |
+
|
27 |
+
$mytags = get_the_tags();
|
28 |
+
|
29 |
+
if( !count($mytags) ) return ;
|
30 |
+
|
31 |
+
$tags = array();
|
32 |
+
foreach( $mytags as $t ) $tags[] = $t->term_id;
|
33 |
+
|
34 |
+
$args = $args_base;
|
35 |
+
$args['tag__and'] = $tags;
|
36 |
+
|
37 |
+
$posts_array = get_posts( $args );
|
38 |
+
|
39 |
+
if( count( $posts_array ) < $border_of_and_to_in && count( $tags ) > 1 ){
|
40 |
+
$args = $args_base;
|
41 |
+
$args['tag__in'] = $tags;
|
42 |
+
$posts_array = get_posts( $args );
|
43 |
}
|
44 |
+
$tag_posts = $posts_array;
|
45 |
+
|
46 |
+
// foreach($tag_posts as $tp) echo $tp->post_title." - \n<br/>";
|
47 |
+
|
48 |
+
// $posts_count = mb_convert_kana($relatedPostCount, "a", "UTF-8");
|
49 |
+
|
50 |
if ( $tag_posts ) {
|
51 |
$relatedPostsHtml = '<!-- [ .relatedPosts ] -->';
|
52 |
$relatedPostsHtml .= '<aside class="relatedPosts subSection vkContentAddSection">';
|
56 |
foreach ($tag_posts as $key => $post) {
|
57 |
$relatedPostsHtml .= '<div class="col-sm-6">';
|
58 |
$relatedPostsHtml .= '<div class="media">';
|
59 |
+
if ( has_post_thumbnail($post->ID)) :
|
60 |
$relatedPostsHtml .= '<div class="media-left postList_thumbnail">';
|
61 |
+
$relatedPostsHtml .= '<a href="'.get_the_permalink($post->ID).'">';
|
62 |
$relatedPostsHtml .= get_the_post_thumbnail($post->ID,'thumbnail');
|
63 |
$relatedPostsHtml .= '</a>';
|
64 |
$relatedPostsHtml .= '</div>';
|
65 |
endif;
|
66 |
$relatedPostsHtml .= '<div class="media-body">';
|
67 |
+
$relatedPostsHtml .= '<div class="media-heading"><a href="'.get_the_permalink($post->ID).'">'.$post->post_title.'</a></div>';
|
68 |
+
$relatedPostsHtml .= '<div><i class="fa fa-calendar"></i> '.get_the_date(false , $post->ID).'</div>';
|
69 |
$relatedPostsHtml .= '</div>';
|
70 |
$relatedPostsHtml .= '</div>';
|
71 |
$relatedPostsHtml .= '</div>'."\n";
|
75 |
$relatedPostsHtml .= '</aside><!-- [ /.relatedPosts ] -->';
|
76 |
$content .= $relatedPostsHtml;
|
77 |
} // if ( $tag_posts )
|
|
|
|
|
78 |
endif;
|
79 |
wp_reset_postdata();
|
80 |
|
plugins/sitemap_page/sitemap_page.php
CHANGED
@@ -72,6 +72,8 @@ function vkExUnit_sitemap_options_validate( $input ) {
|
|
72 |
add_filter('the_content', 'show_sitemap', 7, 1);
|
73 |
|
74 |
function show_sitemap($content) {
|
|
|
|
|
75 |
wp_reset_postdata(); // need under other section / ex:child page index
|
76 |
global $post;
|
77 |
$enable = get_post_meta( $post->ID, 'vkExUnit_sitemap',true );
|
72 |
add_filter('the_content', 'show_sitemap', 7, 1);
|
73 |
|
74 |
function show_sitemap($content) {
|
75 |
+
global $is_pagewidget;
|
76 |
+
if( $is_pagewidget ) return $content;
|
77 |
wp_reset_postdata(); // need under other section / ex:child page index
|
78 |
global $post;
|
79 |
$enable = get_post_meta( $post->ID, 'vkExUnit_sitemap',true );
|
plugins/sns/function_fbPagePlugin.php
CHANGED
@@ -16,7 +16,7 @@ class WP_Widget_vkExUnit_fbPagePlugin extends WP_Widget {
|
|
16 |
|
17 |
|
18 |
function widget($args, $instance) {
|
19 |
-
echo '
|
20 |
|
21 |
if ( isset($instance['label']) && $instance['label'] ) {
|
22 |
echo '<h1 class="widget-title subSection-title">'.$instance['label'].'</h1>';
|
@@ -40,7 +40,7 @@ class WP_Widget_vkExUnit_fbPagePlugin extends WP_Widget {
|
|
40 |
</div>
|
41 |
|
42 |
<?php
|
43 |
-
echo '
|
44 |
|
45 |
} // widget($args, $instance)
|
46 |
|
16 |
|
17 |
|
18 |
function widget($args, $instance) {
|
19 |
+
echo $args['before_widget'];
|
20 |
|
21 |
if ( isset($instance['label']) && $instance['label'] ) {
|
22 |
echo '<h1 class="widget-title subSection-title">'.$instance['label'].'</h1>';
|
40 |
</div>
|
41 |
|
42 |
<?php
|
43 |
+
echo $args['after_widget'];
|
44 |
|
45 |
} // widget($args, $instance)
|
46 |
|
plugins/sns/old/icons/Read Me.txt
DELETED
@@ -1,5 +0,0 @@
|
|
1 |
-
Open *demo.html* to see a list of all the glyphs in your font along with their codes/ligatures.
|
2 |
-
|
3 |
-
You won't need any of the files located under the *demo-files* directory when including the generated font in your own projects.
|
4 |
-
|
5 |
-
You can import *selection.json* back to the IcoMoon app using the *Import Icons* button (or via Main Menu > Manage Projects) to retrieve your icon selection.
|
|
|
|
|
|
|
|
|
|
plugins/sns/old/icons/demo-files/demo.css
DELETED
@@ -1,151 +0,0 @@
|
|
1 |
-
body {
|
2 |
-
padding: 0;
|
3 |
-
margin: 0;
|
4 |
-
font-family: sans-serif;
|
5 |
-
font-size: 1em;
|
6 |
-
line-height: 1.5;
|
7 |
-
color: #555;
|
8 |
-
background: #fff;
|
9 |
-
}
|
10 |
-
h1 {
|
11 |
-
font-size: 1.5em;
|
12 |
-
font-weight: normal;
|
13 |
-
}
|
14 |
-
small {
|
15 |
-
font-size: .66666667em;
|
16 |
-
}
|
17 |
-
a {
|
18 |
-
color: #e74c3c;
|
19 |
-
text-decoration: none;
|
20 |
-
}
|
21 |
-
a:hover, a:focus {
|
22 |
-
box-shadow: 0 1px #e74c3c;
|
23 |
-
}
|
24 |
-
.bshadow0, input {
|
25 |
-
box-shadow: inset 0 -2px #e7e7e7;
|
26 |
-
}
|
27 |
-
input:hover {
|
28 |
-
box-shadow: inset 0 -2px #ccc;
|
29 |
-
}
|
30 |
-
input, fieldset {
|
31 |
-
font-size: 1em;
|
32 |
-
margin: 0;
|
33 |
-
padding: 0;
|
34 |
-
border: 0;
|
35 |
-
}
|
36 |
-
input {
|
37 |
-
color: inherit;
|
38 |
-
line-height: 1.5;
|
39 |
-
height: 1.5em;
|
40 |
-
padding: .25em 0;
|
41 |
-
}
|
42 |
-
input:focus {
|
43 |
-
outline: none;
|
44 |
-
box-shadow: inset 0 -2px #449fdb;
|
45 |
-
}
|
46 |
-
.glyph {
|
47 |
-
font-size: 16px;
|
48 |
-
width: 15em;
|
49 |
-
padding-bottom: 1em;
|
50 |
-
margin-right: 4em;
|
51 |
-
margin-bottom: 1em;
|
52 |
-
float: left;
|
53 |
-
overflow: hidden;
|
54 |
-
}
|
55 |
-
.liga {
|
56 |
-
width: 80%;
|
57 |
-
width: calc(100% - 2.5em);
|
58 |
-
}
|
59 |
-
.talign-right {
|
60 |
-
text-align: right;
|
61 |
-
}
|
62 |
-
.talign-center {
|
63 |
-
text-align: center;
|
64 |
-
}
|
65 |
-
.bgc1 {
|
66 |
-
background: #f1f1f1;
|
67 |
-
}
|
68 |
-
.fgc1 {
|
69 |
-
color: #999;
|
70 |
-
}
|
71 |
-
.fgc0 {
|
72 |
-
color: #000;
|
73 |
-
}
|
74 |
-
p {
|
75 |
-
margin-top: 1em;
|
76 |
-
margin-bottom: 1em;
|
77 |
-
}
|
78 |
-
.mvm {
|
79 |
-
margin-top: .75em;
|
80 |
-
margin-bottom: .75em;
|
81 |
-
}
|
82 |
-
.mtn {
|
83 |
-
margin-top: 0;
|
84 |
-
}
|
85 |
-
.mtl, .mal {
|
86 |
-
margin-top: 1.5em;
|
87 |
-
}
|
88 |
-
.mbl, .mal {
|
89 |
-
margin-bottom: 1.5em;
|
90 |
-
}
|
91 |
-
.mal, .mhl {
|
92 |
-
margin-left: 1.5em;
|
93 |
-
margin-right: 1.5em;
|
94 |
-
}
|
95 |
-
.mhmm {
|
96 |
-
margin-left: 1em;
|
97 |
-
margin-right: 1em;
|
98 |
-
}
|
99 |
-
.mls {
|
100 |
-
margin-left: .25em;
|
101 |
-
}
|
102 |
-
.ptl {
|
103 |
-
padding-top: 1.5em;
|
104 |
-
}
|
105 |
-
.pbs, .pvs {
|
106 |
-
padding-bottom: .25em;
|
107 |
-
}
|
108 |
-
.pvs, .pts {
|
109 |
-
padding-top: .25em;
|
110 |
-
}
|
111 |
-
.clearfix {
|
112 |
-
zoom: 1;
|
113 |
-
}
|
114 |
-
.unit {
|
115 |
-
float: left;
|
116 |
-
}
|
117 |
-
.unitRight {
|
118 |
-
float: right;
|
119 |
-
}
|
120 |
-
.size1of2 {
|
121 |
-
width: 50%;
|
122 |
-
}
|
123 |
-
.size1of1 {
|
124 |
-
width: 100%;
|
125 |
-
}
|
126 |
-
.clearfix:before, .clearfix:after {
|
127 |
-
content: " ";
|
128 |
-
display: table;
|
129 |
-
}
|
130 |
-
.clearfix:after {
|
131 |
-
clear: both;
|
132 |
-
}
|
133 |
-
.noLiga-true {
|
134 |
-
display: none;
|
135 |
-
}
|
136 |
-
.textbox0 {
|
137 |
-
width: 3em;
|
138 |
-
background: #f1f1f1;
|
139 |
-
padding: .25em .5em;
|
140 |
-
line-height: 1.5;
|
141 |
-
height: 1.5em;
|
142 |
-
}
|
143 |
-
#testDrive {
|
144 |
-
padding-top: 24px;
|
145 |
-
}
|
146 |
-
.fs0 {
|
147 |
-
font-size: 16px;
|
148 |
-
}
|
149 |
-
.fs1 {
|
150 |
-
font-size: 32px;
|
151 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
plugins/sns/old/icons/demo-files/demo.js
DELETED
@@ -1,30 +0,0 @@
|
|
1 |
-
if (!('boxShadow' in document.body.style)) {
|
2 |
-
document.body.setAttribute('class', 'noBoxShadow');
|
3 |
-
}
|
4 |
-
|
5 |
-
document.body.addEventListener("click", function(e) {
|
6 |
-
var target = e.target;
|
7 |
-
if (target.tagName === "INPUT" &&
|
8 |
-
target.getAttribute('class').indexOf('liga') === -1) {
|
9 |
-
target.select();
|
10 |
-
}
|
11 |
-
});
|
12 |
-
|
13 |
-
(function() {
|
14 |
-
var fontSize = document.getElementById('fontSize'),
|
15 |
-
testDrive = document.getElementById('testDrive'),
|
16 |
-
testText = document.getElementById('testText');
|
17 |
-
function updateTest() {
|
18 |
-
testDrive.innerHTML = testText.value || String.fromCharCode(160);
|
19 |
-
if (window.icomoonLiga) {
|
20 |
-
window.icomoonLiga(testDrive);
|
21 |
-
}
|
22 |
-
}
|
23 |
-
function updateSize() {
|
24 |
-
testDrive.style.fontSize = fontSize.value + 'px';
|
25 |
-
}
|
26 |
-
fontSize.addEventListener('change', updateSize, false);
|
27 |
-
testText.addEventListener('input', updateTest, false);
|
28 |
-
testText.addEventListener('change', updateTest, false);
|
29 |
-
updateSize();
|
30 |
-
}());
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
plugins/sns/old/icons/demo.html
DELETED
@@ -1,104 +0,0 @@
|
|
1 |
-
<!doctype html>
|
2 |
-
<html>
|
3 |
-
<head>
|
4 |
-
<meta charset="utf-8">
|
5 |
-
<title>IcoMoon Demo</title>
|
6 |
-
<meta name="description" content="An Icon Font Generated By IcoMoon.io">
|
7 |
-
<meta name="viewport" content="width=device-width">
|
8 |
-
<link rel="stylesheet" href="demo-files/demo.css">
|
9 |
-
<link rel="stylesheet" href="style.css"></head>
|
10 |
-
<body>
|
11 |
-
<div class="bgc1 clearfix">
|
12 |
-
<h1 class="mhmm mvm"><span class="fgc1">Font Name:</span> vk_sns <small class="fgc1">(Glyphs: 5)</small></h1>
|
13 |
-
</div>
|
14 |
-
<div class="clearfix mhl ptl">
|
15 |
-
<h1 class="mvm mtn bshadow fgc1">Grid Size: Unknown</h1>
|
16 |
-
<div class="glyph fs1">
|
17 |
-
<div class="clearfix bshadow0 pbs">
|
18 |
-
<span class="icon-vk_w_r_sns_twitter"></span><span class="mls"> icon-vk_w_r_sns_twitter</span>
|
19 |
-
</div>
|
20 |
-
<fieldset class="fs0 size1of1 clearfix">
|
21 |
-
<input type="text" readonly value="e600" class="unit size1of2" />
|
22 |
-
<input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
|
23 |
-
</fieldset>
|
24 |
-
<div class="fs0 bshadow0 clearfix noLiga-true">
|
25 |
-
<span class="unit pvs fgc1">liga: </span>
|
26 |
-
<input type="text" readonly value="" class="liga unitRight" />
|
27 |
-
</div>
|
28 |
-
</div>
|
29 |
-
<div class="glyph fs1">
|
30 |
-
<div class="clearfix bshadow0 pbs">
|
31 |
-
<span class="icon-vk_w_r_sns_line"></span><span class="mls"> icon-vk_w_r_sns_line</span>
|
32 |
-
</div>
|
33 |
-
<fieldset class="fs0 size1of1 clearfix">
|
34 |
-
<input type="text" readonly value="e601" class="unit size1of2" />
|
35 |
-
<input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
|
36 |
-
</fieldset>
|
37 |
-
<div class="fs0 bshadow0 clearfix noLiga-true">
|
38 |
-
<span class="unit pvs fgc1">liga: </span>
|
39 |
-
<input type="text" readonly value="" class="liga unitRight" />
|
40 |
-
</div>
|
41 |
-
</div>
|
42 |
-
<div class="glyph fs1">
|
43 |
-
<div class="clearfix bshadow0 pbs">
|
44 |
-
<span class="icon-vk_w_r_sns_hatena"></span><span class="mls"> icon-vk_w_r_sns_hatena</span>
|
45 |
-
</div>
|
46 |
-
<fieldset class="fs0 size1of1 clearfix">
|
47 |
-
<input type="text" readonly value="e602" class="unit size1of2" />
|
48 |
-
<input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
|
49 |
-
</fieldset>
|
50 |
-
<div class="fs0 bshadow0 clearfix noLiga-true">
|
51 |
-
<span class="unit pvs fgc1">liga: </span>
|
52 |
-
<input type="text" readonly value="" class="liga unitRight" />
|
53 |
-
</div>
|
54 |
-
</div>
|
55 |
-
<div class="glyph fs1">
|
56 |
-
<div class="clearfix bshadow0 pbs">
|
57 |
-
<span class="icon-vk_w_r_sns_google"></span><span class="mls"> icon-vk_w_r_sns_google</span>
|
58 |
-
</div>
|
59 |
-
<fieldset class="fs0 size1of1 clearfix">
|
60 |
-
<input type="text" readonly value="e603" class="unit size1of2" />
|
61 |
-
<input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
|
62 |
-
</fieldset>
|
63 |
-
<div class="fs0 bshadow0 clearfix noLiga-true">
|
64 |
-
<span class="unit pvs fgc1">liga: </span>
|
65 |
-
<input type="text" readonly value="" class="liga unitRight" />
|
66 |
-
</div>
|
67 |
-
</div>
|
68 |
-
<div class="glyph fs1">
|
69 |
-
<div class="clearfix bshadow0 pbs">
|
70 |
-
<span class="icon-vk_w_r_sns_fb"></span><span class="mls"> icon-vk_w_r_sns_fb</span>
|
71 |
-
</div>
|
72 |
-
<fieldset class="fs0 size1of1 clearfix">
|
73 |
-
<input type="text" readonly value="e604" class="unit size1of2" />
|
74 |
-
<input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
|
75 |
-
</fieldset>
|
76 |
-
<div class="fs0 bshadow0 clearfix noLiga-true">
|
77 |
-
<span class="unit pvs fgc1">liga: </span>
|
78 |
-
<input type="text" readonly value="" class="liga unitRight" />
|
79 |
-
</div>
|
80 |
-
</div>
|
81 |
-
</div>
|
82 |
-
|
83 |
-
<!--[if gt IE 8]><!-->
|
84 |
-
<div class="mhl clearfix mbl">
|
85 |
-
<h1>Font Test Drive</h1>
|
86 |
-
<label>
|
87 |
-
Font Size: <input id="fontSize" type="number" class="textbox0 mbm"
|
88 |
-
min="8" value="48" />
|
89 |
-
px
|
90 |
-
</label>
|
91 |
-
<input id="testText" type="text" class="phl size1of1 mvl"
|
92 |
-
placeholder="Type some text to test..." value=""/>
|
93 |
-
</label>
|
94 |
-
<div id="testDrive" class="icon-">
|
95 |
-
</div>
|
96 |
-
</div>
|
97 |
-
<!--<![endif]-->
|
98 |
-
<div class="bgc1 clearfix">
|
99 |
-
<p class="mhl">Generated by <a href="http://icomoon.io/app">IcoMoon</a></p>
|
100 |
-
</div>
|
101 |
-
|
102 |
-
<script src="demo-files/demo.js"></script>
|
103 |
-
</body>
|
104 |
-
</html>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
plugins/sns/old/icons/fonts/vk_sns.eot
DELETED
Binary file
|
plugins/sns/old/icons/fonts/vk_sns.svg
DELETED
@@ -1,15 +0,0 @@
|
|
1 |
-
<?xml version="1.0" standalone="no"?>
|
2 |
-
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
|
3 |
-
<svg xmlns="http://www.w3.org/2000/svg">
|
4 |
-
<metadata>Generated by IcoMoon</metadata>
|
5 |
-
<defs>
|
6 |
-
<font id="vk_sns" horiz-adv-x="512">
|
7 |
-
<font-face units-per-em="512" ascent="480" descent="-32" />
|
8 |
-
<missing-glyph horiz-adv-x="512" />
|
9 |
-
<glyph unicode=" " d="" horiz-adv-x="256" />
|
10 |
-
<glyph unicode="" d="M436.704 480h-361.408c-41.578 0-75.296-33.717-75.296-75.296v-361.408c0-41.589 33.718-75.296 75.296-75.296h361.408c41.589 0 75.296 33.707 75.296 75.296v361.408c0 41.579-33.707 75.296-75.296 75.296zM412.214 291.904c0.149-3.35 0.224-6.731 0.224-10.134 0-103.477-78.784-222.784-222.784-222.784-44.224 0-85.376 12.971-120.022 35.19 6.123-0.726 12.362-1.099 18.677-1.099 36.682 0 70.443 12.522 97.248 33.514-34.262 0.661-63.178 23.286-73.141 54.389 4.778-0.928 9.686-1.408 14.73-1.408 7.136 0 14.048 0.95 20.63 2.752-35.819 7.2-62.816 38.837-62.816 76.768 0 0.331 0 0.662 0 0.992 10.549-5.867 22.635-9.387 35.466-9.792-21.013 14.037-34.838 38.006-34.838 65.174 0 14.346 3.862 27.798 10.602 39.37 38.624-47.382 96.309-78.549 161.386-81.813-1.334 5.728-2.016 11.702-2.016 17.834 0 43.243 35.050 78.304 78.294 78.304 22.517 0 42.89-9.514 57.152-24.726 17.834 3.51 34.582 10.026 49.707 18.998-5.834-18.283-18.25-33.632-34.432-43.328 15.84 1.888 30.923 6.090 44.992 12.33-10.528-15.702-23.786-29.493-39.062-40.534z" />
|
11 |
-
<glyph unicode="" d="M192.875 206.666c0-5.408-4.374-9.792-9.781-9.792h-37.035c-5.387 0-9.77 4.384-9.77 9.792v74.070c0 5.387 4.384 9.77 9.77 9.77s9.77-4.384 9.77-9.77v-64.31h27.264c5.408 0 9.781-4.373 9.781-9.76zM300.8 290.506c-5.387 0-9.781-4.384-9.781-9.77v-45.846l-37.963 51.712c-1.824 2.453-4.757 3.914-7.808 3.914-1.046 0-2.090-0.181-3.094-0.49-4-1.333-6.688-5.066-6.688-9.28v-74.070c0-5.408 4.394-9.792 9.781-9.792 5.398 0 9.781 4.384 9.781 9.792v45.803l37.963-51.69c1.846-2.442 4.747-3.914 7.808-3.914 1.046 0 2.070 0.171 3.094 0.512 4.010 1.322 6.699 5.056 6.699 9.28v74.070c-0.010 5.387-4.394 9.77-9.792 9.77zM211.637 290.506c-5.387 0-9.77-4.384-9.77-9.77v-74.070c0-5.408 4.384-9.792 9.77-9.792s9.77 4.384 9.77 9.792v74.070c0 5.387-4.384 9.77-9.77 9.77zM512 404.704v-361.408c0-41.589-33.707-75.296-75.296-75.296h-361.408c-41.578 0-75.296 33.707-75.296 75.296v361.408c0 41.579 33.718 75.296 75.296 75.296h361.408c41.589 0 75.296-33.717 75.296-75.296zM442.474 246.506c0 83.403-83.627 151.274-186.411 151.274-102.762 0-186.411-67.861-186.411-151.274 0-74.773 66.326-137.419 155.904-149.27 6.070-1.291 14.326-4.010 16.427-9.184 1.877-4.694 1.226-12.086 0.597-16.853 0 0-2.176-13.13-2.645-15.968-0.832-4.704-3.755-18.411 16.15-10.038 19.882 8.394 107.339 63.243 146.442 108.234 27.019 29.611 39.947 59.69 39.947 93.077zM370.517 270.944c5.387 0 9.75 4.394 9.75 9.792 0 5.387-4.363 9.77-9.75 9.77h-37.067c-5.387 0-9.771-4.384-9.771-9.77 0-0.010 0-0.022 0-0.043v-36.981c0-0.011 0-0.022 0-0.022 0-0.011 0-0.011 0-0.022v-37.002c0-5.408 4.394-9.792 9.771-9.792h37.067c5.354 0 9.75 4.384 9.75 9.792 0 5.387-4.394 9.76-9.75 9.76h-27.264v17.504h27.274c5.397 0 9.771 4.384 9.771 9.77 0 5.398-4.373 9.781-9.771 9.781h-27.274v17.483l27.274-0.022z" />
|
12 |
-
<glyph unicode="" d="M189.322 241.376h-12.181v44.907h13.099c15.136 0 25.312-1.707 30.56-5.11 5.184-3.424 7.819-9.322 7.819-17.728 0-8.096-2.805-13.792-8.374-17.131-5.632-3.274-15.893-4.939-30.922-4.939zM229.856 195.786c-5.451 3.733-15.68 5.568-30.475 5.568h-22.24v-48.896h21.322c14.411 0 24.683 1.803 30.645 5.472 6.016 3.627 8.992 9.696 8.992 18.134 0 9.462-2.72 16.022-8.245 19.723zM512 404.704v-361.408c0-41.589-33.707-75.296-75.296-75.296h-361.408c-41.578 0-75.296 33.707-75.296 75.296v361.408c0 41.579 33.718 75.296 75.296 75.296h361.408c41.589 0 75.296-33.717 75.296-75.296zM331.317 186.358h52.693v150.582h-52.693v-150.582zM295.914 176.149c0 16.608-4.469 29.942-13.418 39.872-8.938 9.974-21.334 15.573-37.226 16.779 14.154 3.862 24.426 9.504 30.912 17.046 6.474 7.446 9.675 17.547 9.675 30.25 0 10.058-2.197 18.966-6.442 26.656-4.363 7.637-10.666 13.76-18.901 18.336-7.21 3.978-15.798 6.774-25.792 8.426-10.048 1.6-27.637 2.411-52.886 2.411h-61.365v-223.819h63.232c25.408 0 43.722 0.885 54.922 2.592 11.19 1.75 20.587 4.714 28.192 8.768 9.397 4.96 16.565 12.022 21.558 21.099 5.046 9.077 7.541 19.584 7.541 31.584zM387.776 141.163c0 16.651-13.493 30.123-30.101 30.123-16.651 0-30.112-13.493-30.112-30.123 0-16.63 13.493-30.101 30.112-30.101 16.608 0 30.101 13.483 30.101 30.101z" />
|
13 |
-
<glyph unicode="" d="M119.338 210.538c-63.968 0-90.23 73.952-90.23 123.936 0 19.445 1.952 39.563 14.592 55.253 11.925 14.923 32.725 24.63 52.085 24.63 61.707 0 92.864-83.594 92.864-137.344 0-10.762-5.472-31.808-19.424-47.786-12.256-13.952-31.306-18.688-49.888-18.688zM145.792 80.683c-5.93 0.757-9.654 0.757-17.046 0.757-6.72 0-46.891-1.504-78.133-11.968-10.666-3.894-34.87-13.12-50.24-33.664 3.755-38.058 35.861-67.808 74.923-67.808h164.875c1.109 3.786 3.2 6.080 3.114 13.483-0.416 38.133-40.939 58.87-97.494 99.2zM417.707 210.538h-40.426v95.147h-94.325v39.594h94.326v94.326h40.426v-94.326h94.293v59.424c0 41.579-33.707 75.296-75.296 75.296h-361.408c-41.578 0-75.296-33.718-75.296-75.296v-12.256c1.867 1.792 4.011 3.776 6.005 5.493 42.4 35.094 88.906 40.95 127.915 41.675h157.195l-41.76-33.685c0 0-39.446 0-45.568 0 18.25-15.829 45.493-44.139 45.493-94.56 0-55.221-29.109-81.397-60.341-105.995-9.664-9.664-20.822-20.16-20.822-36.608 0-16.406 11.147-25.354 19.317-32.086l26.805-20.875c32.704-27.627 75.456-59.606 75.456-111.125 0-13.813-1.514-26.208-5.995-36.672h153.002c41.589-0.010 75.296 33.696 75.296 75.286v262.389h-94.293v-95.147zM98.219 153.11c0 12.683 3.722 20.171 7.434 29.12-8.203-0.726-16.352-1.504-23.797-1.504-33.76 0-61.462 12.853-81.846 29.813v-132.224c33.685 26.944 92.096 22.112 120.522 24.032-10.432 13.462-22.314 27.637-22.314 50.762zM512.362 345.28h-0.363v-39.594h0.363v39.594zM0 35.37c0.117 0.16 0.256 0.277 0.373 0.438-0.234 2.474-0.373 4.96-0.373 7.488v-7.925z" />
|
14 |
-
<glyph unicode="" d="M436.704 480h-361.408c-41.578 0-75.296-33.717-75.296-75.296v-361.408c0-41.589 33.718-75.296 75.296-75.296h185.45c0 0 0 119.19 0 216.448h-43.531v74.954h43.531c0 22.891 0 39.723 0 46.059 0 37.994 11.659 96.202 91.125 96.202 58.762 0 67.851 0 67.851 0v-74.422c0 0-37.483 0-46.080 0-8.587 0-21.238-2.538-21.238-26.848 0-4.63 0-19.722 0-40.992h67.36l-7.627-74.955h-59.755c0-96.202 0-216.448 0-216.448h84.288c41.622 0 75.328 33.707 75.328 75.296v361.408c0 41.579-33.707 75.296-75.296 75.296z" />
|
15 |
-
</font></defs></svg>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
plugins/sns/old/icons/fonts/vk_sns.ttf
DELETED
Binary file
|
plugins/sns/old/icons/fonts/vk_sns.woff
DELETED
Binary file
|
plugins/sns/old/icons/selection.json
DELETED
@@ -1,132 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"IcoMoonType": "selection",
|
3 |
-
"icons": [
|
4 |
-
{
|
5 |
-
"icon": {
|
6 |
-
"paths": [
|
7 |
-
"M873.408 0h-722.816c-83.157 0-150.592 67.435-150.592 150.592v722.816c0 83.179 67.435 150.592 150.592 150.592h722.816c83.179 0 150.592-67.413 150.592-150.592v-722.816c0-83.157-67.413-150.592-150.592-150.592zM824.427 376.192c0.299 6.699 0.448 13.461 0.448 20.267 0 206.955-157.568 445.568-445.568 445.568-88.448 0-170.752-25.941-240.043-70.379 12.245 1.451 24.725 2.197 37.355 2.197 73.365 0 140.885-25.045 194.496-67.029-68.523-1.323-126.357-46.571-146.283-108.779 9.557 1.856 19.371 2.816 29.461 2.816 14.272 0 28.096-1.899 41.259-5.504-71.637-14.4-125.632-77.675-125.632-153.536 0-0.661 0-1.323 0-1.984 21.099 11.733 45.269 18.773 70.933 19.584-42.027-28.075-69.675-76.011-69.675-130.347 0-28.693 7.723-55.595 21.205-78.741 77.248 94.763 192.619 157.099 322.773 163.627-2.667-11.456-4.032-23.403-4.032-35.669 0-86.485 70.101-156.608 156.587-156.608 45.035 0 85.781 19.029 114.304 49.451 35.669-7.019 69.163-20.053 99.413-37.995-11.669 36.565-36.501 67.264-68.864 86.656 31.68-3.776 61.845-12.181 89.984-24.661-21.056 31.403-47.573 58.987-78.123 81.067z"
|
8 |
-
],
|
9 |
-
"grid": 0,
|
10 |
-
"tags": [
|
11 |
-
"vk_w_r_sns_twitter"
|
12 |
-
]
|
13 |
-
},
|
14 |
-
"properties": {
|
15 |
-
"order": 1,
|
16 |
-
"id": 4,
|
17 |
-
"prevSize": 32,
|
18 |
-
"code": 58880,
|
19 |
-
"name": "vk_w_r_sns_twitter",
|
20 |
-
"ligatures": ""
|
21 |
-
},
|
22 |
-
"setIdx": 0,
|
23 |
-
"iconIdx": 0
|
24 |
-
},
|
25 |
-
{
|
26 |
-
"icon": {
|
27 |
-
"paths": [
|
28 |
-
"M385.749 546.667c0 10.816-8.747 19.584-19.563 19.584h-74.069c-10.773 0-19.541-8.768-19.541-19.584v-148.139c0-10.773 8.768-19.541 19.541-19.541s19.541 8.768 19.541 19.541v128.619h54.528c10.816 0 19.563 8.747 19.563 19.52zM601.6 378.987c-10.773 0-19.563 8.768-19.563 19.541v91.691l-75.925-103.424c-3.648-4.907-9.515-7.829-15.616-7.829-2.091 0-4.181 0.363-6.187 0.981-8 2.667-13.376 10.133-13.376 18.56v148.139c0 10.816 8.789 19.584 19.563 19.584 10.795 0 19.563-8.768 19.563-19.584v-91.605l75.925 103.381c3.691 4.885 9.493 7.829 15.616 7.829 2.091 0 4.139-0.341 6.187-1.024 8.021-2.645 13.397-10.112 13.397-18.56v-148.139c-0.021-10.773-8.789-19.541-19.584-19.541zM423.275 378.987c-10.773 0-19.541 8.768-19.541 19.541v148.139c0 10.816 8.768 19.584 19.541 19.584s19.541-8.768 19.541-19.584v-148.139c0-10.773-8.768-19.541-19.541-19.541zM1024 150.592v722.816c0 83.179-67.413 150.592-150.592 150.592h-722.816c-83.157 0-150.592-67.413-150.592-150.592v-722.816c0-83.157 67.435-150.592 150.592-150.592h722.816c83.179 0 150.592 67.435 150.592 150.592zM884.949 466.987c0-166.805-167.253-302.549-372.821-302.549-205.525 0-372.821 135.723-372.821 302.549 0 149.547 132.651 274.837 311.808 298.539 12.139 2.581 28.651 8.021 32.853 18.368 3.755 9.387 2.453 24.171 1.195 33.707 0 0-4.352 26.261-5.291 31.936-1.664 9.408-7.509 36.821 32.299 20.075 39.765-16.789 214.677-126.485 292.885-216.469 54.037-59.221 79.893-119.381 79.893-186.155zM741.035 418.112c10.773 0 19.499-8.789 19.499-19.584 0-10.773-8.725-19.541-19.499-19.541h-74.133c-10.773 0-19.541 8.768-19.541 19.541 0 0.021 0 0.043 0 0.085v73.963c0 0.021 0 0.043 0 0.043 0 0.021 0 0.021 0 0.043v74.005c0 10.816 8.789 19.584 19.541 19.584h74.133c10.709 0 19.499-8.768 19.499-19.584 0-10.773-8.789-19.52-19.499-19.52h-54.528v-35.008h54.549c10.795 0 19.541-8.768 19.541-19.541 0-10.795-8.747-19.563-19.541-19.563h-54.549v-34.965l54.549 0.043z"
|
29 |
-
],
|
30 |
-
"grid": 0,
|
31 |
-
"tags": [
|
32 |
-
"vk_w_r_sns_line"
|
33 |
-
]
|
34 |
-
},
|
35 |
-
"properties": {
|
36 |
-
"order": 2,
|
37 |
-
"id": 3,
|
38 |
-
"prevSize": 32,
|
39 |
-
"code": 58881,
|
40 |
-
"name": "vk_w_r_sns_line",
|
41 |
-
"ligatures": ""
|
42 |
-
},
|
43 |
-
"setIdx": 0,
|
44 |
-
"iconIdx": 1
|
45 |
-
},
|
46 |
-
{
|
47 |
-
"icon": {
|
48 |
-
"paths": [
|
49 |
-
"M378.645 477.248h-24.363v-89.813h26.197c30.272 0 50.624 3.413 61.12 10.219 10.368 6.848 15.637 18.645 15.637 35.456 0 16.192-5.611 27.584-16.747 34.261-11.264 6.549-31.787 9.877-61.845 9.877zM459.712 568.427c-10.901-7.467-31.36-11.136-60.949-11.136h-44.48v97.792h42.645c28.821 0 49.365-3.605 61.291-10.944 12.032-7.253 17.984-19.392 17.984-36.267 0-18.923-5.44-32.043-16.491-39.445zM1024 150.592v722.816c0 83.179-67.413 150.592-150.592 150.592h-722.816c-83.157 0-150.592-67.413-150.592-150.592v-722.816c0-83.157 67.435-150.592 150.592-150.592h722.816c83.179 0 150.592 67.435 150.592 150.592zM662.635 587.285h105.387v-301.163h-105.387v301.163zM591.829 607.701c0-33.216-8.939-59.883-26.837-79.744-17.877-19.947-42.667-31.147-74.453-33.557 28.309-7.723 48.853-19.008 61.824-34.091 12.949-14.891 19.349-35.093 19.349-60.501 0-20.117-4.395-37.931-12.885-53.312-8.725-15.275-21.333-27.52-37.803-36.672-14.421-7.957-31.595-13.547-51.584-16.853-20.096-3.2-55.275-4.821-105.771-4.821h-122.731v447.637h126.464c50.816 0 87.445-1.771 109.845-5.184 22.379-3.499 41.173-9.429 56.384-17.536 18.795-9.92 33.131-24.043 43.115-42.197 10.091-18.155 15.083-39.168 15.083-63.168zM775.552 677.675c0-33.301-26.987-60.245-60.203-60.245-33.301 0-60.224 26.987-60.224 60.245 0 33.259 26.987 60.203 60.224 60.203 33.216 0 60.203-26.965 60.203-60.203z"
|
50 |
-
],
|
51 |
-
"grid": 0,
|
52 |
-
"tags": [
|
53 |
-
"vk_w_r_sns_hatena"
|
54 |
-
]
|
55 |
-
},
|
56 |
-
"properties": {
|
57 |
-
"order": 3,
|
58 |
-
"id": 2,
|
59 |
-
"prevSize": 32,
|
60 |
-
"code": 58882,
|
61 |
-
"name": "vk_w_r_sns_hatena",
|
62 |
-
"ligatures": ""
|
63 |
-
},
|
64 |
-
"setIdx": 0,
|
65 |
-
"iconIdx": 2
|
66 |
-
},
|
67 |
-
{
|
68 |
-
"icon": {
|
69 |
-
"paths": [
|
70 |
-
"M238.677 538.923c-127.936 0-180.459-147.904-180.459-247.872 0-38.891 3.904-79.125 29.184-110.507 23.851-29.845 65.451-49.259 104.171-49.259 123.413 0 185.728 167.189 185.728 274.688 0 21.525-10.944 63.616-38.848 95.573-24.512 27.904-62.613 37.376-99.776 37.376zM291.584 798.635c-11.861-1.515-19.307-1.515-34.091-1.515-13.44 0-93.781 3.008-156.267 23.936-21.333 7.787-69.739 26.24-100.48 67.328 7.509 76.117 71.723 135.616 149.845 135.616h329.749c2.219-7.573 6.4-12.16 6.229-26.965-0.832-76.267-81.877-117.739-194.987-198.4zM835.413 538.923h-80.853v-190.293h-188.651v-79.189h188.651v-188.651h80.853v188.651h188.587v-118.848c0-83.157-67.413-150.592-150.592-150.592h-722.816c-83.157 0-150.592 67.435-150.592 150.592v24.512c3.733-3.584 8.021-7.552 12.011-10.987 84.8-70.187 177.813-81.899 255.829-83.349h314.389l-83.52 67.371c0 0-78.891 0-91.136 0 36.501 31.659 90.987 88.277 90.987 189.12 0 110.443-58.219 162.795-120.683 211.989-19.328 19.328-41.643 40.32-41.643 73.216 0 32.811 22.293 50.709 38.635 64.171l53.611 41.749c65.408 55.253 150.912 119.211 150.912 222.251 0 27.627-3.029 52.416-11.989 73.344h306.005c83.179 0.021 150.592-67.392 150.592-150.571v-524.779h-188.587v190.293zM196.437 653.781c0-25.365 7.445-40.341 14.869-58.24-16.405 1.451-32.704 3.008-47.595 3.008-67.52 0-122.923-25.707-163.691-59.627v264.448c67.371-53.888 184.192-44.224 241.045-48.064-20.864-26.923-44.629-55.275-44.629-101.525zM1024.725 269.44h-0.725v79.189h0.725v-79.189zM0 889.259c0.235-0.32 0.512-0.555 0.747-0.875-0.469-4.949-0.747-9.92-0.747-14.976v15.851z"
|
71 |
-
],
|
72 |
-
"grid": 0,
|
73 |
-
"tags": [
|
74 |
-
"vk_w_r_sns_google"
|
75 |
-
]
|
76 |
-
},
|
77 |
-
"properties": {
|
78 |
-
"order": 4,
|
79 |
-
"id": 1,
|
80 |
-
"prevSize": 32,
|
81 |
-
"code": 58883,
|
82 |
-
"name": "vk_w_r_sns_google",
|
83 |
-
"ligatures": ""
|
84 |
-
},
|
85 |
-
"setIdx": 0,
|
86 |
-
"iconIdx": 3
|
87 |
-
},
|
88 |
-
{
|
89 |
-
"icon": {
|
90 |
-
"paths": [
|
91 |
-
"M873.408 0h-722.816c-83.157 0-150.592 67.435-150.592 150.592v722.816c0 83.179 67.435 150.592 150.592 150.592h370.901c0 0 0-238.379 0-432.896h-87.061v-149.909h87.061c0-45.781 0-79.445 0-92.117 0-75.989 23.317-192.405 182.251-192.405 117.525 0 135.701 0 135.701 0v148.843c0 0-74.965 0-92.16 0-17.173 0-42.475 5.077-42.475 53.696 0 9.259 0 39.445 0 81.984h134.72l-15.253 149.909h-119.509c0 192.405 0 432.896 0 432.896h168.576c83.243 0 150.656-67.413 150.656-150.592v-722.816c0-83.157-67.413-150.592-150.592-150.592z"
|
92 |
-
],
|
93 |
-
"grid": 0,
|
94 |
-
"tags": [
|
95 |
-
"vk_w_r_sns_fb"
|
96 |
-
]
|
97 |
-
},
|
98 |
-
"properties": {
|
99 |
-
"order": 5,
|
100 |
-
"id": 0,
|
101 |
-
"prevSize": 32,
|
102 |
-
"code": 58884,
|
103 |
-
"name": "vk_w_r_sns_fb",
|
104 |
-
"ligatures": ""
|
105 |
-
},
|
106 |
-
"setIdx": 0,
|
107 |
-
"iconIdx": 4
|
108 |
-
}
|
109 |
-
],
|
110 |
-
"height": 1024,
|
111 |
-
"metadata": {
|
112 |
-
"name": "vk_sns"
|
113 |
-
},
|
114 |
-
"preferences": {
|
115 |
-
"showGlyphs": true,
|
116 |
-
"showQuickUse": true,
|
117 |
-
"fontPref": {
|
118 |
-
"prefix": "icon-",
|
119 |
-
"metadata": {
|
120 |
-
"fontFamily": "vk_sns"
|
121 |
-
},
|
122 |
-
"metrics": {
|
123 |
-
"emSize": 512,
|
124 |
-
"baseline": 6.25,
|
125 |
-
"whitespace": 50
|
126 |
-
}
|
127 |
-
},
|
128 |
-
"imagePref": {},
|
129 |
-
"historySize": 100,
|
130 |
-
"showCodes": true
|
131 |
-
}
|
132 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
plugins/sns/old/icons/style.css
DELETED
@@ -1,40 +0,0 @@
|
|
1 |
-
@font-face {
|
2 |
-
font-family: 'vk_sns';
|
3 |
-
src:url('fonts/vk_sns.eot?-bq20cj');
|
4 |
-
src:url('fonts/vk_sns.eot?#iefix-bq20cj') format('embedded-opentype'),
|
5 |
-
url('fonts/vk_sns.woff?-bq20cj') format('woff'),
|
6 |
-
url('fonts/vk_sns.ttf?-bq20cj') format('truetype'),
|
7 |
-
url('fonts/vk_sns.svg?-bq20cj#vk_sns') format('svg');
|
8 |
-
font-weight: normal;
|
9 |
-
font-style: normal;
|
10 |
-
}
|
11 |
-
|
12 |
-
[class^="icon-"], [class*=" icon-"] {
|
13 |
-
font-family: 'vk_sns';
|
14 |
-
speak: none;
|
15 |
-
font-style: normal;
|
16 |
-
font-weight: normal;
|
17 |
-
font-variant: normal;
|
18 |
-
text-transform: none;
|
19 |
-
line-height: 1;
|
20 |
-
|
21 |
-
/* Better Font Rendering =========== */
|
22 |
-
-webkit-font-smoothing: antialiased;
|
23 |
-
-moz-osx-font-smoothing: grayscale;
|
24 |
-
}
|
25 |
-
|
26 |
-
.icon-vk_w_r_sns_twitter:before {
|
27 |
-
content: "\e600";
|
28 |
-
}
|
29 |
-
.icon-vk_w_r_sns_line:before {
|
30 |
-
content: "\e601";
|
31 |
-
}
|
32 |
-
.icon-vk_w_r_sns_hatena:before {
|
33 |
-
content: "\e602";
|
34 |
-
}
|
35 |
-
.icon-vk_w_r_sns_google:before {
|
36 |
-
content: "\e603";
|
37 |
-
}
|
38 |
-
.icon-vk_w_r_sns_fb:before {
|
39 |
-
content: "\e604";
|
40 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
plugins/sns/old/module_snsBtns.php
DELETED
@@ -1,48 +0,0 @@
|
|
1 |
-
<!-- [ .socialSet ] -->
|
2 |
-
<?php if (is_home() || is_front_page()) {
|
3 |
-
$linkUrl = home_url();
|
4 |
-
$twitterUrl = home_url();
|
5 |
-
} else if ( is_single() || is_archive() || ( is_page() && !is_front_page() ) ) {
|
6 |
-
// $twitterUrl = home_url().'/?p='.get_the_ID();
|
7 |
-
// URL is shortened it's id, but perm link because it does not count URL becomes separately
|
8 |
-
$twitterUrl = get_permalink();
|
9 |
-
$linkUrl = get_permalink();
|
10 |
-
} else {
|
11 |
-
$linkUrl = get_permalink();
|
12 |
-
}
|
13 |
-
?>
|
14 |
-
|
15 |
-
<div class="socialSet">
|
16 |
-
|
17 |
-
<ul style="margin-left:0px;">
|
18 |
-
|
19 |
-
<li class="sb_facebook sb_icon">
|
20 |
-
<a href="http://www.facebook.com/sharer.php?src=bm&u=<?php echo $linkUrl; ?>&t=<?php echo urlencode(getHeadTitle()); ?>" target="_blank" onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=400,width=600');return false;" ><span class="vk_icon_w_r_sns_fb icon_sns"></span><span class="sns_txt">Facebook</span>
|
21 |
-
</a>
|
22 |
-
</li>
|
23 |
-
|
24 |
-
<li class="sb_hatena sb_icon">
|
25 |
-
<a href="http://b.hatena.ne.jp/add?mode=confirm&url=<?php echo $linkUrl; ?>&title=<?php echo urlencode(getHeadTitle()); ?>" target="_blank" onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=400,width=520');return false;"><span class="vk_icon_w_r_sns_hatena icon_sns"></span><span class="sns_txt">Hatena</span></a>
|
26 |
-
</li>
|
27 |
-
|
28 |
-
<li class="sb_twitter sb_icon">
|
29 |
-
<a href="http://twitter.com/intent/tweet?url=<?php echo $linkUrl; ?>&text=<?php echo urlencode(getHeadTitle()); ?>" target="_blank" onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=300,width=600');return false;" ><span class="vk_icon_w_r_sns_twitter icon_sns"></span><span class="sns_txt">twitter</span></a>
|
30 |
-
</li>
|
31 |
-
|
32 |
-
<li class="sb_google sb_icon">
|
33 |
-
<a href="https://plus.google.com/share?url=<?php echo $linkUrl; ?>&t=<?php echo urlencode(getHeadTitle()); ?>" target="_blank" onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600');return false;"><span class="vk_icon_w_r_sns_google icon_sns"></span><span class="sns_txt">Google+</span></a>
|
34 |
-
</li>
|
35 |
-
|
36 |
-
<li class="sb_line sb_icon">
|
37 |
-
<a href="http://line.naver.jp/R/msg/text/?<?php echo urlencode(getHeadTitle()); ?>%0D%0A<?php echo $linkUrl; ?>"><span class="vk_icon_w_r_sns_line icon_sns"></span><span class="sns_txt">LINE</span></a>
|
38 |
-
</li>
|
39 |
-
|
40 |
-
<li class="sb_pocket"><?php /* do not delete span */?><span></span>
|
41 |
-
<a data-pocket-label="pocket" data-pocket-count="horizontal" class="pocket-btn" data-save-url="<?php echo $linkUrl; ?>" data-lang="en"></a>
|
42 |
-
<script type="text/javascript">!function(d,i){if(!d.getElementById(i)){var j=d.createElement("script");j.id=i;j.src="https://widgets.getpocket.com/v1/j/btn.js?v=1";var w=d.getElementById(i);d.body.appendChild(j);}}(document,"pocket-btn-js");</script>
|
43 |
-
</li>
|
44 |
-
|
45 |
-
</ul>
|
46 |
-
|
47 |
-
</div>
|
48 |
-
<!-- [ /.socialSet ] -->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
plugins/sns/old/sns.php
DELETED
@@ -1,404 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
|
3 |
-
/*-------------------------------------------*/
|
4 |
-
/* Add menu
|
5 |
-
/*-------------------------------------------*/
|
6 |
-
/* Add setting page
|
7 |
-
/*-------------------------------------------*/
|
8 |
-
/* Add OGP
|
9 |
-
/*-------------------------------------------*/
|
10 |
-
/* snsBtns
|
11 |
-
/*-------------------------------------------*/
|
12 |
-
/* snsBtns _ display page
|
13 |
-
/*-------------------------------------------*/
|
14 |
-
/* facebook comment display page
|
15 |
-
/*-------------------------------------------*/
|
16 |
-
/* facebookLikeBox
|
17 |
-
/*-------------------------------------------*/
|
18 |
-
/* Print facebook Application ID
|
19 |
-
/*-------------------------------------------*/
|
20 |
-
/* facebook twitter banner
|
21 |
-
/*-------------------------------------------*/
|
22 |
-
/* WP_Widget_snsBnrs Class
|
23 |
-
/*-------------------------------------------*/
|
24 |
-
/* WP_Widget_fbLikeBox Class
|
25 |
-
/*-------------------------------------------*/
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
function biz_vektor_sns_option_page_capability( $capability ) {
|
31 |
-
return 'edit_theme_options';
|
32 |
-
}
|
33 |
-
add_filter( 'option_page_capability_biz_vektor_options', 'biz_vektor_sns_option_page_capability' );
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
/*-------------------------------------------*/
|
39 |
-
/* Add setting page
|
40 |
-
/*-------------------------------------------*/
|
41 |
-
|
42 |
-
function add_vk_sns_options(){
|
43 |
-
require dirname( __FILE__ ) . '/sns_admin.php';
|
44 |
-
}
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
function biz_vektor_sns_options_init() {
|
49 |
-
if ( false === biz_vektor_get_sns_options() )
|
50 |
-
add_option( 'biz_vektor_sns_options', biz_vektor_get_sns_options_default() );
|
51 |
-
|
52 |
-
register_setting(
|
53 |
-
'biz_vektor_sns_options_fields', // Immediately following form tag of edit page.
|
54 |
-
'biz_vektor_sns_options', // name attr
|
55 |
-
'biz_vektor_sns_options_validate'
|
56 |
-
);
|
57 |
-
}
|
58 |
-
add_action( 'admin_init', 'biz_vektor_sns_options_init' );
|
59 |
-
|
60 |
-
function biz_vektor_get_sns_options() {
|
61 |
-
return get_option( 'biz_vektor_sns_options', biz_vektor_get_sns_options_default() );
|
62 |
-
}
|
63 |
-
|
64 |
-
function biz_vektor_get_sns_options_default() {
|
65 |
-
$default_options = array(
|
66 |
-
|
67 |
-
);
|
68 |
-
return apply_filters( 'biz_vektor_default_options', $default_options );
|
69 |
-
}
|
70 |
-
|
71 |
-
/*-------------------------------------------*/
|
72 |
-
/* Set option default
|
73 |
-
/* $opstions_default = biz_vektor_get_sns_options_default(); に移行して順次廃止 // 0.11.0
|
74 |
-
/*-------------------------------------------*/
|
75 |
-
function biz_vektor_sns_options_default() {
|
76 |
-
global $biz_vektor_sns_options_default;
|
77 |
-
$biz_vektor_sns_options_default = array(
|
78 |
-
// 'pr1_title' => __('Rich theme options', 'biz-vektor'),
|
79 |
-
);
|
80 |
-
}
|
81 |
-
|
82 |
-
/*-------------------------------------------*/
|
83 |
-
/* Print option
|
84 |
-
/*-------------------------------------------*/
|
85 |
-
function biz_vektor_sns_options($optionLabel) {
|
86 |
-
$options = biz_vektor_get_sns_options();
|
87 |
-
if ( $options[$optionLabel] != false ) { // If !='' that 0 true
|
88 |
-
return $options[$optionLabel];
|
89 |
-
} else {
|
90 |
-
$options_default = biz_vektor_get_sns_options_default();
|
91 |
-
if (isset($options_default[$optionLabel]))
|
92 |
-
return $options_default[$optionLabel];
|
93 |
-
}
|
94 |
-
}
|
95 |
-
|
96 |
-
/*-------------------------------------------*/
|
97 |
-
/* validate
|
98 |
-
/*-------------------------------------------*/
|
99 |
-
// function biz_vektor_sns_options_validate( $input ) {
|
100 |
-
// $output = $defaults = biz_vektor_get_default_theme_options();
|
101 |
-
|
102 |
-
function biz_vektor_sns_options_validate( $input ) {
|
103 |
-
$output = $defaults = biz_vektor_get_sns_options_default();
|
104 |
-
|
105 |
-
$output['twitter'] = $input['twitter'];
|
106 |
-
|
107 |
-
// $output['facebook'] = $input['facebook'];
|
108 |
-
|
109 |
-
$output['fbAppId'] = $input['fbAppId'];
|
110 |
-
|
111 |
-
$output['fbAdminId'] = $input['fbAdminId'];
|
112 |
-
|
113 |
-
$output['ogpImage'] = $input['ogpImage'];
|
114 |
-
|
115 |
-
$output['ogTagDisplay'] = $input['ogTagDisplay'];
|
116 |
-
|
117 |
-
$output['snsBtnsFront'] = $input['snsBtnsFront'];
|
118 |
-
$output['snsBtnsPage'] = $input['snsBtnsPage'];
|
119 |
-
$output['snsBtnsPost'] = $input['snsBtnsPost'];
|
120 |
-
$output['snsBtnsInfo'] = $input['snsBtnsInfo'];
|
121 |
-
$output['snsBtnsHidden'] = $input['snsBtnsHidden'];
|
122 |
-
|
123 |
-
$output['fbCommentsFront'] = $input['fbCommentsFront'];
|
124 |
-
$output['fbCommentsPage'] = $input['fbCommentsPage'];
|
125 |
-
$output['fbCommentsPost'] = $input['fbCommentsPost'];
|
126 |
-
$output['fbCommentsInfo'] = $input['fbCommentsInfo'];
|
127 |
-
$output['fbCommentsHidden'] = $input['fbCommentsHidden'];
|
128 |
-
|
129 |
-
$output['fbLikeBoxFront'] = $input['fbLikeBoxFront'];
|
130 |
-
$output['fbLikeBoxSide'] = $input['fbLikeBoxSide'];
|
131 |
-
$output['fbLikeBoxURL'] = $input['fbLikeBoxURL'];
|
132 |
-
$output['fbLikeBoxStream'] = $input['fbLikeBoxStream'];
|
133 |
-
$output['fbLikeBoxFace'] = $input['fbLikeBoxFace'];
|
134 |
-
$output['fbLikeBoxHeight'] = $input['fbLikeBoxHeight'];
|
135 |
-
|
136 |
-
return apply_filters( 'biz_vektor_sns_options_validate', $output, $input, $defaults );
|
137 |
-
}
|
138 |
-
|
139 |
-
add_filter('biz_vektor_body_next','biz_vektor_fb_body_next');
|
140 |
-
function biz_vektor_fb_body_next($body_next){
|
141 |
-
$body_next .= '<div id="fb-root"></div>
|
142 |
-
<script>(function(d, s, id) {
|
143 |
-
var js, fjs = d.getElementsByTagName(s)[0];
|
144 |
-
if (d.getElementById(id)) return;
|
145 |
-
js = d.createElement(s); js.id = id;
|
146 |
-
js.src = "//connect.facebook.net/ja_JP/sdk.js#xfbml=1&appId='.biz_vektor_fbAppId().'&version=v2.0";
|
147 |
-
fjs.parentNode.insertBefore(js, fjs);
|
148 |
-
}(document, \'script\', \'facebook-jssdk\'));</script>';
|
149 |
-
return $body_next;
|
150 |
-
}
|
151 |
-
|
152 |
-
/*-------------------------------------------*/
|
153 |
-
/* Add OGP
|
154 |
-
/*-------------------------------------------*/
|
155 |
-
add_action('wp_head', 'biz_vektor_ogp' );
|
156 |
-
function biz_vektor_ogp() {
|
157 |
-
//if ( function_exists('biz_vektor_get_theme_options')) {
|
158 |
-
$options = biz_vektor_get_sns_options();
|
159 |
-
//$ogpImage = $options['ogpImage'];
|
160 |
-
//$fbAppId = $options['fbAppId'];
|
161 |
-
global $wp_query;
|
162 |
-
$post = $wp_query->get_queried_object();
|
163 |
-
if (is_home() || is_front_page()) {
|
164 |
-
$linkUrl = home_url();
|
165 |
-
} else if (is_single() || is_page()) {
|
166 |
-
$linkUrl = get_permalink();
|
167 |
-
} else {
|
168 |
-
$linkUrl = get_permalink();
|
169 |
-
}
|
170 |
-
$bizVektorOGP = '<!-- [ BizVektorOGP ] -->'."\n";
|
171 |
-
$bizVektorOGP .= '<meta property="og:site_name" content="'.get_bloginfo('name').'" />'."\n";
|
172 |
-
$bizVektorOGP .= '<meta property="og:url" content="'.$linkUrl.'" />'."\n";
|
173 |
-
if ($options['fbAppId']){
|
174 |
-
$bizVektorOGP = $bizVektorOGP.'<meta property="fb:app_id" content="'.$options['fbAppId'].'" />'."\n";
|
175 |
-
}
|
176 |
-
if (is_front_page() || is_home()) {
|
177 |
-
$bizVektorOGP .= '<meta property="og:type" content="website" />'."\n";
|
178 |
-
if ($options['ogpImage']){
|
179 |
-
$bizVektorOGP .= '<meta property="og:image" content="'.$options['ogpImage'].'" />'."\n";
|
180 |
-
}
|
181 |
-
$bizVektorOGP .= '<meta property="og:title" content="'.get_bloginfo('name').'" />'."\n";
|
182 |
-
$bizVektorOGP .= '<meta property="og:description" content="'.get_bloginfo('description').'" />'."\n";
|
183 |
-
} else if (is_category() || is_archive()) {
|
184 |
-
$bizVektorOGP .= '<meta property="og:type" content="article" />'."\n";
|
185 |
-
if ($options['ogpImage']){
|
186 |
-
$bizVektorOGP .= '<meta property="og:image" content="'.$options['ogpImage'].'" />'."\n";
|
187 |
-
}
|
188 |
-
} else if (is_page() || is_single()) {
|
189 |
-
$bizVektorOGP .= '<meta property="og:type" content="article" />'."\n";
|
190 |
-
// image
|
191 |
-
if (has_post_thumbnail()) {
|
192 |
-
$image_id = get_post_thumbnail_id();
|
193 |
-
$image_url = wp_get_attachment_image_src($image_id,'large', true);
|
194 |
-
$bizVektorOGP .= '<meta property="og:image" content="'.$image_url[0].'" />'."\n";
|
195 |
-
} else if ($options['ogpImage']){
|
196 |
-
$bizVektorOGP .= '<meta property="og:image" content="'.$options['ogpImage'].'" />'."\n";
|
197 |
-
}
|
198 |
-
// description
|
199 |
-
$metaExcerpt = $post->post_excerpt;
|
200 |
-
if ($metaExcerpt) {
|
201 |
-
$metadescription = $post->post_excerpt;
|
202 |
-
} else {
|
203 |
-
$metadescription = mb_substr( strip_tags($post->post_content), 0, 240 ); // kill tags and trim 240 chara
|
204 |
-
$metadescription = str_replace(array("\r\n","\r","\n"), ' ', $metadescription);
|
205 |
-
}
|
206 |
-
$bizVektorOGP .= '<meta property="og:title" content="'.get_the_title().' | '.get_bloginfo('name').'" />'."\n";
|
207 |
-
$bizVektorOGP .= '<meta property="og:description" content="'.$metadescription.'" />'."\n";
|
208 |
-
} else {
|
209 |
-
$bizVektorOGP .= '<meta property="og:type" content="article" />'."\n";
|
210 |
-
if ($options['ogpImage']){
|
211 |
-
$bizVektorOGP .= '<meta property="og:image" content="'.$options['ogpImage'].'" />'."\n";
|
212 |
-
}
|
213 |
-
}
|
214 |
-
$bizVektorOGP .= '<!-- [ /BizVektorOGP ] -->'."\n";
|
215 |
-
if ( isset($options['ogTagDisplay']) && $options['ogTagDisplay'] == 'ogp_off' ) {
|
216 |
-
$bizVektorOGP = '';
|
217 |
-
}
|
218 |
-
$bizVektorOGP = apply_filters('bizVektorOGPCustom', $bizVektorOGP );
|
219 |
-
echo $bizVektorOGP;
|
220 |
-
//} // function_exist
|
221 |
-
}
|
222 |
-
|
223 |
-
// Add BizVektor SNS module style
|
224 |
-
add_action('wp_head','bizVektorAddSnsStyle');
|
225 |
-
function bizVektorAddSnsStyle(){
|
226 |
-
$cssPath = apply_filters( "snsStyleCustom", plugins_url("plugins/sns/style_bizvektor_sns.css", __FILE__) );
|
227 |
-
// wp_enqueue_style( 'vkExUnit_css_path', $cssPath , false, '2013-05-13b');
|
228 |
-
$optionStyle = '<link rel="stylesheet" id="bizvektor-ex-unit-css" href="'.$cssPath.'?=20140601" type="text/css" media="all" />'."\n";
|
229 |
-
echo $optionStyle;
|
230 |
-
}
|
231 |
-
|
232 |
-
/*-------------------------------------------*/
|
233 |
-
/* snsBtns
|
234 |
-
/*-------------------------------------------*/
|
235 |
-
function twitterID() {
|
236 |
-
$options = biz_vektor_get_sns_options();
|
237 |
-
return $options['twitter'];
|
238 |
-
}
|
239 |
-
|
240 |
-
/*-------------------------------------------*/
|
241 |
-
/* snsBtns _ display page
|
242 |
-
/*-------------------------------------------*/
|
243 |
-
function biz_vektor_snsBtns() {
|
244 |
-
$options = biz_vektor_get_sns_options();
|
245 |
-
$snsBtnsFront = $options['snsBtnsFront'];
|
246 |
-
$snsBtnsPage = $options['snsBtnsPage'];
|
247 |
-
$snsBtnsPost = $options['snsBtnsPost'];
|
248 |
-
$snsBtnsInfo = $options['snsBtnsInfo'];
|
249 |
-
$snsBtnsHidden = $options['snsBtnsHidden'];
|
250 |
-
global $wp_query;
|
251 |
-
$post = $wp_query->get_queried_object();
|
252 |
-
$snsHiddenFlag = false;
|
253 |
-
// $snsBtnsHidden divide "," and insert to $snsHiddens by array
|
254 |
-
$snsHiddens = explode(",",$snsBtnsHidden);
|
255 |
-
foreach( $snsHiddens as $snsHidden ){
|
256 |
-
if (get_the_ID() == $snsHidden) {
|
257 |
-
$snsHiddenFlag = true ;
|
258 |
-
}
|
259 |
-
}
|
260 |
-
wp_reset_query();
|
261 |
-
if (!$snsHiddenFlag) {
|
262 |
-
if (
|
263 |
-
( is_front_page() && $snsBtnsFront ) ||
|
264 |
-
( is_page() && $snsBtnsPage && !is_front_page() ) ||
|
265 |
-
( get_post_type() == 'info' && $snsBtnsInfo ) ||
|
266 |
-
( get_post_type() == 'post' && $snsBtnsPost )
|
267 |
-
) {
|
268 |
-
get_template_part('plugins/sns/module_snsBtns');
|
269 |
-
}
|
270 |
-
}
|
271 |
-
}
|
272 |
-
|
273 |
-
/*-------------------------------------------*/
|
274 |
-
/* facebook comment display page
|
275 |
-
/*-------------------------------------------*/
|
276 |
-
function biz_vektor_fbComments() {
|
277 |
-
$options = biz_vektor_get_sns_options();
|
278 |
-
global $wp_query;
|
279 |
-
$post = $wp_query->get_queried_object();
|
280 |
-
$fbCommentHiddenFlag = false ;
|
281 |
-
// is stored as an array to $snsHiddens to split with "," $snsBtnsHidden
|
282 |
-
$fbCommentHiddens = explode(",",$options['fbCommentsHidden']);
|
283 |
-
foreach( $fbCommentHiddens as $fbCommentHidden ){
|
284 |
-
if (get_the_ID() == $fbCommentHidden) {
|
285 |
-
$fbCommentHiddenFlag = true ;
|
286 |
-
}
|
287 |
-
}
|
288 |
-
wp_reset_query();
|
289 |
-
if (!$fbCommentHiddenFlag) {
|
290 |
-
if (
|
291 |
-
( is_front_page() && $options['fbCommentsFront'] ) ||
|
292 |
-
( is_page() && $options['fbCommentsPage'] && !is_front_page() ) ||
|
293 |
-
( get_post_type() == 'info' && $options['fbCommentsInfo'] ) ||
|
294 |
-
( get_post_type() == 'post' && $options['fbCommentsPost'] )
|
295 |
-
)
|
296 |
-
{
|
297 |
-
?>
|
298 |
-
<div class="fb-comments" data-href="<?php the_permalink(); ?>" data-num-posts="2" data-width="640"></div>
|
299 |
-
<style>
|
300 |
-
.fb-comments,
|
301 |
-
.fb-comments span,
|
302 |
-
.fb-comments iframe[style] { width:100% !important; }
|
303 |
-
</style>
|
304 |
-
<?php
|
305 |
-
}
|
306 |
-
}
|
307 |
-
}
|
308 |
-
|
309 |
-
/*-------------------------------------------*/
|
310 |
-
/* facebookLikeBox
|
311 |
-
/*-------------------------------------------*/
|
312 |
-
function biz_vektor_fbLikeBoxFront() {
|
313 |
-
$options = biz_vektor_get_sns_options();
|
314 |
-
if ( $options['fbLikeBoxFront'] ) {
|
315 |
-
biz_vektor_fbLikeBox();
|
316 |
-
}
|
317 |
-
}
|
318 |
-
function biz_vektor_fbLikeBoxSide() {
|
319 |
-
$options = biz_vektor_get_sns_options();
|
320 |
-
if ( $options['fbLikeBoxSide'] ) {
|
321 |
-
biz_vektor_fbLikeBox();
|
322 |
-
}
|
323 |
-
}
|
324 |
-
function biz_vektor_fbLikeBox() {
|
325 |
-
$options = biz_vektor_get_sns_options();
|
326 |
-
$fbLikeBoxStream = $options['fbLikeBoxStream'];
|
327 |
-
$fbLikeBoxFace = $options['fbLikeBoxFace'];
|
328 |
-
$fbLikeBoxHeight = $options['fbLikeBoxHeight'];
|
329 |
-
if ($fbLikeBoxStream) { $fbLikeBoxStream = 'true'; } else { $fbLikeBoxStream = 'false'; }
|
330 |
-
if ($fbLikeBoxFace) { $fbLikeBoxFace = 'true'; } else { $fbLikeBoxFace = 'false'; }
|
331 |
-
if ($fbLikeBoxHeight) {
|
332 |
-
$fbLikeBoxHeight = 'data-height="'.$fbLikeBoxHeight.'" ';
|
333 |
-
}
|
334 |
-
add_action('wp_footer','biz_vektor_likebox_resize');
|
335 |
-
?>
|
336 |
-
<div id="fb-like-box">
|
337 |
-
<div class="fb-like-box" data-href="<?php echo $options['fbLikeBoxURL'] ?>" data-width="640" <?php echo $fbLikeBoxHeight ?>data-show-faces="<?php echo $fbLikeBoxFace ?>" data-stream="<?php echo $fbLikeBoxStream ?>" data-header="true"></div>
|
338 |
-
</div>
|
339 |
-
<?php }
|
340 |
-
|
341 |
-
function biz_vektor_likebox_resize(){ ?>
|
342 |
-
<script type="text/javascript">
|
343 |
-
likeBoxReSize();
|
344 |
-
jQuery(window).resize(function(){
|
345 |
-
likeBoxReSize();
|
346 |
-
});
|
347 |
-
// When load page / window resize
|
348 |
-
function likeBoxReSize(){
|
349 |
-
jQuery('.fb-like-box').each(function(){
|
350 |
-
var element = jQuery('.fb-like-box').parent().width();
|
351 |
-
console.log(element);
|
352 |
-
jQuery(this).attr('data-width',element);
|
353 |
-
jQuery(this).children('span:first').css({"width":element});
|
354 |
-
jQuery(this).children('span iframe.fb_ltr').css({"width":element});
|
355 |
-
});
|
356 |
-
}
|
357 |
-
</script>
|
358 |
-
<?php }
|
359 |
-
|
360 |
-
/*-------------------------------------------*/
|
361 |
-
/* Print facebook Application ID
|
362 |
-
/*-------------------------------------------*/
|
363 |
-
function biz_vektor_fbAppId () {
|
364 |
-
$options = biz_vektor_get_sns_options();
|
365 |
-
$fbAppId = $options['fbAppId'];
|
366 |
-
return $fbAppId;
|
367 |
-
}
|
368 |
-
|
369 |
-
/*-------------------------------------------*/
|
370 |
-
/* WP_Widget_fbLikeBox Class
|
371 |
-
/*-------------------------------------------*/
|
372 |
-
|
373 |
-
class WP_Widget_fbLikeBox extends WP_Widget {
|
374 |
-
/** constructor */
|
375 |
-
function WP_Widget_fbLikeBox() {
|
376 |
-
$widget_ops = array(
|
377 |
-
'classname' => 'WP_Widget_fbLikeBox',
|
378 |
-
'description' => __( '* It is necessary to set the Theme options page.', 'biz-vektor' ),
|
379 |
-
);
|
380 |
-
$widget_name = 'facebook Like Box'.' ('.get_biz_vektor_name().')';
|
381 |
-
$this->WP_Widget('fbLikeBox', $widget_name, $widget_ops);
|
382 |
-
}
|
383 |
-
|
384 |
-
/** @see WP_Widget::widget */
|
385 |
-
function widget($args, $instance) {
|
386 |
-
extract( $args );
|
387 |
-
$options = biz_vektor_get_sns_options();
|
388 |
-
if ( !(is_front_page() && $options['fbLikeBoxFront']) && function_exists('biz_vektor_fbLikeBox')) {
|
389 |
-
biz_vektor_fbLikeBox();
|
390 |
-
}
|
391 |
-
}
|
392 |
-
|
393 |
-
/** @see WP_Widget::update */
|
394 |
-
function update($new_instance, $old_instance) {
|
395 |
-
return $new_instance;
|
396 |
-
}
|
397 |
-
|
398 |
-
/** @see WP_Widget::form */
|
399 |
-
function form($instance) { }
|
400 |
-
|
401 |
-
} // class WP_Widget_fbLikeBox
|
402 |
-
|
403 |
-
// register WP_Widget_fbLikeBox widget
|
404 |
-
add_action('widgets_init', create_function('', 'return register_widget("WP_Widget_fbLikeBox");'));
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
plugins/sns/old/sns_admin.php
DELETED
@@ -1,151 +0,0 @@
|
|
1 |
-
<form method="post" action="options.php">
|
2 |
-
<?php
|
3 |
-
settings_fields( 'biz_vektor_sns_options_fields' );
|
4 |
-
$options = biz_vektor_get_sns_options();
|
5 |
-
// $options_default = biz_vektor_get_sns_options_default();
|
6 |
-
/*-------------------------------------------*/
|
7 |
-
/* SNS
|
8 |
-
/*-------------------------------------------*/
|
9 |
-
?>
|
10 |
-
<div id="snsSetting" class="sectionBox">
|
11 |
-
<?php // get_template_part('inc/theme-options-nav'); ?>
|
12 |
-
<h3><?php _e('Social media', 'biz-vektor'); ?></h3>
|
13 |
-
<?php _e('If you are unsure, you can leave for later.', 'biz-vektor'); ?>
|
14 |
-
<table class="form-table">
|
15 |
-
<!--
|
16 |
-
<tr>
|
17 |
-
<th>facebook</th>
|
18 |
-
<td><?php _e('If you wish to link to a personal account or a Facebook page banner will be displayed if you enter the URL.', 'biz-vektor'); ?><br />
|
19 |
-
<input type="text" name="biz_vektor_sns_options[facebook]" id="facebook" value="<?php echo esc_attr( $options['facebook'] ); ?>" />
|
20 |
-
<span><?php _e('ex) ', 'biz-vektor') ;?>https://www.facebook.com/hidekazu.ishikawa</span>
|
21 |
-
</td>
|
22 |
-
</tr>
|
23 |
-
-->
|
24 |
-
<!-- facebook application ID -->
|
25 |
-
<tr>
|
26 |
-
<th><?php _e('facebook application ID', 'biz-vektor'); ?></th>
|
27 |
-
<td><input type="text" name="biz_vektor_sns_options[fbAppId]" id="fbAppId" value="<?php echo esc_attr( $options['fbAppId'] ); ?>" />
|
28 |
-
<span>[ <a href="https://developers.facebook.com/apps" target="_blank">» <?php _e('I will check and get the application ID', 'biz-vektor'); ?></a> ]</span><br />
|
29 |
-
<?php _e('* If an application ID is not specified, neither a Like button nor the comment field displays and operates correctly.', 'biz-vektor'); ?><br />
|
30 |
-
<?php _e('Please search for terms as [get Facebook application ID] If you do not know much about how to get application ID for Facebook.', 'biz-vektor'); ?>
|
31 |
-
</td>
|
32 |
-
</tr>
|
33 |
-
<!-- facebook user ID -->
|
34 |
-
<tr>
|
35 |
-
<th><?php _e('Facebook user ID (optional)', 'biz-vektor'); ?></th>
|
36 |
-
<td><?php _e('Please enter the Facebook user ID of the administrator.', 'biz-vektor'); ?><br />
|
37 |
-
<input type="text" name="biz_vektor_sns_options[fbAdminId]" id="fbAdminId" value="<?php echo esc_attr( $options['fbAdminId'] ); ?>" /><br />
|
38 |
-
<?php _e('* It is not the application ID of the Facebook page.', 'biz-vektor'); ?><br />
|
39 |
-
<?php _e('You can see the personal Facebook ID when you access the following url http://graph.facebook.com/(own url name(example: hidekazu.ishikawa)).', 'biz-vektor'); ?><br />
|
40 |
-
<?php _e('Please search for terms as [find facebook user ID] if you are still not sure.', 'biz-vektor'); ?>
|
41 |
-
</td>
|
42 |
-
</tr>
|
43 |
-
<!-- twitter
|
44 |
-
<tr>
|
45 |
-
<th><?php _e('twitter account', 'biz-vektor'); ?></th>
|
46 |
-
<td><?php _e('If you would like to link to a Twitter account, banner will be displayed if you enter the account name.', 'biz-vektor'); ?><br />
|
47 |
-
@<input type="text" name="biz_vektor_sns_options[twitter]" id="twitter" value="<?php echo esc_attr( $options['twitter'] ); ?>" /><br />
|
48 |
-
<?php $twitter_widget = '<a href="'.get_admin_url().'widgets.php" target="_blank">'.__('widget', 'biz-vektor').'</a>';
|
49 |
-
printf(__('* If you prefer to use Twitter widgets etc, this can be left blank, paste the source code into a [text] %s here.', 'biz-vektor'),$twitter_widget);
|
50 |
-
?>
|
51 |
-
</td>
|
52 |
-
</tr>
|
53 |
-
-->
|
54 |
-
<!-- OGP -->
|
55 |
-
<tr>
|
56 |
-
<th><?php _e('OGP default image', 'biz-vektor'); ?></th>
|
57 |
-
<td><?php _e('If, for example someone pressed the Facebook [Like] button, this is the image that appears on the Facebook timeline.', 'biz-vektor'); ?><br />
|
58 |
-
<?php _e('If a featured image is specified for the page, it takes precedence.', 'biz-vektor'); ?><br />
|
59 |
-
<input type="text" name="biz_vektor_sns_options[ogpImage]" id="ogpImage" value="<?php echo esc_attr( $options['ogpImage'] ); ?>" />
|
60 |
-
<button id="media_ogpImage" class="media_btn"><?php _e('Select an image', 'biz-vektor'); ?></button><br />
|
61 |
-
<span><?php _e('ex) ', 'biz-vektor') ;?>http://www.vektor-inc.co.jp/images/ogpImage.png</span><br />
|
62 |
-
<?php _e('* Picture sizes are 300x300 pixels or more and picture ratio 16:9 is recommended.', 'biz-vektor'); ?>
|
63 |
-
</td>
|
64 |
-
</tr>
|
65 |
-
<!-- Social buttons -->
|
66 |
-
<tr>
|
67 |
-
<th><?php _e('Social buttons', 'biz-vektor'); ?></th>
|
68 |
-
<td><?php _e('Please check the type of page that displays the social button.', 'biz-vektor'); ?>
|
69 |
-
<ul>
|
70 |
-
<li><input type="checkbox" name="biz_vektor_sns_options[snsBtnsFront]" id="snsBtnsFront" value="false" <?php if ($options['snsBtnsFront']) {?> checked<?php } ?>>
|
71 |
-
<?php _ex('Home page', 'sns display', 'biz-vektor'); ?></li>
|
72 |
-
<li><input type="checkbox" name="biz_vektor_sns_options[snsBtnsPage]" id="snsBtnsPage" value="false" <?php if ($options['snsBtnsPage']) {?> checked<?php } ?>>
|
73 |
-
<?php _ex('Page', 'sns display', 'biz-vektor'); ?></li>
|
74 |
-
<li><input type="checkbox" name="biz_vektor_sns_options[snsBtnsPost]" id="snsBtnsPost" value="false" <?php if ($options['snsBtnsPost']) {?> checked<?php } ?>>
|
75 |
-
<?php echo esc_html(biz_vektor_sns_options('postLabelName')); ?> <?php _ex('Post', 'sns display', 'biz-vektor'); ?></li>
|
76 |
-
</ul>
|
77 |
-
<p><?php _e('Within the type of page that is checked, if there is a particular page you do not wish to display, enter the Page ID. If multiple pages, please separate by commas.', 'biz-vektor'); ?><br />
|
78 |
-
<input type="text" name="biz_vektor_sns_options[snsBtnsHidden]" id="ogpImage" value="<?php echo esc_attr( $options['snsBtnsHidden'] ); ?>" /><br />
|
79 |
-
<?php _e('ex) ', 'biz-vektor') ;?>1,3,7</p>
|
80 |
-
</td>
|
81 |
-
</tr>
|
82 |
-
<!-- facebook comment -->
|
83 |
-
<tr>
|
84 |
-
<th><?php _e('facebook comments box', 'biz-vektor'); ?></th>
|
85 |
-
<td><?php _e('Please check the type of the page to display Facebook comments.', 'biz-vektor'); ?>
|
86 |
-
<ul>
|
87 |
-
<li><input type="checkbox" name="biz_vektor_sns_options[fbCommentsFront]" id="fbCommentsFront" value="false" <?php if ($options['fbCommentsFront']) {?> checked<?php } ?>>
|
88 |
-
<?php _ex('Home page', 'sns display', 'biz-vektor'); ?></li>
|
89 |
-
<li><input type="checkbox" name="biz_vektor_sns_options[fbCommentsPage]" id="fbCommentsPage" value="false" <?php if ($options['fbCommentsPage']) {?> checked<?php } ?>>
|
90 |
-
<?php _ex('Page', 'sns display', 'biz-vektor'); ?></li>
|
91 |
-
<li><input type="checkbox" name="biz_vektor_sns_options[fbCommentsPost]" id="fbCommentsPost" value="false" <?php if ($options['fbCommentsPost']) {?> checked<?php } ?>>
|
92 |
-
<?php echo esc_html(biz_vektor_sns_options('postLabelName')); ?> <?php _ex('Post', 'sns display', 'biz-vektor'); ?></li>
|
93 |
-
<li><input type="checkbox" name="biz_vektor_sns_options[fbCommentsInfo]" id="fbCommentsInfo" value="false" <?php if ($options['fbCommentsInfo']) {?> checked<?php } ?>>
|
94 |
-
<?php echo esc_html(biz_vektor_sns_options('infoLabelName')); ?> <?php _ex('Post', 'sns display', 'biz-vektor'); ?></li>
|
95 |
-
</ul>
|
96 |
-
<p><?php _e('Within the type of page that is checked, if there is a particular page you do not wish to display, enter the Page ID. If multiple pages, please separate by commas.', 'biz-vektor'); ?><br />
|
97 |
-
<input type="text" name="biz_vektor_sns_options[snsBtnsHidden]" id="ogpImage" value="<?php echo esc_attr( $options['snsBtnsHidden'] ); ?>" /><br />
|
98 |
-
<?php _e('ex) ', 'biz-vektor') ;?>1,3,7</p>
|
99 |
-
</td>
|
100 |
-
</tr>
|
101 |
-
<!-- facebook LikeBox -->
|
102 |
-
<tr>
|
103 |
-
<th>facebook LikeBox</th>
|
104 |
-
<td><?php _e('If you wish to use Facebook LikeBox, please check the location.', 'biz-vektor'); ?><br />
|
105 |
-
<?php _e('* Please be sure to set Facebook application ID.', 'biz-vektor'); ?>
|
106 |
-
<ul>
|
107 |
-
<li><input type="checkbox" name="biz_vektor_sns_options[fbLikeBoxFront]" id="fbLikeBoxFront" value="checked" <?php if ($options['fbLikeBoxFront']) {?> checked<?php } ?>>
|
108 |
-
<?php _ex('Home page', 'sns display', 'biz-vektor'); ?></li>
|
109 |
-
<li><input type="checkbox" name="biz_vektor_sns_options[fbLikeBoxSide]" id="fbLikeBoxSide" value="checked" <?php if ($options['fbLikeBoxSide']) {?> checked<?php } ?>>
|
110 |
-
<?php _ex('Side bar', 'sns display', 'biz-vektor'); ?></li>
|
111 |
-
</ul>
|
112 |
-
<dl>
|
113 |
-
<dt><?php _e('URL of the Facebook page.', 'biz-vektor'); ?></dt>
|
114 |
-
<dd><input type="text" name="biz_vektor_sns_options[fbLikeBoxURL]" id="fbLikeBoxURL" value="<?php echo esc_attr( $options['fbLikeBoxURL'] ); ?>" /><br />
|
115 |
-
<span><?php _e('ex) ', 'biz-vektor') ;?>https://www.facebook.com/bizvektor</span></dd>
|
116 |
-
<dt><?php _e('Display stream', 'biz-vektor'); ?></dt>
|
117 |
-
<dd><input type="checkbox" name="biz_vektor_sns_options[fbLikeBoxStream]" id="fbLikeBoxStream" value="checked" <?php if ($options['fbLikeBoxStream']) {?> checked<?php } ?>> <?php _e('Display', 'biz-vektor'); ?></dd>
|
118 |
-
<dt><?php _e('Display faces', 'biz-vektor'); ?></dt>
|
119 |
-
<dd><input type="checkbox" name="biz_vektor_sns_options[fbLikeBoxFace]" id="fbLikeBoxFace" value="checked" <?php if ($options['fbLikeBoxFace']) {?> checked<?php } ?>> <?php _e('Display', 'biz-vektor'); ?></dd>
|
120 |
-
<dt><?php _e('Height of LikeBox', 'biz-vektor'); ?></dt>
|
121 |
-
<dd><input type="text" name="biz_vektor_sns_options[fbLikeBoxHeight]" id="fbLikeBoxHeight" value="<?php echo esc_attr( $options['fbLikeBoxHeight'] ); ?>" />
|
122 |
-
px</dd>
|
123 |
-
</dl>
|
124 |
-
</td>
|
125 |
-
</tr>
|
126 |
-
<!-- OGP hidden -->
|
127 |
-
<tr>
|
128 |
-
<th><?php _e('Do not output the OGP', 'biz-vektor'); ?></th>
|
129 |
-
<td>
|
130 |
-
<p><?php _e('If other plug-ins are used for the OGP, do not output the OGP using BizVektor.', 'biz-vektor'); ?></p>
|
131 |
-
<?php
|
132 |
-
$biz_vektor_ogpTags = array(
|
133 |
-
'ogp_on' => __('I want to output the OGP tags using BizVektor', 'biz-vektor'),
|
134 |
-
'ogp_off' => __('Do not output OGP tags using BizVektor', 'biz-vektor')
|
135 |
-
);
|
136 |
-
foreach( $biz_vektor_ogpTags as $biz_vektor_ogpTagValue => $biz_vektor_ogpTagLavel) {
|
137 |
-
if ( $biz_vektor_ogpTagValue == $options['ogTagDisplay'] ) { ?>
|
138 |
-
<label><input type="radio" name="biz_vektor_sns_options[ogTagDisplay]" value="<?php echo $biz_vektor_ogpTagValue ?>" checked> <?php echo $biz_vektor_ogpTagLavel ?></label><br />
|
139 |
-
<?php } else { ?>
|
140 |
-
<label><input type="radio" name="biz_vektor_sns_options[ogTagDisplay]" value="<?php echo $biz_vektor_ogpTagValue ?>"> <?php echo $biz_vektor_ogpTagLavel ?></label><br />
|
141 |
-
<?php }
|
142 |
-
} ?>
|
143 |
-
</td>
|
144 |
-
</tr>
|
145 |
-
</table>
|
146 |
-
<?php submit_button(); ?>
|
147 |
-
</div>
|
148 |
-
<div class="optionNav bottomNav">
|
149 |
-
<ul><li><a href="#wpwrap"><?php _e('Page top', 'biz-vektor'); ?></a></li></ul>
|
150 |
-
</div>
|
151 |
-
</form>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
plugins/sns/old/sns_widgets.php
DELETED
@@ -1 +0,0 @@
|
|
1 |
-
<?php
|
|
plugins/sns/old/style_bizvektor_sns.css
DELETED
@@ -1,69 +0,0 @@
|
|
1 |
-
@charset "utf-8";
|
2 |
-
|
3 |
-
#sideTower ul#snsBnr li a { padding:0; }
|
4 |
-
|
5 |
-
/*-------------------------------------------*/
|
6 |
-
/* .socialSet 0.2.0.0
|
7 |
-
/*-------------------------------------------*/
|
8 |
-
#content .socialSet { display:block; overflow:visible; clear:both; padding-top:15px; /* hiddenだとポップアップが見えなくなる */ }
|
9 |
-
#content .socialSet:before,
|
10 |
-
#content .socialSet:after{ content: "."; display: table; height: 0; font-size:0;clear: both; visibility:hidden; }
|
11 |
-
#content .socialSet ul { margin:0px 0px 15px; }
|
12 |
-
#content .socialSet ul li { display:block;float:left; overflow:visible; background:none; padding:0px; margin-right:10px; position:relative; }
|
13 |
-
#content .socialSet ul li.sb_icon a {display:block; overflow:hidden;border:1px solid #ccc; background-color:#fff; padding: 3px 5px 0px; border-radius: 3px; line-height: 100%;color:#333;text-decoration: none; }
|
14 |
-
#content .socialSet ul li.sb_icon a .sns_txt { font-size:11px; position: relative;top:-2px; }
|
15 |
-
#content .socialSet ul li iframe { border:none; }
|
16 |
-
#content .socialSet ul li a .icon_sns { margin-right:5px;font-size:100%; }
|
17 |
-
#content .socialSet ul li.sb_icon.sb_facebook .icon_sns { color:#425dab; }
|
18 |
-
#content .socialSet ul li.sb_icon.sb_hatena .icon_sns { color:#2c6ebd; }
|
19 |
-
#content .socialSet ul li.sb_icon.sb_twitter .icon_sns { color:#00abec; }
|
20 |
-
#content .socialSet ul li.sb_icon.sb_google .icon_sns { color:#dd4b39; }
|
21 |
-
#content .socialSet ul li.sb_icon.sb_line .icon_sns { color:#6ebd30; }
|
22 |
-
|
23 |
-
#content .socialSet ul li.sb_pocket { margin-left:5px;}
|
24 |
-
|
25 |
-
#fb-like-box { margin-bottom:20px; }
|
26 |
-
|
27 |
-
/*-------------------------------------------*/
|
28 |
-
/* import icon
|
29 |
-
/*-------------------------------------------*/
|
30 |
-
@font-face {
|
31 |
-
font-family: 'vk_sns';
|
32 |
-
src:url('icons/fonts/vk_sns.eot?-bq20cj');
|
33 |
-
src:url('icons/fonts/vk_sns.eot?#iefix-bq20cj') format('embedded-opentype'),
|
34 |
-
url('icons/fonts/vk_sns.woff?-bq20cj') format('woff'),
|
35 |
-
url('icons/fonts/vk_sns.ttf?-bq20cj') format('truetype'),
|
36 |
-
url('icons/fonts/vk_sns.svg?-bq20cj#vk_sns') format('svg');
|
37 |
-
font-weight: normal;
|
38 |
-
font-style: normal;
|
39 |
-
}
|
40 |
-
|
41 |
-
[class^="vk_icon_w_r_sns_"], [class*=" vk_icon_w_r_sns_"] {
|
42 |
-
font-family: 'vk_sns';
|
43 |
-
speak: none;
|
44 |
-
font-style: normal;
|
45 |
-
font-weight: normal;
|
46 |
-
font-variant: normal;
|
47 |
-
text-transform: none;
|
48 |
-
line-height: 1;
|
49 |
-
|
50 |
-
/* Better Font Rendering =========== */
|
51 |
-
-webkit-font-smoothing: antialiased;
|
52 |
-
-moz-osx-font-smoothing: grayscale;
|
53 |
-
}
|
54 |
-
|
55 |
-
.vk_icon_w_r_sns_twitter:before {
|
56 |
-
content: "\e600";
|
57 |
-
}
|
58 |
-
.vk_icon_w_r_sns_line:before {
|
59 |
-
content: "\e601";
|
60 |
-
}
|
61 |
-
.vk_icon_w_r_sns_hatena:before {
|
62 |
-
content: "\e602";
|
63 |
-
}
|
64 |
-
.vk_icon_w_r_sns_google:before {
|
65 |
-
content: "\e603";
|
66 |
-
}
|
67 |
-
.vk_icon_w_r_sns_fb:before {
|
68 |
-
content: "\e604";
|
69 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
plugins/sns/sns_admin.php
CHANGED
@@ -11,7 +11,7 @@
|
|
11 |
<table class="form-table">
|
12 |
<tr>
|
13 |
<th><?php _e('facebook application ID', 'vkExUnit'); ?></th>
|
14 |
-
<td><input type="text" name="vkExUnit_sns_options[fbAppId]" id="fbAppId" value="<?php echo esc_attr( $options['fbAppId'] ); ?>" />
|
15 |
<span>[ <a href="https://developers.facebook.com/apps" target="_blank">» <?php _e('I will check and get the application ID', 'vkExUnit'); ?></a> ]</span><br />
|
16 |
<?php _e('* If an application ID is not specified, neither a Like button nor the comment field displays and operates correctly.', 'vkExUnit'); ?><br />
|
17 |
<?php _e('Please search for terms as [get Facebook application ID] If you do not know much about how to get application ID for Facebook.', 'vkExUnit'); ?>
|
11 |
<table class="form-table">
|
12 |
<tr>
|
13 |
<th><?php _e('facebook application ID', 'vkExUnit'); ?></th>
|
14 |
+
<td><input type="text" name="vkExUnit_sns_options[fbAppId]" id="fbAppId" value="<?php echo esc_attr( $options['fbAppId'] ); ?>" /><br />
|
15 |
<span>[ <a href="https://developers.facebook.com/apps" target="_blank">» <?php _e('I will check and get the application ID', 'vkExUnit'); ?></a> ]</span><br />
|
16 |
<?php _e('* If an application ID is not specified, neither a Like button nor the comment field displays and operates correctly.', 'vkExUnit'); ?><br />
|
17 |
<?php _e('Please search for terms as [get Facebook application ID] If you do not know much about how to get application ID for Facebook.', 'vkExUnit'); ?>
|
plugins_admin/dashboard_info_widget.php
CHANGED
@@ -16,6 +16,12 @@ function vkExUnit_dashboard_widget()
|
|
16 |
wp_add_dashboard_widget(
|
17 |
'vkExUnit_dashboard_widget',
|
18 |
__('News from VK All in One Expansion Unit','vkExUnit'),
|
19 |
-
'
|
20 |
);
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
}
|
16 |
wp_add_dashboard_widget(
|
17 |
'vkExUnit_dashboard_widget',
|
18 |
__('News from VK All in One Expansion Unit','vkExUnit'),
|
19 |
+
'vkExUnit_dashboard_widget_body'
|
20 |
);
|
21 |
+
}
|
22 |
+
|
23 |
+
function vkExUnit_dashboard_widget_body(){
|
24 |
+
echo vkExUnit_get_systemlogo();
|
25 |
+
vkExUnit_news_body();
|
26 |
+
|
27 |
}
|
plugins_admin/news_from_exUnit.php
CHANGED
@@ -27,9 +27,7 @@ function vkExUnit_news_body()
|
|
27 |
$rss_items = $rss->get_items( 0, $maxitems );
|
28 |
|
29 |
$output .= '<div class="rss-widget">';
|
30 |
-
|
31 |
-
$output .= '<div class="logo_exUnit">';
|
32 |
-
$output .= '<img src="' . apply_filters( 'vkExUnit_news_image_URL_small', vkExUnit_get_directory_uri( '/images/head_logo_ExUnit.png' ) ) . '" alt="VK ExUnit" style="width:200px;" /></div>';
|
33 |
$output .= '<ul>';
|
34 |
|
35 |
if ( $maxitems == 0 )
|
27 |
$rss_items = $rss->get_items( 0, $maxitems );
|
28 |
|
29 |
$output .= '<div class="rss-widget">';
|
30 |
+
$output .= '<h1 class="veu_admin_subTitle">Information</h1>';
|
|
|
|
|
31 |
$output .= '<ul>';
|
32 |
|
33 |
if ( $maxitems == 0 )
|
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.3
|
7 |
-
Stable tag:
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -26,7 +26,8 @@ Many features can be stopped individually.
|
|
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
|
|
|
30 |
|
31 |
[ Social media ]
|
32 |
|
@@ -69,6 +70,13 @@ e.g.
|
|
69 |
|
70 |
== Changelog ==
|
71 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
72 |
= 2.3.0 =
|
73 |
* [ bug fix ] WordPress4.3 bug fix.
|
74 |
* [ Add functions ] Delete db options.
|
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.3
|
7 |
+
Stable tag: 3.0.0
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
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.
|
30 |
+
* Contact Button widget.
|
31 |
|
32 |
[ Social media ]
|
33 |
|
70 |
|
71 |
== Changelog ==
|
72 |
|
73 |
+
= 3.0.0 =
|
74 |
+
* [ Add functions ] Add Contact Button Widget.
|
75 |
+
* [ Add functions ] Add Child Page List Widget.
|
76 |
+
* [ Specification change ] Change mark up of the widget.
|
77 |
+
* [ Specification change ] Change Setting Page UI.
|
78 |
+
* [ Specification change ] Change Related Post list logic.
|
79 |
+
|
80 |
= 2.3.0 =
|
81 |
* [ bug fix ] WordPress4.3 bug fix.
|
82 |
* [ Add functions ] Delete db options.
|
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
|
@@ -55,7 +55,7 @@ function vkExUnit_get_directory_uri($path=''){
|
|
55 |
add_action( 'admin_menu', 'vkExUnit_setting_menu_parent' );
|
56 |
function vkExUnit_setting_menu_parent() {
|
57 |
global $menu;
|
58 |
-
$parent_name =
|
59 |
$Capability_required = 'activate_plugins';
|
60 |
|
61 |
$custom_page = add_menu_page(
|
@@ -145,6 +145,9 @@ if ( isset($options['active_call_to_action']) && $options['active_call_to_action
|
|
145 |
if ( isset($options['active_insert_ads']) && $options['active_insert_ads'] )
|
146 |
require vkExUnit_get_directory() . '/plugins/insert_ads.php';
|
147 |
|
|
|
|
|
|
|
148 |
|
149 |
|
150 |
/*-------------------------------------------*/
|
@@ -180,7 +183,7 @@ function vkExUnit_addJs(){
|
|
180 |
add_action('admin_print_scripts-vk-ex-unit_page_vkExUnit_main_setting', 'vkExUnit_admin_add_js');
|
181 |
function vkExUnit_admin_add_js( $hook_suffix ) {
|
182 |
wp_enqueue_media();
|
183 |
-
wp_register_script( 'vkExUnit_admin_js', plugins_url('', __FILE__).'/js/vkExUnit_admin.js', array('jquery'), '
|
184 |
wp_enqueue_script( 'jquery' );
|
185 |
wp_enqueue_script( 'vkExUnit_admin_js' );
|
186 |
}
|
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: 3.0.0
|
7 |
Author: Vektor,Inc.
|
8 |
Author URI: http://vektor-inc.co.jp
|
9 |
License: GPL2
|
55 |
add_action( 'admin_menu', 'vkExUnit_setting_menu_parent' );
|
56 |
function vkExUnit_setting_menu_parent() {
|
57 |
global $menu;
|
58 |
+
$parent_name = vkExUnit_get_little_short_name();
|
59 |
$Capability_required = 'activate_plugins';
|
60 |
|
61 |
$custom_page = add_menu_page(
|
145 |
if ( isset($options['active_insert_ads']) && $options['active_insert_ads'] )
|
146 |
require vkExUnit_get_directory() . '/plugins/insert_ads.php';
|
147 |
|
148 |
+
// if ( isset($options['active_disable_ping-back']) && $options['active_disable_ping-back'] )
|
149 |
+
// require vkExUnit_get_directory() . '/plugins/disable_ping-back.php';
|
150 |
+
|
151 |
|
152 |
|
153 |
/*-------------------------------------------*/
|
183 |
add_action('admin_print_scripts-vk-ex-unit_page_vkExUnit_main_setting', 'vkExUnit_admin_add_js');
|
184 |
function vkExUnit_admin_add_js( $hook_suffix ) {
|
185 |
wp_enqueue_media();
|
186 |
+
wp_register_script( 'vkExUnit_admin_js', plugins_url('', __FILE__).'/js/vkExUnit_admin.js', array('jquery'), '20150908' );
|
187 |
wp_enqueue_script( 'jquery' );
|
188 |
wp_enqueue_script( 'vkExUnit_admin_js' );
|
189 |
}
|