VK All in One Expansion Unit - Version 8.2.0

Version Description

[ Child Page index ][ Add filter ] veu_childPage_list_read_more_txt [ Specification change ][ textdomain ] step to GlotPress

Download this release

Release Info

Developer kurudrive
Plugin Icon 128x128 VK All in One Expansion Unit
Version 8.2.0
Comparing to
See all releases

Code changes from version 8.1.3 to 8.2.0

Files changed (59) hide show
  1. _scss/vkExUnit_style.scss +0 -5
  2. admin_active_setting_page.php +9 -9
  3. admin_main_setting_page.php +3 -3
  4. css/vkExUnit_style.css +1 -1
  5. css/vkExUnit_style_in_bs.css +1 -1
  6. languages/{vkExUnit-ja.mo → vk-all-in-one-expansion-unit-ja.mo} +0 -0
  7. languages/{vkExUnit-ja.po → vk-all-in-one-expansion-unit-ja.po} +283 -280
  8. languages/{vkexunit.pot → vk-all-in-one-expansion-unit.pot} +0 -0
  9. plugins/auto_eyecatch.php +2 -2
  10. plugins/bootstrap.php +3 -3
  11. plugins/call-to-action/class-vk-call-to-action.php +1 -1
  12. plugins/child_page_index.php +14 -14
  13. plugins/contact-section/contact-section.php +43 -43
  14. plugins/contact-section/customizer.php +30 -30
  15. plugins/css_customize/css_customize-edit.php +3 -3
  16. plugins/css_customize/css_customize-single.php +1 -1
  17. plugins/css_customize/css_customize.php +3 -3
  18. plugins/font-awesome/class-vk-font-awesome-versions.php +7 -7
  19. plugins/footer_copyright_change.php +1 -1
  20. plugins/google_analytics/ga_admin.php +8 -8
  21. plugins/google_analytics/ga_customizer.php +8 -8
  22. plugins/google_analytics/google_analytics.php +1 -1
  23. plugins/icons.php +6 -6
  24. plugins/insert_ads.php +16 -16
  25. plugins/meta_description.php +7 -7
  26. plugins/meta_keyword.php +14 -14
  27. plugins/other_widget/widget-3pr-area.php +18 -18
  28. plugins/other_widget/widget-archives.php +9 -9
  29. plugins/other_widget/widget-banner.php +5 -5
  30. plugins/other_widget/widget-button.php +22 -22
  31. plugins/other_widget/widget-child-page-list.php +3 -3
  32. plugins/other_widget/widget-new-posts.php +20 -20
  33. plugins/other_widget/widget-page.php +8 -8
  34. plugins/other_widget/widget-pr-blocks.php +29 -29
  35. plugins/other_widget/widget-profile.php +26 -26
  36. plugins/other_widget/widget-side-child-page-list.php +2 -2
  37. plugins/other_widget/widget-taxonomies.php +10 -10
  38. plugins/pageList_ancestor.php +1 -1
  39. plugins/related_posts/related_posts.php +4 -4
  40. plugins/sitemap_page/hide-controller.php +2 -2
  41. plugins/sitemap_page/sitemap_admin.php +4 -4
  42. plugins/sitemap_page/sitemap_page.php +2 -2
  43. plugins/sns/function_follow.php +2 -2
  44. plugins/sns/function_meta_box.php +2 -2
  45. plugins/sns/hide_controller.php +3 -3
  46. plugins/sns/sns.php +2 -2
  47. plugins/sns/sns_admin.php +35 -35
  48. plugins/sns/sns_customizer.php +29 -29
  49. plugins/sns/widget-fb-page-plugin.php +6 -6
  50. plugins/sns/widget-twitter.php +9 -9
  51. plugins/template-tags/template-tags.php +14 -14
  52. plugins/wp_title.php +14 -14
  53. plugins_admin/admin_bar.php +2 -2
  54. plugins_admin/content-meta-box.php +1 -1
  55. plugins_admin/customizer.php +1 -1
  56. plugins_admin/disable_guide.php +1 -1
  57. readme.txt +5 -1
  58. veu-packages.php +83 -83
  59. vkExUnit.php +7 -7
_scss/vkExUnit_style.scss CHANGED
@@ -645,11 +645,6 @@ iframe.twitter-timeline {margin-right:auto; margin-left:auto; width: 740px !impo
645
  }
646
  .prBlock_summary{ margin-bottom: 0.5em; text-align: center; font-size: 14px; line-height: 1.6em; }
647
  }
648
- /*
649
- 入れ子にするとLightning テーマ埋め込みの3PRブロックのアイコンカラーが負けるので、各スキンの方で継承を強くするまで旦軽くする為に個別記載とする
650
- */
651
- .prBlock_icon { color: #fff; }
652
- // }
653
 
654
  @media screen and (max-width:992px){
655
  // .veu_prBlocks{
645
  }
646
  .prBlock_summary{ margin-bottom: 0.5em; text-align: center; font-size: 14px; line-height: 1.6em; }
647
  }
 
 
 
 
 
648
 
649
  @media screen and (max-width:992px){
650
  // .veu_prBlocks{
admin_active_setting_page.php CHANGED
@@ -1,6 +1,6 @@
1
  <div class="wrap vk_admin_page">
2
  <h2>
3
- <span class="pageTitleTxt"><?php echo veu_get_name();?> <?php _e( 'Enable setting', 'vkExUnit' ); ?></span>
4
  </h2>
5
 
6
  <div class="adminMain">
@@ -13,7 +13,7 @@
13
  <table class="wp-list-table widefat plugins" style="width:auto;">
14
  <thead>
15
  <tr>
16
- <th scope='col' id='cb' class='manage-column column-cb check-column'><label class="screen-reader-text" for="cb-select-all-1"><?php _e( 'Select all', 'vkExUnit' ); ?></label><input id="cb-select-all-1" type="checkbox" /></th><th scope='col' id='name' class='manage-column column-name'><?php _e( 'Function', 'vkExUnit' ); ?></th><th scope='col' id='description' class='manage-column column-description'><?php _e( 'Description', 'vkExUnit' ); ?></th>
17
  </tr>
18
  </thead>
19
 
@@ -32,7 +32,7 @@ foreach ( $vkExUnit_packages as $package ) :
32
  " >
33
  <th scope='row' class='check-column'>
34
  <label class='screen-reader-text' for='checkbox_active_<?php echo $package['name']; ?>' >
35
- <?php _e( 'Automatic Eye Catch insert', 'vkExUnit' ); ?>
36
  </label>
37
  <input type="checkbox" name="vkExUnit_common_options[active_<?php echo $package['name']; ?>]" id="checkbox_active_<?php echo $package['name']; ?>" value="true"
38
  <?php
@@ -86,32 +86,32 @@ foreach ( $vkExUnit_packages as $package ) :
86
  <tfoot>
87
 
88
  <tr>
89
- <th scope='col' class='manage-column column-cb check-column'><label class="screen-reader-text" for="cb-select-all-2"><?php _e( 'Select all', 'vkExUnit' ); ?></label><input id="cb-select-all-2" type="checkbox" /></th><th scope='col' class='manage-column column-name'><?php _e( 'Function', 'vkExUnit' ); ?></th><th scope='col' class='manage-column column-description'><?php _e( 'Description', 'vkExUnit' ); ?></th>
90
  </tr>
91
  </tfoot>
92
 
93
  </table>
94
  <br />
95
- <button onclick="javascript:jQuery('#vkEx_extention').toggle(); return false;" class="button"><?php _e( 'Extension Setting', 'vkExUnit' ); ?></button>
96
  <table class="form-table" id="vkEx_extention" style="display:none;">
97
  <?php /* 誤作動が多いので再調整 */ ?>
98
  <!--
99
  <tr>
100
- <th><?php _e( 'Extention contents', 'vkExUnit' ); ?></th>
101
  <td><label><input type="checkbox" name="vkExUnit_common_options[content_filter_state]" value="loop_enud"
102
  <?php
103
  if ( veu_content_filter_state() == 'loop_end' ) {
104
  echo 'checked';}
105
  ?>
106
- /><?php _e( 'set extension contents to loop_end hook', 'vkExUnit' ); ?></label>
107
  <?php do_action( 'vkExUnit_extention_contents_message' ); ?>
108
  </td>
109
  </tr>
110
  -->
111
  <tr>
112
- <th><?php _e( 'Plugin setting options', 'vkExUnit' ); ?></th>
113
  <td><label><input type="checkbox" name="vkExUnit_common_options[delete_options_at_deactivate]" value="true" <?php echo ( isset( $options['delete_options_at_deactivate'] ) && $options['delete_options_at_deactivate'] ) ? 'checked' : ''; ?> />
114
- <?php _e( 'Delete myOptions when deactivate me.', 'vkExUnit' ); ?></label></td>
115
  </tr>
116
  </table>
117
  <?php submit_button(); ?>
1
  <div class="wrap vk_admin_page">
2
  <h2>
3
+ <span class="pageTitleTxt"><?php echo veu_get_name();?> <?php _e( 'Enable setting', 'vk-all-in-one-expansion-unit' ); ?></span>
4
  </h2>
5
 
6
  <div class="adminMain">
13
  <table class="wp-list-table widefat plugins" style="width:auto;">
14
  <thead>
15
  <tr>
16
+ <th scope='col' id='cb' class='manage-column column-cb check-column'><label class="screen-reader-text" for="cb-select-all-1"><?php _e( 'Select all', 'vk-all-in-one-expansion-unit' ); ?></label><input id="cb-select-all-1" type="checkbox" /></th><th scope='col' id='name' class='manage-column column-name'><?php _e( 'Function', 'vk-all-in-one-expansion-unit' ); ?></th><th scope='col' id='description' class='manage-column column-description'><?php _e( 'Description', 'vk-all-in-one-expansion-unit' ); ?></th>
17
  </tr>
18
  </thead>
19
 
32
  " >
33
  <th scope='row' class='check-column'>
34
  <label class='screen-reader-text' for='checkbox_active_<?php echo $package['name']; ?>' >
35
+ <?php _e( 'Automatic Eye Catch insert', 'vk-all-in-one-expansion-unit' ); ?>
36
  </label>
37
  <input type="checkbox" name="vkExUnit_common_options[active_<?php echo $package['name']; ?>]" id="checkbox_active_<?php echo $package['name']; ?>" value="true"
38
  <?php
86
  <tfoot>
87
 
88
  <tr>
89
+ <th scope='col' class='manage-column column-cb check-column'><label class="screen-reader-text" for="cb-select-all-2"><?php _e( 'Select all', 'vk-all-in-one-expansion-unit' ); ?></label><input id="cb-select-all-2" type="checkbox" /></th><th scope='col' class='manage-column column-name'><?php _e( 'Function', 'vk-all-in-one-expansion-unit' ); ?></th><th scope='col' class='manage-column column-description'><?php _e( 'Description', 'vk-all-in-one-expansion-unit' ); ?></th>
90
  </tr>
91
  </tfoot>
92
 
93
  </table>
94
  <br />
95
+ <button onclick="javascript:jQuery('#vkEx_extention').toggle(); return false;" class="button"><?php _e( 'Extension Setting', 'vk-all-in-one-expansion-unit' ); ?></button>
96
  <table class="form-table" id="vkEx_extention" style="display:none;">
97
  <?php /* 誤作動が多いので再調整 */ ?>
98
  <!--
99
  <tr>
100
+ <th><?php _e( 'Extention contents', 'vk-all-in-one-expansion-unit' ); ?></th>
101
  <td><label><input type="checkbox" name="vkExUnit_common_options[content_filter_state]" value="loop_enud"
102
  <?php
103
  if ( veu_content_filter_state() == 'loop_end' ) {
104
  echo 'checked';}
105
  ?>
106
+ /><?php _e( 'set extension contents to loop_end hook', 'vk-all-in-one-expansion-unit' ); ?></label>
107
  <?php do_action( 'vkExUnit_extention_contents_message' ); ?>
108
  </td>
109
  </tr>
110
  -->
111
  <tr>
112
+ <th><?php _e( 'Plugin setting options', 'vk-all-in-one-expansion-unit' ); ?></th>
113
  <td><label><input type="checkbox" name="vkExUnit_common_options[delete_options_at_deactivate]" value="true" <?php echo ( isset( $options['delete_options_at_deactivate'] ) && $options['delete_options_at_deactivate'] ) ? 'checked' : ''; ?> />
114
+ <?php _e( 'Delete myOptions when deactivate me.', 'vk-all-in-one-expansion-unit' ); ?></label></td>
115
  </tr>
116
  </table>
117
  <?php submit_button(); ?>
admin_main_setting_page.php CHANGED
@@ -7,8 +7,8 @@ function vkExUnit_add_main_setting() {
7
  // $capability_required = veu_get_capability_required();
8
  $custom_page = add_submenu_page(
9
  'vkExUnit_setting_page', // parent
10
- __( 'Main setting', 'vkExUnit' ), // Name of page
11
- __( 'Main setting', 'vkExUnit' ), // Label in menu
12
  'activate_plugins', // veu_get_capability_required()でないのは edit_theme_options権限を付与したユーザーにもアクセスさせないためにactivate_pluginsにしている。
13
  // $capability_required, // Capability
14
  'vkExUnit_main_setting', // ユニークなこのサブメニューページの識別子
@@ -79,7 +79,7 @@ function vkExUnit_the_main_setting_body() {
79
 
80
  } else {
81
 
82
- echo __( 'Activated Packages is noting. please activate some package.', 'vkExUnit' );
83
 
84
  }
85
  echo '</form>';
7
  // $capability_required = veu_get_capability_required();
8
  $custom_page = add_submenu_page(
9
  'vkExUnit_setting_page', // parent
10
+ __( 'Main setting', 'vk-all-in-one-expansion-unit' ), // Name of page
11
+ __( 'Main setting', 'vk-all-in-one-expansion-unit' ), // Label in menu
12
  'activate_plugins', // veu_get_capability_required()でないのは edit_theme_options権限を付与したユーザーにもアクセスさせないためにactivate_pluginsにしている。
13
  // $capability_required, // Capability
14
  'vkExUnit_main_setting', // ユニークなこのサブメニューページの識別子
79
 
80
  } else {
81
 
82
+ echo __( 'Activated Packages is noting. please activate some package.', 'vk-all-in-one-expansion-unit' );
83
 
84
  }
85
  echo '</form>';
css/vkExUnit_style.css CHANGED
@@ -1 +1 @@
1
- .veu_leadTxt,p.veu_leadTxt{font-size:1.6em;line-height:150%;padding:0}.veu_caption{font-size:.8em}.fa_v4 .btn.btn-blank::after{margin-left:.7em;font-family:FontAwesome;content:"\f08e"}.fa_v5_css .btn.btn-blank::after{margin-left:.7em;font-family:Font Awesome\ 5 Free;content:"\f35d";font-weight:900}dl.veu_qaItem{display:block;overflow:hidden;border-bottom:1px dotted #ccc;padding:0 0 25px;margin:25px 0;width:100%;position:relative}dl.veu_qaItem dd,dl.veu_qaItem dt{border:none;padding-left:35px}dl.veu_qaItem dd:before,dl.veu_qaItem dt: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:0}dl.veu_qaItem dd:before{content:"A ";color:#337ab7;font-family:""}.veu_flowBox{display:block;overflow:hidden}.veu_flowBox:after{content:"";background:url(../images/arrow_bottom.svg) center 50% no-repeat;background-size:50px 50px;display:block;overflow:hidden;height:50px;width:50px;margin:0 auto}.veu_flowBox:last-child{padding-bottom:0;margin-bottom:30px}.veu_flowBox:last-child:after{content:"";font-size:0;background-image:none}.veu_flowBox dl{display:block;overflow:hidden;padding:20px 25px;border:3px solid #e5e5e5;margin:0}.veu_flowBox dl dd,.veu_flowBox dl dt{padding-left:0;border:none}.veu_flowBox dl dt{border-bottom:1px dotted #ccc;margin-bottom:10px;font-size:1.2em}.veu_flowBox dl dd{margin-bottom:0}.veu_flowBox dl dd h4{margin:0;padding:0}.veu_flowBox dl dd p{margin-bottom:10px}.veu_flowBox dl dd ul{margin-bottom:0}.veu_dummyImage{padding:20px;display:block;vertical-align:middle;text-align:center;background-color:#f5f5f5;border:1px solid #ccc;margin-bottom:15px}.veu_floatLeft{float:left;margin-right:20px}.veu_floatRight{float:right;margin-left:20px}.veu_feat_list{background:0 0;border:none;padding:0 0 0 2em;font-size:2em;margin-top:1.5em;position:relative}.veu_feat_list::after,.veu_feat_list::before{border:none;background:0 0}.veu_feat_list::before{position:absolute;left:0;top:-.2em;background-color:#4e7729;color:#fff;border-radius:100%;margin-right:.5em;padding:.2em .5em}.veu_feat_list_1::before{content:"1"}.veu_feat_list_2::before{content:"2"}.veu_feat_list_3::before{content:"3"}.veu_feat_list_4::before{content:"4"}.veu_feat_list_5::before{content:"5"}.veu_feat_list_6::before{content:"6"}.veu_feat_list_7::before{content:"7"}.veu_feat_list_8::before{content:"8"}.veu_feat_list_9::before{content:"9"}html{font-size:inherit}.link-list li{padding:.5em}iframe.wp-embedded-content{width:100%}.veu_adminEdit{margin-top:5px}.veu_contentAddSection{display:block;clear:both;overflow:hidden;margin-top:20px}.btn{white-space:inherit}.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:.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-heading{font-size:1.8em;line-height:1.3em;margin-top:0;margin-bottom:.5em;font-weight:400}.media .media-heading a{color:#464646}.media .media-heading a:hover{text-decoration:none}.media p{margin-bottom:0}.media a.media-body_excerpt{color:#464646}.relatedPosts h2{margin-bottom:10px}.veu_autoEyeCatchBox{display:block;overflow:hidden;margin-bottom:2em}.veu_sitemap .sectionBox{padding-top:0}.veu_sitemap .sitemap-col{padding-bottom:2em}.veu_sitemap .sitemap-col{margin-top:1em}.veu_sitemap .sitemap-col .link-list{margin-top:0;margin-bottom:0}.veu_sitemap .sitemap-col .page_item{padding:0}.veu_sitemap .sitemap-col .cat-item{padding:0}.veu_socialSet{margin-top:3em}.veu_socialSet.veu_contentAddSection ul{margin:0;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex}.veu_socialSet.veu_contentAddSection ul li{position:relative;display:block;overflow:visible;width:50%;margin:3px;padding:0;background:0 0}.veu_socialSet.veu_contentAddSection ul li.sb_icon a{display:block;overflow:hidden;padding:7px 10px;border-radius:4px;color:#fff;text-decoration:none;line-height:100%;font-size:90%}.veu_socialSet.veu_contentAddSection ul li.sb_icon a:hover{-webkit-box-shadow:none;box-shadow:none;transform:translate3d(0,2px,0);-webkit-transform:translate3d(0,2px,0)}.veu_socialSet.veu_contentAddSection ul li.sb_icon a .sns_txt{position:relative;top:-1px}.veu_socialSet.veu_contentAddSection ul li iframe{border:none}.veu_socialSet.veu_contentAddSection ul li a .icon_sns{font-size:100%;padding:5px 8px 5px 0;display:inline-block}.veu_socialSet.veu_contentAddSection ul li.sb_icon.sb_facebook a{background:#425dab;-webkit-box-shadow:0 4px 0 #344e84;box-shadow:0 4px 0 #344e84}.veu_socialSet.veu_contentAddSection ul li.sb_icon.sb_hatena a{background:#007fc5;-webkit-box-shadow:0 4px 0 #00679f;box-shadow:0 4px 0 #00679f}.veu_socialSet.veu_contentAddSection ul li.sb_icon.sb_twitter a{background:#00abec;-webkit-box-shadow:0 4px 0 #007eaa;box-shadow:0 4px 0 #007eaa}.veu_socialSet.veu_contentAddSection ul li.sb_icon.sb_google a{background:#dd4b39;-webkit-box-shadow:0 4px 0 #a03524;box-shadow:0 4px 0 #a03524}.veu_socialSet.veu_contentAddSection ul li.sb_icon.sb_line a{background:#6ebd30;-webkit-box-shadow:0 4px 0 #5b9c28;box-shadow:0 4px 0 #5b9c28}.veu_socialSet.veu_contentAddSection ul li.sb_icon.sb_pocket a{background:#ea4654;-webkit-box-shadow:0 4px 0 #c1303c;box-shadow:0 4px 0 #c1303c}.veu_count_sns_fb,.veu_count_sns_hb,.veu_count_sns_pocket{position:absolute;bottom:5px;right:5px;font-size:77%;line-height:1;font-weight:700}@font-face{font-weight:400;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:400;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"}.vk_icon_w_r_sns_pocket:before{content:"\e605"}.veu_childPage_list{margin:2.5em 0 1em}.veu_childPage_list .childPage_list_box{display:block;margin-bottom:1.5em;width:100%;text-decoration:none}.veu_childPage_list .childPage_list_box_inner{position:relative;display:block;overflow:hidden;padding:0 20px;border:3px solid #efefef;-webkit-box-shadow:inset 0 0 0 1px #fff;box-shadow:inset 0 0 0 1px #fff}.veu_childPage_list .childPage_list_title{margin-top:20px;color:#464646;font-size:16px;line-height:1.4}.veu_childPage_list .wp-post-image{float:left;margin-right:1em;margin-bottom:1em;width:30%;height:auto;border:solid 1px #ddd}.veu_childPage_list .childPage_list_body{overflow:hidden;margin-bottom:5px;color:#333;font-size:14px}.veu_childPage_list .childPage_list_body:hover{text-decoration:underline}.veu_childPage_list p{line-height:1.5em}.veu_childPage_list .childPage_list_text{overflow:hidden;margin-bottom:1em}.veu_childPage_list .childPage_list_more{float:right;margin-bottom:20px}.veu_pageList_ancestor{clear:both;margin:2.5em 0 1em;padding:20px 20px 0;border:3px solid #efefef;-webkit-box-shadow:inset 0 0 0 1px #fff;box-shadow:inset 0 0 0 1px #fff}.veu_pageList_ancestor h3{margin:.5em 0}.veu_pageList_ancestor h3 a{color:#333;font-size:16px}.veu_pageList_ancestor ul.pageList{margin-top:1em;padding-left:0}.veu_pageList_ancestor ul.pageList a{display:block;padding:8px 5px;border-bottom:solid 1px #ddd;color:#333;font-size:14px}.veu_pageList_ancestor ul.pageList a:hover{text-decoration:underline}.veu_pageList_ancestor ul.pageList>.page_item{list-style:none}.veu_pageList_ancestor ul.pageList li{margin-bottom:0}.veu_pageList_ancestor ul.pageList ul{margin:0;padding-left:0;padding-bottom:0}.veu_pageList_ancestor ul.pageList ul li{position:relative;list-style:none}.veu_pageList_ancestor ul.pageList ul li:before{position:absolute;top:.26em;left:5px;display:inline-block}.veu_pageList_ancestor ul.pageList ul li a{padding-left:20px}.veu_pageList_ancestor ul.pageList ul li li a{padding-left:30px}.veu_pageList_ancestor ul.pageList ul li li li a{padding-left:40px}.veu_pageList_ancestor .current_page_item>a{font-weight:700}.veu_followSet{margin:30px 0;display:table;table-layout:fixed;width:100%;background-color:#2b2b2b;color:#fff}.veu_followSet .followSet_img{display:table-cell;min-width:240px;background-position:center;background-size:cover}.veu_followSet .followSet_body{display:table-cell;padding:15px;text-align:center;vertical-align:middle;line-height:1.4;font-size:20px}.veu_followSet .followSet_fb_page{margin-top:0;display:block;width:100%;-webkit-transform:scale(1.2);transform:scale(1.2)}.veu_followSet .followSet_tw_follow{width:100%;padding:15px 0 0}.veu_followSet .followSet_feedly{text-align:center}.veu_cta{display:block;overflow:hidden;margin-top:30px;margin-bottom:30px;background-color:#efefef}.veu_cta .cta_title{display:block;overflow:hidden;margin:0;padding:12px 20px 10px;background-color:#333;color:#fff;font-size:22px;line-height:1.2em}.veu_cta .cta_body{display:block;overflow:hidden;padding:1.5em 1.5em 2em;line-height:170%}.veu_cta .cta_body_image{margin-bottom:1.5em}.veu_cta .cta_body_image img{max-width:250px}.veu_cta .cta_body_image_center{display:block;overflow:hidden;text-align:center}.veu_cta .cta_body_image_center img{display:block;margin:0 auto 15px;max-width:100%}.veu_cta .cta_body_txt{display:block;overflow:hidden}.veu_cta .cta_body_link{clear:both;margin-top:1.5em}.veu_contact{display:block;overflow:hidden}.veu_contact .contact_frame{display:block;overflow:hidden;padding:25px 24px 21px;border:3px solid #efefef;background-color:#f9f9f9;-webkit-box-shadow:inset 0 0 0 1px #fff;box-shadow:inset 0 0 0 1px #fff}.veu_contact .contact_txt_catch,.veu_contact .contact_txt_tel,.veu_contact .contact_txt_time{display:block;overflow:hidden}.veu_contact .contact_txt_catch,.veu_contact .contact_txt_time{font-size:14px;line-height:128.6%}.veu_contact .contact_txt_tel{padding:4px 0;font-size:28px;line-height:105%;font-weight:700}.veu_contact .contact_txt_tel_icon{margin-right:.3rem}.veu_contact .contact_bt_subTxt{display:block;overflow:hidden;font-size:12px;margin-top:.4rem}.veu_contact .contact_txt{text-align:center}.veu_contact .contact_bt{display:block}.widget .veu_contact>.contact_bt{display:inline-block;float:none}.veu_insertAds{margin-top:1em;margin-bottom:2em}.veu_relatedPosts>.row{display:-ms-flexbox;display:-webkit-box;display:flex;margin:0;margin-right:-3%;-ms-flex-wrap:wrap;flex-wrap:wrap}.veu_relatedPosts .relatedPosts_item{float:none;margin-right:2.9%;padding-right:0;padding-left:0;width:47%;border-bottom:solid 1px #e5e5e5}.veu_relatedPosts .relatedPosts_item>.media:first-child{border:none}.veu_relatedPosts .relatedPosts_item>.media{padding:1em 0 .8em;margin-top:0;border:none}.veu_relatedPosts .relatedPosts_item>.media .media-body{font-size:14px}.veu_relatedPosts .relatedPosts_item>.media .postList_thumbnail{width:80px;padding-right:15px;margin-bottom:0}.veu_relatedPosts .relatedPosts_item>.media .media-heading{font-size:14px}.veu_relatedPosts .relatedPosts_item:nth-child(1){border-top:solid 1px #e5e5e5}.veu_relatedPosts .relatedPosts_item:nth-child(2){border-top:solid 1px #e5e5e5}.page_top_btn{position:fixed;right:2%;bottom:3%;z-index:99999;width:40px;height:38px;text-indent:100%;white-space:nowrap;overflow:hidden;border:none;background:rgba(0,0,0,.8);outline:1px solid rgba(0,0,0,.8);border:1px solid rgba(255,255,255,.8);background-image:url(../images/to-top-btn-icon.svg);background-size:50%;background-repeat:no-repeat;background-position:center;opacity:0;-webkit-transition:opacity .3s;transition:opacity .3s}.page_top_btn:hover{-webkit-transition:opacity .3s;transition:opacity .3s}.scrolled .page_top_btn{display:block;opacity:1}.veu_fbPagePlugin .fbPagePlugin_body{margin:0 auto;border:4px solid #efefef;background-color:#f9f9f9;text-align:center}iframe.twitter-timeline{margin-right:auto;margin-left:auto;width:740px!important}.veu_postList{margin-bottom:30px}.veu_postList .subSection-title,.veu_postList h1.mainSection-title{margin-bottom:0}.veu_postList ul.postList{margin:0;padding:0}.veu_postList ul.postList li{display:block;clear:both;overflow:hidden;margin:0;padding:15px 0;border-bottom:1px dotted #666;line-height:1.4em}.veu_postList .postList a{color:#464646;text-decoration:none}.veu_postList .postList a:hover{text-decoration:underline}.veu_postList .postList_title{display:block;clear:both;margin:3px 0 0}.veu_postList .postList_meta_items{font-size:14px;color:#666}.veu_postList .postList_date{margin-right:10px;color:#d44950}.veu_postList .postList_date:before{content:"";margin-right:0}.veu_postList .postList_terms a{margin-right:3px;padding:2px 5px 1px;border-radius:3px;background-color:#efefef;font-size:12px}.veu_postList .postList_more{margin:10px 5px 0 0;text-align:right}.veu_postList .postList_miniThumb .postList_item{display:block;overflow:hidden;clear:both;position:relative;padding:15px 0;border-bottom:1px dotted #666;margin-bottom:0}.veu_postList .postList_miniThumb .postList_thumbnail{float:left;margin-right:15px}.veu_postList .postList_miniThumb .postList_thumbnail a{position:relative;display:block;overflow:hidden;border:1px solid #e5e5e5}.veu_postList .postList_miniThumb .postList_thumbnail img{width:80px;height:auto}.veu_postList .postList_miniThumb .postList_body{display:block;overflow:hidden;width:auto}.veu_postList .postList_miniThumb .postList_title{font-size:14px}.mainSection .veu_postList.pt_0 .postList.postList_miniThumb{padding:0;margin-left:0;margin-right:0}.veu_profile .profile{overflow:hidden}.veu_profile .media_outer{position:relative;display:block;overflow:hidden;margin:.8em 0 .8em;-webkit-box-sizing:border-box;box-sizing:border-box}.veu_profile .media_outer img{max-width:100%;height:auto}.veu_profile .media_round{border-radius:50%;width:120px;height:120px;position:relative}.veu_profile .media_round img{position:absolute;left:-9999px}.veu_profile .media_center{margin-left:auto;margin-right:auto}.veu_profile .media_center img{display:block;margin-left:auto;margin-right:auto}.veu_profile .media_float{float:left;margin-right:1em}.veu_profile .media_float+.profile_text{padding-top:.8em}.veu_profile .profile_text{margin-bottom:1em;font-size:14px}.veu_profile .sns_btns{margin:0;padding:0;width:100%}.veu_profile .sns_btns li{float:left;margin-right:.45em;list-style:none;text-align:center}.veu_profile .sns_btns a{display:block;position:relative;width:40px;height:40px;border-radius:23px;color:#fff;text-decoration:none;font-size:20px}.veu_profile .sns_btns a:hover{color:#fff;text-decoration:none;opacity:.8}.veu_profile .sns_btns .icon{position:absolute;top:50%;left:50%;-webkit-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%)}.veu_profile .sns_btns .facebook_btn a{background:#3b5998}.veu_profile .sns_btns .twitter_btn a{background:#55acee}.veu_profile .sns_btns .mail_btn a{background:#2f915f}.veu_profile .sns_btns .youtube_btn a{background:#c81d1c}.veu_profile .sns_btns .rss_btn a{background:#f26522}.veu_profile .sns_btns .instagram_btn a{background:#3f729b}.veu_profile .sns_btns .linkedin_btn a{background:#0077b5}.veu_3prArea .subSection-title{font-size:18px;margin-top:.8em}.veu_3prArea .summary{margin-bottom:.5em;font-size:14px;line-height:1.6em}.veu_3prArea .linkurl a{text-decoration:none}.veu_3prArea_image{margin-bottom:.8em;border:1px solid #e5e5e5}.veu_3prArea_image .image_pc{display:block}.veu_3prArea_image .image_sp{display:none}.veu_3prArea_image img{width:100%}.veu_3prArea_image_link{border:1px solid #fff;display:block;overflow:hidden}.prBlock a{color:#333}.prBlock a:hover{color:#333;text-decoration:none}.prBlock a .prBlock_summary:hover{text-decoration:underline}.prBlock .prBlock_icon_outer{display:block;position:relative;margin:0 auto;width:80px;height:80px;border-radius:50%}.prBlock .prBlock_icon{position:absolute;top:50%;left:50%;-webkit-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%);font-size:36px}.prBlock .prBlock_title{margin-top:.9em;margin-bottom:.7em;text-align:center;font-size:18px;line-height:1.4em}.prBlock .prBlock_image{position:relative;display:block;width:120px;height:120px;margin:0 auto;overflow:hidden;border-radius:50%;text-indent:-9999px}.prBlock .prBlock_summary{margin-bottom:.5em;text-align:center;font-size:14px;line-height:1.6em}.prBlock_icon{color:#fff}.veu_button i,.veu_button svg{margin-left:.3em;margin-right:.3em}.veu_button .button_mainText,.veu_button .button_subText{display:block}.veu_button .btn.btn-sm{padding-top:.6em;padding-bottom:.45em}.veu_button .btn{padding-top:.8em;padding-bottom:.6em}.veu_button .btn.btn-lg{padding-top:.8em;padding-bottom:.7em}.veu_banner{text-align:center;display:block;overflow:hidden}@media (min-width:481px){.veu_followSet .followSet_body{padding:40px}.veu_followSet .followSet_title{font-size:18px;margin-bottom:10px}}@media (min-width:541px){.veu_childPage_list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-justify-content:space-between}.veu_childPage_list .childPage_list_box{width:48%}}@media (min-width:768px){.veu_leadTxt,p.veu_leadTxt{font-size:2em;margin-bottom:.7em}.veu_cta .cta_body_image_right{float:right;margin-left:30px}.veu_cta .cta_body_image_left{float:left;margin-right:30px}}@media (min-width:992px){.mainSection .veu_postList.pt_0.postList_item .postList_thumbnail{margin-right:30px;margin-left:0}.mainSection .veu_postList.pt_0.postList_item.even .postList_thumbnail{margin-left:30px;margin-right:0}}@media (min-width:1200px){.veu_contact p.contact_txt{margin-bottom:0}.veu_contact .contact_txt{float:left;text-align:left}.veu_contact .contact_bt{float:right;padding:.7em 2em}}@media screen and (max-width:992px){.prBlock{margin-bottom:1.5em}}@media (max-width:971px){.veu_insertAds{margin-bottom:.5em}.veu_insertAds .col-md-6{margin-bottom:1em}}@media (max-width:768px){.veu_relatedPosts .relatedPosts_item{display:block;width:100%}.veu_relatedPosts .relatedPosts_item:nth-child(2){border-top:none}}@media screen and (max-width:768px){.veu_3prArea .prArea{margin-bottom:1em;display:block;overflow:hidden}.veu_3prArea .image_pc{display:none}.veu_3prArea .image_sp{display:block}.veu_3prArea .linkurl{margin-bottom:1.5em}.veu_3prArea_image{width:138px;margin:0 1em 0 0;float:left}}@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:.5em}.veu_socialSet.veu_contentAddSection ul{-ms-flex-wrap:wrap;flex-wrap:wrap}.veu_socialSet.veu_contentAddSection ul li{width:48%;margin-bottom:9px}.veu_socialSet.veu_contentAddSection ul li:nth-child(even){margin-right:0}.veu_socialSet.veu_contentAddSection ul li.sb_icon a{padding:8px 10px}.pocket-count,.veu_count_sns_fb,.veu_count_sns_hb{bottom:2px}.veu_childPage_list .wp-post-image{width:25%}.veu_cta .cta_body_image img{display:block;margin:0 auto 1.5em;max-width:100%}}@media (max-width:500px){.media .postList_thumbnail{width:100px}}@media (max-width:480px){.veu_followSet .followSet_title{font-size:12px;margin-bottom:0}}
1
+ .veu_leadTxt,p.veu_leadTxt{font-size:1.6em;line-height:150%;padding:0}.veu_caption{font-size:.8em}.fa_v4 .btn.btn-blank::after{margin-left:.7em;font-family:FontAwesome;content:"\f08e"}.fa_v5_css .btn.btn-blank::after{margin-left:.7em;font-family:Font Awesome\ 5 Free;content:"\f35d";font-weight:900}dl.veu_qaItem{display:block;overflow:hidden;border-bottom:1px dotted #ccc;padding:0 0 25px;margin:25px 0;width:100%;position:relative}dl.veu_qaItem dd,dl.veu_qaItem dt{border:none;padding-left:35px}dl.veu_qaItem dd:before,dl.veu_qaItem dt: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:0}dl.veu_qaItem dd:before{content:"A ";color:#337ab7;font-family:""}.veu_flowBox{display:block;overflow:hidden}.veu_flowBox:after{content:"";background:url(../images/arrow_bottom.svg) center 50% no-repeat;background-size:50px 50px;display:block;overflow:hidden;height:50px;width:50px;margin:0 auto}.veu_flowBox:last-child{padding-bottom:0;margin-bottom:30px}.veu_flowBox:last-child:after{content:"";font-size:0;background-image:none}.veu_flowBox dl{display:block;overflow:hidden;padding:20px 25px;border:3px solid #e5e5e5;margin:0}.veu_flowBox dl dd,.veu_flowBox dl dt{padding-left:0;border:none}.veu_flowBox dl dt{border-bottom:1px dotted #ccc;margin-bottom:10px;font-size:1.2em}.veu_flowBox dl dd{margin-bottom:0}.veu_flowBox dl dd h4{margin:0;padding:0}.veu_flowBox dl dd p{margin-bottom:10px}.veu_flowBox dl dd ul{margin-bottom:0}.veu_dummyImage{padding:20px;display:block;vertical-align:middle;text-align:center;background-color:#f5f5f5;border:1px solid #ccc;margin-bottom:15px}.veu_floatLeft{float:left;margin-right:20px}.veu_floatRight{float:right;margin-left:20px}.veu_feat_list{background:0 0;border:none;padding:0 0 0 2em;font-size:2em;margin-top:1.5em;position:relative}.veu_feat_list::after,.veu_feat_list::before{border:none;background:0 0}.veu_feat_list::before{position:absolute;left:0;top:-.2em;background-color:#4e7729;color:#fff;border-radius:100%;margin-right:.5em;padding:.2em .5em}.veu_feat_list_1::before{content:"1"}.veu_feat_list_2::before{content:"2"}.veu_feat_list_3::before{content:"3"}.veu_feat_list_4::before{content:"4"}.veu_feat_list_5::before{content:"5"}.veu_feat_list_6::before{content:"6"}.veu_feat_list_7::before{content:"7"}.veu_feat_list_8::before{content:"8"}.veu_feat_list_9::before{content:"9"}html{font-size:inherit}.link-list li{padding:.5em}iframe.wp-embedded-content{width:100%}.veu_adminEdit{margin-top:5px}.veu_contentAddSection{display:block;clear:both;overflow:hidden;margin-top:20px}.btn{white-space:inherit}.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:.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-heading{font-size:1.8em;line-height:1.3em;margin-top:0;margin-bottom:.5em;font-weight:400}.media .media-heading a{color:#464646}.media .media-heading a:hover{text-decoration:none}.media p{margin-bottom:0}.media a.media-body_excerpt{color:#464646}.relatedPosts h2{margin-bottom:10px}.veu_autoEyeCatchBox{display:block;overflow:hidden;margin-bottom:2em}.veu_sitemap .sectionBox{padding-top:0}.veu_sitemap .sitemap-col{padding-bottom:2em}.veu_sitemap .sitemap-col{margin-top:1em}.veu_sitemap .sitemap-col .link-list{margin-top:0;margin-bottom:0}.veu_sitemap .sitemap-col .page_item{padding:0}.veu_sitemap .sitemap-col .cat-item{padding:0}.veu_socialSet{margin-top:3em}.veu_socialSet.veu_contentAddSection ul{margin:0;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex}.veu_socialSet.veu_contentAddSection ul li{position:relative;display:block;overflow:visible;width:50%;margin:3px;padding:0;background:0 0}.veu_socialSet.veu_contentAddSection ul li.sb_icon a{display:block;overflow:hidden;padding:7px 10px;border-radius:4px;color:#fff;text-decoration:none;line-height:100%;font-size:90%}.veu_socialSet.veu_contentAddSection ul li.sb_icon a:hover{-webkit-box-shadow:none;box-shadow:none;transform:translate3d(0,2px,0);-webkit-transform:translate3d(0,2px,0)}.veu_socialSet.veu_contentAddSection ul li.sb_icon a .sns_txt{position:relative;top:-1px}.veu_socialSet.veu_contentAddSection ul li iframe{border:none}.veu_socialSet.veu_contentAddSection ul li a .icon_sns{font-size:100%;padding:5px 8px 5px 0;display:inline-block}.veu_socialSet.veu_contentAddSection ul li.sb_icon.sb_facebook a{background:#425dab;-webkit-box-shadow:0 4px 0 #344e84;box-shadow:0 4px 0 #344e84}.veu_socialSet.veu_contentAddSection ul li.sb_icon.sb_hatena a{background:#007fc5;-webkit-box-shadow:0 4px 0 #00679f;box-shadow:0 4px 0 #00679f}.veu_socialSet.veu_contentAddSection ul li.sb_icon.sb_twitter a{background:#00abec;-webkit-box-shadow:0 4px 0 #007eaa;box-shadow:0 4px 0 #007eaa}.veu_socialSet.veu_contentAddSection ul li.sb_icon.sb_google a{background:#dd4b39;-webkit-box-shadow:0 4px 0 #a03524;box-shadow:0 4px 0 #a03524}.veu_socialSet.veu_contentAddSection ul li.sb_icon.sb_line a{background:#6ebd30;-webkit-box-shadow:0 4px 0 #5b9c28;box-shadow:0 4px 0 #5b9c28}.veu_socialSet.veu_contentAddSection ul li.sb_icon.sb_pocket a{background:#ea4654;-webkit-box-shadow:0 4px 0 #c1303c;box-shadow:0 4px 0 #c1303c}.veu_count_sns_fb,.veu_count_sns_hb,.veu_count_sns_pocket{position:absolute;bottom:5px;right:5px;font-size:77%;line-height:1;font-weight:700}@font-face{font-weight:400;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:400;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"}.vk_icon_w_r_sns_pocket:before{content:"\e605"}.veu_childPage_list{margin:2.5em 0 1em}.veu_childPage_list .childPage_list_box{display:block;margin-bottom:1.5em;width:100%;text-decoration:none}.veu_childPage_list .childPage_list_box_inner{position:relative;display:block;overflow:hidden;padding:0 20px;border:3px solid #efefef;-webkit-box-shadow:inset 0 0 0 1px #fff;box-shadow:inset 0 0 0 1px #fff}.veu_childPage_list .childPage_list_title{margin-top:20px;color:#464646;font-size:16px;line-height:1.4}.veu_childPage_list .wp-post-image{float:left;margin-right:1em;margin-bottom:1em;width:30%;height:auto;border:solid 1px #ddd}.veu_childPage_list .childPage_list_body{overflow:hidden;margin-bottom:5px;color:#333;font-size:14px}.veu_childPage_list .childPage_list_body:hover{text-decoration:underline}.veu_childPage_list p{line-height:1.5em}.veu_childPage_list .childPage_list_text{overflow:hidden;margin-bottom:1em}.veu_childPage_list .childPage_list_more{float:right;margin-bottom:20px}.veu_pageList_ancestor{clear:both;margin:2.5em 0 1em;padding:20px 20px 0;border:3px solid #efefef;-webkit-box-shadow:inset 0 0 0 1px #fff;box-shadow:inset 0 0 0 1px #fff}.veu_pageList_ancestor h3{margin:.5em 0}.veu_pageList_ancestor h3 a{color:#333;font-size:16px}.veu_pageList_ancestor ul.pageList{margin-top:1em;padding-left:0}.veu_pageList_ancestor ul.pageList a{display:block;padding:8px 5px;border-bottom:solid 1px #ddd;color:#333;font-size:14px}.veu_pageList_ancestor ul.pageList a:hover{text-decoration:underline}.veu_pageList_ancestor ul.pageList>.page_item{list-style:none}.veu_pageList_ancestor ul.pageList li{margin-bottom:0}.veu_pageList_ancestor ul.pageList ul{margin:0;padding-left:0;padding-bottom:0}.veu_pageList_ancestor ul.pageList ul li{position:relative;list-style:none}.veu_pageList_ancestor ul.pageList ul li:before{position:absolute;top:.26em;left:5px;display:inline-block}.veu_pageList_ancestor ul.pageList ul li a{padding-left:20px}.veu_pageList_ancestor ul.pageList ul li li a{padding-left:30px}.veu_pageList_ancestor ul.pageList ul li li li a{padding-left:40px}.veu_pageList_ancestor .current_page_item>a{font-weight:700}.veu_followSet{margin:30px 0;display:table;table-layout:fixed;width:100%;background-color:#2b2b2b;color:#fff}.veu_followSet .followSet_img{display:table-cell;min-width:240px;background-position:center;background-size:cover}.veu_followSet .followSet_body{display:table-cell;padding:15px;text-align:center;vertical-align:middle;line-height:1.4;font-size:20px}.veu_followSet .followSet_fb_page{margin-top:0;display:block;width:100%;-webkit-transform:scale(1.2);transform:scale(1.2)}.veu_followSet .followSet_tw_follow{width:100%;padding:15px 0 0}.veu_followSet .followSet_feedly{text-align:center}.veu_cta{display:block;overflow:hidden;margin-top:30px;margin-bottom:30px;background-color:#efefef}.veu_cta .cta_title{display:block;overflow:hidden;margin:0;padding:12px 20px 10px;background-color:#333;color:#fff;font-size:22px;line-height:1.2em}.veu_cta .cta_body{display:block;overflow:hidden;padding:1.5em 1.5em 2em;line-height:170%}.veu_cta .cta_body_image{margin-bottom:1.5em}.veu_cta .cta_body_image img{max-width:250px}.veu_cta .cta_body_image_center{display:block;overflow:hidden;text-align:center}.veu_cta .cta_body_image_center img{display:block;margin:0 auto 15px;max-width:100%}.veu_cta .cta_body_txt{display:block;overflow:hidden}.veu_cta .cta_body_link{clear:both;margin-top:1.5em}.veu_contact{display:block;overflow:hidden}.veu_contact .contact_frame{display:block;overflow:hidden;padding:25px 24px 21px;border:3px solid #efefef;background-color:#f9f9f9;-webkit-box-shadow:inset 0 0 0 1px #fff;box-shadow:inset 0 0 0 1px #fff}.veu_contact .contact_txt_catch,.veu_contact .contact_txt_tel,.veu_contact .contact_txt_time{display:block;overflow:hidden}.veu_contact .contact_txt_catch,.veu_contact .contact_txt_time{font-size:14px;line-height:128.6%}.veu_contact .contact_txt_tel{padding:4px 0;font-size:28px;line-height:105%;font-weight:700}.veu_contact .contact_txt_tel_icon{margin-right:.3rem}.veu_contact .contact_bt_subTxt{display:block;overflow:hidden;font-size:12px;margin-top:.4rem}.veu_contact .contact_txt{text-align:center}.veu_contact .contact_bt{display:block}.widget .veu_contact>.contact_bt{display:inline-block;float:none}.veu_insertAds{margin-top:1em;margin-bottom:2em}.veu_relatedPosts>.row{display:-ms-flexbox;display:-webkit-box;display:flex;margin:0;margin-right:-3%;-ms-flex-wrap:wrap;flex-wrap:wrap}.veu_relatedPosts .relatedPosts_item{float:none;margin-right:2.9%;padding-right:0;padding-left:0;width:47%;border-bottom:solid 1px #e5e5e5}.veu_relatedPosts .relatedPosts_item>.media:first-child{border:none}.veu_relatedPosts .relatedPosts_item>.media{padding:1em 0 .8em;margin-top:0;border:none}.veu_relatedPosts .relatedPosts_item>.media .media-body{font-size:14px}.veu_relatedPosts .relatedPosts_item>.media .postList_thumbnail{width:80px;padding-right:15px;margin-bottom:0}.veu_relatedPosts .relatedPosts_item>.media .media-heading{font-size:14px}.veu_relatedPosts .relatedPosts_item:nth-child(1){border-top:solid 1px #e5e5e5}.veu_relatedPosts .relatedPosts_item:nth-child(2){border-top:solid 1px #e5e5e5}.page_top_btn{position:fixed;right:2%;bottom:3%;z-index:99999;width:40px;height:38px;text-indent:100%;white-space:nowrap;overflow:hidden;border:none;background:rgba(0,0,0,.8);outline:1px solid rgba(0,0,0,.8);border:1px solid rgba(255,255,255,.8);background-image:url(../images/to-top-btn-icon.svg);background-size:50%;background-repeat:no-repeat;background-position:center;opacity:0;-webkit-transition:opacity .3s;transition:opacity .3s}.page_top_btn:hover{-webkit-transition:opacity .3s;transition:opacity .3s}.scrolled .page_top_btn{display:block;opacity:1}.veu_fbPagePlugin .fbPagePlugin_body{margin:0 auto;border:4px solid #efefef;background-color:#f9f9f9;text-align:center}iframe.twitter-timeline{margin-right:auto;margin-left:auto;width:740px!important}.veu_postList{margin-bottom:30px}.veu_postList .subSection-title,.veu_postList h1.mainSection-title{margin-bottom:0}.veu_postList ul.postList{margin:0;padding:0}.veu_postList ul.postList li{display:block;clear:both;overflow:hidden;margin:0;padding:15px 0;border-bottom:1px dotted #666;line-height:1.4em}.veu_postList .postList a{color:#464646;text-decoration:none}.veu_postList .postList a:hover{text-decoration:underline}.veu_postList .postList_title{display:block;clear:both;margin:3px 0 0}.veu_postList .postList_meta_items{font-size:14px;color:#666}.veu_postList .postList_date{margin-right:10px;color:#d44950}.veu_postList .postList_date:before{content:"";margin-right:0}.veu_postList .postList_terms a{margin-right:3px;padding:2px 5px 1px;border-radius:3px;background-color:#efefef;font-size:12px}.veu_postList .postList_more{margin:10px 5px 0 0;text-align:right}.veu_postList .postList_miniThumb .postList_item{display:block;overflow:hidden;clear:both;position:relative;padding:15px 0;border-bottom:1px dotted #666;margin-bottom:0}.veu_postList .postList_miniThumb .postList_thumbnail{float:left;margin-right:15px}.veu_postList .postList_miniThumb .postList_thumbnail a{position:relative;display:block;overflow:hidden;border:1px solid #e5e5e5}.veu_postList .postList_miniThumb .postList_thumbnail img{width:80px;height:auto}.veu_postList .postList_miniThumb .postList_body{display:block;overflow:hidden;width:auto}.veu_postList .postList_miniThumb .postList_title{font-size:14px}.mainSection .veu_postList.pt_0 .postList.postList_miniThumb{padding:0;margin-left:0;margin-right:0}.veu_profile .profile{overflow:hidden}.veu_profile .media_outer{position:relative;display:block;overflow:hidden;margin:.8em 0 .8em;-webkit-box-sizing:border-box;box-sizing:border-box}.veu_profile .media_outer img{max-width:100%;height:auto}.veu_profile .media_round{border-radius:50%;width:120px;height:120px;position:relative}.veu_profile .media_round img{position:absolute;left:-9999px}.veu_profile .media_center{margin-left:auto;margin-right:auto}.veu_profile .media_center img{display:block;margin-left:auto;margin-right:auto}.veu_profile .media_float{float:left;margin-right:1em}.veu_profile .media_float+.profile_text{padding-top:.8em}.veu_profile .profile_text{margin-bottom:1em;font-size:14px}.veu_profile .sns_btns{margin:0;padding:0;width:100%}.veu_profile .sns_btns li{float:left;margin-right:.45em;list-style:none;text-align:center}.veu_profile .sns_btns a{display:block;position:relative;width:40px;height:40px;border-radius:23px;color:#fff;text-decoration:none;font-size:20px}.veu_profile .sns_btns a:hover{color:#fff;text-decoration:none;opacity:.8}.veu_profile .sns_btns .icon{position:absolute;top:50%;left:50%;-webkit-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%)}.veu_profile .sns_btns .facebook_btn a{background:#3b5998}.veu_profile .sns_btns .twitter_btn a{background:#55acee}.veu_profile .sns_btns .mail_btn a{background:#2f915f}.veu_profile .sns_btns .youtube_btn a{background:#c81d1c}.veu_profile .sns_btns .rss_btn a{background:#f26522}.veu_profile .sns_btns .instagram_btn a{background:#3f729b}.veu_profile .sns_btns .linkedin_btn a{background:#0077b5}.veu_3prArea .subSection-title{font-size:18px;margin-top:.8em}.veu_3prArea .summary{margin-bottom:.5em;font-size:14px;line-height:1.6em}.veu_3prArea .linkurl a{text-decoration:none}.veu_3prArea_image{margin-bottom:.8em;border:1px solid #e5e5e5}.veu_3prArea_image .image_pc{display:block}.veu_3prArea_image .image_sp{display:none}.veu_3prArea_image img{width:100%}.veu_3prArea_image_link{border:1px solid #fff;display:block;overflow:hidden}.prBlock a{color:#333}.prBlock a:hover{color:#333;text-decoration:none}.prBlock a .prBlock_summary:hover{text-decoration:underline}.prBlock .prBlock_icon_outer{display:block;position:relative;margin:0 auto;width:80px;height:80px;border-radius:50%}.prBlock .prBlock_icon{position:absolute;top:50%;left:50%;-webkit-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%);font-size:36px}.prBlock .prBlock_title{margin-top:.9em;margin-bottom:.7em;text-align:center;font-size:18px;line-height:1.4em}.prBlock .prBlock_image{position:relative;display:block;width:120px;height:120px;margin:0 auto;overflow:hidden;border-radius:50%;text-indent:-9999px}.prBlock .prBlock_summary{margin-bottom:.5em;text-align:center;font-size:14px;line-height:1.6em}.veu_button i,.veu_button svg{margin-left:.3em;margin-right:.3em}.veu_button .button_mainText,.veu_button .button_subText{display:block}.veu_button .btn.btn-sm{padding-top:.6em;padding-bottom:.45em}.veu_button .btn{padding-top:.8em;padding-bottom:.6em}.veu_button .btn.btn-lg{padding-top:.8em;padding-bottom:.7em}.veu_banner{text-align:center;display:block;overflow:hidden}@media (min-width:481px){.veu_followSet .followSet_body{padding:40px}.veu_followSet .followSet_title{font-size:18px;margin-bottom:10px}}@media (min-width:541px){.veu_childPage_list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-justify-content:space-between}.veu_childPage_list .childPage_list_box{width:48%}}@media (min-width:768px){.veu_leadTxt,p.veu_leadTxt{font-size:2em;margin-bottom:.7em}.veu_cta .cta_body_image_right{float:right;margin-left:30px}.veu_cta .cta_body_image_left{float:left;margin-right:30px}}@media (min-width:992px){.mainSection .veu_postList.pt_0.postList_item .postList_thumbnail{margin-right:30px;margin-left:0}.mainSection .veu_postList.pt_0.postList_item.even .postList_thumbnail{margin-left:30px;margin-right:0}}@media (min-width:1200px){.veu_contact p.contact_txt{margin-bottom:0}.veu_contact .contact_txt{float:left;text-align:left}.veu_contact .contact_bt{float:right;padding:.7em 2em}}@media screen and (max-width:992px){.prBlock{margin-bottom:1.5em}}@media (max-width:971px){.veu_insertAds{margin-bottom:.5em}.veu_insertAds .col-md-6{margin-bottom:1em}}@media (max-width:768px){.veu_relatedPosts .relatedPosts_item{display:block;width:100%}.veu_relatedPosts .relatedPosts_item:nth-child(2){border-top:none}}@media screen and (max-width:768px){.veu_3prArea .prArea{margin-bottom:1em;display:block;overflow:hidden}.veu_3prArea .image_pc{display:none}.veu_3prArea .image_sp{display:block}.veu_3prArea .linkurl{margin-bottom:1.5em}.veu_3prArea_image{width:138px;margin:0 1em 0 0;float:left}}@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:.5em}.veu_socialSet.veu_contentAddSection ul{-ms-flex-wrap:wrap;flex-wrap:wrap}.veu_socialSet.veu_contentAddSection ul li{width:48%;margin-bottom:9px}.veu_socialSet.veu_contentAddSection ul li:nth-child(even){margin-right:0}.veu_socialSet.veu_contentAddSection ul li.sb_icon a{padding:8px 10px}.pocket-count,.veu_count_sns_fb,.veu_count_sns_hb{bottom:2px}.veu_childPage_list .wp-post-image{width:25%}.veu_cta .cta_body_image img{display:block;margin:0 auto 1.5em;max-width:100%}}@media (max-width:500px){.media .postList_thumbnail{width:100px}}@media (max-width:480px){.veu_followSet .followSet_title{font-size:12px;margin-bottom:0}}
css/vkExUnit_style_in_bs.css CHANGED
@@ -9,4 +9,4 @@
9
  * Bootstrap v3.3.7 (http://getbootstrap.com)
10
  * Copyright 2011-2016 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 */[role=button]{cursor:pointer}.container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.row{margin-left:-15px;margin-right:-15px}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.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-md-1,.col-md-10,.col-md-11,.col-md-12,.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-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.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-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{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}table{background-color:transparent}caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border:1px solid #ddd}.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover{background-color:#f5f5f5}table col[class*=col-]{position:static;float:none;display:table-column}table td[class*=col-],table th[class*=col-]{position:static;float:none;display:table-cell}.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active{background-color:#f5f5f5}.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover{background-color:#e8e8e8}.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success{background-color:#dff0d8}.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover{background-color:#d0e9c6}.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info{background-color:#d9edf7}.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover{background-color:#c4e3f3}.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning{background-color:#fcf8e3}.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover{background-color:#faf2cc}.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger{background-color:#f2dede}.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover{background-color:#ebcccc}.table-responsive{overflow-x:auto;min-height:.01%}.btn{display:inline-block;margin-bottom:0;font-weight:400;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.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn.focus,.btn:focus,.btn:hover{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,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;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.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open>.dropdown-toggle.btn-default.focus,.open>.dropdown-toggle.btn-default:focus,.open>.dropdown-toggle.btn-default:hover{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.focus,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled].focus,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{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.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover{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.focus,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled].focus,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{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.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open>.dropdown-toggle.btn-success.focus,.open>.dropdown-toggle.btn-success:focus,.open>.dropdown-toggle.btn-success:hover{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.focus,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled].focus,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{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.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open>.dropdown-toggle.btn-info.focus,.open>.dropdown-toggle.btn-info:focus,.open>.dropdown-toggle.btn-info:hover{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.focus,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled].focus,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{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.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open>.dropdown-toggle.btn-warning.focus,.open>.dropdown-toggle.btn-warning:focus,.open>.dropdown-toggle.btn-warning:hover{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.focus,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled].focus,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{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.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open>.dropdown-toggle.btn-danger.focus,.open>.dropdown-toggle.btn-danger:focus,.open>.dropdown-toggle.btn-danger:hover{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.focus,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled].focus,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{color:#337ab7;font-weight:400;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:active,.btn-link:focus,.btn-link:hover{border-color:transparent}.btn-link:focus,.btn-link:hover{color:#23527c;text-decoration:underline;background-color:transparent}.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover{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=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.veu_leadTxt,p.veu_leadTxt{font-size:1.6em;line-height:150%;padding:0}.veu_caption{font-size:.8em}.fa_v4 .btn.btn-blank::after{margin-left:.7em;font-family:FontAwesome;content:"\f08e"}.fa_v5_css .btn.btn-blank::after{margin-left:.7em;font-family:Font Awesome\ 5 Free;content:"\f35d";font-weight:900}dl.veu_qaItem{display:block;overflow:hidden;border-bottom:1px dotted #ccc;padding:0 0 25px;margin:25px 0;width:100%;position:relative}dl.veu_qaItem dd,dl.veu_qaItem dt{border:none;padding-left:35px}dl.veu_qaItem dd:before,dl.veu_qaItem dt: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:0}dl.veu_qaItem dd:before{content:"A ";color:#337ab7;font-family:""}.veu_flowBox{display:block;overflow:hidden}.veu_flowBox:after{content:"";background:url(../images/arrow_bottom.svg) center 50% no-repeat;background-size:50px 50px;display:block;overflow:hidden;height:50px;width:50px;margin:0 auto}.veu_flowBox:last-child{padding-bottom:0;margin-bottom:30px}.veu_flowBox:last-child:after{content:"";font-size:0;background-image:none}.veu_flowBox dl{display:block;overflow:hidden;padding:20px 25px;border:3px solid #e5e5e5;margin:0}.veu_flowBox dl dd,.veu_flowBox dl dt{padding-left:0;border:none}.veu_flowBox dl dt{border-bottom:1px dotted #ccc;margin-bottom:10px;font-size:1.2em}.veu_flowBox dl dd{margin-bottom:0}.veu_flowBox dl dd h4{margin:0;padding:0}.veu_flowBox dl dd p{margin-bottom:10px}.veu_flowBox dl dd ul{margin-bottom:0}.veu_dummyImage{padding:20px;display:block;vertical-align:middle;text-align:center;background-color:#f5f5f5;border:1px solid #ccc;margin-bottom:15px}.veu_floatLeft{float:left;margin-right:20px}.veu_floatRight{float:right;margin-left:20px}.veu_feat_list{background:0 0;border:none;padding:0 0 0 2em;font-size:2em;margin-top:1.5em;position:relative}.veu_feat_list::after,.veu_feat_list::before{border:none;background:0 0}.veu_feat_list::before{position:absolute;left:0;top:-.2em;background-color:#4e7729;color:#fff;border-radius:100%;margin-right:.5em;padding:.2em .5em}.veu_feat_list_1::before{content:"1"}.veu_feat_list_2::before{content:"2"}.veu_feat_list_3::before{content:"3"}.veu_feat_list_4::before{content:"4"}.veu_feat_list_5::before{content:"5"}.veu_feat_list_6::before{content:"6"}.veu_feat_list_7::before{content:"7"}.veu_feat_list_8::before{content:"8"}.veu_feat_list_9::before{content:"9"}html{font-size:inherit}.link-list li{padding:.5em}iframe.wp-embedded-content{width:100%}.veu_adminEdit{margin-top:5px}.veu_contentAddSection{display:block;clear:both;overflow:hidden;margin-top:20px}.btn{white-space:inherit}.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:.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-heading{font-size:1.8em;line-height:1.3em;margin-top:0;margin-bottom:.5em;font-weight:400}.media .media-heading a{color:#464646}.media .media-heading a:hover{text-decoration:none}.media p{margin-bottom:0}.media a.media-body_excerpt{color:#464646}.relatedPosts h2{margin-bottom:10px}.veu_autoEyeCatchBox{display:block;overflow:hidden;margin-bottom:2em}.veu_sitemap .sectionBox{padding-top:0}.veu_sitemap .sitemap-col{padding-bottom:2em}.veu_sitemap .sitemap-col{margin-top:1em}.veu_sitemap .sitemap-col .link-list{margin-top:0;margin-bottom:0}.veu_sitemap .sitemap-col .page_item{padding:0}.veu_sitemap .sitemap-col .cat-item{padding:0}.veu_socialSet{margin-top:3em}.veu_socialSet.veu_contentAddSection ul{margin:0;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex}.veu_socialSet.veu_contentAddSection ul li{position:relative;display:block;overflow:visible;width:50%;margin:3px;padding:0;background:0 0}.veu_socialSet.veu_contentAddSection ul li.sb_icon a{display:block;overflow:hidden;padding:7px 10px;border-radius:4px;color:#fff;text-decoration:none;line-height:100%;font-size:90%}.veu_socialSet.veu_contentAddSection ul li.sb_icon a:hover{-webkit-box-shadow:none;box-shadow:none;transform:translate3d(0,2px,0);-webkit-transform:translate3d(0,2px,0)}.veu_socialSet.veu_contentAddSection ul li.sb_icon a .sns_txt{position:relative;top:-1px}.veu_socialSet.veu_contentAddSection ul li iframe{border:none}.veu_socialSet.veu_contentAddSection ul li a .icon_sns{font-size:100%;padding:5px 8px 5px 0;display:inline-block}.veu_socialSet.veu_contentAddSection ul li.sb_icon.sb_facebook a{background:#425dab;-webkit-box-shadow:0 4px 0 #344e84;box-shadow:0 4px 0 #344e84}.veu_socialSet.veu_contentAddSection ul li.sb_icon.sb_hatena a{background:#007fc5;-webkit-box-shadow:0 4px 0 #00679f;box-shadow:0 4px 0 #00679f}.veu_socialSet.veu_contentAddSection ul li.sb_icon.sb_twitter a{background:#00abec;-webkit-box-shadow:0 4px 0 #007eaa;box-shadow:0 4px 0 #007eaa}.veu_socialSet.veu_contentAddSection ul li.sb_icon.sb_google a{background:#dd4b39;-webkit-box-shadow:0 4px 0 #a03524;box-shadow:0 4px 0 #a03524}.veu_socialSet.veu_contentAddSection ul li.sb_icon.sb_line a{background:#6ebd30;-webkit-box-shadow:0 4px 0 #5b9c28;box-shadow:0 4px 0 #5b9c28}.veu_socialSet.veu_contentAddSection ul li.sb_icon.sb_pocket a{background:#ea4654;-webkit-box-shadow:0 4px 0 #c1303c;box-shadow:0 4px 0 #c1303c}.veu_count_sns_fb,.veu_count_sns_hb,.veu_count_sns_pocket{position:absolute;bottom:5px;right:5px;font-size:77%;line-height:1;font-weight:700}@font-face{font-weight:400;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:400;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"}.vk_icon_w_r_sns_pocket:before{content:"\e605"}.veu_childPage_list{margin:2.5em 0 1em}.veu_childPage_list .childPage_list_box{display:block;margin-bottom:1.5em;width:100%;text-decoration:none}.veu_childPage_list .childPage_list_box_inner{position:relative;display:block;overflow:hidden;padding:0 20px;border:3px solid #efefef;-webkit-box-shadow:inset 0 0 0 1px #fff;box-shadow:inset 0 0 0 1px #fff}.veu_childPage_list .childPage_list_title{margin-top:20px;color:#464646;font-size:16px;line-height:1.4}.veu_childPage_list .wp-post-image{float:left;margin-right:1em;margin-bottom:1em;width:30%;height:auto;border:solid 1px #ddd}.veu_childPage_list .childPage_list_body{overflow:hidden;margin-bottom:5px;color:#333;font-size:14px}.veu_childPage_list .childPage_list_body:hover{text-decoration:underline}.veu_childPage_list p{line-height:1.5em}.veu_childPage_list .childPage_list_text{overflow:hidden;margin-bottom:1em}.veu_childPage_list .childPage_list_more{float:right;margin-bottom:20px}.veu_pageList_ancestor{clear:both;margin:2.5em 0 1em;padding:20px 20px 0;border:3px solid #efefef;-webkit-box-shadow:inset 0 0 0 1px #fff;box-shadow:inset 0 0 0 1px #fff}.veu_pageList_ancestor h3{margin:.5em 0}.veu_pageList_ancestor h3 a{color:#333;font-size:16px}.veu_pageList_ancestor ul.pageList{margin-top:1em;padding-left:0}.veu_pageList_ancestor ul.pageList a{display:block;padding:8px 5px;border-bottom:solid 1px #ddd;color:#333;font-size:14px}.veu_pageList_ancestor ul.pageList a:hover{text-decoration:underline}.veu_pageList_ancestor ul.pageList>.page_item{list-style:none}.veu_pageList_ancestor ul.pageList li{margin-bottom:0}.veu_pageList_ancestor ul.pageList ul{margin:0;padding-left:0;padding-bottom:0}.veu_pageList_ancestor ul.pageList ul li{position:relative;list-style:none}.veu_pageList_ancestor ul.pageList ul li:before{position:absolute;top:.26em;left:5px;display:inline-block}.veu_pageList_ancestor ul.pageList ul li a{padding-left:20px}.veu_pageList_ancestor ul.pageList ul li li a{padding-left:30px}.veu_pageList_ancestor ul.pageList ul li li li a{padding-left:40px}.veu_pageList_ancestor .current_page_item>a{font-weight:700}.veu_followSet{margin:30px 0;display:table;table-layout:fixed;width:100%;background-color:#2b2b2b;color:#fff}.veu_followSet .followSet_img{display:table-cell;min-width:240px;background-position:center;background-size:cover}.veu_followSet .followSet_body{display:table-cell;padding:15px;text-align:center;vertical-align:middle;line-height:1.4;font-size:20px}.veu_followSet .followSet_fb_page{margin-top:0;display:block;width:100%;-webkit-transform:scale(1.2);transform:scale(1.2)}.veu_followSet .followSet_tw_follow{width:100%;padding:15px 0 0}.veu_followSet .followSet_feedly{text-align:center}.veu_cta{display:block;overflow:hidden;margin-top:30px;margin-bottom:30px;background-color:#efefef}.veu_cta .cta_title{display:block;overflow:hidden;margin:0;padding:12px 20px 10px;background-color:#333;color:#fff;font-size:22px;line-height:1.2em}.veu_cta .cta_body{display:block;overflow:hidden;padding:1.5em 1.5em 2em;line-height:170%}.veu_cta .cta_body_image{margin-bottom:1.5em}.veu_cta .cta_body_image img{max-width:250px}.veu_cta .cta_body_image_center{display:block;overflow:hidden;text-align:center}.veu_cta .cta_body_image_center img{display:block;margin:0 auto 15px;max-width:100%}.veu_cta .cta_body_txt{display:block;overflow:hidden}.veu_cta .cta_body_link{clear:both;margin-top:1.5em}.veu_contact{display:block;overflow:hidden}.veu_contact .contact_frame{display:block;overflow:hidden;padding:25px 24px 21px;border:3px solid #efefef;background-color:#f9f9f9;-webkit-box-shadow:inset 0 0 0 1px #fff;box-shadow:inset 0 0 0 1px #fff}.veu_contact .contact_txt_catch,.veu_contact .contact_txt_tel,.veu_contact .contact_txt_time{display:block;overflow:hidden}.veu_contact .contact_txt_catch,.veu_contact .contact_txt_time{font-size:14px;line-height:128.6%}.veu_contact .contact_txt_tel{padding:4px 0;font-size:28px;line-height:105%;font-weight:700}.veu_contact .contact_txt_tel_icon{margin-right:.3rem}.veu_contact .contact_bt_subTxt{display:block;overflow:hidden;font-size:12px;margin-top:.4rem}.veu_contact .contact_txt{text-align:center}.veu_contact .contact_bt{display:block}.widget .veu_contact>.contact_bt{display:inline-block;float:none}.veu_insertAds{margin-top:1em;margin-bottom:2em}.veu_relatedPosts>.row{display:-ms-flexbox;display:-webkit-box;display:flex;margin:0;margin-right:-3%;-ms-flex-wrap:wrap;flex-wrap:wrap}.veu_relatedPosts .relatedPosts_item{float:none;margin-right:2.9%;padding-right:0;padding-left:0;width:47%;border-bottom:solid 1px #e5e5e5}.veu_relatedPosts .relatedPosts_item>.media:first-child{border:none}.veu_relatedPosts .relatedPosts_item>.media{padding:1em 0 .8em;margin-top:0;border:none}.veu_relatedPosts .relatedPosts_item>.media .media-body{font-size:14px}.veu_relatedPosts .relatedPosts_item>.media .postList_thumbnail{width:80px;padding-right:15px;margin-bottom:0}.veu_relatedPosts .relatedPosts_item>.media .media-heading{font-size:14px}.veu_relatedPosts .relatedPosts_item:nth-child(1){border-top:solid 1px #e5e5e5}.veu_relatedPosts .relatedPosts_item:nth-child(2){border-top:solid 1px #e5e5e5}.page_top_btn{position:fixed;right:2%;bottom:3%;z-index:99999;width:40px;height:38px;text-indent:100%;white-space:nowrap;overflow:hidden;border:none;background:rgba(0,0,0,.8);outline:1px solid rgba(0,0,0,.8);border:1px solid rgba(255,255,255,.8);background-image:url(../images/to-top-btn-icon.svg);background-size:50%;background-repeat:no-repeat;background-position:center;opacity:0;-webkit-transition:opacity .3s;transition:opacity .3s}.page_top_btn:hover{-webkit-transition:opacity .3s;transition:opacity .3s}.scrolled .page_top_btn{display:block;opacity:1}.veu_fbPagePlugin .fbPagePlugin_body{margin:0 auto;border:4px solid #efefef;background-color:#f9f9f9;text-align:center}iframe.twitter-timeline{margin-right:auto;margin-left:auto;width:740px!important}.veu_postList{margin-bottom:30px}.veu_postList .subSection-title,.veu_postList h1.mainSection-title{margin-bottom:0}.veu_postList ul.postList{margin:0;padding:0}.veu_postList ul.postList li{display:block;clear:both;overflow:hidden;margin:0;padding:15px 0;border-bottom:1px dotted #666;line-height:1.4em}.veu_postList .postList a{color:#464646;text-decoration:none}.veu_postList .postList a:hover{text-decoration:underline}.veu_postList .postList_title{display:block;clear:both;margin:3px 0 0}.veu_postList .postList_meta_items{font-size:14px;color:#666}.veu_postList .postList_date{margin-right:10px;color:#d44950}.veu_postList .postList_date:before{content:"";margin-right:0}.veu_postList .postList_terms a{margin-right:3px;padding:2px 5px 1px;border-radius:3px;background-color:#efefef;font-size:12px}.veu_postList .postList_more{margin:10px 5px 0 0;text-align:right}.veu_postList .postList_miniThumb .postList_item{display:block;overflow:hidden;clear:both;position:relative;padding:15px 0;border-bottom:1px dotted #666;margin-bottom:0}.veu_postList .postList_miniThumb .postList_thumbnail{float:left;margin-right:15px}.veu_postList .postList_miniThumb .postList_thumbnail a{position:relative;display:block;overflow:hidden;border:1px solid #e5e5e5}.veu_postList .postList_miniThumb .postList_thumbnail img{width:80px;height:auto}.veu_postList .postList_miniThumb .postList_body{display:block;overflow:hidden;width:auto}.veu_postList .postList_miniThumb .postList_title{font-size:14px}.mainSection .veu_postList.pt_0 .postList.postList_miniThumb{padding:0;margin-left:0;margin-right:0}.veu_profile .profile{overflow:hidden}.veu_profile .media_outer{position:relative;display:block;overflow:hidden;margin:.8em 0 .8em;-webkit-box-sizing:border-box;box-sizing:border-box}.veu_profile .media_outer img{max-width:100%;height:auto}.veu_profile .media_round{border-radius:50%;width:120px;height:120px;position:relative}.veu_profile .media_round img{position:absolute;left:-9999px}.veu_profile .media_center{margin-left:auto;margin-right:auto}.veu_profile .media_center img{display:block;margin-left:auto;margin-right:auto}.veu_profile .media_float{float:left;margin-right:1em}.veu_profile .media_float+.profile_text{padding-top:.8em}.veu_profile .profile_text{margin-bottom:1em;font-size:14px}.veu_profile .sns_btns{margin:0;padding:0;width:100%}.veu_profile .sns_btns li{float:left;margin-right:.45em;list-style:none;text-align:center}.veu_profile .sns_btns a{display:block;position:relative;width:40px;height:40px;border-radius:23px;color:#fff;text-decoration:none;font-size:20px}.veu_profile .sns_btns a:hover{color:#fff;text-decoration:none;opacity:.8}.veu_profile .sns_btns .icon{position:absolute;top:50%;left:50%;-webkit-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%)}.veu_profile .sns_btns .facebook_btn a{background:#3b5998}.veu_profile .sns_btns .twitter_btn a{background:#55acee}.veu_profile .sns_btns .mail_btn a{background:#2f915f}.veu_profile .sns_btns .youtube_btn a{background:#c81d1c}.veu_profile .sns_btns .rss_btn a{background:#f26522}.veu_profile .sns_btns .instagram_btn a{background:#3f729b}.veu_profile .sns_btns .linkedin_btn a{background:#0077b5}.veu_3prArea .subSection-title{font-size:18px;margin-top:.8em}.veu_3prArea .summary{margin-bottom:.5em;font-size:14px;line-height:1.6em}.veu_3prArea .linkurl a{text-decoration:none}.veu_3prArea_image{margin-bottom:.8em;border:1px solid #e5e5e5}.veu_3prArea_image .image_pc{display:block}.veu_3prArea_image .image_sp{display:none}.veu_3prArea_image img{width:100%}.veu_3prArea_image_link{border:1px solid #fff;display:block;overflow:hidden}.prBlock a{color:#333}.prBlock a:hover{color:#333;text-decoration:none}.prBlock a .prBlock_summary:hover{text-decoration:underline}.prBlock .prBlock_icon_outer{display:block;position:relative;margin:0 auto;width:80px;height:80px;border-radius:50%}.prBlock .prBlock_icon{position:absolute;top:50%;left:50%;-webkit-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%);font-size:36px}.prBlock .prBlock_title{margin-top:.9em;margin-bottom:.7em;text-align:center;font-size:18px;line-height:1.4em}.prBlock .prBlock_image{position:relative;display:block;width:120px;height:120px;margin:0 auto;overflow:hidden;border-radius:50%;text-indent:-9999px}.prBlock .prBlock_summary{margin-bottom:.5em;text-align:center;font-size:14px;line-height:1.6em}.prBlock_icon{color:#fff}.veu_button i,.veu_button svg{margin-left:.3em;margin-right:.3em}.veu_button .button_mainText,.veu_button .button_subText{display:block}.veu_button .btn.btn-sm{padding-top:.6em;padding-bottom:.45em}.veu_button .btn{padding-top:.8em;padding-bottom:.6em}.veu_button .btn.btn-lg{padding-top:.8em;padding-bottom:.7em}.veu_banner{text-align:center;display:block;overflow:hidden}@media (min-width:481px){.veu_followSet .followSet_body{padding:40px}.veu_followSet .followSet_title{font-size:18px;margin-bottom:10px}}@media (min-width:541px){.veu_childPage_list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-justify-content:space-between}.veu_childPage_list .childPage_list_box{width:48%}}@media (min-width:768px){.container{width:750px}.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{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}.veu_leadTxt,p.veu_leadTxt{font-size:2em;margin-bottom:.7em}.veu_cta .cta_body_image_right{float:right;margin-left:30px}.veu_cta .cta_body_image_left{float:left;margin-right:30px}}@media (min-width:992px){.container{width:970px}.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{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}.mainSection .veu_postList.pt_0.postList_item .postList_thumbnail{margin-right:30px;margin-left:0}.mainSection .veu_postList.pt_0.postList_item.even .postList_thumbnail{margin-left:30px;margin-right:0}}@media (min-width:1200px){.container{width:1170px}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{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}.veu_contact p.contact_txt{margin-bottom:0}.veu_contact .contact_txt{float:left;text-align:left}.veu_contact .contact_bt{float:right;padding:.7em 2em}}@media screen and (max-width:992px){.prBlock{margin-bottom:1.5em}}@media (max-width:971px){.veu_insertAds{margin-bottom:.5em}.veu_insertAds .col-md-6{margin-bottom:1em}}@media (max-width:768px){.veu_relatedPosts .relatedPosts_item{display:block;width:100%}.veu_relatedPosts .relatedPosts_item:nth-child(2){border-top:none}}@media screen and (max-width:768px){.veu_3prArea .prArea{margin-bottom:1em;display:block;overflow:hidden}.veu_3prArea .image_pc{display:none}.veu_3prArea .image_sp{display:block}.veu_3prArea .linkurl{margin-bottom:1.5em}.veu_3prArea_image{width:138px;margin:0 1em 0 0;float:left}}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}}@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:.5em}.veu_socialSet.veu_contentAddSection ul{-ms-flex-wrap:wrap;flex-wrap:wrap}.veu_socialSet.veu_contentAddSection ul li{width:48%;margin-bottom:9px}.veu_socialSet.veu_contentAddSection ul li:nth-child(even){margin-right:0}.veu_socialSet.veu_contentAddSection ul li.sb_icon a{padding:8px 10px}.pocket-count,.veu_count_sns_fb,.veu_count_sns_hb{bottom:2px}.veu_childPage_list .wp-post-image{width:25%}.veu_cta .cta_body_image img{display:block;margin:0 auto 1.5em;max-width:100%}}@media (max-width:500px){.media .postList_thumbnail{width:100px}}@media (max-width:480px){.veu_followSet .followSet_title{font-size:12px;margin-bottom:0}}
9
  * Bootstrap v3.3.7 (http://getbootstrap.com)
10
  * Copyright 2011-2016 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 */[role=button]{cursor:pointer}.container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.row{margin-left:-15px;margin-right:-15px}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.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-md-1,.col-md-10,.col-md-11,.col-md-12,.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-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.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-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{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}table{background-color:transparent}caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border:1px solid #ddd}.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover{background-color:#f5f5f5}table col[class*=col-]{position:static;float:none;display:table-column}table td[class*=col-],table th[class*=col-]{position:static;float:none;display:table-cell}.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active{background-color:#f5f5f5}.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover{background-color:#e8e8e8}.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success{background-color:#dff0d8}.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover{background-color:#d0e9c6}.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info{background-color:#d9edf7}.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover{background-color:#c4e3f3}.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning{background-color:#fcf8e3}.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover{background-color:#faf2cc}.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger{background-color:#f2dede}.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover{background-color:#ebcccc}.table-responsive{overflow-x:auto;min-height:.01%}.btn{display:inline-block;margin-bottom:0;font-weight:400;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.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn.focus,.btn:focus,.btn:hover{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,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;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.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open>.dropdown-toggle.btn-default.focus,.open>.dropdown-toggle.btn-default:focus,.open>.dropdown-toggle.btn-default:hover{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.focus,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled].focus,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{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.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover{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.focus,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled].focus,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{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.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open>.dropdown-toggle.btn-success.focus,.open>.dropdown-toggle.btn-success:focus,.open>.dropdown-toggle.btn-success:hover{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.focus,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled].focus,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{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.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open>.dropdown-toggle.btn-info.focus,.open>.dropdown-toggle.btn-info:focus,.open>.dropdown-toggle.btn-info:hover{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.focus,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled].focus,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{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.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open>.dropdown-toggle.btn-warning.focus,.open>.dropdown-toggle.btn-warning:focus,.open>.dropdown-toggle.btn-warning:hover{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.focus,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled].focus,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{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.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open>.dropdown-toggle.btn-danger.focus,.open>.dropdown-toggle.btn-danger:focus,.open>.dropdown-toggle.btn-danger:hover{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.focus,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled].focus,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{color:#337ab7;font-weight:400;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:active,.btn-link:focus,.btn-link:hover{border-color:transparent}.btn-link:focus,.btn-link:hover{color:#23527c;text-decoration:underline;background-color:transparent}.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover{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=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.veu_leadTxt,p.veu_leadTxt{font-size:1.6em;line-height:150%;padding:0}.veu_caption{font-size:.8em}.fa_v4 .btn.btn-blank::after{margin-left:.7em;font-family:FontAwesome;content:"\f08e"}.fa_v5_css .btn.btn-blank::after{margin-left:.7em;font-family:Font Awesome\ 5 Free;content:"\f35d";font-weight:900}dl.veu_qaItem{display:block;overflow:hidden;border-bottom:1px dotted #ccc;padding:0 0 25px;margin:25px 0;width:100%;position:relative}dl.veu_qaItem dd,dl.veu_qaItem dt{border:none;padding-left:35px}dl.veu_qaItem dd:before,dl.veu_qaItem dt: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:0}dl.veu_qaItem dd:before{content:"A ";color:#337ab7;font-family:""}.veu_flowBox{display:block;overflow:hidden}.veu_flowBox:after{content:"";background:url(../images/arrow_bottom.svg) center 50% no-repeat;background-size:50px 50px;display:block;overflow:hidden;height:50px;width:50px;margin:0 auto}.veu_flowBox:last-child{padding-bottom:0;margin-bottom:30px}.veu_flowBox:last-child:after{content:"";font-size:0;background-image:none}.veu_flowBox dl{display:block;overflow:hidden;padding:20px 25px;border:3px solid #e5e5e5;margin:0}.veu_flowBox dl dd,.veu_flowBox dl dt{padding-left:0;border:none}.veu_flowBox dl dt{border-bottom:1px dotted #ccc;margin-bottom:10px;font-size:1.2em}.veu_flowBox dl dd{margin-bottom:0}.veu_flowBox dl dd h4{margin:0;padding:0}.veu_flowBox dl dd p{margin-bottom:10px}.veu_flowBox dl dd ul{margin-bottom:0}.veu_dummyImage{padding:20px;display:block;vertical-align:middle;text-align:center;background-color:#f5f5f5;border:1px solid #ccc;margin-bottom:15px}.veu_floatLeft{float:left;margin-right:20px}.veu_floatRight{float:right;margin-left:20px}.veu_feat_list{background:0 0;border:none;padding:0 0 0 2em;font-size:2em;margin-top:1.5em;position:relative}.veu_feat_list::after,.veu_feat_list::before{border:none;background:0 0}.veu_feat_list::before{position:absolute;left:0;top:-.2em;background-color:#4e7729;color:#fff;border-radius:100%;margin-right:.5em;padding:.2em .5em}.veu_feat_list_1::before{content:"1"}.veu_feat_list_2::before{content:"2"}.veu_feat_list_3::before{content:"3"}.veu_feat_list_4::before{content:"4"}.veu_feat_list_5::before{content:"5"}.veu_feat_list_6::before{content:"6"}.veu_feat_list_7::before{content:"7"}.veu_feat_list_8::before{content:"8"}.veu_feat_list_9::before{content:"9"}html{font-size:inherit}.link-list li{padding:.5em}iframe.wp-embedded-content{width:100%}.veu_adminEdit{margin-top:5px}.veu_contentAddSection{display:block;clear:both;overflow:hidden;margin-top:20px}.btn{white-space:inherit}.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:.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-heading{font-size:1.8em;line-height:1.3em;margin-top:0;margin-bottom:.5em;font-weight:400}.media .media-heading a{color:#464646}.media .media-heading a:hover{text-decoration:none}.media p{margin-bottom:0}.media a.media-body_excerpt{color:#464646}.relatedPosts h2{margin-bottom:10px}.veu_autoEyeCatchBox{display:block;overflow:hidden;margin-bottom:2em}.veu_sitemap .sectionBox{padding-top:0}.veu_sitemap .sitemap-col{padding-bottom:2em}.veu_sitemap .sitemap-col{margin-top:1em}.veu_sitemap .sitemap-col .link-list{margin-top:0;margin-bottom:0}.veu_sitemap .sitemap-col .page_item{padding:0}.veu_sitemap .sitemap-col .cat-item{padding:0}.veu_socialSet{margin-top:3em}.veu_socialSet.veu_contentAddSection ul{margin:0;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex}.veu_socialSet.veu_contentAddSection ul li{position:relative;display:block;overflow:visible;width:50%;margin:3px;padding:0;background:0 0}.veu_socialSet.veu_contentAddSection ul li.sb_icon a{display:block;overflow:hidden;padding:7px 10px;border-radius:4px;color:#fff;text-decoration:none;line-height:100%;font-size:90%}.veu_socialSet.veu_contentAddSection ul li.sb_icon a:hover{-webkit-box-shadow:none;box-shadow:none;transform:translate3d(0,2px,0);-webkit-transform:translate3d(0,2px,0)}.veu_socialSet.veu_contentAddSection ul li.sb_icon a .sns_txt{position:relative;top:-1px}.veu_socialSet.veu_contentAddSection ul li iframe{border:none}.veu_socialSet.veu_contentAddSection ul li a .icon_sns{font-size:100%;padding:5px 8px 5px 0;display:inline-block}.veu_socialSet.veu_contentAddSection ul li.sb_icon.sb_facebook a{background:#425dab;-webkit-box-shadow:0 4px 0 #344e84;box-shadow:0 4px 0 #344e84}.veu_socialSet.veu_contentAddSection ul li.sb_icon.sb_hatena a{background:#007fc5;-webkit-box-shadow:0 4px 0 #00679f;box-shadow:0 4px 0 #00679f}.veu_socialSet.veu_contentAddSection ul li.sb_icon.sb_twitter a{background:#00abec;-webkit-box-shadow:0 4px 0 #007eaa;box-shadow:0 4px 0 #007eaa}.veu_socialSet.veu_contentAddSection ul li.sb_icon.sb_google a{background:#dd4b39;-webkit-box-shadow:0 4px 0 #a03524;box-shadow:0 4px 0 #a03524}.veu_socialSet.veu_contentAddSection ul li.sb_icon.sb_line a{background:#6ebd30;-webkit-box-shadow:0 4px 0 #5b9c28;box-shadow:0 4px 0 #5b9c28}.veu_socialSet.veu_contentAddSection ul li.sb_icon.sb_pocket a{background:#ea4654;-webkit-box-shadow:0 4px 0 #c1303c;box-shadow:0 4px 0 #c1303c}.veu_count_sns_fb,.veu_count_sns_hb,.veu_count_sns_pocket{position:absolute;bottom:5px;right:5px;font-size:77%;line-height:1;font-weight:700}@font-face{font-weight:400;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:400;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"}.vk_icon_w_r_sns_pocket:before{content:"\e605"}.veu_childPage_list{margin:2.5em 0 1em}.veu_childPage_list .childPage_list_box{display:block;margin-bottom:1.5em;width:100%;text-decoration:none}.veu_childPage_list .childPage_list_box_inner{position:relative;display:block;overflow:hidden;padding:0 20px;border:3px solid #efefef;-webkit-box-shadow:inset 0 0 0 1px #fff;box-shadow:inset 0 0 0 1px #fff}.veu_childPage_list .childPage_list_title{margin-top:20px;color:#464646;font-size:16px;line-height:1.4}.veu_childPage_list .wp-post-image{float:left;margin-right:1em;margin-bottom:1em;width:30%;height:auto;border:solid 1px #ddd}.veu_childPage_list .childPage_list_body{overflow:hidden;margin-bottom:5px;color:#333;font-size:14px}.veu_childPage_list .childPage_list_body:hover{text-decoration:underline}.veu_childPage_list p{line-height:1.5em}.veu_childPage_list .childPage_list_text{overflow:hidden;margin-bottom:1em}.veu_childPage_list .childPage_list_more{float:right;margin-bottom:20px}.veu_pageList_ancestor{clear:both;margin:2.5em 0 1em;padding:20px 20px 0;border:3px solid #efefef;-webkit-box-shadow:inset 0 0 0 1px #fff;box-shadow:inset 0 0 0 1px #fff}.veu_pageList_ancestor h3{margin:.5em 0}.veu_pageList_ancestor h3 a{color:#333;font-size:16px}.veu_pageList_ancestor ul.pageList{margin-top:1em;padding-left:0}.veu_pageList_ancestor ul.pageList a{display:block;padding:8px 5px;border-bottom:solid 1px #ddd;color:#333;font-size:14px}.veu_pageList_ancestor ul.pageList a:hover{text-decoration:underline}.veu_pageList_ancestor ul.pageList>.page_item{list-style:none}.veu_pageList_ancestor ul.pageList li{margin-bottom:0}.veu_pageList_ancestor ul.pageList ul{margin:0;padding-left:0;padding-bottom:0}.veu_pageList_ancestor ul.pageList ul li{position:relative;list-style:none}.veu_pageList_ancestor ul.pageList ul li:before{position:absolute;top:.26em;left:5px;display:inline-block}.veu_pageList_ancestor ul.pageList ul li a{padding-left:20px}.veu_pageList_ancestor ul.pageList ul li li a{padding-left:30px}.veu_pageList_ancestor ul.pageList ul li li li a{padding-left:40px}.veu_pageList_ancestor .current_page_item>a{font-weight:700}.veu_followSet{margin:30px 0;display:table;table-layout:fixed;width:100%;background-color:#2b2b2b;color:#fff}.veu_followSet .followSet_img{display:table-cell;min-width:240px;background-position:center;background-size:cover}.veu_followSet .followSet_body{display:table-cell;padding:15px;text-align:center;vertical-align:middle;line-height:1.4;font-size:20px}.veu_followSet .followSet_fb_page{margin-top:0;display:block;width:100%;-webkit-transform:scale(1.2);transform:scale(1.2)}.veu_followSet .followSet_tw_follow{width:100%;padding:15px 0 0}.veu_followSet .followSet_feedly{text-align:center}.veu_cta{display:block;overflow:hidden;margin-top:30px;margin-bottom:30px;background-color:#efefef}.veu_cta .cta_title{display:block;overflow:hidden;margin:0;padding:12px 20px 10px;background-color:#333;color:#fff;font-size:22px;line-height:1.2em}.veu_cta .cta_body{display:block;overflow:hidden;padding:1.5em 1.5em 2em;line-height:170%}.veu_cta .cta_body_image{margin-bottom:1.5em}.veu_cta .cta_body_image img{max-width:250px}.veu_cta .cta_body_image_center{display:block;overflow:hidden;text-align:center}.veu_cta .cta_body_image_center img{display:block;margin:0 auto 15px;max-width:100%}.veu_cta .cta_body_txt{display:block;overflow:hidden}.veu_cta .cta_body_link{clear:both;margin-top:1.5em}.veu_contact{display:block;overflow:hidden}.veu_contact .contact_frame{display:block;overflow:hidden;padding:25px 24px 21px;border:3px solid #efefef;background-color:#f9f9f9;-webkit-box-shadow:inset 0 0 0 1px #fff;box-shadow:inset 0 0 0 1px #fff}.veu_contact .contact_txt_catch,.veu_contact .contact_txt_tel,.veu_contact .contact_txt_time{display:block;overflow:hidden}.veu_contact .contact_txt_catch,.veu_contact .contact_txt_time{font-size:14px;line-height:128.6%}.veu_contact .contact_txt_tel{padding:4px 0;font-size:28px;line-height:105%;font-weight:700}.veu_contact .contact_txt_tel_icon{margin-right:.3rem}.veu_contact .contact_bt_subTxt{display:block;overflow:hidden;font-size:12px;margin-top:.4rem}.veu_contact .contact_txt{text-align:center}.veu_contact .contact_bt{display:block}.widget .veu_contact>.contact_bt{display:inline-block;float:none}.veu_insertAds{margin-top:1em;margin-bottom:2em}.veu_relatedPosts>.row{display:-ms-flexbox;display:-webkit-box;display:flex;margin:0;margin-right:-3%;-ms-flex-wrap:wrap;flex-wrap:wrap}.veu_relatedPosts .relatedPosts_item{float:none;margin-right:2.9%;padding-right:0;padding-left:0;width:47%;border-bottom:solid 1px #e5e5e5}.veu_relatedPosts .relatedPosts_item>.media:first-child{border:none}.veu_relatedPosts .relatedPosts_item>.media{padding:1em 0 .8em;margin-top:0;border:none}.veu_relatedPosts .relatedPosts_item>.media .media-body{font-size:14px}.veu_relatedPosts .relatedPosts_item>.media .postList_thumbnail{width:80px;padding-right:15px;margin-bottom:0}.veu_relatedPosts .relatedPosts_item>.media .media-heading{font-size:14px}.veu_relatedPosts .relatedPosts_item:nth-child(1){border-top:solid 1px #e5e5e5}.veu_relatedPosts .relatedPosts_item:nth-child(2){border-top:solid 1px #e5e5e5}.page_top_btn{position:fixed;right:2%;bottom:3%;z-index:99999;width:40px;height:38px;text-indent:100%;white-space:nowrap;overflow:hidden;border:none;background:rgba(0,0,0,.8);outline:1px solid rgba(0,0,0,.8);border:1px solid rgba(255,255,255,.8);background-image:url(../images/to-top-btn-icon.svg);background-size:50%;background-repeat:no-repeat;background-position:center;opacity:0;-webkit-transition:opacity .3s;transition:opacity .3s}.page_top_btn:hover{-webkit-transition:opacity .3s;transition:opacity .3s}.scrolled .page_top_btn{display:block;opacity:1}.veu_fbPagePlugin .fbPagePlugin_body{margin:0 auto;border:4px solid #efefef;background-color:#f9f9f9;text-align:center}iframe.twitter-timeline{margin-right:auto;margin-left:auto;width:740px!important}.veu_postList{margin-bottom:30px}.veu_postList .subSection-title,.veu_postList h1.mainSection-title{margin-bottom:0}.veu_postList ul.postList{margin:0;padding:0}.veu_postList ul.postList li{display:block;clear:both;overflow:hidden;margin:0;padding:15px 0;border-bottom:1px dotted #666;line-height:1.4em}.veu_postList .postList a{color:#464646;text-decoration:none}.veu_postList .postList a:hover{text-decoration:underline}.veu_postList .postList_title{display:block;clear:both;margin:3px 0 0}.veu_postList .postList_meta_items{font-size:14px;color:#666}.veu_postList .postList_date{margin-right:10px;color:#d44950}.veu_postList .postList_date:before{content:"";margin-right:0}.veu_postList .postList_terms a{margin-right:3px;padding:2px 5px 1px;border-radius:3px;background-color:#efefef;font-size:12px}.veu_postList .postList_more{margin:10px 5px 0 0;text-align:right}.veu_postList .postList_miniThumb .postList_item{display:block;overflow:hidden;clear:both;position:relative;padding:15px 0;border-bottom:1px dotted #666;margin-bottom:0}.veu_postList .postList_miniThumb .postList_thumbnail{float:left;margin-right:15px}.veu_postList .postList_miniThumb .postList_thumbnail a{position:relative;display:block;overflow:hidden;border:1px solid #e5e5e5}.veu_postList .postList_miniThumb .postList_thumbnail img{width:80px;height:auto}.veu_postList .postList_miniThumb .postList_body{display:block;overflow:hidden;width:auto}.veu_postList .postList_miniThumb .postList_title{font-size:14px}.mainSection .veu_postList.pt_0 .postList.postList_miniThumb{padding:0;margin-left:0;margin-right:0}.veu_profile .profile{overflow:hidden}.veu_profile .media_outer{position:relative;display:block;overflow:hidden;margin:.8em 0 .8em;-webkit-box-sizing:border-box;box-sizing:border-box}.veu_profile .media_outer img{max-width:100%;height:auto}.veu_profile .media_round{border-radius:50%;width:120px;height:120px;position:relative}.veu_profile .media_round img{position:absolute;left:-9999px}.veu_profile .media_center{margin-left:auto;margin-right:auto}.veu_profile .media_center img{display:block;margin-left:auto;margin-right:auto}.veu_profile .media_float{float:left;margin-right:1em}.veu_profile .media_float+.profile_text{padding-top:.8em}.veu_profile .profile_text{margin-bottom:1em;font-size:14px}.veu_profile .sns_btns{margin:0;padding:0;width:100%}.veu_profile .sns_btns li{float:left;margin-right:.45em;list-style:none;text-align:center}.veu_profile .sns_btns a{display:block;position:relative;width:40px;height:40px;border-radius:23px;color:#fff;text-decoration:none;font-size:20px}.veu_profile .sns_btns a:hover{color:#fff;text-decoration:none;opacity:.8}.veu_profile .sns_btns .icon{position:absolute;top:50%;left:50%;-webkit-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%)}.veu_profile .sns_btns .facebook_btn a{background:#3b5998}.veu_profile .sns_btns .twitter_btn a{background:#55acee}.veu_profile .sns_btns .mail_btn a{background:#2f915f}.veu_profile .sns_btns .youtube_btn a{background:#c81d1c}.veu_profile .sns_btns .rss_btn a{background:#f26522}.veu_profile .sns_btns .instagram_btn a{background:#3f729b}.veu_profile .sns_btns .linkedin_btn a{background:#0077b5}.veu_3prArea .subSection-title{font-size:18px;margin-top:.8em}.veu_3prArea .summary{margin-bottom:.5em;font-size:14px;line-height:1.6em}.veu_3prArea .linkurl a{text-decoration:none}.veu_3prArea_image{margin-bottom:.8em;border:1px solid #e5e5e5}.veu_3prArea_image .image_pc{display:block}.veu_3prArea_image .image_sp{display:none}.veu_3prArea_image img{width:100%}.veu_3prArea_image_link{border:1px solid #fff;display:block;overflow:hidden}.prBlock a{color:#333}.prBlock a:hover{color:#333;text-decoration:none}.prBlock a .prBlock_summary:hover{text-decoration:underline}.prBlock .prBlock_icon_outer{display:block;position:relative;margin:0 auto;width:80px;height:80px;border-radius:50%}.prBlock .prBlock_icon{position:absolute;top:50%;left:50%;-webkit-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%);font-size:36px}.prBlock .prBlock_title{margin-top:.9em;margin-bottom:.7em;text-align:center;font-size:18px;line-height:1.4em}.prBlock .prBlock_image{position:relative;display:block;width:120px;height:120px;margin:0 auto;overflow:hidden;border-radius:50%;text-indent:-9999px}.prBlock .prBlock_summary{margin-bottom:.5em;text-align:center;font-size:14px;line-height:1.6em}.veu_button i,.veu_button svg{margin-left:.3em;margin-right:.3em}.veu_button .button_mainText,.veu_button .button_subText{display:block}.veu_button .btn.btn-sm{padding-top:.6em;padding-bottom:.45em}.veu_button .btn{padding-top:.8em;padding-bottom:.6em}.veu_button .btn.btn-lg{padding-top:.8em;padding-bottom:.7em}.veu_banner{text-align:center;display:block;overflow:hidden}@media (min-width:481px){.veu_followSet .followSet_body{padding:40px}.veu_followSet .followSet_title{font-size:18px;margin-bottom:10px}}@media (min-width:541px){.veu_childPage_list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-justify-content:space-between}.veu_childPage_list .childPage_list_box{width:48%}}@media (min-width:768px){.container{width:750px}.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{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}.veu_leadTxt,p.veu_leadTxt{font-size:2em;margin-bottom:.7em}.veu_cta .cta_body_image_right{float:right;margin-left:30px}.veu_cta .cta_body_image_left{float:left;margin-right:30px}}@media (min-width:992px){.container{width:970px}.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{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}.mainSection .veu_postList.pt_0.postList_item .postList_thumbnail{margin-right:30px;margin-left:0}.mainSection .veu_postList.pt_0.postList_item.even .postList_thumbnail{margin-left:30px;margin-right:0}}@media (min-width:1200px){.container{width:1170px}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{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}.veu_contact p.contact_txt{margin-bottom:0}.veu_contact .contact_txt{float:left;text-align:left}.veu_contact .contact_bt{float:right;padding:.7em 2em}}@media screen and (max-width:992px){.prBlock{margin-bottom:1.5em}}@media (max-width:971px){.veu_insertAds{margin-bottom:.5em}.veu_insertAds .col-md-6{margin-bottom:1em}}@media (max-width:768px){.veu_relatedPosts .relatedPosts_item{display:block;width:100%}.veu_relatedPosts .relatedPosts_item:nth-child(2){border-top:none}}@media screen and (max-width:768px){.veu_3prArea .prArea{margin-bottom:1em;display:block;overflow:hidden}.veu_3prArea .image_pc{display:none}.veu_3prArea .image_sp{display:block}.veu_3prArea .linkurl{margin-bottom:1.5em}.veu_3prArea_image{width:138px;margin:0 1em 0 0;float:left}}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}}@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:.5em}.veu_socialSet.veu_contentAddSection ul{-ms-flex-wrap:wrap;flex-wrap:wrap}.veu_socialSet.veu_contentAddSection ul li{width:48%;margin-bottom:9px}.veu_socialSet.veu_contentAddSection ul li:nth-child(even){margin-right:0}.veu_socialSet.veu_contentAddSection ul li.sb_icon a{padding:8px 10px}.pocket-count,.veu_count_sns_fb,.veu_count_sns_hb{bottom:2px}.veu_childPage_list .wp-post-image{width:25%}.veu_cta .cta_body_image img{display:block;margin:0 auto 1.5em;max-width:100%}}@media (max-width:500px){.media .postList_thumbnail{width:100px}}@media (max-width:480px){.veu_followSet .followSet_title{font-size:12px;margin-bottom:0}}
languages/{vkExUnit-ja.mo → vk-all-in-one-expansion-unit-ja.mo} RENAMED
Binary file
languages/{vkExUnit-ja.po → vk-all-in-one-expansion-unit-ja.po} RENAMED
@@ -1,7 +1,7 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: \n"
4
- "POT-Creation-Date: 2019-04-16 20:51+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"
@@ -71,11 +71,11 @@ msgid "Activated Packages is noting. please activate some package."
71
  msgstr ""
72
  "有効化されているパッケージがありません。何かの機能を有効化してください。"
73
 
74
- #: dist/plugins/auto_eyecatch.php:40 plugins/auto_eyecatch.php:50
75
  msgid "Automatic EyeCatch"
76
  msgstr "アイキャッチ自動挿入"
77
 
78
- #: dist/plugins/auto_eyecatch.php:50 plugins/auto_eyecatch.php:60
79
  msgid "Do not set eyecatch image automatic."
80
  msgstr "アイキャッチ画像を自動挿入しない"
81
 
@@ -93,7 +93,7 @@ msgid "Key color(dark)"
93
  msgstr "キーカラー(暗)"
94
 
95
  #: dist/plugins/call-to-action/class-vk-call-to-action.php:63
96
- #: dist/plugins/call-to-action/class-vk-call-to-action.php:424
97
  #: plugins/call-to-action/class-vk-call-to-action.php:63
98
  #: plugins/call-to-action/class-vk-call-to-action.php:425
99
  msgid "Edit CTA"
@@ -124,7 +124,7 @@ msgid "CTA Contents"
124
  msgstr "CTA Contents"
125
 
126
  #: dist/plugins/call-to-action/class-vk-call-to-action.php:129
127
- #: dist/plugins/call-to-action/class-vk-call-to-action.php:630
128
  #: dist/plugins/call-to-action/widget-call-to-action.php:74
129
  #: plugins/call-to-action/class-vk-call-to-action.php:129
130
  #: plugins/call-to-action/class-vk-call-to-action.php:631
@@ -133,7 +133,7 @@ msgid "Random"
133
  msgstr "ランダム表示"
134
 
135
  #: dist/plugins/call-to-action/class-vk-call-to-action.php:135
136
- #: dist/plugins/call-to-action/class-vk-call-to-action.php:637
137
  #: plugins/call-to-action/class-vk-call-to-action.php:135
138
  #: plugins/call-to-action/class-vk-call-to-action.php:638
139
  msgid "Disable display"
@@ -176,98 +176,107 @@ msgstr ""
176
  "本文欄が入力されている場合は本文の内容が優先して表示されるので以下の内容は無"
177
  "視されます。"
178
 
179
- #: dist/plugins/call-to-action/class-vk-call-to-action.php:225
 
 
 
 
 
 
 
 
 
180
  #: plugins/call-to-action/class-vk-call-to-action.php:226
181
  msgid "CTA image"
182
  msgstr "CTA画像"
183
 
184
- #: dist/plugins/call-to-action/class-vk-call-to-action.php:231
185
  #: plugins/call-to-action/class-vk-call-to-action.php:232
186
  msgid "Add image"
187
  msgstr "画像を追加"
188
 
189
- #: dist/plugins/call-to-action/class-vk-call-to-action.php:232
190
  #: plugins/call-to-action/class-vk-call-to-action.php:233
191
  msgid "Change image"
192
  msgstr "画像を変更"
193
 
194
- #: dist/plugins/call-to-action/class-vk-call-to-action.php:233
195
  #: plugins/call-to-action/class-vk-call-to-action.php:234
196
  msgid "Remove image"
197
  msgstr "画像を削除"
198
 
199
- #: dist/plugins/call-to-action/class-vk-call-to-action.php:238
200
  #: plugins/call-to-action/class-vk-call-to-action.php:239
201
  msgid "CTA image position"
202
  msgstr "CTA画像の位置"
203
 
204
- #: dist/plugins/call-to-action/class-vk-call-to-action.php:241
205
  #: plugins/call-to-action/class-vk-call-to-action.php:242
206
  msgid "right"
207
  msgstr "右寄せ"
208
 
209
- #: dist/plugins/call-to-action/class-vk-call-to-action.php:242
210
  #: plugins/call-to-action/class-vk-call-to-action.php:243
211
  msgid "center"
212
  msgstr "中央"
213
 
214
- #: dist/plugins/call-to-action/class-vk-call-to-action.php:243
215
  #: plugins/call-to-action/class-vk-call-to-action.php:244
216
  msgid "left"
217
  msgstr "左寄せ"
218
 
219
- #: dist/plugins/call-to-action/class-vk-call-to-action.php:247
220
  #: plugins/call-to-action/class-vk-call-to-action.php:248
221
  msgid "Button text"
222
  msgstr "ボタンの表記文言"
223
 
224
- #: dist/plugins/call-to-action/class-vk-call-to-action.php:251
225
  #: plugins/call-to-action/class-vk-call-to-action.php:252
226
  msgid "Button icon"
227
  msgstr "ボタンアイコン"
228
 
229
- #: dist/plugins/call-to-action/class-vk-call-to-action.php:252
230
  #: dist/plugins/other_widget/widget-button.php:122
231
  #: plugins/call-to-action/class-vk-call-to-action.php:253
232
  #: plugins/other_widget/widget-button.php:122
233
  msgid "To choose your favorite icon, and enter the class."
234
  msgstr "アイコンフォントを選んでそのクラス名を入力してください。"
235
 
236
- #: dist/plugins/call-to-action/class-vk-call-to-action.php:253
237
  #: dist/plugins/other_widget/widget-button.php:123
238
  #: plugins/call-to-action/class-vk-call-to-action.php:254
239
  #: plugins/other_widget/widget-button.php:123
240
  msgid "Before :"
241
  msgstr "文字の前 :"
242
 
243
- #: dist/plugins/call-to-action/class-vk-call-to-action.php:255
244
  #: dist/plugins/other_widget/widget-button.php:125
245
  #: plugins/call-to-action/class-vk-call-to-action.php:256
246
  #: plugins/other_widget/widget-button.php:125
247
  msgid "After :"
248
  msgstr "文字の後 :"
249
 
250
- #: dist/plugins/call-to-action/class-vk-call-to-action.php:267
251
  #: plugins/call-to-action/class-vk-call-to-action.php:268
252
  msgid "Button link url"
253
  msgstr "ボタンのリンク先URL"
254
 
255
- #: dist/plugins/call-to-action/class-vk-call-to-action.php:280
256
  #: plugins/call-to-action/class-vk-call-to-action.php:281
257
  msgid "Target window"
258
  msgstr "リンク先ターゲット"
259
 
260
- #: dist/plugins/call-to-action/class-vk-call-to-action.php:282
261
  #: plugins/call-to-action/class-vk-call-to-action.php:283
262
  msgid "Open in a self window"
263
  msgstr "同じウィンドウで開く"
264
 
265
- #: dist/plugins/call-to-action/class-vk-call-to-action.php:284
266
  #: plugins/call-to-action/class-vk-call-to-action.php:285
267
  msgid "Text message"
268
  msgstr "テキストメッセージ"
269
 
270
- #: dist/plugins/call-to-action/class-vk-call-to-action.php:290
271
  #: dist/plugins/call-to-action/widget-call-to-action.php:91
272
  #: plugins/call-to-action/class-vk-call-to-action.php:291
273
  #: plugins/call-to-action/widget-call-to-action.php:91
@@ -369,15 +378,15 @@ msgstr "詳しくはこちら"
369
  msgid "Display a child page index"
370
  msgstr "子ページ一覧の表示"
371
 
372
- #: dist/plugins/contact-section/contact-section.php:104
373
- #: dist/plugins/contact-section/contact-section.php:133
374
  #: plugins/contact-section/contact-section.php:107
375
  #: plugins/contact-section/contact-section.php:138
376
  msgid "Contact Information"
377
  msgstr "お問い合わせ情報"
378
 
379
- #: dist/plugins/contact-section/contact-section.php:114
380
- #: dist/plugins/contact-section/contact-section.php:144
381
  #: dist/plugins/contact-section/customizer.php:53
382
  #: dist/plugins/contact-section/customizer.php:67
383
  #: plugins/contact-section/contact-section.php:117
@@ -387,15 +396,15 @@ msgstr "お問い合わせ情報"
387
  msgid "Please feel free to inquire."
388
  msgstr "お気軽にお問い合わせください。"
389
 
390
- #: dist/plugins/contact-section/contact-section.php:117
391
  #: dist/plugins/contact-section/customizer.php:116
392
  #: plugins/contact-section/contact-section.php:120
393
  #: plugins/contact-section/customizer.php:116
394
  msgid "Office hours 9:00 - 18:00 [ Weekdays except holidays ]"
395
  msgstr "受付時間 9:00-18:00 [ 土・日・祝日除く ]"
396
 
397
- #: dist/plugins/contact-section/contact-section.php:119
398
- #: dist/plugins/contact-section/contact-section.php:121
399
  #: dist/plugins/contact-section/customizer.php:158
400
  #: dist/plugins/contact-section/customizer.php:200
401
  #: plugins/contact-section/contact-section.php:122
@@ -405,7 +414,7 @@ msgstr "受付時間 9:00-18:00 [ 土・日・祝日除く ]"
405
  msgid "Contact us"
406
  msgstr "お問い合わせ"
407
 
408
- #: dist/plugins/contact-section/contact-section.php:135
409
  #: dist/plugins/contact-section/customizer.php:33
410
  #: plugins/contact-section/contact-section.php:140
411
  #: plugins/contact-section/customizer.php:33
@@ -416,7 +425,7 @@ msgstr ""
416
  "ここに入力された内容が各固定ページ下部や『お問い合わせ情報』ウィジェット、"
417
  "『お問い合わせボタン』ウィジェットなどに反映されます。"
418
 
419
- #: dist/plugins/contact-section/contact-section.php:137
420
  #: dist/plugins/contact-section/customizer.php:35
421
  #: plugins/contact-section/contact-section.php:142
422
  #: plugins/contact-section/customizer.php:35
@@ -427,20 +436,20 @@ msgstr ""
427
  "固定ページに表示する場合は、各固定ページの編集画面で\"お問い合わせ情報の表示"
428
  "\"にチェックを入れる必要があります。"
429
 
430
- #: dist/plugins/contact-section/contact-section.php:141
431
  #: dist/plugins/contact-section/customizer.php:62
432
  #: plugins/contact-section/contact-section.php:146
433
  #: plugins/contact-section/customizer.php:62
434
  msgid "Message"
435
  msgstr "メッセージ"
436
 
437
- #: dist/plugins/contact-section/contact-section.php:144
438
- #: dist/plugins/contact-section/contact-section.php:151
439
- #: dist/plugins/contact-section/contact-section.php:158
440
- #: dist/plugins/contact-section/contact-section.php:165
441
- #: dist/plugins/contact-section/contact-section.php:173
442
- #: dist/plugins/contact-section/contact-section.php:181
443
- #: dist/plugins/contact-section/contact-section.php:189
444
  #: dist/plugins/contact-section/customizer.php:67
445
  #: dist/plugins/contact-section/customizer.php:88
446
  #: dist/plugins/contact-section/customizer.php:109
@@ -449,7 +458,7 @@ msgstr "メッセージ"
449
  #: dist/plugins/contact-section/customizer.php:172
450
  #: dist/plugins/contact-section/customizer.php:193
451
  #: dist/plugins/google_analytics/ga_admin.php:16
452
- #: dist/plugins/sns/sns_admin.php:31
453
  #: plugins/contact-section/contact-section.php:149
454
  #: plugins/contact-section/contact-section.php:156
455
  #: plugins/contact-section/contact-section.php:163
@@ -468,22 +477,22 @@ msgstr "メッセージ"
468
  msgid "ex) "
469
  msgstr "例) "
470
 
471
- #: dist/plugins/contact-section/contact-section.php:148
472
  #: dist/plugins/contact-section/customizer.php:83
473
  #: plugins/contact-section/contact-section.php:153
474
  #: plugins/contact-section/customizer.php:83
475
  msgid "Phone number"
476
  msgstr "電話番号"
477
 
478
- #: dist/plugins/contact-section/contact-section.php:155
479
  #: dist/plugins/contact-section/customizer.php:104
480
  #: plugins/contact-section/contact-section.php:160
481
  #: plugins/contact-section/customizer.php:104
482
  msgid "Phone icon"
483
  msgstr "電話アイコン"
484
 
485
- #: dist/plugins/contact-section/contact-section.php:162
486
- #: dist/plugins/contact-section/contact-section.php:165
487
  #: dist/plugins/contact-section/customizer.php:125
488
  #: dist/plugins/contact-section/customizer.php:130
489
  #: plugins/contact-section/contact-section.php:167
@@ -493,70 +502,70 @@ msgstr "電話アイコン"
493
  msgid "Office hours"
494
  msgstr "営業時間"
495
 
496
- #: dist/plugins/contact-section/contact-section.php:165
497
  #: dist/plugins/contact-section/customizer.php:130
498
  #: plugins/contact-section/contact-section.php:170
499
  #: plugins/contact-section/customizer.php:130
500
  msgid "Weekdays except holidays"
501
  msgstr "土日・祝日除く"
502
 
503
- #: dist/plugins/contact-section/contact-section.php:170
504
  #: dist/plugins/contact-section/customizer.php:146
505
  #: plugins/contact-section/contact-section.php:175
506
  #: plugins/contact-section/customizer.php:146
507
  msgid "The contact page URL"
508
  msgstr "お問い合わせ先URL"
509
 
510
- #: dist/plugins/contact-section/contact-section.php:173
511
  #: dist/plugins/contact-section/customizer.php:151
512
  #: plugins/contact-section/contact-section.php:178
513
  #: plugins/contact-section/customizer.php:151
514
  msgid "or"
515
  msgstr "もしくは"
516
 
517
- #: dist/plugins/contact-section/contact-section.php:174
518
  #: dist/plugins/contact-section/customizer.php:151
519
  #: plugins/contact-section/contact-section.php:179
520
  #: plugins/contact-section/customizer.php:151
521
  msgid "* If you fill in the blank, widget's contact button does not appear."
522
  msgstr "※ 未入力の場合、お問い合わせウィジェットには何も表示されません。"
523
 
524
- #: dist/plugins/contact-section/contact-section.php:178
525
  #: dist/plugins/contact-section/customizer.php:167
526
  #: plugins/contact-section/contact-section.php:183
527
  #: plugins/contact-section/customizer.php:167
528
  msgid "Contact button Text"
529
  msgstr "お問い合わせボタンに表示するテキスト"
530
 
531
- #: dist/plugins/contact-section/contact-section.php:181
532
  #: dist/plugins/contact-section/customizer.php:172
533
  #: plugins/contact-section/contact-section.php:186
534
  #: plugins/contact-section/customizer.php:172
535
  msgid "Contact Us from email."
536
  msgstr "メールでのお問い合わせはこちら"
537
 
538
- #: dist/plugins/contact-section/contact-section.php:186
539
  #: dist/plugins/contact-section/customizer.php:188
540
  #: plugins/contact-section/contact-section.php:191
541
  #: plugins/contact-section/customizer.php:188
542
  msgid "Contact button text( sub )"
543
  msgstr "お問い合わせボタンに表示するテキスト2(オプション)"
544
 
545
- #: dist/plugins/contact-section/contact-section.php:190
546
  #: dist/plugins/contact-section/customizer.php:193
547
  #: plugins/contact-section/contact-section.php:195
548
  #: plugins/contact-section/customizer.php:193
549
  msgid "Email contact form"
550
  msgstr "お気軽にお問い合わせください。"
551
 
552
- #: dist/plugins/contact-section/contact-section.php:195
553
  #: dist/plugins/contact-section/customizer.php:209
554
  #: plugins/contact-section/contact-section.php:200
555
  #: plugins/contact-section/customizer.php:209
556
  msgid "Contact button short text for side widget"
557
  msgstr "お問い合わせボタンウィジェットに表示するテキスト"
558
 
559
- #: dist/plugins/contact-section/contact-section.php:199
560
  #: dist/plugins/contact-section/customizer.php:214
561
  #: plugins/contact-section/contact-section.php:204
562
  #: plugins/contact-section/customizer.php:214
@@ -565,24 +574,24 @@ msgstr ""
565
  "このテキストはお問い合わせボタンウィジェットで使用されます。サイドバーでの利"
566
  "用を想定していますので少ない文字数で設定してください。"
567
 
568
- #: dist/plugins/contact-section/contact-section.php:203
569
  #: plugins/contact-section/contact-section.php:208
570
  msgid "Advanced Setting"
571
  msgstr "高度な設定"
572
 
573
- #: dist/plugins/contact-section/contact-section.php:212
574
  #: dist/plugins/contact-section/customizer.php:238
575
  #: plugins/contact-section/contact-section.php:217
576
  #: plugins/contact-section/customizer.php:238
577
  msgid "Inquiry Banner image"
578
  msgstr "お問い合わせバナー画像"
579
 
580
- #: dist/plugins/contact-section/contact-section.php:214
581
  #: plugins/contact-section/contact-section.php:219
582
  msgid "Select Image"
583
  msgstr "画像を選択"
584
 
585
- #: dist/plugins/contact-section/contact-section.php:215
586
  #: dist/plugins/contact-section/customizer.php:228
587
  #: plugins/contact-section/contact-section.php:220
588
  #: plugins/contact-section/customizer.php:228
@@ -590,45 +599,45 @@ msgid "Display the image instead of the above inquiry information"
590
  msgstr ""
591
  "画像が登録されている場合は標準のお問い合わせ情報ではなく画像が表示されます。"
592
 
593
- #: dist/plugins/contact-section/contact-section.php:219
594
  #: dist/plugins/contact-section/customizer.php:264
595
  #: plugins/contact-section/contact-section.php:224
596
  #: plugins/contact-section/customizer.php:264
597
  msgid "Display HTML message instead of the standard"
598
  msgstr "お問い合わせ情報として表示するHTML"
599
 
600
- #: dist/plugins/contact-section/contact-section.php:221
601
  #: dist/plugins/contact-section/customizer.php:257
602
  #: plugins/contact-section/contact-section.php:226
603
  #: plugins/contact-section/customizer.php:257
604
  msgid "HTML takes precedence over image"
605
  msgstr "HTMLが登録されている場合は画像より優先されます。"
606
 
607
- #: dist/plugins/contact-section/contact-section.php:243
608
  #: plugins/contact-section/contact-section.php:248
609
  msgid "Display Contact Section"
610
  msgstr "お問い合わせ情報の表示"
611
 
612
- #: dist/plugins/contact-section/contact-section.php:382
613
- #: dist/plugins/contact-section/contact-section.php:434
614
  #: plugins/contact-section/contact-section.php:388
615
  #: plugins/contact-section/contact-section.php:441
616
  msgid "Edit contact information"
617
  msgstr "Contact情報を編集"
618
 
619
- #: dist/plugins/contact-section/contact-section.php:450
620
  #: plugins/contact-section/contact-section.php:457
621
  msgid "Contact Button"
622
  msgstr "お問い合わせボタン"
623
 
624
- #: dist/plugins/contact-section/contact-section.php:451
625
  #: plugins/contact-section/contact-section.php:458
626
  msgid "Display contact button."
627
  msgstr "お問い合わせボタンを表示します。"
628
 
629
- #: dist/plugins/contact-section/contact-section.php:452
630
- #: dist/plugins/contact-section/contact-section.php:480
631
- #: dist/plugins/contact-section/contact-section.php:502
632
  #: plugins/contact-section/contact-section.php:459
633
  #: plugins/contact-section/contact-section.php:487
634
  #: plugins/contact-section/contact-section.php:509
@@ -639,23 +648,23 @@ msgid ""
639
  msgstr ""
640
  "「%s」→ 「メイン設定」ページで『お問い合わせ情報』を設定する必要があります。"
641
 
642
- #: dist/plugins/contact-section/contact-section.php:479
643
  #: plugins/contact-section/contact-section.php:486
644
  msgid "Display contact button"
645
  msgstr "お問い合わせボタンを表示します。"
646
 
647
- #: dist/plugins/contact-section/contact-section.php:500
648
  #: dist/veu-packages.php:264 plugins/contact-section/contact-section.php:507
649
  #: veu-packages.php:264
650
  msgid "Contact Section"
651
  msgstr "お問い合わせ情報"
652
 
653
- #: dist/plugins/contact-section/contact-section.php:501
654
  #: plugins/contact-section/contact-section.php:508
655
  msgid "Display Phone number and contact button etc."
656
  msgstr "電話番号とお問い合わせボタンなどを表示します。"
657
 
658
- #: dist/plugins/contact-section/contact-section.php:530
659
  #: plugins/contact-section/contact-section.php:537
660
  #, php-format
661
  msgid ""
@@ -678,9 +687,9 @@ msgid "It is not reflected in the header."
678
  msgstr "ヘッダーには反映されません。"
679
 
680
  #: dist/plugins/css_customize/css_customize-edit.php:2
681
- #: dist/plugins/css_customize/css_customize.php:31
 
682
  #: dist/plugins/css_customize/css_customize.php:45
683
- #: dist/plugins/css_customize/css_customize.php:46
684
  #: plugins/css_customize/css_customize-edit.php:2
685
  #: plugins/css_customize/css_customize.php:30
686
  #: plugins/css_customize/css_customize.php:44
@@ -703,12 +712,12 @@ msgstr "CSSを保存する"
703
  msgid "Custom CSS"
704
  msgstr "カスタムCSS"
705
 
706
- #: dist/plugins/css_customize/css_customize.php:101
707
  #: plugins/css_customize/css_customize.php:100
708
  msgid "Your custom CSS was saved."
709
  msgstr "CSSが保存されました"
710
 
711
- #: dist/plugins/css_customize/css_customize.php:104
712
  #: plugins/css_customize/css_customize.php:103
713
  msgid "Error occured. Please try again."
714
  msgstr "何らかのエラー!! また試してみてください"
@@ -864,33 +873,81 @@ msgstr "アイコンを選択"
864
  msgid "Please upload your \".ico\" file"
865
  msgstr "作成したicoファイルをアップロードしてください"
866
 
867
- #: dist/plugins/insert_ads.php:37 dist/plugins/insert_ads.php:180
868
  #: dist/veu-packages.php:322 plugins/insert_ads.php:38
869
- #: plugins/insert_ads.php:207 veu-packages.php:322
870
  msgid "Insert ads"
871
  msgstr "広告の挿入"
872
 
873
- #: dist/plugins/insert_ads.php:183 plugins/insert_ads.php:248
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
874
  msgid "Insert ads to post."
875
  msgstr "投稿に広告を挿入"
876
 
877
- #: dist/plugins/insert_ads.php:185 plugins/insert_ads.php:250
878
  msgid "Insert ads to before content and more tag and after content."
879
  msgstr "記事の直前 / moreタグの直後 / 記事の最後に広告を挿入できます。"
880
 
881
- #: dist/plugins/insert_ads.php:185 plugins/insert_ads.php:250
882
  msgid "If you want to separate ads area, you fill two fields."
883
  msgstr "2つのフィールドに分けて挿入すると、横並び(col-md-6)に表示されます。"
884
 
885
- #: dist/plugins/insert_ads.php:187 plugins/insert_ads.php:252
886
  msgid "insert the ad [ before content ]"
887
  msgstr "広告を挿入 [ 記事の最初 ]"
888
 
889
- #: dist/plugins/insert_ads.php:195 plugins/insert_ads.php:260
890
  msgid "insert the ad [ more tag ]"
891
  msgstr "広告を挿入 [ moreタグ ]"
892
 
893
- #: dist/plugins/insert_ads.php:203 plugins/insert_ads.php:268
894
  msgid "insert the ad [ after content ]"
895
  msgstr "広告を挿入 [ 記事の最後 ]"
896
 
@@ -1029,7 +1086,7 @@ msgid "3PR area setting"
1029
  msgstr "3PR エリア設定"
1030
 
1031
  #: dist/plugins/other_widget/widget-3pr-area.php:56
1032
- #: dist/plugins/other_widget/widget-new-posts.php:239
1033
  #: dist/plugins/other_widget/widget-page.php:126
1034
  #: dist/plugins/other_widget/widget-pr-blocks.php:111
1035
  #: dist/plugins/other_widget/widget-profile.php:55
@@ -1037,7 +1094,7 @@ msgstr "3PR エリア設定"
1037
  #: dist/plugins/sns/widget-fb-page-plugin.php:79
1038
  #: dist/plugins/sns/widget-twitter.php:84
1039
  #: plugins/other_widget/widget-3pr-area.php:56
1040
- #: plugins/other_widget/widget-new-posts.php:242
1041
  #: plugins/other_widget/widget-page.php:126
1042
  #: plugins/other_widget/widget-pr-blocks.php:111
1043
  #: plugins/other_widget/widget-profile.php:55
@@ -1053,12 +1110,12 @@ msgstr "PC 用に表示される画像を選択(横 300px 程度推奨)"
1053
 
1054
  #: dist/plugins/other_widget/widget-3pr-area.php:72
1055
  #: dist/plugins/other_widget/widget-3pr-area.php:90
1056
- #: dist/plugins/other_widget/widget-new-posts.php:286
1057
  #: dist/plugins/other_widget/widget-pr-blocks.php:174
1058
  #: dist/plugins/other_widget/widget-profile.php:70
1059
  #: plugins/other_widget/widget-3pr-area.php:72
1060
  #: plugins/other_widget/widget-3pr-area.php:90
1061
- #: plugins/other_widget/widget-new-posts.php:289
1062
  #: plugins/other_widget/widget-pr-blocks.php:174
1063
  #: plugins/other_widget/widget-profile.php:70
1064
  msgid "Select image"
@@ -1066,12 +1123,12 @@ msgstr "画像を選択"
1066
 
1067
  #: dist/plugins/other_widget/widget-3pr-area.php:73
1068
  #: dist/plugins/other_widget/widget-3pr-area.php:91
1069
- #: dist/plugins/other_widget/widget-new-posts.php:287
1070
  #: dist/plugins/other_widget/widget-pr-blocks.php:175
1071
  #: dist/plugins/other_widget/widget-profile.php:71
1072
  #: plugins/other_widget/widget-3pr-area.php:73
1073
  #: plugins/other_widget/widget-3pr-area.php:91
1074
- #: plugins/other_widget/widget-new-posts.php:290
1075
  #: plugins/other_widget/widget-pr-blocks.php:175
1076
  #: plugins/other_widget/widget-profile.php:71
1077
  msgid "Clear image"
@@ -1129,11 +1186,11 @@ msgid "Monthly archives"
1129
  msgstr "月別アーカイブ"
1130
 
1131
  #: dist/plugins/other_widget/widget-archives.php:68
1132
- #: dist/plugins/other_widget/widget-new-posts.php:257
1133
- #: dist/plugins/other_widget/widget-new-posts.php:264
1134
  #: plugins/other_widget/widget-archives.php:68
1135
- #: plugins/other_widget/widget-new-posts.php:260
1136
- #: plugins/other_widget/widget-new-posts.php:267
1137
  msgid "Title"
1138
  msgstr "タイトル"
1139
 
@@ -1281,103 +1338,103 @@ msgstr "子ページのリスト"
1281
  msgid "Display the child pages list from ancestor page."
1282
  msgstr "表示しているページの先祖階層からの子ページリストを表示します。"
1283
 
1284
- #: dist/plugins/other_widget/widget-new-posts.php:11
1285
- #: dist/plugins/other_widget/widget-new-posts.php:213
1286
- #: plugins/other_widget/widget-new-posts.php:11
1287
- #: plugins/other_widget/widget-new-posts.php:216
1288
  msgid "Recent Posts"
1289
  msgstr "最新記事"
1290
 
1291
- #: dist/plugins/other_widget/widget-new-posts.php:16
1292
- #: plugins/other_widget/widget-new-posts.php:16
1293
  msgid "Displays a list of your most recent posts"
1294
  msgstr "最新の投稿記事リストを表示します。"
1295
 
1296
- #: dist/plugins/other_widget/widget-new-posts.php:250
1297
- #: plugins/other_widget/widget-new-posts.php:253
1298
  msgid "Display Format"
1299
  msgstr "表示形式"
1300
 
1301
- #: dist/plugins/other_widget/widget-new-posts.php:257
1302
- #: plugins/other_widget/widget-new-posts.php:260
1303
  msgid "Thumbnail"
1304
  msgstr "サムネイル画像"
1305
 
1306
- #: dist/plugins/other_widget/widget-new-posts.php:257
1307
- #: dist/plugins/other_widget/widget-new-posts.php:264
1308
- #: plugins/other_widget/widget-new-posts.php:260
1309
- #: plugins/other_widget/widget-new-posts.php:267
1310
  msgid "Date"
1311
  msgstr "日付"
1312
 
1313
- #: dist/plugins/other_widget/widget-new-posts.php:264
1314
  #: dist/plugins/other_widget/widget-taxonomies.php:26
1315
  #: dist/plugins/other_widget/widget-taxonomies.php:56
1316
  #: dist/plugins/other_widget/widget-taxonomies.php:57
1317
- #: plugins/other_widget/widget-new-posts.php:267
1318
  #: plugins/other_widget/widget-taxonomies.php:26
1319
  #: plugins/other_widget/widget-taxonomies.php:56
1320
  #: plugins/other_widget/widget-taxonomies.php:57
1321
  msgid "Category"
1322
  msgstr "カテゴリー"
1323
 
1324
- #: dist/plugins/other_widget/widget-new-posts.php:267
1325
- #: plugins/other_widget/widget-new-posts.php:270
1326
  msgid "Default thumbnail image:"
1327
  msgstr "デフォルトのサムネイル画像:"
1328
 
1329
- #: dist/plugins/other_widget/widget-new-posts.php:298
1330
- #: plugins/other_widget/widget-new-posts.php:301
1331
  msgid "Order by"
1332
  msgstr "表示順"
1333
 
1334
- #: dist/plugins/other_widget/widget-new-posts.php:305
1335
- #: plugins/other_widget/widget-new-posts.php:308
1336
  msgid "Publish date"
1337
  msgstr "公開日"
1338
 
1339
- #: dist/plugins/other_widget/widget-new-posts.php:311
1340
- #: plugins/other_widget/widget-new-posts.php:314
1341
  msgid "Modified date"
1342
  msgstr "最終更新日"
1343
 
1344
- #: dist/plugins/other_widget/widget-new-posts.php:315
1345
  #: dist/plugins/related_posts/related_posts.php:281
1346
- #: plugins/other_widget/widget-new-posts.php:318
1347
  #: plugins/related_posts/related_posts.php:281
1348
  msgid "Display count"
1349
  msgstr "表示する記事数"
1350
 
1351
- #: dist/plugins/other_widget/widget-new-posts.php:320
1352
- #: plugins/other_widget/widget-new-posts.php:323
1353
  msgid "Slug for the custom type you want to display"
1354
  msgstr "表示したい記事タイプ"
1355
 
1356
- #: dist/plugins/other_widget/widget-new-posts.php:325
1357
- #: plugins/other_widget/widget-new-posts.php:328
1358
  msgid "taxonomy ID"
1359
  msgstr "カテゴリー(タクソノミー)ID"
1360
 
1361
- #: dist/plugins/other_widget/widget-new-posts.php:328
1362
- #: plugins/other_widget/widget-new-posts.php:331
1363
  msgid "if you need filtering by term, add the term ID separate by \",\"."
1364
  msgstr ""
1365
  "特定のカテゴリーのみ表示したい場合は<br/>カンマ(,)区切りでカテゴリーIDを入力"
1366
  "します。"
1367
 
1368
- #: dist/plugins/other_widget/widget-new-posts.php:330
1369
- #: dist/plugins/sns/sns_admin.php:85
1370
- #: plugins/other_widget/widget-new-posts.php:333 plugins/sns/sns_admin.php:92
1371
  msgid "if empty this area, I will do not filtering."
1372
  msgstr "空欄の場合はフィルタリングは行いません。"
1373
 
1374
- #: dist/plugins/other_widget/widget-new-posts.php:335
1375
- #: plugins/other_widget/widget-new-posts.php:338
1376
  msgid "Destination URL:"
1377
  msgstr "リンク先URL:"
1378
 
1379
- #: dist/plugins/other_widget/widget-new-posts.php:338
1380
- #: plugins/other_widget/widget-new-posts.php:341
1381
  msgid "Notation text:"
1382
  msgstr "表記テキスト:"
1383
 
@@ -1512,7 +1569,7 @@ msgstr "塗りつぶし"
1512
 
1513
  #: dist/plugins/other_widget/widget-pr-blocks.php:155
1514
  #: dist/plugins/other_widget/widget-profile.php:151
1515
- #: dist/plugins/sns/sns_customizer.php:317
1516
  #: plugins/other_widget/widget-pr-blocks.php:155
1517
  #: plugins/other_widget/widget-profile.php:151
1518
  #: plugins/sns/sns_customizer.php:356
@@ -1667,7 +1724,7 @@ msgid "Blog"
1667
  msgstr "ブログ"
1668
 
1669
  #: dist/plugins/other_widget/widget-taxonomies.php:111
1670
- #: dist/plugins/template-tags/template-tags.php:136
1671
  #: plugins/other_widget/widget-taxonomies.php:111
1672
  #: plugins/template-tags/template-tags.php:157
1673
  msgid "Archives"
@@ -1882,12 +1939,12 @@ msgstr "このサイトをフォローする"
1882
  msgid "Edit follow button"
1883
  msgstr "Follow me box の編集"
1884
 
1885
- #: dist/plugins/sns/function_meta_box.php:28
1886
  #: plugins/sns/function_meta_box.php:29
1887
  msgid "Sns Title"
1888
  msgstr "OGPタイトル"
1889
 
1890
- #: dist/plugins/sns/function_meta_box.php:39
1891
  #: plugins/sns/function_meta_box.php:40
1892
  msgid "if filled this area then override title of OGP and Twitter Card"
1893
  msgstr ""
@@ -1906,29 +1963,39 @@ msgstr "この投稿タイプはシェアボタンを表示するように設定
1906
  msgid "Don't display share bottons."
1907
  msgstr "ソーシャルボタンを表示しない"
1908
 
1909
- #: dist/plugins/sns/sns.php:27 plugins/sns/sns.php:21
1910
  msgid "SNS"
1911
  msgstr "SNS"
1912
 
1913
- #: dist/plugins/sns/sns.php:128 plugins/sns/sns.php:149
1914
  msgctxt "facebook language code"
1915
  msgid "en_US"
1916
  msgstr "ja_JP"
1917
 
1918
- #: dist/plugins/sns/sns_admin.php:1 dist/plugins/sns/sns_customizer.php:24
1919
  #: plugins/sns/sns_admin.php:1 plugins/sns/sns_customizer.php:26
1920
  msgid "SNS Settings"
1921
  msgstr "SNS設定"
1922
 
1923
- #: dist/plugins/sns/sns_admin.php:13 plugins/sns/sns_admin.php:20
 
 
 
 
 
 
 
 
 
 
1924
  msgid "facebook application ID"
1925
  msgstr "facebookアプリケーションID"
1926
 
1927
- #: dist/plugins/sns/sns_admin.php:15 plugins/sns/sns_admin.php:22
1928
  msgid "I will check and get the application ID"
1929
  msgstr "アプリケーションIDを確認・取得する "
1930
 
1931
- #: dist/plugins/sns/sns_admin.php:16 plugins/sns/sns_admin.php:23
1932
  msgid ""
1933
  "* If an application ID is not specified, neither a Like button nor the "
1934
  "comment field displays and operates correctly."
@@ -1936,7 +2003,7 @@ msgstr ""
1936
  "※アプリケーションIDを入力しないとボタンやコメント欄が表示・正しく動作しませ"
1937
  "ん。"
1938
 
1939
- #: dist/plugins/sns/sns_admin.php:17 plugins/sns/sns_admin.php:24
1940
  msgid ""
1941
  "Please search for terms as [get Facebook application ID] If you do not know "
1942
  "much about how to get application ID for Facebook."
@@ -1944,16 +2011,16 @@ msgstr ""
1944
  "facebookのアプリケーションIDの取得方法についてよくわからない場合は「facebook "
1945
  "アプリケーションID 取得」などで検索して下さい。"
1946
 
1947
- #: dist/plugins/sns/sns_admin.php:21 plugins/sns/sns_admin.php:28
1948
  msgid "facebook page URL"
1949
  msgstr "FacebookページURL"
1950
 
1951
- #: dist/plugins/sns/sns_admin.php:26 dist/plugins/sns/sns_customizer.php:103
1952
  #: plugins/sns/sns_admin.php:33 plugins/sns/sns_customizer.php:140
1953
  msgid "OG default image"
1954
  msgstr "デフォルトのOGPイメージ"
1955
 
1956
- #: dist/plugins/sns/sns_admin.php:27 plugins/sns/sns_admin.php:34
1957
  msgid ""
1958
  "If, for example someone pressed the Facebook [Like] button, this is the "
1959
  "image that appears on the Facebook timeline."
@@ -1961,36 +2028,36 @@ msgstr ""
1961
  "Facebookの「いいね!」ボタンを押した際、ここで設定した画像が Facebook のタイ"
1962
  "ムラインに表示されます。"
1963
 
1964
- #: dist/plugins/sns/sns_admin.php:28 plugins/sns/sns_admin.php:35
1965
  msgid "If a featured image is specified for the page, it takes precedence."
1966
  msgstr ""
1967
  "ページにアイキャッチ画像が指定されている場合は、アイキャッチ画像が優先されま"
1968
  "す。"
1969
 
1970
- #: dist/plugins/sns/sns_admin.php:30 plugins/sns/sns_admin.php:37
1971
  msgid "Select an image"
1972
  msgstr "画像を選択"
1973
 
1974
- #: dist/plugins/sns/sns_admin.php:32 plugins/sns/sns_admin.php:39
1975
  msgid ""
1976
  "* Picture sizes are 1280x720 pixels or more and picture ratio 16:9 is "
1977
  "recommended."
1978
  msgstr "画像サイズ 橫 1280px 縦 720px 以上、画像比率 16:9 を推奨します。"
1979
 
1980
- #: dist/plugins/sns/sns_admin.php:36 plugins/sns/sns_admin.php:43
1981
  msgid "twitter ID"
1982
  msgstr "twitterアカウント"
1983
 
1984
- #: dist/plugins/sns/sns_admin.php:41 plugins/sns/sns_admin.php:48
1985
  msgid "OG tags"
1986
  msgstr "OGタグ"
1987
 
1988
- #: dist/plugins/sns/sns_admin.php:43 dist/plugins/sns/sns_customizer.php:139
1989
  #: plugins/sns/sns_admin.php:50 plugins/sns/sns_customizer.php:176
1990
  msgid "Print the OG tags"
1991
  msgstr "OGタグを出力する"
1992
 
1993
- #: dist/plugins/sns/sns_admin.php:44 dist/plugins/sns/sns_customizer.php:143
1994
  #: plugins/sns/sns_admin.php:51 plugins/sns/sns_customizer.php:180
1995
  msgid ""
1996
  "If other plug-ins are used for the OG, do not output the OG using this "
@@ -1999,103 +2066,103 @@ msgstr ""
1999
  "OGタグの出力を選択して下さい。もし他のプラグインやテーマでOGタグを出力してい"
2000
  "る場合は、このプラグインでの出力は必要ありません。"
2001
 
2002
- #: dist/plugins/sns/sns_admin.php:49 dist/plugins/sns/sns_customizer.php:199
2003
  #: plugins/sns/sns_admin.php:56 plugins/sns/sns_customizer.php:236
2004
  msgid "Twitter Card tags"
2005
  msgstr "Twitterカードタグ"
2006
 
2007
- #: dist/plugins/sns/sns_admin.php:51 dist/plugins/sns/sns_customizer.php:203
2008
  #: plugins/sns/sns_admin.php:58 plugins/sns/sns_customizer.php:240
2009
  msgid "Print the Twitter Card tags"
2010
  msgstr "Twitter カードタグを html head 内へ出力します。"
2011
 
2012
- #: dist/plugins/sns/sns_admin.php:56 dist/plugins/sns/sns_customizer.php:216
2013
  #: plugins/sns/sns_admin.php:63 plugins/sns/sns_customizer.php:255
2014
  msgid "Social bookmark buttons"
2015
  msgstr "ソーシャルボタン"
2016
 
2017
- #: dist/plugins/sns/sns_admin.php:57 dist/plugins/sns/sns_customizer.php:239
2018
  #: plugins/sns/sns_admin.php:64 plugins/sns/sns_customizer.php:278
2019
  msgid "Print the social bookmark buttons"
2020
  msgstr "ソーシャルブックマーク(シェアボタンやtweetボタン)を表示します。"
2021
 
2022
- #: dist/plugins/sns/sns_admin.php:60 dist/plugins/sns/sns_customizer.php:254
2023
  #: plugins/sns/sns_admin.php:67 plugins/sns/sns_customizer.php:293
2024
  msgid "Exclude Post Types"
2025
  msgstr "シェアボタンを表示しない投稿タイプ"
2026
 
2027
- #: dist/plugins/sns/sns_admin.php:73 plugins/sns/sns_admin.php:80
2028
  msgid "Exclude Post ID"
2029
  msgstr "シェアボタンを表示しない投稿のID"
2030
 
2031
- #: dist/plugins/sns/sns_admin.php:83 plugins/sns/sns_admin.php:90
2032
  msgid ""
2033
  "if you need filtering by post_ID, add the ignore post_ID separate by \",\"."
2034
  msgstr ""
2035
  "特定のポストのみSNSボタンを表示したくない場合、カンマ(,)区切りでポストIDを入"
2036
  "力します。"
2037
 
2038
- #: dist/plugins/sns/sns_admin.php:87 plugins/sns/sns_admin.php:94
2039
  msgid "example"
2040
  msgstr "例"
2041
 
2042
- #: dist/plugins/sns/sns_admin.php:96 dist/plugins/sns/sns_customizer.php:470
2043
  #: plugins/sns/sns_admin.php:103 plugins/sns/sns_customizer.php:509
2044
  msgid "Follow me box"
2045
  msgstr "Follow me box"
2046
 
2047
- #: dist/plugins/sns/sns_admin.php:97 plugins/sns/sns_admin.php:104
2048
  msgid "Print the Follow me box"
2049
  msgstr "Follow me ユニットを本文の下に表示する"
2050
 
2051
- #: dist/plugins/sns/sns_admin.php:99 dist/plugins/sns/sns_customizer.php:504
2052
  #: plugins/sns/sns_admin.php:106 plugins/sns/sns_customizer.php:543
2053
  msgid "Follow me box title"
2054
  msgstr "Follow me box の見出しテキスト"
2055
 
2056
- #: dist/plugins/sns/sns_admin.php:106 dist/plugins/sns/sns_customizer.php:354
2057
  #: plugins/sns/sns_admin.php:113 plugins/sns/sns_customizer.php:393
2058
  msgid "Share button for display"
2059
  msgstr "表示するボタン"
2060
 
2061
- #: dist/plugins/sns/sns_admin.php:114 plugins/sns/sns_admin.php:121
2062
  msgid "Facebook"
2063
  msgstr "Facebook"
2064
 
2065
- #: dist/plugins/sns/sns_admin.php:120 dist/plugins/sns/sns_customizer.php:395
2066
  #: dist/plugins/sns/widget-twitter.php:9 plugins/sns/sns_admin.php:127
2067
  #: plugins/sns/sns_customizer.php:434 plugins/sns/widget-twitter.php:9
2068
  msgid "Twitter"
2069
  msgstr "Twitter"
2070
 
2071
- #: dist/plugins/sns/sns_admin.php:126 dist/plugins/sns/sns_customizer.php:416
2072
  #: plugins/sns/sns_admin.php:133 plugins/sns/sns_customizer.php:455
2073
  msgid "Hatena"
2074
  msgstr "はてな"
2075
 
2076
- #: dist/plugins/sns/sns_admin.php:132 dist/plugins/sns/sns_customizer.php:437
2077
  #: plugins/sns/sns_admin.php:139 plugins/sns/sns_customizer.php:476
2078
  msgid "Pocket"
2079
  msgstr "Pocket"
2080
 
2081
- #: dist/plugins/sns/sns_admin.php:138 dist/plugins/sns/sns_customizer.php:458
2082
  #: plugins/sns/sns_admin.php:145 plugins/sns/sns_customizer.php:497
2083
  msgid "LINE (mobile only)"
2084
  msgstr "LINE (mobile only)"
2085
 
2086
- #: dist/plugins/sns/sns_customizer.php:36 plugins/sns/sns_customizer.php:73
2087
  msgid "Facebook Settings"
2088
  msgstr "Facebook 設定"
2089
 
2090
- #: dist/plugins/sns/sns_customizer.php:59 plugins/sns/sns_customizer.php:96
2091
  msgid "Facebook application ID"
2092
  msgstr "facebookアプリケーションID"
2093
 
2094
- #: dist/plugins/sns/sns_customizer.php:80 plugins/sns/sns_customizer.php:117
2095
  msgid "Facebook Page URL"
2096
  msgstr "FacebookページURL"
2097
 
2098
- #: dist/plugins/sns/sns_customizer.php:106 plugins/sns/sns_customizer.php:143
2099
  msgid ""
2100
  "If, for example someone pressed the Facebook [Like] button, this is the "
2101
  "image that appears on the Facebook timeline.<br>If a featured image is "
@@ -2107,29 +2174,29 @@ msgstr ""
2107
  "アイキャッチ画像が優先されます。<br>画像サイズ 橫 1280px 縦 720px 以上、画像"
2108
  "比率 16:9 程度を推奨します。"
2109
 
2110
- #: dist/plugins/sns/sns_customizer.php:116 plugins/sns/sns_customizer.php:153
2111
  msgid "OG Settings"
2112
  msgstr "OG 設定"
2113
 
2114
- #: dist/plugins/sns/sns_customizer.php:152 plugins/sns/sns_customizer.php:189
2115
  msgid "Twitter Settings"
2116
  msgstr "Twitter 設定"
2117
 
2118
- #: dist/plugins/sns/sns_customizer.php:175 plugins/sns/sns_customizer.php:212
2119
  #, fuzzy
2120
  #| msgid "twitter ID"
2121
  msgid "Twitter ID"
2122
  msgstr "twitterアカウント"
2123
 
2124
- #: dist/plugins/sns/sns_customizer.php:297 plugins/sns/sns_customizer.php:336
2125
  msgid "Social button style setting"
2126
  msgstr "ソーシャルボタンのスタイル設定"
2127
 
2128
- #: dist/plugins/sns/sns_customizer.php:339 plugins/sns/sns_customizer.php:378
2129
  msgid "Btn color"
2130
  msgstr "ボタンの色:"
2131
 
2132
- #: dist/plugins/sns/sns_customizer.php:374 plugins/sns/sns_customizer.php:413
2133
  #, fuzzy
2134
  #| msgid "Facebook URL:"
2135
  msgid "Facebook "
@@ -2184,106 +2251,106 @@ msgstr "背景の色:"
2184
  msgid "Link color:"
2185
  msgstr "リンクの色:"
2186
 
2187
- #: dist/plugins/template-tags/template-tags.php:95
2188
  #: plugins/template-tags/template-tags.php:116
2189
  #, php-format
2190
  msgid "Author: %s"
2191
  msgstr "著者: %s"
2192
 
2193
- #: dist/plugins/template-tags/template-tags.php:97
2194
- #: dist/plugins/template-tags/template-tags.php:179
2195
  #: plugins/template-tags/template-tags.php:118
2196
  #: plugins/template-tags/template-tags.php:200
2197
  msgctxt "yearly archives date format"
2198
  msgid "Y"
2199
  msgstr "Y年"
2200
 
2201
- #: dist/plugins/template-tags/template-tags.php:99
2202
- #: dist/plugins/template-tags/template-tags.php:183
2203
  #: plugins/template-tags/template-tags.php:120
2204
  #: plugins/template-tags/template-tags.php:204
2205
  msgctxt "monthly archives date format"
2206
  msgid "F Y"
2207
  msgstr "Y年F"
2208
 
2209
- #: dist/plugins/template-tags/template-tags.php:101
2210
  #: plugins/template-tags/template-tags.php:122
2211
  msgctxt "daily archives date format"
2212
  msgid "F j, Y"
2213
  msgstr "Y年Fj日"
2214
 
2215
- #: dist/plugins/template-tags/template-tags.php:104
2216
  #: plugins/template-tags/template-tags.php:125
2217
  msgctxt "post format archive title"
2218
  msgid "Asides"
2219
  msgstr "サイド"
2220
 
2221
- #: dist/plugins/template-tags/template-tags.php:106
2222
  #: plugins/template-tags/template-tags.php:127
2223
  msgctxt "post format archive title"
2224
  msgid "Galleries"
2225
  msgstr "ギャラリー"
2226
 
2227
- #: dist/plugins/template-tags/template-tags.php:108
2228
  #: plugins/template-tags/template-tags.php:129
2229
  msgctxt "post format archive title"
2230
  msgid "Images"
2231
  msgstr "画像"
2232
 
2233
- #: dist/plugins/template-tags/template-tags.php:110
2234
  #: plugins/template-tags/template-tags.php:131
2235
  msgctxt "post format archive title"
2236
  msgid "Videos"
2237
  msgstr "ビデオ"
2238
 
2239
- #: dist/plugins/template-tags/template-tags.php:112
2240
  #: plugins/template-tags/template-tags.php:133
2241
  msgctxt "post format archive title"
2242
  msgid "Quotes"
2243
  msgstr "引用"
2244
 
2245
- #: dist/plugins/template-tags/template-tags.php:114
2246
  #: plugins/template-tags/template-tags.php:135
2247
  msgctxt "post format archive title"
2248
  msgid "Links"
2249
  msgstr "リンク"
2250
 
2251
- #: dist/plugins/template-tags/template-tags.php:116
2252
  #: plugins/template-tags/template-tags.php:137
2253
  msgctxt "post format archive title"
2254
  msgid "Statuses"
2255
  msgstr "ステータス"
2256
 
2257
- #: dist/plugins/template-tags/template-tags.php:118
2258
  #: plugins/template-tags/template-tags.php:139
2259
  msgctxt "post format archive title"
2260
  msgid "Audio"
2261
  msgstr "オーディオ"
2262
 
2263
- #: dist/plugins/template-tags/template-tags.php:120
2264
  #: plugins/template-tags/template-tags.php:141
2265
  msgctxt "post format archive title"
2266
  msgid "Chats"
2267
  msgstr "チャット"
2268
 
2269
- #: dist/plugins/template-tags/template-tags.php:167
2270
- #: dist/plugins/template-tags/template-tags.php:175
2271
  #: plugins/template-tags/template-tags.php:188
2272
  #: plugins/template-tags/template-tags.php:196
2273
  #, php-format
2274
  msgid "About %s"
2275
  msgstr "%s について"
2276
 
2277
- #: dist/plugins/template-tags/template-tags.php:180
2278
  #: plugins/template-tags/template-tags.php:201
2279
  #, php-format
2280
  msgctxt "Yearly archive description"
2281
  msgid "Article of %s."
2282
  msgstr "%s の記事"
2283
 
2284
- #: dist/plugins/template-tags/template-tags.php:184
2285
- #: dist/plugins/template-tags/template-tags.php:188
2286
- #: dist/plugins/template-tags/template-tags.php:193
2287
  #: plugins/template-tags/template-tags.php:205
2288
  #: plugins/template-tags/template-tags.php:209
2289
  #: plugins/template-tags/template-tags.php:214
@@ -2292,7 +2359,7 @@ msgctxt "Archive description"
2292
  msgid "Article of %s."
2293
  msgstr "%s の記事"
2294
 
2295
- #: dist/plugins/template-tags/template-tags.php:211
2296
  #: dist/plugins/wp_title.php:59 plugins/template-tags/template-tags.php:231
2297
  #: plugins/wp_title.php:59
2298
  #, php-format
@@ -2318,22 +2385,22 @@ msgstr "検索結果 : %s"
2318
  msgid "Not found"
2319
  msgstr "見つかりません"
2320
 
2321
- #: dist/plugins/wp_title.php:71 dist/plugins/wp_title.php:83
2322
- #: dist/plugins/wp_title.php:87 plugins/wp_title.php:70 plugins/wp_title.php:82
2323
  #: plugins/wp_title.php:86
2324
  msgid "&lt;title&gt; tag of homepage"
2325
  msgstr "トップページの&lt;title&gt;タグ"
2326
 
2327
- #: dist/plugins/wp_title.php:91 plugins/wp_title.php:90
2328
  msgid "title of the site"
2329
  msgstr "サイトのタイトル"
2330
 
2331
- #: dist/plugins/wp_title.php:92 plugins/wp_title.php:91
2332
  #, php-format
2333
  msgid "Normally \"%1$s\" is placed in the title tags of all the pages."
2334
  msgstr "通常「%1$s」が全ページのタイトルタグに入ります。"
2335
 
2336
- #: dist/plugins/wp_title.php:93 plugins/wp_title.php:94
2337
  #, php-format
2338
  msgid ""
2339
  "For example, it appears in the form of <br />&lt;title&gt;page title | "
@@ -2342,7 +2409,7 @@ msgstr ""
2342
  "例えば固定ページであれば<br>&lt;title&gt;固定ページ名 | %1$s&lt;/title&gt;"
2343
  "<br>というような形式で出力されます。"
2344
 
2345
- #: dist/plugins/wp_title.php:95 plugins/wp_title.php:96
2346
  #, php-format
2347
  msgid ""
2348
  "However, it might have negative impact on search engine rankings if the &lt;"
@@ -2354,11 +2421,11 @@ msgstr ""
2354
  "くなるので、%s は一番検索されたいキーワードを盛り込みつつなるべく短くまとめる"
2355
  "事が望ましいです。"
2356
 
2357
- #: dist/plugins/wp_title.php:97 plugins/wp_title.php:100
2358
  msgid "Tagline"
2359
  msgstr "キャッチフレーズ"
2360
 
2361
- #: dist/plugins/wp_title.php:98 plugins/wp_title.php:101
2362
  #, php-format
2363
  msgid ""
2364
  "In the top page will be output usually in the form of <br />&lt;title&gt;"
@@ -2367,7 +2434,7 @@ msgstr ""
2367
  "トップページでは<br>&lt;title&gt;%1$s | %2$s&lt;/title&gt;<br>というような形"
2368
  "式で出力されます。"
2369
 
2370
- #: dist/plugins/wp_title.php:99 plugins/wp_title.php:104
2371
  msgid ""
2372
  "However, it may be too long in the above format. If the input to the input "
2373
  "field of the following, its contents will be reflected."
@@ -2392,12 +2459,12 @@ msgstr "挿入アイテムの設定"
2392
  msgid "Edit Guide"
2393
  msgstr "編集ガイド"
2394
 
2395
- #: dist/plugins_admin/vk-admin/class-vk-admin.php:279
2396
  #: plugins_admin/vk-admin/class-vk-admin.php:290
2397
  msgid "Sorry, there is no post"
2398
  msgstr "お知らせはありません。"
2399
 
2400
- #: dist/plugins_admin/vk-admin/class-vk-admin.php:333
2401
  #: plugins_admin/vk-admin/class-vk-admin.php:344
2402
  msgid "Vektor WordPress Information"
2403
  msgstr "Vektor WordPress Information"
@@ -2734,70 +2801,6 @@ msgstr "使用中のPHPのバージョン(%s) が古いです。"
2734
  msgid "%s supports PHP5.6 or later."
2735
  msgstr "%s はPHP5.6以降をサポートしています。"
2736
 
2737
- #: plugins/call-to-action/class-vk-call-to-action.php:222
2738
- msgid ""
2739
- "The entered contents are displayed directly. You can not use short codes, "
2740
- "reuse blocks, etc."
2741
- msgstr ""
2742
- "入力された内容は直接表示されます。 ショートコードや再利用ブロックなどは使用で"
2743
- "きません。"
2744
-
2745
- #: plugins/insert_ads.php:217
2746
- msgid "Google Auto ads"
2747
- msgstr "Google自動広告"
2748
-
2749
- #: plugins/insert_ads.php:222
2750
- msgid "About Google Auto ads"
2751
- msgstr "Google自動広告について"
2752
-
2753
- #: plugins/insert_ads.php:225
2754
- msgid ""
2755
- "If you would like to set to Google Auto ads,Please fill in Publisher ID."
2756
- msgstr ""
2757
- "Google自動広告を設定する場合はチェックを入れて、サイト運営者IDを入力してくだ"
2758
- "さい。"
2759
-
2760
- #: plugins/insert_ads.php:227
2761
- msgid "Enable Google Auto ads"
2762
- msgstr "Google自動広告を有効にする"
2763
-
2764
- #: plugins/insert_ads.php:229
2765
- msgid "Publisher ID"
2766
- msgstr "サイト運営者ID"
2767
-
2768
- #: plugins/insert_ads.php:233
2769
- msgid "Google AdSense dashboard"
2770
- msgstr "Google AdSense 管理画面"
2771
-
2772
- #: plugins/insert_ads.php:235
2773
- #, php-format
2774
- msgid ""
2775
- "Publisher ID is you can investigate from the %s > Account information page."
2776
- msgstr "サイト運営者IDは %s > アカウント情報 から確認できます。"
2777
-
2778
- #: plugins/insert_ads.php:238
2779
- msgid "Designate anchor ads at the bottom."
2780
- msgstr "アンカー広告を下部に指定する"
2781
-
2782
- #: plugins/insert_ads.php:240
2783
- msgid ""
2784
- "The layout may collapse by inserting Google Auto ads, but the correspondence "
2785
- "varies depending on the kind, specification, theme etc. of advertisement, so "
2786
- "please write CSS according to your needs about the display collapse and "
2787
- "correct it."
2788
- msgstr ""
2789
- "自動広告の挿入によりレイアウトが崩れる事がありますが、広告の種類・仕様・利用"
2790
- "中のテーマなどにより対応は様々ですので、表示崩れについては各自必要に応じてCSS"
2791
- "を書いて修正してください。"
2792
-
2793
- #: plugins/sns/sns_admin.php:14 plugins/sns/sns_customizer.php:37
2794
- msgid "Post title custom for SNS"
2795
- msgstr "OGPなどの投稿タイトルの変更"
2796
-
2797
- #: plugins/sns/sns_admin.php:16 plugins/sns/sns_customizer.php:59
2798
- msgid "For SNS title be composed by post title only."
2799
- msgstr "投稿タイトルだけにする(サイトタイトルなど含めない)。"
2800
-
2801
  #, fuzzy
2802
  #~| msgid "Display count"
2803
  #~ msgid "Display count:"
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: \n"
4
+ "POT-Creation-Date: 2019-04-26 15:53+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"
71
  msgstr ""
72
  "有効化されているパッケージがありません。何かの機能を有効化してください。"
73
 
74
+ #: dist/plugins/auto_eyecatch.php:50 plugins/auto_eyecatch.php:50
75
  msgid "Automatic EyeCatch"
76
  msgstr "アイキャッチ自動挿入"
77
 
78
+ #: dist/plugins/auto_eyecatch.php:60 plugins/auto_eyecatch.php:60
79
  msgid "Do not set eyecatch image automatic."
80
  msgstr "アイキャッチ画像を自動挿入しない"
81
 
93
  msgstr "キーカラー(暗)"
94
 
95
  #: dist/plugins/call-to-action/class-vk-call-to-action.php:63
96
+ #: dist/plugins/call-to-action/class-vk-call-to-action.php:425
97
  #: plugins/call-to-action/class-vk-call-to-action.php:63
98
  #: plugins/call-to-action/class-vk-call-to-action.php:425
99
  msgid "Edit CTA"
124
  msgstr "CTA Contents"
125
 
126
  #: dist/plugins/call-to-action/class-vk-call-to-action.php:129
127
+ #: dist/plugins/call-to-action/class-vk-call-to-action.php:631
128
  #: dist/plugins/call-to-action/widget-call-to-action.php:74
129
  #: plugins/call-to-action/class-vk-call-to-action.php:129
130
  #: plugins/call-to-action/class-vk-call-to-action.php:631
133
  msgstr "ランダム表示"
134
 
135
  #: dist/plugins/call-to-action/class-vk-call-to-action.php:135
136
+ #: dist/plugins/call-to-action/class-vk-call-to-action.php:638
137
  #: plugins/call-to-action/class-vk-call-to-action.php:135
138
  #: plugins/call-to-action/class-vk-call-to-action.php:638
139
  msgid "Disable display"
176
  "本文欄が入力されている場合は本文の内容が優先して表示されるので以下の内容は無"
177
  "視されます。"
178
 
179
+ #: dist/plugins/call-to-action/class-vk-call-to-action.php:222
180
+ #: plugins/call-to-action/class-vk-call-to-action.php:222
181
+ msgid ""
182
+ "The entered contents are displayed directly. You can not use short codes, "
183
+ "reuse blocks, etc."
184
+ msgstr ""
185
+ "入力された内容は直接表示されます。 ショートコードや再利用ブロックなどは使用で"
186
+ "きません。"
187
+
188
+ #: dist/plugins/call-to-action/class-vk-call-to-action.php:226
189
  #: plugins/call-to-action/class-vk-call-to-action.php:226
190
  msgid "CTA image"
191
  msgstr "CTA画像"
192
 
193
+ #: dist/plugins/call-to-action/class-vk-call-to-action.php:232
194
  #: plugins/call-to-action/class-vk-call-to-action.php:232
195
  msgid "Add image"
196
  msgstr "画像を追加"
197
 
198
+ #: dist/plugins/call-to-action/class-vk-call-to-action.php:233
199
  #: plugins/call-to-action/class-vk-call-to-action.php:233
200
  msgid "Change image"
201
  msgstr "画像を変更"
202
 
203
+ #: dist/plugins/call-to-action/class-vk-call-to-action.php:234
204
  #: plugins/call-to-action/class-vk-call-to-action.php:234
205
  msgid "Remove image"
206
  msgstr "画像を削除"
207
 
208
+ #: dist/plugins/call-to-action/class-vk-call-to-action.php:239
209
  #: plugins/call-to-action/class-vk-call-to-action.php:239
210
  msgid "CTA image position"
211
  msgstr "CTA画像の位置"
212
 
213
+ #: dist/plugins/call-to-action/class-vk-call-to-action.php:242
214
  #: plugins/call-to-action/class-vk-call-to-action.php:242
215
  msgid "right"
216
  msgstr "右寄せ"
217
 
218
+ #: dist/plugins/call-to-action/class-vk-call-to-action.php:243
219
  #: plugins/call-to-action/class-vk-call-to-action.php:243
220
  msgid "center"
221
  msgstr "中央"
222
 
223
+ #: dist/plugins/call-to-action/class-vk-call-to-action.php:244
224
  #: plugins/call-to-action/class-vk-call-to-action.php:244
225
  msgid "left"
226
  msgstr "左寄せ"
227
 
228
+ #: dist/plugins/call-to-action/class-vk-call-to-action.php:248
229
  #: plugins/call-to-action/class-vk-call-to-action.php:248
230
  msgid "Button text"
231
  msgstr "ボタンの表記文言"
232
 
233
+ #: dist/plugins/call-to-action/class-vk-call-to-action.php:252
234
  #: plugins/call-to-action/class-vk-call-to-action.php:252
235
  msgid "Button icon"
236
  msgstr "ボタンアイコン"
237
 
238
+ #: dist/plugins/call-to-action/class-vk-call-to-action.php:253
239
  #: dist/plugins/other_widget/widget-button.php:122
240
  #: plugins/call-to-action/class-vk-call-to-action.php:253
241
  #: plugins/other_widget/widget-button.php:122
242
  msgid "To choose your favorite icon, and enter the class."
243
  msgstr "アイコンフォントを選んでそのクラス名を入力してください。"
244
 
245
+ #: dist/plugins/call-to-action/class-vk-call-to-action.php:254
246
  #: dist/plugins/other_widget/widget-button.php:123
247
  #: plugins/call-to-action/class-vk-call-to-action.php:254
248
  #: plugins/other_widget/widget-button.php:123
249
  msgid "Before :"
250
  msgstr "文字の前 :"
251
 
252
+ #: dist/plugins/call-to-action/class-vk-call-to-action.php:256
253
  #: dist/plugins/other_widget/widget-button.php:125
254
  #: plugins/call-to-action/class-vk-call-to-action.php:256
255
  #: plugins/other_widget/widget-button.php:125
256
  msgid "After :"
257
  msgstr "文字の後 :"
258
 
259
+ #: dist/plugins/call-to-action/class-vk-call-to-action.php:268
260
  #: plugins/call-to-action/class-vk-call-to-action.php:268
261
  msgid "Button link url"
262
  msgstr "ボタンのリンク先URL"
263
 
264
+ #: dist/plugins/call-to-action/class-vk-call-to-action.php:281
265
  #: plugins/call-to-action/class-vk-call-to-action.php:281
266
  msgid "Target window"
267
  msgstr "リンク先ターゲット"
268
 
269
+ #: dist/plugins/call-to-action/class-vk-call-to-action.php:283
270
  #: plugins/call-to-action/class-vk-call-to-action.php:283
271
  msgid "Open in a self window"
272
  msgstr "同じウィンドウで開く"
273
 
274
+ #: dist/plugins/call-to-action/class-vk-call-to-action.php:285
275
  #: plugins/call-to-action/class-vk-call-to-action.php:285
276
  msgid "Text message"
277
  msgstr "テキストメッセージ"
278
 
279
+ #: dist/plugins/call-to-action/class-vk-call-to-action.php:291
280
  #: dist/plugins/call-to-action/widget-call-to-action.php:91
281
  #: plugins/call-to-action/class-vk-call-to-action.php:291
282
  #: plugins/call-to-action/widget-call-to-action.php:91
378
  msgid "Display a child page index"
379
  msgstr "子ページ一覧の表示"
380
 
381
+ #: dist/plugins/contact-section/contact-section.php:107
382
+ #: dist/plugins/contact-section/contact-section.php:138
383
  #: plugins/contact-section/contact-section.php:107
384
  #: plugins/contact-section/contact-section.php:138
385
  msgid "Contact Information"
386
  msgstr "お問い合わせ情報"
387
 
388
+ #: dist/plugins/contact-section/contact-section.php:117
389
+ #: dist/plugins/contact-section/contact-section.php:149
390
  #: dist/plugins/contact-section/customizer.php:53
391
  #: dist/plugins/contact-section/customizer.php:67
392
  #: plugins/contact-section/contact-section.php:117
396
  msgid "Please feel free to inquire."
397
  msgstr "お気軽にお問い合わせください。"
398
 
399
+ #: dist/plugins/contact-section/contact-section.php:120
400
  #: dist/plugins/contact-section/customizer.php:116
401
  #: plugins/contact-section/contact-section.php:120
402
  #: plugins/contact-section/customizer.php:116
403
  msgid "Office hours 9:00 - 18:00 [ Weekdays except holidays ]"
404
  msgstr "受付時間 9:00-18:00 [ 土・日・祝日除く ]"
405
 
406
+ #: dist/plugins/contact-section/contact-section.php:122
407
+ #: dist/plugins/contact-section/contact-section.php:124
408
  #: dist/plugins/contact-section/customizer.php:158
409
  #: dist/plugins/contact-section/customizer.php:200
410
  #: plugins/contact-section/contact-section.php:122
414
  msgid "Contact us"
415
  msgstr "お問い合わせ"
416
 
417
+ #: dist/plugins/contact-section/contact-section.php:140
418
  #: dist/plugins/contact-section/customizer.php:33
419
  #: plugins/contact-section/contact-section.php:140
420
  #: plugins/contact-section/customizer.php:33
425
  "ここに入力された内容が各固定ページ下部や『お問い合わせ情報』ウィジェット、"
426
  "『お問い合わせボタン』ウィジェットなどに反映されます。"
427
 
428
+ #: dist/plugins/contact-section/contact-section.php:142
429
  #: dist/plugins/contact-section/customizer.php:35
430
  #: plugins/contact-section/contact-section.php:142
431
  #: plugins/contact-section/customizer.php:35
436
  "固定ページに表示する場合は、各固定ページの編集画面で\"お問い合わせ情報の表示"
437
  "\"にチェックを入れる必要があります。"
438
 
439
+ #: dist/plugins/contact-section/contact-section.php:146
440
  #: dist/plugins/contact-section/customizer.php:62
441
  #: plugins/contact-section/contact-section.php:146
442
  #: plugins/contact-section/customizer.php:62
443
  msgid "Message"
444
  msgstr "メッセージ"
445
 
446
+ #: dist/plugins/contact-section/contact-section.php:149
447
+ #: dist/plugins/contact-section/contact-section.php:156
448
+ #: dist/plugins/contact-section/contact-section.php:163
449
+ #: dist/plugins/contact-section/contact-section.php:170
450
+ #: dist/plugins/contact-section/contact-section.php:178
451
+ #: dist/plugins/contact-section/contact-section.php:186
452
+ #: dist/plugins/contact-section/contact-section.php:194
453
  #: dist/plugins/contact-section/customizer.php:67
454
  #: dist/plugins/contact-section/customizer.php:88
455
  #: dist/plugins/contact-section/customizer.php:109
458
  #: dist/plugins/contact-section/customizer.php:172
459
  #: dist/plugins/contact-section/customizer.php:193
460
  #: dist/plugins/google_analytics/ga_admin.php:16
461
+ #: dist/plugins/sns/sns_admin.php:38
462
  #: plugins/contact-section/contact-section.php:149
463
  #: plugins/contact-section/contact-section.php:156
464
  #: plugins/contact-section/contact-section.php:163
477
  msgid "ex) "
478
  msgstr "例) "
479
 
480
+ #: dist/plugins/contact-section/contact-section.php:153
481
  #: dist/plugins/contact-section/customizer.php:83
482
  #: plugins/contact-section/contact-section.php:153
483
  #: plugins/contact-section/customizer.php:83
484
  msgid "Phone number"
485
  msgstr "電話番号"
486
 
487
+ #: dist/plugins/contact-section/contact-section.php:160
488
  #: dist/plugins/contact-section/customizer.php:104
489
  #: plugins/contact-section/contact-section.php:160
490
  #: plugins/contact-section/customizer.php:104
491
  msgid "Phone icon"
492
  msgstr "電話アイコン"
493
 
494
+ #: dist/plugins/contact-section/contact-section.php:167
495
+ #: dist/plugins/contact-section/contact-section.php:170
496
  #: dist/plugins/contact-section/customizer.php:125
497
  #: dist/plugins/contact-section/customizer.php:130
498
  #: plugins/contact-section/contact-section.php:167
502
  msgid "Office hours"
503
  msgstr "営業時間"
504
 
505
+ #: dist/plugins/contact-section/contact-section.php:170
506
  #: dist/plugins/contact-section/customizer.php:130
507
  #: plugins/contact-section/contact-section.php:170
508
  #: plugins/contact-section/customizer.php:130
509
  msgid "Weekdays except holidays"
510
  msgstr "土日・祝日除く"
511
 
512
+ #: dist/plugins/contact-section/contact-section.php:175
513
  #: dist/plugins/contact-section/customizer.php:146
514
  #: plugins/contact-section/contact-section.php:175
515
  #: plugins/contact-section/customizer.php:146
516
  msgid "The contact page URL"
517
  msgstr "お問い合わせ先URL"
518
 
519
+ #: dist/plugins/contact-section/contact-section.php:178
520
  #: dist/plugins/contact-section/customizer.php:151
521
  #: plugins/contact-section/contact-section.php:178
522
  #: plugins/contact-section/customizer.php:151
523
  msgid "or"
524
  msgstr "もしくは"
525
 
526
+ #: dist/plugins/contact-section/contact-section.php:179
527
  #: dist/plugins/contact-section/customizer.php:151
528
  #: plugins/contact-section/contact-section.php:179
529
  #: plugins/contact-section/customizer.php:151
530
  msgid "* If you fill in the blank, widget's contact button does not appear."
531
  msgstr "※ 未入力の場合、お問い合わせウィジェットには何も表示されません。"
532
 
533
+ #: dist/plugins/contact-section/contact-section.php:183
534
  #: dist/plugins/contact-section/customizer.php:167
535
  #: plugins/contact-section/contact-section.php:183
536
  #: plugins/contact-section/customizer.php:167
537
  msgid "Contact button Text"
538
  msgstr "お問い合わせボタンに表示するテキスト"
539
 
540
+ #: dist/plugins/contact-section/contact-section.php:186
541
  #: dist/plugins/contact-section/customizer.php:172
542
  #: plugins/contact-section/contact-section.php:186
543
  #: plugins/contact-section/customizer.php:172
544
  msgid "Contact Us from email."
545
  msgstr "メールでのお問い合わせはこちら"
546
 
547
+ #: dist/plugins/contact-section/contact-section.php:191
548
  #: dist/plugins/contact-section/customizer.php:188
549
  #: plugins/contact-section/contact-section.php:191
550
  #: plugins/contact-section/customizer.php:188
551
  msgid "Contact button text( sub )"
552
  msgstr "お問い合わせボタンに表示するテキスト2(オプション)"
553
 
554
+ #: dist/plugins/contact-section/contact-section.php:195
555
  #: dist/plugins/contact-section/customizer.php:193
556
  #: plugins/contact-section/contact-section.php:195
557
  #: plugins/contact-section/customizer.php:193
558
  msgid "Email contact form"
559
  msgstr "お気軽にお問い合わせください。"
560
 
561
+ #: dist/plugins/contact-section/contact-section.php:200
562
  #: dist/plugins/contact-section/customizer.php:209
563
  #: plugins/contact-section/contact-section.php:200
564
  #: plugins/contact-section/customizer.php:209
565
  msgid "Contact button short text for side widget"
566
  msgstr "お問い合わせボタンウィジェットに表示するテキスト"
567
 
568
+ #: dist/plugins/contact-section/contact-section.php:204
569
  #: dist/plugins/contact-section/customizer.php:214
570
  #: plugins/contact-section/contact-section.php:204
571
  #: plugins/contact-section/customizer.php:214
574
  "このテキストはお問い合わせボタンウィジェットで使用されます。サイドバーでの利"
575
  "用を想定していますので少ない文字数で設定してください。"
576
 
577
+ #: dist/plugins/contact-section/contact-section.php:208
578
  #: plugins/contact-section/contact-section.php:208
579
  msgid "Advanced Setting"
580
  msgstr "高度な設定"
581
 
582
+ #: dist/plugins/contact-section/contact-section.php:217
583
  #: dist/plugins/contact-section/customizer.php:238
584
  #: plugins/contact-section/contact-section.php:217
585
  #: plugins/contact-section/customizer.php:238
586
  msgid "Inquiry Banner image"
587
  msgstr "お問い合わせバナー画像"
588
 
589
+ #: dist/plugins/contact-section/contact-section.php:219
590
  #: plugins/contact-section/contact-section.php:219
591
  msgid "Select Image"
592
  msgstr "画像を選択"
593
 
594
+ #: dist/plugins/contact-section/contact-section.php:220
595
  #: dist/plugins/contact-section/customizer.php:228
596
  #: plugins/contact-section/contact-section.php:220
597
  #: plugins/contact-section/customizer.php:228
599
  msgstr ""
600
  "画像が登録されている場合は標準のお問い合わせ情報ではなく画像が表示されます。"
601
 
602
+ #: dist/plugins/contact-section/contact-section.php:224
603
  #: dist/plugins/contact-section/customizer.php:264
604
  #: plugins/contact-section/contact-section.php:224
605
  #: plugins/contact-section/customizer.php:264
606
  msgid "Display HTML message instead of the standard"
607
  msgstr "お問い合わせ情報として表示するHTML"
608
 
609
+ #: dist/plugins/contact-section/contact-section.php:226
610
  #: dist/plugins/contact-section/customizer.php:257
611
  #: plugins/contact-section/contact-section.php:226
612
  #: plugins/contact-section/customizer.php:257
613
  msgid "HTML takes precedence over image"
614
  msgstr "HTMLが登録されている場合は画像より優先されます。"
615
 
616
+ #: dist/plugins/contact-section/contact-section.php:248
617
  #: plugins/contact-section/contact-section.php:248
618
  msgid "Display Contact Section"
619
  msgstr "お問い合わせ情報の表示"
620
 
621
+ #: dist/plugins/contact-section/contact-section.php:388
622
+ #: dist/plugins/contact-section/contact-section.php:441
623
  #: plugins/contact-section/contact-section.php:388
624
  #: plugins/contact-section/contact-section.php:441
625
  msgid "Edit contact information"
626
  msgstr "Contact情報を編集"
627
 
628
+ #: dist/plugins/contact-section/contact-section.php:457
629
  #: plugins/contact-section/contact-section.php:457
630
  msgid "Contact Button"
631
  msgstr "お問い合わせボタン"
632
 
633
+ #: dist/plugins/contact-section/contact-section.php:458
634
  #: plugins/contact-section/contact-section.php:458
635
  msgid "Display contact button."
636
  msgstr "お問い合わせボタンを表示します。"
637
 
638
+ #: dist/plugins/contact-section/contact-section.php:459
639
+ #: dist/plugins/contact-section/contact-section.php:487
640
+ #: dist/plugins/contact-section/contact-section.php:509
641
  #: plugins/contact-section/contact-section.php:459
642
  #: plugins/contact-section/contact-section.php:487
643
  #: plugins/contact-section/contact-section.php:509
648
  msgstr ""
649
  "「%s」→ 「メイン設定」ページで『お問い合わせ情報』を設定する必要があります。"
650
 
651
+ #: dist/plugins/contact-section/contact-section.php:486
652
  #: plugins/contact-section/contact-section.php:486
653
  msgid "Display contact button"
654
  msgstr "お問い合わせボタンを表示します。"
655
 
656
+ #: dist/plugins/contact-section/contact-section.php:507
657
  #: dist/veu-packages.php:264 plugins/contact-section/contact-section.php:507
658
  #: veu-packages.php:264
659
  msgid "Contact Section"
660
  msgstr "お問い合わせ情報"
661
 
662
+ #: dist/plugins/contact-section/contact-section.php:508
663
  #: plugins/contact-section/contact-section.php:508
664
  msgid "Display Phone number and contact button etc."
665
  msgstr "電話番号とお問い合わせボタンなどを表示します。"
666
 
667
+ #: dist/plugins/contact-section/contact-section.php:537
668
  #: plugins/contact-section/contact-section.php:537
669
  #, php-format
670
  msgid ""
687
  msgstr "ヘッダーには反映されません。"
688
 
689
  #: dist/plugins/css_customize/css_customize-edit.php:2
690
+ #: dist/plugins/css_customize/css_customize.php:30
691
+ #: dist/plugins/css_customize/css_customize.php:44
692
  #: dist/plugins/css_customize/css_customize.php:45
 
693
  #: plugins/css_customize/css_customize-edit.php:2
694
  #: plugins/css_customize/css_customize.php:30
695
  #: plugins/css_customize/css_customize.php:44
712
  msgid "Custom CSS"
713
  msgstr "カスタムCSS"
714
 
715
+ #: dist/plugins/css_customize/css_customize.php:100
716
  #: plugins/css_customize/css_customize.php:100
717
  msgid "Your custom CSS was saved."
718
  msgstr "CSSが保存されました"
719
 
720
+ #: dist/plugins/css_customize/css_customize.php:103
721
  #: plugins/css_customize/css_customize.php:103
722
  msgid "Error occured. Please try again."
723
  msgstr "何らかのエラー!! また試してみてください"
873
  msgid "Please upload your \".ico\" file"
874
  msgstr "作成したicoファイルをアップロードしてください"
875
 
876
+ #: dist/plugins/insert_ads.php:38 dist/plugins/insert_ads.php:218
877
  #: dist/veu-packages.php:322 plugins/insert_ads.php:38
878
+ #: plugins/insert_ads.php:218 veu-packages.php:322
879
  msgid "Insert ads"
880
  msgstr "広告の挿入"
881
 
882
+ #: dist/plugins/insert_ads.php:228 plugins/insert_ads.php:228
883
+ msgid "Google Auto ads"
884
+ msgstr "Google自動広告"
885
+
886
+ #: dist/plugins/insert_ads.php:233 plugins/insert_ads.php:233
887
+ msgid "About Google Auto ads"
888
+ msgstr "Google自動広告について"
889
+
890
+ #: dist/plugins/insert_ads.php:236 plugins/insert_ads.php:236
891
+ msgid ""
892
+ "If you would like to set to Google Auto ads,Please fill in Publisher ID."
893
+ msgstr ""
894
+ "Google自動広告を設定する場合はチェックを入れて、サイト運営者IDを入力してくだ"
895
+ "さい。"
896
+
897
+ #: dist/plugins/insert_ads.php:238 plugins/insert_ads.php:238
898
+ msgid "Enable Google Auto ads"
899
+ msgstr "Google自動広告を有効にする"
900
+
901
+ #: dist/plugins/insert_ads.php:240 plugins/insert_ads.php:240
902
+ msgid "Publisher ID"
903
+ msgstr "サイト運営者ID"
904
+
905
+ #: dist/plugins/insert_ads.php:244 plugins/insert_ads.php:244
906
+ msgid "Google AdSense dashboard"
907
+ msgstr "Google AdSense 管理画面"
908
+
909
+ #: dist/plugins/insert_ads.php:246 plugins/insert_ads.php:246
910
+ #, php-format
911
+ msgid ""
912
+ "Publisher ID is you can investigate from the %s > Account information page."
913
+ msgstr "サイト運営者IDは %s > アカウント情報 から確認できます。"
914
+
915
+ #: dist/plugins/insert_ads.php:249 plugins/insert_ads.php:249
916
+ msgid "Designate anchor ads at the bottom."
917
+ msgstr "アンカー広告を下部に指定する"
918
+
919
+ #: dist/plugins/insert_ads.php:251 plugins/insert_ads.php:251
920
+ msgid ""
921
+ "The layout may collapse by inserting Google Auto ads, but the correspondence "
922
+ "varies depending on the kind, specification, theme etc. of advertisement, so "
923
+ "please write CSS according to your needs about the display collapse and "
924
+ "correct it."
925
+ msgstr ""
926
+ "自動広告の挿入によりレイアウトが崩れる事がありますが、広告の種類・仕様・利用"
927
+ "中のテーマなどにより対応は様々ですので、表示崩れについては各自必要に応じてCSS"
928
+ "を書いて修正してください。"
929
+
930
+ #: dist/plugins/insert_ads.php:259 plugins/insert_ads.php:259
931
  msgid "Insert ads to post."
932
  msgstr "投稿に広告を挿入"
933
 
934
+ #: dist/plugins/insert_ads.php:261 plugins/insert_ads.php:261
935
  msgid "Insert ads to before content and more tag and after content."
936
  msgstr "記事の直前 / moreタグの直後 / 記事の最後に広告を挿入できます。"
937
 
938
+ #: dist/plugins/insert_ads.php:261 plugins/insert_ads.php:261
939
  msgid "If you want to separate ads area, you fill two fields."
940
  msgstr "2つのフィールドに分けて挿入すると、横並び(col-md-6)に表示されます。"
941
 
942
+ #: dist/plugins/insert_ads.php:263 plugins/insert_ads.php:263
943
  msgid "insert the ad [ before content ]"
944
  msgstr "広告を挿入 [ 記事の最初 ]"
945
 
946
+ #: dist/plugins/insert_ads.php:271 plugins/insert_ads.php:271
947
  msgid "insert the ad [ more tag ]"
948
  msgstr "広告を挿入 [ moreタグ ]"
949
 
950
+ #: dist/plugins/insert_ads.php:279 plugins/insert_ads.php:279
951
  msgid "insert the ad [ after content ]"
952
  msgstr "広告を挿入 [ 記事の最後 ]"
953
 
1086
  msgstr "3PR エリア設定"
1087
 
1088
  #: dist/plugins/other_widget/widget-3pr-area.php:56
1089
+ #: dist/plugins/other_widget/widget-new-posts.php:243
1090
  #: dist/plugins/other_widget/widget-page.php:126
1091
  #: dist/plugins/other_widget/widget-pr-blocks.php:111
1092
  #: dist/plugins/other_widget/widget-profile.php:55
1094
  #: dist/plugins/sns/widget-fb-page-plugin.php:79
1095
  #: dist/plugins/sns/widget-twitter.php:84
1096
  #: plugins/other_widget/widget-3pr-area.php:56
1097
+ #: plugins/other_widget/widget-new-posts.php:243
1098
  #: plugins/other_widget/widget-page.php:126
1099
  #: plugins/other_widget/widget-pr-blocks.php:111
1100
  #: plugins/other_widget/widget-profile.php:55
1110
 
1111
  #: dist/plugins/other_widget/widget-3pr-area.php:72
1112
  #: dist/plugins/other_widget/widget-3pr-area.php:90
1113
+ #: dist/plugins/other_widget/widget-new-posts.php:290
1114
  #: dist/plugins/other_widget/widget-pr-blocks.php:174
1115
  #: dist/plugins/other_widget/widget-profile.php:70
1116
  #: plugins/other_widget/widget-3pr-area.php:72
1117
  #: plugins/other_widget/widget-3pr-area.php:90
1118
+ #: plugins/other_widget/widget-new-posts.php:290
1119
  #: plugins/other_widget/widget-pr-blocks.php:174
1120
  #: plugins/other_widget/widget-profile.php:70
1121
  msgid "Select image"
1123
 
1124
  #: dist/plugins/other_widget/widget-3pr-area.php:73
1125
  #: dist/plugins/other_widget/widget-3pr-area.php:91
1126
+ #: dist/plugins/other_widget/widget-new-posts.php:291
1127
  #: dist/plugins/other_widget/widget-pr-blocks.php:175
1128
  #: dist/plugins/other_widget/widget-profile.php:71
1129
  #: plugins/other_widget/widget-3pr-area.php:73
1130
  #: plugins/other_widget/widget-3pr-area.php:91
1131
+ #: plugins/other_widget/widget-new-posts.php:291
1132
  #: plugins/other_widget/widget-pr-blocks.php:175
1133
  #: plugins/other_widget/widget-profile.php:71
1134
  msgid "Clear image"
1186
  msgstr "月別アーカイブ"
1187
 
1188
  #: dist/plugins/other_widget/widget-archives.php:68
1189
+ #: dist/plugins/other_widget/widget-new-posts.php:261
1190
+ #: dist/plugins/other_widget/widget-new-posts.php:268
1191
  #: plugins/other_widget/widget-archives.php:68
1192
+ #: plugins/other_widget/widget-new-posts.php:261
1193
+ #: plugins/other_widget/widget-new-posts.php:268
1194
  msgid "Title"
1195
  msgstr "タイトル"
1196
 
1338
  msgid "Display the child pages list from ancestor page."
1339
  msgstr "表示しているページの先祖階層からの子ページリストを表示します。"
1340
 
1341
+ #: dist/plugins/other_widget/widget-new-posts.php:12
1342
+ #: dist/plugins/other_widget/widget-new-posts.php:217
1343
+ #: plugins/other_widget/widget-new-posts.php:12
1344
+ #: plugins/other_widget/widget-new-posts.php:217
1345
  msgid "Recent Posts"
1346
  msgstr "最新記事"
1347
 
1348
+ #: dist/plugins/other_widget/widget-new-posts.php:17
1349
+ #: plugins/other_widget/widget-new-posts.php:17
1350
  msgid "Displays a list of your most recent posts"
1351
  msgstr "最新の投稿記事リストを表示します。"
1352
 
1353
+ #: dist/plugins/other_widget/widget-new-posts.php:254
1354
+ #: plugins/other_widget/widget-new-posts.php:254
1355
  msgid "Display Format"
1356
  msgstr "表示形式"
1357
 
1358
+ #: dist/plugins/other_widget/widget-new-posts.php:261
1359
+ #: plugins/other_widget/widget-new-posts.php:261
1360
  msgid "Thumbnail"
1361
  msgstr "サムネイル画像"
1362
 
1363
+ #: dist/plugins/other_widget/widget-new-posts.php:261
1364
+ #: dist/plugins/other_widget/widget-new-posts.php:268
1365
+ #: plugins/other_widget/widget-new-posts.php:261
1366
+ #: plugins/other_widget/widget-new-posts.php:268
1367
  msgid "Date"
1368
  msgstr "日付"
1369
 
1370
+ #: dist/plugins/other_widget/widget-new-posts.php:268
1371
  #: dist/plugins/other_widget/widget-taxonomies.php:26
1372
  #: dist/plugins/other_widget/widget-taxonomies.php:56
1373
  #: dist/plugins/other_widget/widget-taxonomies.php:57
1374
+ #: plugins/other_widget/widget-new-posts.php:268
1375
  #: plugins/other_widget/widget-taxonomies.php:26
1376
  #: plugins/other_widget/widget-taxonomies.php:56
1377
  #: plugins/other_widget/widget-taxonomies.php:57
1378
  msgid "Category"
1379
  msgstr "カテゴリー"
1380
 
1381
+ #: dist/plugins/other_widget/widget-new-posts.php:281
1382
+ #: plugins/other_widget/widget-new-posts.php:281
1383
  msgid "Default thumbnail image:"
1384
  msgstr "デフォルトのサムネイル画像:"
1385
 
1386
+ #: dist/plugins/other_widget/widget-new-posts.php:302
1387
+ #: plugins/other_widget/widget-new-posts.php:302
1388
  msgid "Order by"
1389
  msgstr "表示順"
1390
 
1391
+ #: dist/plugins/other_widget/widget-new-posts.php:309
1392
+ #: plugins/other_widget/widget-new-posts.php:309
1393
  msgid "Publish date"
1394
  msgstr "公開日"
1395
 
1396
+ #: dist/plugins/other_widget/widget-new-posts.php:315
1397
+ #: plugins/other_widget/widget-new-posts.php:315
1398
  msgid "Modified date"
1399
  msgstr "最終更新日"
1400
 
1401
+ #: dist/plugins/other_widget/widget-new-posts.php:319
1402
  #: dist/plugins/related_posts/related_posts.php:281
1403
+ #: plugins/other_widget/widget-new-posts.php:319
1404
  #: plugins/related_posts/related_posts.php:281
1405
  msgid "Display count"
1406
  msgstr "表示する記事数"
1407
 
1408
+ #: dist/plugins/other_widget/widget-new-posts.php:324
1409
+ #: plugins/other_widget/widget-new-posts.php:324
1410
  msgid "Slug for the custom type you want to display"
1411
  msgstr "表示したい記事タイプ"
1412
 
1413
+ #: dist/plugins/other_widget/widget-new-posts.php:329
1414
+ #: plugins/other_widget/widget-new-posts.php:329
1415
  msgid "taxonomy ID"
1416
  msgstr "カテゴリー(タクソノミー)ID"
1417
 
1418
+ #: dist/plugins/other_widget/widget-new-posts.php:332
1419
+ #: plugins/other_widget/widget-new-posts.php:332
1420
  msgid "if you need filtering by term, add the term ID separate by \",\"."
1421
  msgstr ""
1422
  "特定のカテゴリーのみ表示したい場合は<br/>カンマ(,)区切りでカテゴリーIDを入力"
1423
  "します。"
1424
 
1425
+ #: dist/plugins/other_widget/widget-new-posts.php:334
1426
+ #: dist/plugins/sns/sns_admin.php:92
1427
+ #: plugins/other_widget/widget-new-posts.php:334 plugins/sns/sns_admin.php:92
1428
  msgid "if empty this area, I will do not filtering."
1429
  msgstr "空欄の場合はフィルタリングは行いません。"
1430
 
1431
+ #: dist/plugins/other_widget/widget-new-posts.php:339
1432
+ #: plugins/other_widget/widget-new-posts.php:339
1433
  msgid "Destination URL:"
1434
  msgstr "リンク先URL:"
1435
 
1436
+ #: dist/plugins/other_widget/widget-new-posts.php:342
1437
+ #: plugins/other_widget/widget-new-posts.php:342
1438
  msgid "Notation text:"
1439
  msgstr "表記テキスト:"
1440
 
1569
 
1570
  #: dist/plugins/other_widget/widget-pr-blocks.php:155
1571
  #: dist/plugins/other_widget/widget-profile.php:151
1572
+ #: dist/plugins/sns/sns_customizer.php:356
1573
  #: plugins/other_widget/widget-pr-blocks.php:155
1574
  #: plugins/other_widget/widget-profile.php:151
1575
  #: plugins/sns/sns_customizer.php:356
1724
  msgstr "ブログ"
1725
 
1726
  #: dist/plugins/other_widget/widget-taxonomies.php:111
1727
+ #: dist/plugins/template-tags/template-tags.php:157
1728
  #: plugins/other_widget/widget-taxonomies.php:111
1729
  #: plugins/template-tags/template-tags.php:157
1730
  msgid "Archives"
1939
  msgid "Edit follow button"
1940
  msgstr "Follow me box の編集"
1941
 
1942
+ #: dist/plugins/sns/function_meta_box.php:29
1943
  #: plugins/sns/function_meta_box.php:29
1944
  msgid "Sns Title"
1945
  msgstr "OGPタイトル"
1946
 
1947
+ #: dist/plugins/sns/function_meta_box.php:40
1948
  #: plugins/sns/function_meta_box.php:40
1949
  msgid "if filled this area then override title of OGP and Twitter Card"
1950
  msgstr ""
1963
  msgid "Don't display share bottons."
1964
  msgstr "ソーシャルボタンを表示しない"
1965
 
1966
+ #: dist/plugins/sns/sns.php:21 plugins/sns/sns.php:21
1967
  msgid "SNS"
1968
  msgstr "SNS"
1969
 
1970
+ #: dist/plugins/sns/sns.php:151 plugins/sns/sns.php:151
1971
  msgctxt "facebook language code"
1972
  msgid "en_US"
1973
  msgstr "ja_JP"
1974
 
1975
+ #: dist/plugins/sns/sns_admin.php:1 dist/plugins/sns/sns_customizer.php:26
1976
  #: plugins/sns/sns_admin.php:1 plugins/sns/sns_customizer.php:26
1977
  msgid "SNS Settings"
1978
  msgstr "SNS設定"
1979
 
1980
+ #: dist/plugins/sns/sns_admin.php:14 dist/plugins/sns/sns_customizer.php:37
1981
+ #: plugins/sns/sns_admin.php:14 plugins/sns/sns_customizer.php:37
1982
+ msgid "Post title custom for SNS"
1983
+ msgstr "OGPなどの投稿タイトルの変更"
1984
+
1985
+ #: dist/plugins/sns/sns_admin.php:16 dist/plugins/sns/sns_customizer.php:59
1986
+ #: plugins/sns/sns_admin.php:16 plugins/sns/sns_customizer.php:59
1987
+ msgid "For SNS title be composed by post title only."
1988
+ msgstr "投稿タイトルだけにする(サイトタイトルなど含めない)。"
1989
+
1990
+ #: dist/plugins/sns/sns_admin.php:20 plugins/sns/sns_admin.php:20
1991
  msgid "facebook application ID"
1992
  msgstr "facebookアプリケーションID"
1993
 
1994
+ #: dist/plugins/sns/sns_admin.php:22 plugins/sns/sns_admin.php:22
1995
  msgid "I will check and get the application ID"
1996
  msgstr "アプリケーションIDを確認・取得する "
1997
 
1998
+ #: dist/plugins/sns/sns_admin.php:23 plugins/sns/sns_admin.php:23
1999
  msgid ""
2000
  "* If an application ID is not specified, neither a Like button nor the "
2001
  "comment field displays and operates correctly."
2003
  "※アプリケーションIDを入力しないとボタンやコメント欄が表示・正しく動作しませ"
2004
  "ん。"
2005
 
2006
+ #: dist/plugins/sns/sns_admin.php:24 plugins/sns/sns_admin.php:24
2007
  msgid ""
2008
  "Please search for terms as [get Facebook application ID] If you do not know "
2009
  "much about how to get application ID for Facebook."
2011
  "facebookのアプリケーションIDの取得方法についてよくわからない場合は「facebook "
2012
  "アプリケーションID 取得」などで検索して下さい。"
2013
 
2014
+ #: dist/plugins/sns/sns_admin.php:28 plugins/sns/sns_admin.php:28
2015
  msgid "facebook page URL"
2016
  msgstr "FacebookページURL"
2017
 
2018
+ #: dist/plugins/sns/sns_admin.php:33 dist/plugins/sns/sns_customizer.php:140
2019
  #: plugins/sns/sns_admin.php:33 plugins/sns/sns_customizer.php:140
2020
  msgid "OG default image"
2021
  msgstr "デフォルトのOGPイメージ"
2022
 
2023
+ #: dist/plugins/sns/sns_admin.php:34 plugins/sns/sns_admin.php:34
2024
  msgid ""
2025
  "If, for example someone pressed the Facebook [Like] button, this is the "
2026
  "image that appears on the Facebook timeline."
2028
  "Facebookの「いいね!」ボタンを押した際、ここで設定した画像が Facebook のタイ"
2029
  "ムラインに表示されます。"
2030
 
2031
+ #: dist/plugins/sns/sns_admin.php:35 plugins/sns/sns_admin.php:35
2032
  msgid "If a featured image is specified for the page, it takes precedence."
2033
  msgstr ""
2034
  "ページにアイキャッチ画像が指定されている場合は、アイキャッチ画像が優先されま"
2035
  "す。"
2036
 
2037
+ #: dist/plugins/sns/sns_admin.php:37 plugins/sns/sns_admin.php:37
2038
  msgid "Select an image"
2039
  msgstr "画像を選択"
2040
 
2041
+ #: dist/plugins/sns/sns_admin.php:39 plugins/sns/sns_admin.php:39
2042
  msgid ""
2043
  "* Picture sizes are 1280x720 pixels or more and picture ratio 16:9 is "
2044
  "recommended."
2045
  msgstr "画像サイズ 橫 1280px 縦 720px 以上、画像比率 16:9 を推奨します。"
2046
 
2047
+ #: dist/plugins/sns/sns_admin.php:43 plugins/sns/sns_admin.php:43
2048
  msgid "twitter ID"
2049
  msgstr "twitterアカウント"
2050
 
2051
+ #: dist/plugins/sns/sns_admin.php:48 plugins/sns/sns_admin.php:48
2052
  msgid "OG tags"
2053
  msgstr "OGタグ"
2054
 
2055
+ #: dist/plugins/sns/sns_admin.php:50 dist/plugins/sns/sns_customizer.php:176
2056
  #: plugins/sns/sns_admin.php:50 plugins/sns/sns_customizer.php:176
2057
  msgid "Print the OG tags"
2058
  msgstr "OGタグを出力する"
2059
 
2060
+ #: dist/plugins/sns/sns_admin.php:51 dist/plugins/sns/sns_customizer.php:180
2061
  #: plugins/sns/sns_admin.php:51 plugins/sns/sns_customizer.php:180
2062
  msgid ""
2063
  "If other plug-ins are used for the OG, do not output the OG using this "
2066
  "OGタグの出力を選択して下さい。もし他のプラグインやテーマでOGタグを出力してい"
2067
  "る場合は、このプラグインでの出力は必要ありません。"
2068
 
2069
+ #: dist/plugins/sns/sns_admin.php:56 dist/plugins/sns/sns_customizer.php:236
2070
  #: plugins/sns/sns_admin.php:56 plugins/sns/sns_customizer.php:236
2071
  msgid "Twitter Card tags"
2072
  msgstr "Twitterカードタグ"
2073
 
2074
+ #: dist/plugins/sns/sns_admin.php:58 dist/plugins/sns/sns_customizer.php:240
2075
  #: plugins/sns/sns_admin.php:58 plugins/sns/sns_customizer.php:240
2076
  msgid "Print the Twitter Card tags"
2077
  msgstr "Twitter カードタグを html head 内へ出力します。"
2078
 
2079
+ #: dist/plugins/sns/sns_admin.php:63 dist/plugins/sns/sns_customizer.php:255
2080
  #: plugins/sns/sns_admin.php:63 plugins/sns/sns_customizer.php:255
2081
  msgid "Social bookmark buttons"
2082
  msgstr "ソーシャルボタン"
2083
 
2084
+ #: dist/plugins/sns/sns_admin.php:64 dist/plugins/sns/sns_customizer.php:278
2085
  #: plugins/sns/sns_admin.php:64 plugins/sns/sns_customizer.php:278
2086
  msgid "Print the social bookmark buttons"
2087
  msgstr "ソーシャルブックマーク(シェアボタンやtweetボタン)を表示します。"
2088
 
2089
+ #: dist/plugins/sns/sns_admin.php:67 dist/plugins/sns/sns_customizer.php:293
2090
  #: plugins/sns/sns_admin.php:67 plugins/sns/sns_customizer.php:293
2091
  msgid "Exclude Post Types"
2092
  msgstr "シェアボタンを表示しない投稿タイプ"
2093
 
2094
+ #: dist/plugins/sns/sns_admin.php:80 plugins/sns/sns_admin.php:80
2095
  msgid "Exclude Post ID"
2096
  msgstr "シェアボタンを表示しない投稿のID"
2097
 
2098
+ #: dist/plugins/sns/sns_admin.php:90 plugins/sns/sns_admin.php:90
2099
  msgid ""
2100
  "if you need filtering by post_ID, add the ignore post_ID separate by \",\"."
2101
  msgstr ""
2102
  "特定のポストのみSNSボタンを表示したくない場合、カンマ(,)区切りでポストIDを入"
2103
  "力します。"
2104
 
2105
+ #: dist/plugins/sns/sns_admin.php:94 plugins/sns/sns_admin.php:94
2106
  msgid "example"
2107
  msgstr "例"
2108
 
2109
+ #: dist/plugins/sns/sns_admin.php:103 dist/plugins/sns/sns_customizer.php:509
2110
  #: plugins/sns/sns_admin.php:103 plugins/sns/sns_customizer.php:509
2111
  msgid "Follow me box"
2112
  msgstr "Follow me box"
2113
 
2114
+ #: dist/plugins/sns/sns_admin.php:104 plugins/sns/sns_admin.php:104
2115
  msgid "Print the Follow me box"
2116
  msgstr "Follow me ユニットを本文の下に表示する"
2117
 
2118
+ #: dist/plugins/sns/sns_admin.php:106 dist/plugins/sns/sns_customizer.php:543
2119
  #: plugins/sns/sns_admin.php:106 plugins/sns/sns_customizer.php:543
2120
  msgid "Follow me box title"
2121
  msgstr "Follow me box の見出しテキスト"
2122
 
2123
+ #: dist/plugins/sns/sns_admin.php:113 dist/plugins/sns/sns_customizer.php:393
2124
  #: plugins/sns/sns_admin.php:113 plugins/sns/sns_customizer.php:393
2125
  msgid "Share button for display"
2126
  msgstr "表示するボタン"
2127
 
2128
+ #: dist/plugins/sns/sns_admin.php:121 plugins/sns/sns_admin.php:121
2129
  msgid "Facebook"
2130
  msgstr "Facebook"
2131
 
2132
+ #: dist/plugins/sns/sns_admin.php:127 dist/plugins/sns/sns_customizer.php:434
2133
  #: dist/plugins/sns/widget-twitter.php:9 plugins/sns/sns_admin.php:127
2134
  #: plugins/sns/sns_customizer.php:434 plugins/sns/widget-twitter.php:9
2135
  msgid "Twitter"
2136
  msgstr "Twitter"
2137
 
2138
+ #: dist/plugins/sns/sns_admin.php:133 dist/plugins/sns/sns_customizer.php:455
2139
  #: plugins/sns/sns_admin.php:133 plugins/sns/sns_customizer.php:455
2140
  msgid "Hatena"
2141
  msgstr "はてな"
2142
 
2143
+ #: dist/plugins/sns/sns_admin.php:139 dist/plugins/sns/sns_customizer.php:476
2144
  #: plugins/sns/sns_admin.php:139 plugins/sns/sns_customizer.php:476
2145
  msgid "Pocket"
2146
  msgstr "Pocket"
2147
 
2148
+ #: dist/plugins/sns/sns_admin.php:145 dist/plugins/sns/sns_customizer.php:497
2149
  #: plugins/sns/sns_admin.php:145 plugins/sns/sns_customizer.php:497
2150
  msgid "LINE (mobile only)"
2151
  msgstr "LINE (mobile only)"
2152
 
2153
+ #: dist/plugins/sns/sns_customizer.php:73 plugins/sns/sns_customizer.php:73
2154
  msgid "Facebook Settings"
2155
  msgstr "Facebook 設定"
2156
 
2157
+ #: dist/plugins/sns/sns_customizer.php:96 plugins/sns/sns_customizer.php:96
2158
  msgid "Facebook application ID"
2159
  msgstr "facebookアプリケーションID"
2160
 
2161
+ #: dist/plugins/sns/sns_customizer.php:117 plugins/sns/sns_customizer.php:117
2162
  msgid "Facebook Page URL"
2163
  msgstr "FacebookページURL"
2164
 
2165
+ #: dist/plugins/sns/sns_customizer.php:143 plugins/sns/sns_customizer.php:143
2166
  msgid ""
2167
  "If, for example someone pressed the Facebook [Like] button, this is the "
2168
  "image that appears on the Facebook timeline.<br>If a featured image is "
2174
  "アイキャッチ画像が優先されます。<br>画像サイズ 橫 1280px 縦 720px 以上、画像"
2175
  "比率 16:9 程度を推奨します。"
2176
 
2177
+ #: dist/plugins/sns/sns_customizer.php:153 plugins/sns/sns_customizer.php:153
2178
  msgid "OG Settings"
2179
  msgstr "OG 設定"
2180
 
2181
+ #: dist/plugins/sns/sns_customizer.php:189 plugins/sns/sns_customizer.php:189
2182
  msgid "Twitter Settings"
2183
  msgstr "Twitter 設定"
2184
 
2185
+ #: dist/plugins/sns/sns_customizer.php:212 plugins/sns/sns_customizer.php:212
2186
  #, fuzzy
2187
  #| msgid "twitter ID"
2188
  msgid "Twitter ID"
2189
  msgstr "twitterアカウント"
2190
 
2191
+ #: dist/plugins/sns/sns_customizer.php:336 plugins/sns/sns_customizer.php:336
2192
  msgid "Social button style setting"
2193
  msgstr "ソーシャルボタンのスタイル設定"
2194
 
2195
+ #: dist/plugins/sns/sns_customizer.php:378 plugins/sns/sns_customizer.php:378
2196
  msgid "Btn color"
2197
  msgstr "ボタンの色:"
2198
 
2199
+ #: dist/plugins/sns/sns_customizer.php:413 plugins/sns/sns_customizer.php:413
2200
  #, fuzzy
2201
  #| msgid "Facebook URL:"
2202
  msgid "Facebook "
2251
  msgid "Link color:"
2252
  msgstr "リンクの色:"
2253
 
2254
+ #: dist/plugins/template-tags/template-tags.php:116
2255
  #: plugins/template-tags/template-tags.php:116
2256
  #, php-format
2257
  msgid "Author: %s"
2258
  msgstr "著者: %s"
2259
 
2260
+ #: dist/plugins/template-tags/template-tags.php:118
2261
+ #: dist/plugins/template-tags/template-tags.php:200
2262
  #: plugins/template-tags/template-tags.php:118
2263
  #: plugins/template-tags/template-tags.php:200
2264
  msgctxt "yearly archives date format"
2265
  msgid "Y"
2266
  msgstr "Y年"
2267
 
2268
+ #: dist/plugins/template-tags/template-tags.php:120
2269
+ #: dist/plugins/template-tags/template-tags.php:204
2270
  #: plugins/template-tags/template-tags.php:120
2271
  #: plugins/template-tags/template-tags.php:204
2272
  msgctxt "monthly archives date format"
2273
  msgid "F Y"
2274
  msgstr "Y年F"
2275
 
2276
+ #: dist/plugins/template-tags/template-tags.php:122
2277
  #: plugins/template-tags/template-tags.php:122
2278
  msgctxt "daily archives date format"
2279
  msgid "F j, Y"
2280
  msgstr "Y年Fj日"
2281
 
2282
+ #: dist/plugins/template-tags/template-tags.php:125
2283
  #: plugins/template-tags/template-tags.php:125
2284
  msgctxt "post format archive title"
2285
  msgid "Asides"
2286
  msgstr "サイド"
2287
 
2288
+ #: dist/plugins/template-tags/template-tags.php:127
2289
  #: plugins/template-tags/template-tags.php:127
2290
  msgctxt "post format archive title"
2291
  msgid "Galleries"
2292
  msgstr "ギャラリー"
2293
 
2294
+ #: dist/plugins/template-tags/template-tags.php:129
2295
  #: plugins/template-tags/template-tags.php:129
2296
  msgctxt "post format archive title"
2297
  msgid "Images"
2298
  msgstr "画像"
2299
 
2300
+ #: dist/plugins/template-tags/template-tags.php:131
2301
  #: plugins/template-tags/template-tags.php:131
2302
  msgctxt "post format archive title"
2303
  msgid "Videos"
2304
  msgstr "ビデオ"
2305
 
2306
+ #: dist/plugins/template-tags/template-tags.php:133
2307
  #: plugins/template-tags/template-tags.php:133
2308
  msgctxt "post format archive title"
2309
  msgid "Quotes"
2310
  msgstr "引用"
2311
 
2312
+ #: dist/plugins/template-tags/template-tags.php:135
2313
  #: plugins/template-tags/template-tags.php:135
2314
  msgctxt "post format archive title"
2315
  msgid "Links"
2316
  msgstr "リンク"
2317
 
2318
+ #: dist/plugins/template-tags/template-tags.php:137
2319
  #: plugins/template-tags/template-tags.php:137
2320
  msgctxt "post format archive title"
2321
  msgid "Statuses"
2322
  msgstr "ステータス"
2323
 
2324
+ #: dist/plugins/template-tags/template-tags.php:139
2325
  #: plugins/template-tags/template-tags.php:139
2326
  msgctxt "post format archive title"
2327
  msgid "Audio"
2328
  msgstr "オーディオ"
2329
 
2330
+ #: dist/plugins/template-tags/template-tags.php:141
2331
  #: plugins/template-tags/template-tags.php:141
2332
  msgctxt "post format archive title"
2333
  msgid "Chats"
2334
  msgstr "チャット"
2335
 
2336
+ #: dist/plugins/template-tags/template-tags.php:188
2337
+ #: dist/plugins/template-tags/template-tags.php:196
2338
  #: plugins/template-tags/template-tags.php:188
2339
  #: plugins/template-tags/template-tags.php:196
2340
  #, php-format
2341
  msgid "About %s"
2342
  msgstr "%s について"
2343
 
2344
+ #: dist/plugins/template-tags/template-tags.php:201
2345
  #: plugins/template-tags/template-tags.php:201
2346
  #, php-format
2347
  msgctxt "Yearly archive description"
2348
  msgid "Article of %s."
2349
  msgstr "%s の記事"
2350
 
2351
+ #: dist/plugins/template-tags/template-tags.php:205
2352
+ #: dist/plugins/template-tags/template-tags.php:209
2353
+ #: dist/plugins/template-tags/template-tags.php:214
2354
  #: plugins/template-tags/template-tags.php:205
2355
  #: plugins/template-tags/template-tags.php:209
2356
  #: plugins/template-tags/template-tags.php:214
2359
  msgid "Article of %s."
2360
  msgstr "%s の記事"
2361
 
2362
+ #: dist/plugins/template-tags/template-tags.php:231
2363
  #: dist/plugins/wp_title.php:59 plugins/template-tags/template-tags.php:231
2364
  #: plugins/wp_title.php:59
2365
  #, php-format
2385
  msgid "Not found"
2386
  msgstr "見つかりません"
2387
 
2388
+ #: dist/plugins/wp_title.php:70 dist/plugins/wp_title.php:82
2389
+ #: dist/plugins/wp_title.php:86 plugins/wp_title.php:70 plugins/wp_title.php:82
2390
  #: plugins/wp_title.php:86
2391
  msgid "&lt;title&gt; tag of homepage"
2392
  msgstr "トップページの&lt;title&gt;タグ"
2393
 
2394
+ #: dist/plugins/wp_title.php:90 plugins/wp_title.php:90
2395
  msgid "title of the site"
2396
  msgstr "サイトのタイトル"
2397
 
2398
+ #: dist/plugins/wp_title.php:91 plugins/wp_title.php:91
2399
  #, php-format
2400
  msgid "Normally \"%1$s\" is placed in the title tags of all the pages."
2401
  msgstr "通常「%1$s」が全ページのタイトルタグに入ります。"
2402
 
2403
+ #: dist/plugins/wp_title.php:94 plugins/wp_title.php:94
2404
  #, php-format
2405
  msgid ""
2406
  "For example, it appears in the form of <br />&lt;title&gt;page title | "
2409
  "例えば固定ページであれば<br>&lt;title&gt;固定ページ名 | %1$s&lt;/title&gt;"
2410
  "<br>というような形式で出力されます。"
2411
 
2412
+ #: dist/plugins/wp_title.php:96 plugins/wp_title.php:96
2413
  #, php-format
2414
  msgid ""
2415
  "However, it might have negative impact on search engine rankings if the &lt;"
2421
  "くなるので、%s は一番検索されたいキーワードを盛り込みつつなるべく短くまとめる"
2422
  "事が望ましいです。"
2423
 
2424
+ #: dist/plugins/wp_title.php:100 plugins/wp_title.php:100
2425
  msgid "Tagline"
2426
  msgstr "キャッチフレーズ"
2427
 
2428
+ #: dist/plugins/wp_title.php:101 plugins/wp_title.php:101
2429
  #, php-format
2430
  msgid ""
2431
  "In the top page will be output usually in the form of <br />&lt;title&gt;"
2434
  "トップページでは<br>&lt;title&gt;%1$s | %2$s&lt;/title&gt;<br>というような形"
2435
  "式で出力されます。"
2436
 
2437
+ #: dist/plugins/wp_title.php:104 plugins/wp_title.php:104
2438
  msgid ""
2439
  "However, it may be too long in the above format. If the input to the input "
2440
  "field of the following, its contents will be reflected."
2459
  msgid "Edit Guide"
2460
  msgstr "編集ガイド"
2461
 
2462
+ #: dist/plugins_admin/vk-admin/class-vk-admin.php:290
2463
  #: plugins_admin/vk-admin/class-vk-admin.php:290
2464
  msgid "Sorry, there is no post"
2465
  msgstr "お知らせはありません。"
2466
 
2467
+ #: dist/plugins_admin/vk-admin/class-vk-admin.php:344
2468
  #: plugins_admin/vk-admin/class-vk-admin.php:344
2469
  msgid "Vektor WordPress Information"
2470
  msgstr "Vektor WordPress Information"
2801
  msgid "%s supports PHP5.6 or later."
2802
  msgstr "%s はPHP5.6以降をサポートしています。"
2803
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2804
  #, fuzzy
2805
  #~| msgid "Display count"
2806
  #~ msgid "Display count:"
languages/{vkexunit.pot → vk-all-in-one-expansion-unit.pot} RENAMED
File without changes
plugins/auto_eyecatch.php CHANGED
@@ -47,7 +47,7 @@ class vExUnit_eyecatch {
47
  $post_types = self::post_types();
48
 
49
  foreach ( $post_types as $post_type ) {
50
- add_meta_box( 'vkExUnit_EyeCatch', __( 'Automatic EyeCatch', 'vkExUnit' ), array( $this, 'render_meta_box' ), $post_type, 'normal', 'high' );
51
  }
52
  }
53
 
@@ -57,7 +57,7 @@ class vExUnit_eyecatch {
57
  $disable_autoeyecatch = get_post_meta( get_the_id(), 'vkExUnit_EyeCatch_disable', true );
58
 
59
  echo '<input type="hidden" name="_nonce_vkExUnit__custom_auto_eyecatch" id="_nonce_vkExUnit__custom_auto_eyecatch_noonce" value="' . wp_create_nonce( 'vkEx_AYC_' . get_the_id() ) . '" />';
60
- echo '<label ><input type="checkbox" name="vkExUnit_auto_eyecatch" value="true" ' . ( ( $disable_autoeyecatch ) ? 'checked' : '' ) . ' />' . __( 'Do not set eyecatch image automatic.', 'vkExUnit' ) . '</label>';
61
 
62
  }
63
 
47
  $post_types = self::post_types();
48
 
49
  foreach ( $post_types as $post_type ) {
50
+ add_meta_box( 'vkExUnit_EyeCatch', __( 'Automatic EyeCatch', 'vk-all-in-one-expansion-unit' ), array( $this, 'render_meta_box' ), $post_type, 'normal', 'high' );
51
  }
52
  }
53
 
57
  $disable_autoeyecatch = get_post_meta( get_the_id(), 'vkExUnit_EyeCatch_disable', true );
58
 
59
  echo '<input type="hidden" name="_nonce_vkExUnit__custom_auto_eyecatch" id="_nonce_vkExUnit__custom_auto_eyecatch_noonce" value="' . wp_create_nonce( 'vkEx_AYC_' . get_the_id() ) . '" />';
60
+ echo '<label ><input type="checkbox" name="vkExUnit_auto_eyecatch" value="true" ' . ( ( $disable_autoeyecatch ) ? 'checked' : '' ) . ' />' . __( 'Do not set eyecatch image automatic.', 'vk-all-in-one-expansion-unit' ) . '</label>';
61
 
62
  }
63
 
plugins/bootstrap.php CHANGED
@@ -6,7 +6,7 @@ function vkExUnit_bootstrap_customize_register( $wp_customize ) {
6
  if ( is_null( $wp_customize->get_section( 'vkExUnit_settings' ) ) ) {
7
  $wp_customize->add_section(
8
  'vkExUnit_settings', array(
9
- 'title' => veu_get_prefix() . __( 'Settings', 'vkExUnit' ),
10
  'priority' => 500,
11
  )
12
  );
@@ -33,7 +33,7 @@ function vkExUnit_bootstrap_customize_register( $wp_customize ) {
33
  $wp_customize->add_control(
34
  new WP_Customize_Color_Control(
35
  $wp_customize, 'color_key', array(
36
- 'label' => __( 'Key color', 'vkExUnit' ),
37
  'section' => 'vkExUnit_settings',
38
  'settings' => 'vkExUnit_colors[color_key]',
39
  'priority' => 502,
@@ -44,7 +44,7 @@ function vkExUnit_bootstrap_customize_register( $wp_customize ) {
44
  $wp_customize->add_control(
45
  new WP_Customize_Color_Control(
46
  $wp_customize, 'color_key_dark', array(
47
- 'label' => __( 'Key color(dark)', 'vkExUnit' ),
48
  'section' => 'vkExUnit_settings',
49
  'settings' => 'vkExUnit_colors[color_key_dark]',
50
  'priority' => 503,
6
  if ( is_null( $wp_customize->get_section( 'vkExUnit_settings' ) ) ) {
7
  $wp_customize->add_section(
8
  'vkExUnit_settings', array(
9
+ 'title' => veu_get_prefix() . __( 'Settings', 'vk-all-in-one-expansion-unit' ),
10
  'priority' => 500,
11
  )
12
  );
33
  $wp_customize->add_control(
34
  new WP_Customize_Color_Control(
35
  $wp_customize, 'color_key', array(
36
+ 'label' => __( 'Key color', 'vk-all-in-one-expansion-unit' ),
37
  'section' => 'vkExUnit_settings',
38
  'settings' => 'vkExUnit_colors[color_key]',
39
  'priority' => 502,
44
  $wp_customize->add_control(
45
  new WP_Customize_Color_Control(
46
  $wp_customize, 'color_key_dark', array(
47
+ 'label' => __( 'Key color(dark)', 'vk-all-in-one-expansion-unit' ),
48
  'section' => 'vkExUnit_settings',
49
  'settings' => 'vkExUnit_colors[color_key_dark]',
50
  'priority' => 503,
plugins/call-to-action/class-vk-call-to-action.php CHANGED
@@ -280,7 +280,7 @@ if ( class_exists( 'Vk_Font_Awesome_Versions' ) ) {
280
  ?>
281
  <label for="vkExUnit_cta_url_blank"><?php _e( 'Target window', $vk_call_to_action_textdomain ); ?></label></th><td>
282
  <input type="checkbox" id="vkExUnit_cta_url_blank" name="vkExUnit_cta_url_blank" value="window_self"<?php echo $checked; ?> />
283
- <label for="vkExUnit_cta_url_blank"><?php _e( 'Open in a self window', 'vkExUnit' ); ?></label>
284
  </td></tr>
285
  <tr><th><label for="vkExUnit_cta_text"><?php _e( 'Text message', $vk_call_to_action_textdomain ); ?>
286
  </th>
280
  ?>
281
  <label for="vkExUnit_cta_url_blank"><?php _e( 'Target window', $vk_call_to_action_textdomain ); ?></label></th><td>
282
  <input type="checkbox" id="vkExUnit_cta_url_blank" name="vkExUnit_cta_url_blank" value="window_self"<?php echo $checked; ?> />
283
+ <label for="vkExUnit_cta_url_blank"><?php _e( 'Open in a self window', 'vk-all-in-one-expansion-unit' ); ?></label>
284
  </td></tr>
285
  <tr><th><label for="vkExUnit_cta_text"><?php _e( 'Text message', $vk_call_to_action_textdomain ); ?>
286
  </th>
plugins/child_page_index.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
 
3
- /*-------------------------------------------*/
4
- /* Child page index
5
  /*-------------------------------------------*/
6
 
7
  function veu_child_page_excerpt( $post ) {
@@ -22,7 +22,7 @@ function veu_child_page_excerpt( $post ) {
22
  if ( 90 < mb_strlen( $page_excerpt ) ) {
23
  // 90文字でトリム
24
  $page_excerpt = mb_substr( $page_excerpt, 0, 90 );
25
- // ... を追加
26
  $page_excerpt .= '...';
27
 
28
  }
@@ -76,13 +76,13 @@ function vkExUnit_childPageIndex_shortcode() {
76
  $childPageList_html .= '<div class="childPage_list_body">';
77
  $childPageList_html .= apply_filters( 'veu_child_index_thumbnail', get_the_post_thumbnail( $children->ID, 'thumbnail' ) );
78
  $childPageList_html .= '<p class="childPage_list_text">' . $postExcerpt . '</p>';
79
- $childPageList_html .= '<span class="childPage_list_more btn btn-primary btn-xs">' . __( 'Read more', 'vkExUnit' ) . '</span>';
80
  $childPageList_html .= '</div>';
81
 
82
  $childPageList_html .= '</div></a>' . PHP_EOL;
83
  endforeach;
84
 
85
- $childPageList_html .= PHP_EOL . '</div><!-- [ /.childPage_list ] -->' . PHP_EOL;
86
  wp_reset_query();
87
 
88
  return $childPageList_html;
@@ -103,8 +103,8 @@ function vkExUnit_chidPageIndex_loopend( $query ) {
103
  echo vkExUnit_childPageIndex_shortcode();
104
  }
105
 
106
- /*-------------------------------------------*/
107
- /* Print Child Page Box at Page
108
  /*-------------------------------------------*/
109
  function vkExUnit_childPageIndex_contentHook( $content ) {
110
 
@@ -127,16 +127,16 @@ function vkExUnit_childPageIndex_contentHook( $content ) {
127
  return $content;
128
  }
129
 
130
- /*-------------------------------------------*/
131
- /* admin_metabox_activate
132
  /*-------------------------------------------*/
133
  add_filter( 'veu_content_meta_box_activation', 'vkExUnit_childPageIndex_admin_metabox_activate', 10, 1 );
134
  function vkExUnit_childPageIndex_admin_metabox_activate( $flag ) {
135
  return true;
136
  }
137
 
138
- /*-------------------------------------------*/
139
- /* admin_metabox_content
140
  /*-------------------------------------------*/
141
  add_action( 'veu_content_meta_box_content', 'veu_child_page_index_admin_metabox_content' );
142
  function veu_child_page_index_admin_metabox_content() {
@@ -147,14 +147,14 @@ function veu_child_page_index_admin_metabox_content() {
147
  <input type="hidden" name="_nonce_vkExUnit__custom_field_childPageIndex" id="_nonce_vkExUnit__custom_field_childPageIndex" value="<?php echo wp_create_nonce( plugin_basename( __FILE__ ) ); ?>" />
148
  <label for="vkExUnit_childPageIndex">
149
  <input type="checkbox" id="vkExUnit_childPageIndex" name="vkExUnit_childPageIndex"<?php echo ( $enable ) ? ' checked' : ''; ?> />
150
- <?php _e( 'Display a child page index', 'vkExUnit' ); ?>
151
  </label>
152
  </div>
153
  <?php
154
  }
155
 
156
- /*-------------------------------------------*/
157
- /* save_custom_field
158
  /*-------------------------------------------*/
159
  add_action( 'save_post', 'veu_child_page_index_save_custom_field' );
160
  function veu_child_page_index_save_custom_field( $post_id ) {
1
  <?php
2
 
3
+ /*
4
+ Child page index
5
  /*-------------------------------------------*/
6
 
7
  function veu_child_page_excerpt( $post ) {
22
  if ( 90 < mb_strlen( $page_excerpt ) ) {
23
  // 90文字でトリム
24
  $page_excerpt = mb_substr( $page_excerpt, 0, 90 );
25
+ // ... を追加
26
  $page_excerpt .= '...';
27
 
28
  }
76
  $childPageList_html .= '<div class="childPage_list_body">';
77
  $childPageList_html .= apply_filters( 'veu_child_index_thumbnail', get_the_post_thumbnail( $children->ID, 'thumbnail' ) );
78
  $childPageList_html .= '<p class="childPage_list_text">' . $postExcerpt . '</p>';
79
+ $childPageList_html .= '<span class="childPage_list_more btn btn-primary btn-xs">' . apply_filters( 'veu_childPage_list_read_more_txt', __( 'Read more', 'vk-all-in-one-expansion-unit' ) ) . '</span>';
80
  $childPageList_html .= '</div>';
81
 
82
  $childPageList_html .= '</div></a>' . PHP_EOL;
83
  endforeach;
84
 
85
+ $childPageList_html .= PHP_EOL . '</div><!-- [ /.veu_childPage_list ] -->' . PHP_EOL;
86
  wp_reset_query();
87
 
88
  return $childPageList_html;
103
  echo vkExUnit_childPageIndex_shortcode();
104
  }
105
 
106
+ /*
107
+ Print Child Page Box at Page
108
  /*-------------------------------------------*/
109
  function vkExUnit_childPageIndex_contentHook( $content ) {
110
 
127
  return $content;
128
  }
129
 
130
+ /*
131
+ admin_metabox_activate
132
  /*-------------------------------------------*/
133
  add_filter( 'veu_content_meta_box_activation', 'vkExUnit_childPageIndex_admin_metabox_activate', 10, 1 );
134
  function vkExUnit_childPageIndex_admin_metabox_activate( $flag ) {
135
  return true;
136
  }
137
 
138
+ /*
139
+ admin_metabox_content
140
  /*-------------------------------------------*/
141
  add_action( 'veu_content_meta_box_content', 'veu_child_page_index_admin_metabox_content' );
142
  function veu_child_page_index_admin_metabox_content() {
147
  <input type="hidden" name="_nonce_vkExUnit__custom_field_childPageIndex" id="_nonce_vkExUnit__custom_field_childPageIndex" value="<?php echo wp_create_nonce( plugin_basename( __FILE__ ) ); ?>" />
148
  <label for="vkExUnit_childPageIndex">
149
  <input type="checkbox" id="vkExUnit_childPageIndex" name="vkExUnit_childPageIndex"<?php echo ( $enable ) ? ' checked' : ''; ?> />
150
+ <?php _e( 'Display a child page index', 'vk-all-in-one-expansion-unit' ); ?>
151
  </label>
152
  </div>
153
  <?php
154
  }
155
 
156
+ /*
157
+ save_custom_field
158
  /*-------------------------------------------*/
159
  add_action( 'save_post', 'veu_child_page_index_save_custom_field' );
160
  function veu_child_page_index_save_custom_field( $post_id ) {
plugins/contact-section/contact-section.php CHANGED
@@ -104,7 +104,7 @@ class VkExUnit_Contact {
104
 
105
  public function options_init() {
106
  vkExUnit_register_setting(
107
- __( 'Contact Information', 'vkExUnit' ), // tab label.
108
  'vkExUnit_contact', // name attr
109
  array( $this, 'option_sanitaize' ), // sanitaise function name
110
  array( $this, 'options_page' ) // setting_page function name
@@ -114,14 +114,14 @@ class VkExUnit_Contact {
114
 
115
  public static function get_option() {
116
  $default = array(
117
- 'contact_txt' => __( 'Please feel free to inquire.', 'vkExUnit' ),
118
  'tel_icon' => 'fas fa-phone-square',
119
  'tel_number' => '000-000-0000',
120
- 'contact_time' => __( 'Office hours 9:00 - 18:00 [ Weekdays except holidays ]', 'vkExUnit' ),
121
  'contact_link' => home_url(),
122
- 'button_text' => __( 'Contact us', 'vkExUnit' ),
123
  'button_text_small' => '',
124
- 'short_text' => __( 'Contact us', 'vkExUnit' ),
125
  'contact_image' => '',
126
  'contact_html' => '',
127
  );
@@ -135,77 +135,77 @@ class VkExUnit_Contact {
135
  public function options_page() {
136
  $options = self::get_option();
137
  ?>
138
- <h3><?php _e( 'Contact Information', 'vkExUnit' ); ?></h3>
139
  <div id="meta_description" class="sectionBox">
140
- <?php _e( 'The contents entered here will be reflected in the bottom of each fixed page, the "Contact Section" widget, the "Contact Button" widget, etc.', 'vkExUnit' ); ?>
141
  <br/>
142
- <?php _e( 'When I display it on the page, it is necessary to classify a check into "Display Contact Section" checkbox with the edit page of each page.', 'vkExUnit' ); ?>
143
 
144
  <table class="form-table">
145
  <tr>
146
- <th scope="row"><label for="contact_txt"><?php _e( 'Message', 'vkExUnit' ); ?></label></th>
147
  <td>
148
  <input type="text" name="vkExUnit_contact[contact_txt]" id="contact_txt" value="<?php echo esc_attr( $options['contact_txt'] ); ?>" style="width:50%;" /><br />
149
- <span><?php _e( 'ex) ', 'vkExUnit' ); ?><?php _e( 'Please feel free to inquire.', 'vkExUnit' ); ?></span>
150
  </td>
151
  </tr>
152
  <tr>
153
- <th scope="row"><label for="tel_number"><?php _e( 'Phone number', 'vkExUnit' ); ?></label></th>
154
  <td>
155
  <input type="text" name="vkExUnit_contact[tel_number]" id="tel_number" value="<?php echo esc_attr( $options['tel_number'] ); ?>" style="width:50%;" /><br />
156
- <span><?php _e( 'ex) ', 'vkExUnit' ); ?>000-000-0000</span>
157
  </td>
158
  </tr>
159
  <tr>
160
- <th scope="row"><label for="tel_icon"><?php _e( 'Phone icon', 'vkExUnit' ); ?></label></th>
161
  <td>
162
  <input type="text" name="vkExUnit_contact[tel_icon]" id="tel_icon" value="<?php echo esc_attr( $options['tel_icon'] ); ?>" style="width:50%;" /><br />
163
- <span><?php _e( 'ex) ', 'vkExUnit' ); ?>fas fa-phone-square [ <a href="https://fontawesome.com/icons?d=gallery&q=phone&m=free" target="_blank" rel="noopener noreferrer">lcon list</a> ]</span>
164
  </td>
165
  </tr>
166
  <tr>
167
- <th scope="row"><label for="contact_time"><?php _e( 'Office hours', 'vkExUnit' ); ?></label></th>
168
  <td>
169
  <textarea cols="20" rows="2" name="vkExUnit_contact[contact_time]" id="contact_time" value="" style="width:50%;" /><?php echo esc_attr( $options['contact_time'] ); ?></textarea><br />
170
- <span><?php _e( 'ex) ', 'vkExUnit' ); ?><?php _e( 'Office hours', 'vkExUnit' ); ?> 9:00 - 18:00 [ <?php _e( 'Weekdays except holidays', 'vkExUnit' ); ?> ]</span>
171
  </td>
172
  </tr>
173
  <!-- he URL of contact page -->
174
  <tr>
175
- <th scope="row"><label for="contact_link"><?php _e( 'The contact page URL', 'vkExUnit' ); ?></label></th>
176
  <td>
177
  <input type="text" name="vkExUnit_contact[contact_link]" id="contact_link" value="<?php echo esc_attr( $options['contact_link'] ); ?>" class="width-500" /><br />
178
- <span><?php _e( 'ex) ', 'vkExUnit' ); ?>http://www.********.com/contact/ <?php _e( 'or', 'vkExUnit' ); ?> /contact/</span><br />
179
- <?php _e( '* If you fill in the blank, widget\'s contact button does not appear.', 'vkExUnit' ); ?>
180
  </td>
181
  </tr>
182
  <tr>
183
- <th scope="row"><label for="sub_sitename"><?php _e( 'Contact button Text', 'vkExUnit' ); ?></label></th>
184
  <td>
185
  <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 />
186
- <span><?php _e( 'ex) ', 'vkExUnit' ); ?><?php _e( 'Contact Us from email.', 'vkExUnit' ); ?></span>
187
  </td>
188
  </tr>
189
  <!-- Company address -->
190
  <tr>
191
- <th scope="row"><label for="button_text_small"><?php _e( 'Contact button text( sub )', 'vkExUnit' ); ?></label></th>
192
  <td>
193
  <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 />
194
- <span><?php _e( 'ex) ', 'vkExUnit' ); ?>
195
- <?php _e( 'Email contact form', 'vkExUnit' ); ?>
196
  </span>
197
  </td>
198
  </tr>
199
  <tr>
200
- <th scope="row"><label for="widget_text"><?php _e( 'Contact button short text for side widget', 'vkExUnit' ); ?></label></th>
201
  <td>
202
  <?php $short_text = ( isset( $options['short_text'] ) && $options['short_text'] ) ? $options['short_text'] : ''; ?>
203
  <input type="text" name="vkExUnit_contact[short_text]" id="widget_text" value="<?php echo esc_attr( $short_text ); ?>" style="width:50%;" /><br />
204
- <span><?php _e( 'This will used to "Contact Button" widget.', 'vkExUnit' ); ?></span>
205
  </td>
206
  </tr>
207
  </table>
208
- <button onclick="javascript:jQuery('#vkEx_contact_info').toggle(); return false;" class="button"><?php _e( 'Advanced Setting', 'vkExUnit' ); ?></button>
209
  <?php
210
  $display = '';
211
  if ( ! $options['contact_image'] and ! $options['contact_html'] ) {
@@ -214,16 +214,16 @@ class VkExUnit_Contact {
214
  ?>
215
  <table class="form-table" id="vkEx_contact_info"<?php echo $display; ?>>
216
  <tr>
217
- <th><?php _e( 'Inquiry Banner image', 'vkExUnit' ); ?></th>
218
  <td><input type="text" name="vkExUnit_contact[contact_image]" id="contact_image" value="<?php echo $options['contact_image']; ?>" style="width:60%;" />
219
  <button id="media_src_contact_image" class="media_btn button button-default"><?php _e( 'Select Image' ); ?></button>
220
- <p><?php _e( 'Display the image instead of the above inquiry information', 'vkExUnit' ); ?><p>
221
  </td>
222
  </tr>
223
  <tr>
224
- <th><?php _e( 'Display HTML message instead of the standard', 'vkExUnit' ); ?></th>
225
  <td><textarea cols="20" rows="5" name="vkExUnit_contact[contact_html]" id="contact_html" value="" style="width:100%;"><?php echo $options['contact_html']; ?></textarea>
226
- <p><?php _e( 'HTML takes precedence over image', 'vkExUnit' ); ?></p>
227
  </td>
228
  </tr>
229
  </table>
@@ -245,7 +245,7 @@ class VkExUnit_Contact {
245
  <input type="hidden" name="_nonce_vkExUnit_contact" id="_nonce_vkExUnit__custom_auto_eyecatch_noonce" value="<?php echo wp_create_nonce( plugin_basename( __FILE__ ) ); ?>" />
246
  <label for="vkExUnit_contact">
247
  <input type="checkbox" id="vkExUnit_contact" name="vkExUnit_contact_enable"<?php echo ( $enable ) ? ' checked' : ''; ?> />
248
- <?php _e( 'Display Contact Section', 'vkExUnit' ); ?>
249
  </label>
250
  </div>
251
  <?php
@@ -385,7 +385,7 @@ class VkExUnit_Contact {
385
  }
386
  $cont .= '</section>';
387
  if ( current_user_can( 'edit_theme_options' ) && ! is_customize_preview() ) {
388
- $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>';
389
  }
390
 
391
  $cont = apply_filters( 'vkExUnit_contact_custom', $cont );
@@ -438,7 +438,7 @@ class VkExUnit_Contact {
438
  if ( class_exists( 'Vk_Font_Awesome_Versions' ) ) {
439
  $class = Vk_Font_Awesome_Versions::class_switch( $class, 'fas fa-edit' );
440
  }
441
- $cont .= '<div class="veu_adminEdit"><a href="' . admin_url() . 'admin.php?page=vkExUnit_main_setting#vkExUnit_contact" class="btn btn-default" target="_blank"><i class="' . $class . '"></i> ' . __( 'Edit contact information', 'vkExUnit' ) . '</a></div>';
442
  }
443
  return $cont;
444
  }
@@ -454,9 +454,9 @@ VkExUnit_Contact::instance();
454
  class WP_Widget_VkExUnit_Contact_Button extends WP_Widget {
455
 
456
  function __construct() {
457
- $widget_name = veu_get_prefix() . __( 'Contact Button', 'vkExUnit' );
458
- $widget_description = __( 'Display contact button.', 'vkExUnit' );
459
- $widget_description .= ' ( ' . sprintf( __( 'It is necessary to set the "%s" -> "Contact Information" section in "Main setting" page.', 'vkExUnit' ), veu_get_little_short_name() ) . ' ) ';
460
  parent::__construct(
461
  'vkExUnit_contact',
462
  $widget_name,
@@ -483,8 +483,8 @@ class WP_Widget_VkExUnit_Contact_Button extends WP_Widget {
483
 
484
  function form( $instance ) {
485
  echo '<div style="padding:1em 0;">';
486
- $widget_description = __( 'Display contact button', 'vkExUnit' );
487
- $widget_description .= ' ( ' . sprintf( __( 'It is necessary to set the "%s" -> "Contact Information" section in "Main setting" page.', 'vkExUnit' ), veu_get_little_short_name() ) . ' ) ';
488
  echo $widget_description;
489
  echo '</div>';
490
  return $instance;
@@ -504,9 +504,9 @@ class WP_Widget_VkExUnit_Contact_Section extends WP_Widget {
504
 
505
  function __construct() {
506
 
507
- $widget_name = veu_get_prefix() . __( 'Contact Section', 'vkExUnit' );
508
- $widget_description = __( 'Display Phone number and contact button etc.', 'vkExUnit' );
509
- $widget_description .= ' ( ' . sprintf( __( 'It is necessary to set the "%s" -> "Contact Information" section in "Main setting" page.', 'vkExUnit' ), veu_get_little_short_name() ) . ' ) ';
510
 
511
  parent::__construct(
512
  'vkExUnit_contact_section',
@@ -534,7 +534,7 @@ class WP_Widget_VkExUnit_Contact_Section extends WP_Widget {
534
 
535
  function form( $instance ) {
536
  echo '<div style="padding:1em 0;">';
537
- _e( sprintf( __( '*It is necessary to set the "%s" -> "Contact Information" section in "Main setting" page.', 'vkExUnit' ), veu_get_little_short_name() ) );
538
  echo '</div>';
539
  return $instance;
540
  }
104
 
105
  public function options_init() {
106
  vkExUnit_register_setting(
107
+ __( 'Contact Information', 'vk-all-in-one-expansion-unit' ), // tab label.
108
  'vkExUnit_contact', // name attr
109
  array( $this, 'option_sanitaize' ), // sanitaise function name
110
  array( $this, 'options_page' ) // setting_page function name
114
 
115
  public static function get_option() {
116
  $default = array(
117
+ 'contact_txt' => __( 'Please feel free to inquire.', 'vk-all-in-one-expansion-unit' ),
118
  'tel_icon' => 'fas fa-phone-square',
119
  'tel_number' => '000-000-0000',
120
+ 'contact_time' => __( 'Office hours 9:00 - 18:00 [ Weekdays except holidays ]', 'vk-all-in-one-expansion-unit' ),
121
  'contact_link' => home_url(),
122
+ 'button_text' => __( 'Contact us', 'vk-all-in-one-expansion-unit' ),
123
  'button_text_small' => '',
124
+ 'short_text' => __( 'Contact us', 'vk-all-in-one-expansion-unit' ),
125
  'contact_image' => '',
126
  'contact_html' => '',
127
  );
135
  public function options_page() {
136
  $options = self::get_option();
137
  ?>
138
+ <h3><?php _e( 'Contact Information', 'vk-all-in-one-expansion-unit' ); ?></h3>
139
  <div id="meta_description" class="sectionBox">
140
+ <?php _e( 'The contents entered here will be reflected in the bottom of each fixed page, the "Contact Section" widget, the "Contact Button" widget, etc.', 'vk-all-in-one-expansion-unit' ); ?>
141
  <br/>
142
+ <?php _e( 'When I display it on the page, it is necessary to classify a check into "Display Contact Section" checkbox with the edit page of each page.', 'vk-all-in-one-expansion-unit' ); ?>
143
 
144
  <table class="form-table">
145
  <tr>
146
+ <th scope="row"><label for="contact_txt"><?php _e( 'Message', 'vk-all-in-one-expansion-unit' ); ?></label></th>
147
  <td>
148
  <input type="text" name="vkExUnit_contact[contact_txt]" id="contact_txt" value="<?php echo esc_attr( $options['contact_txt'] ); ?>" style="width:50%;" /><br />
149
+ <span><?php _e( 'ex) ', 'vk-all-in-one-expansion-unit' ); ?><?php _e( 'Please feel free to inquire.', 'vk-all-in-one-expansion-unit' ); ?></span>
150
  </td>
151
  </tr>
152
  <tr>
153
+ <th scope="row"><label for="tel_number"><?php _e( 'Phone number', 'vk-all-in-one-expansion-unit' ); ?></label></th>
154
  <td>
155
  <input type="text" name="vkExUnit_contact[tel_number]" id="tel_number" value="<?php echo esc_attr( $options['tel_number'] ); ?>" style="width:50%;" /><br />
156
+ <span><?php _e( 'ex) ', 'vk-all-in-one-expansion-unit' ); ?>000-000-0000</span>
157
  </td>
158
  </tr>
159
  <tr>
160
+ <th scope="row"><label for="tel_icon"><?php _e( 'Phone icon', 'vk-all-in-one-expansion-unit' ); ?></label></th>
161
  <td>
162
  <input type="text" name="vkExUnit_contact[tel_icon]" id="tel_icon" value="<?php echo esc_attr( $options['tel_icon'] ); ?>" style="width:50%;" /><br />
163
+ <span><?php _e( 'ex) ', 'vk-all-in-one-expansion-unit' ); ?>fas fa-phone-square [ <a href="https://fontawesome.com/icons?d=gallery&q=phone&m=free" target="_blank" rel="noopener noreferrer">lcon list</a> ]</span>
164
  </td>
165
  </tr>
166
  <tr>
167
+ <th scope="row"><label for="contact_time"><?php _e( 'Office hours', 'vk-all-in-one-expansion-unit' ); ?></label></th>
168
  <td>
169
  <textarea cols="20" rows="2" name="vkExUnit_contact[contact_time]" id="contact_time" value="" style="width:50%;" /><?php echo esc_attr( $options['contact_time'] ); ?></textarea><br />
170
+ <span><?php _e( 'ex) ', 'vk-all-in-one-expansion-unit' ); ?><?php _e( 'Office hours', 'vk-all-in-one-expansion-unit' ); ?> 9:00 - 18:00 [ <?php _e( 'Weekdays except holidays', 'vk-all-in-one-expansion-unit' ); ?> ]</span>
171
  </td>
172
  </tr>
173
  <!-- he URL of contact page -->
174
  <tr>
175
+ <th scope="row"><label for="contact_link"><?php _e( 'The contact page URL', 'vk-all-in-one-expansion-unit' ); ?></label></th>
176
  <td>
177
  <input type="text" name="vkExUnit_contact[contact_link]" id="contact_link" value="<?php echo esc_attr( $options['contact_link'] ); ?>" class="width-500" /><br />
178
+ <span><?php _e( 'ex) ', 'vk-all-in-one-expansion-unit' ); ?>http://www.********.com/contact/ <?php _e( 'or', 'vk-all-in-one-expansion-unit' ); ?> /contact/</span><br />
179
+ <?php _e( '* If you fill in the blank, widget\'s contact button does not appear.', 'vk-all-in-one-expansion-unit' ); ?>
180
  </td>
181
  </tr>
182
  <tr>
183
+ <th scope="row"><label for="sub_sitename"><?php _e( 'Contact button Text', 'vk-all-in-one-expansion-unit' ); ?></label></th>
184
  <td>
185
  <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 />
186
+ <span><?php _e( 'ex) ', 'vk-all-in-one-expansion-unit' ); ?><?php _e( 'Contact Us from email.', 'vk-all-in-one-expansion-unit' ); ?></span>
187
  </td>
188
  </tr>
189
  <!-- Company address -->
190
  <tr>
191
+ <th scope="row"><label for="button_text_small"><?php _e( 'Contact button text( sub )', 'vk-all-in-one-expansion-unit' ); ?></label></th>
192
  <td>
193
  <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 />
194
+ <span><?php _e( 'ex) ', 'vk-all-in-one-expansion-unit' ); ?>
195
+ <?php _e( 'Email contact form', 'vk-all-in-one-expansion-unit' ); ?>
196
  </span>
197
  </td>
198
  </tr>
199
  <tr>
200
+ <th scope="row"><label for="widget_text"><?php _e( 'Contact button short text for side widget', 'vk-all-in-one-expansion-unit' ); ?></label></th>
201
  <td>
202
  <?php $short_text = ( isset( $options['short_text'] ) && $options['short_text'] ) ? $options['short_text'] : ''; ?>
203
  <input type="text" name="vkExUnit_contact[short_text]" id="widget_text" value="<?php echo esc_attr( $short_text ); ?>" style="width:50%;" /><br />
204
+ <span><?php _e( 'This will used to "Contact Button" widget.', 'vk-all-in-one-expansion-unit' ); ?></span>
205
  </td>
206
  </tr>
207
  </table>
208
+ <button onclick="javascript:jQuery('#vkEx_contact_info').toggle(); return false;" class="button"><?php _e( 'Advanced Setting', 'vk-all-in-one-expansion-unit' ); ?></button>
209
  <?php
210
  $display = '';
211
  if ( ! $options['contact_image'] and ! $options['contact_html'] ) {
214
  ?>
215
  <table class="form-table" id="vkEx_contact_info"<?php echo $display; ?>>
216
  <tr>
217
+ <th><?php _e( 'Inquiry Banner image', 'vk-all-in-one-expansion-unit' ); ?></th>
218
  <td><input type="text" name="vkExUnit_contact[contact_image]" id="contact_image" value="<?php echo $options['contact_image']; ?>" style="width:60%;" />
219
  <button id="media_src_contact_image" class="media_btn button button-default"><?php _e( 'Select Image' ); ?></button>
220
+ <p><?php _e( 'Display the image instead of the above inquiry information', 'vk-all-in-one-expansion-unit' ); ?><p>
221
  </td>
222
  </tr>
223
  <tr>
224
+ <th><?php _e( 'Display HTML message instead of the standard', 'vk-all-in-one-expansion-unit' ); ?></th>
225
  <td><textarea cols="20" rows="5" name="vkExUnit_contact[contact_html]" id="contact_html" value="" style="width:100%;"><?php echo $options['contact_html']; ?></textarea>
226
+ <p><?php _e( 'HTML takes precedence over image', 'vk-all-in-one-expansion-unit' ); ?></p>
227
  </td>
228
  </tr>
229
  </table>
245
  <input type="hidden" name="_nonce_vkExUnit_contact" id="_nonce_vkExUnit__custom_auto_eyecatch_noonce" value="<?php echo wp_create_nonce( plugin_basename( __FILE__ ) ); ?>" />
246
  <label for="vkExUnit_contact">
247
  <input type="checkbox" id="vkExUnit_contact" name="vkExUnit_contact_enable"<?php echo ( $enable ) ? ' checked' : ''; ?> />
248
+ <?php _e( 'Display Contact Section', 'vk-all-in-one-expansion-unit' ); ?>
249
  </label>
250
  </div>
251
  <?php
385
  }
386
  $cont .= '</section>';
387
  if ( current_user_can( 'edit_theme_options' ) && ! is_customize_preview() ) {
388
+ $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', 'vk-all-in-one-expansion-unit' ) . '</a></div>';
389
  }
390
 
391
  $cont = apply_filters( 'vkExUnit_contact_custom', $cont );
438
  if ( class_exists( 'Vk_Font_Awesome_Versions' ) ) {
439
  $class = Vk_Font_Awesome_Versions::class_switch( $class, 'fas fa-edit' );
440
  }
441
+ $cont .= '<div class="veu_adminEdit"><a href="' . admin_url() . 'admin.php?page=vkExUnit_main_setting#vkExUnit_contact" class="btn btn-default" target="_blank"><i class="' . $class . '"></i> ' . __( 'Edit contact information', 'vk-all-in-one-expansion-unit' ) . '</a></div>';
442
  }
443
  return $cont;
444
  }
454
  class WP_Widget_VkExUnit_Contact_Button extends WP_Widget {
455
 
456
  function __construct() {
457
+ $widget_name = veu_get_prefix() . __( 'Contact Button', 'vk-all-in-one-expansion-unit' );
458
+ $widget_description = __( 'Display contact button.', 'vk-all-in-one-expansion-unit' );
459
+ $widget_description .= ' ( ' . sprintf( __( 'It is necessary to set the "%s" -> "Contact Information" section in "Main setting" page.', 'vk-all-in-one-expansion-unit' ), veu_get_little_short_name() ) . ' ) ';
460
  parent::__construct(
461
  'vkExUnit_contact',
462
  $widget_name,
483
 
484
  function form( $instance ) {
485
  echo '<div style="padding:1em 0;">';
486
+ $widget_description = __( 'Display contact button', 'vk-all-in-one-expansion-unit' );
487
+ $widget_description .= ' ( ' . sprintf( __( 'It is necessary to set the "%s" -> "Contact Information" section in "Main setting" page.', 'vk-all-in-one-expansion-unit' ), veu_get_little_short_name() ) . ' ) ';
488
  echo $widget_description;
489
  echo '</div>';
490
  return $instance;
504
 
505
  function __construct() {
506
 
507
+ $widget_name = veu_get_prefix() . __( 'Contact Section', 'vk-all-in-one-expansion-unit' );
508
+ $widget_description = __( 'Display Phone number and contact button etc.', 'vk-all-in-one-expansion-unit' );
509
+ $widget_description .= ' ( ' . sprintf( __( 'It is necessary to set the "%s" -> "Contact Information" section in "Main setting" page.', 'vk-all-in-one-expansion-unit' ), veu_get_little_short_name() ) . ' ) ';
510
 
511
  parent::__construct(
512
  'vkExUnit_contact_section',
534
 
535
  function form( $instance ) {
536
  echo '<div style="padding:1em 0;">';
537
+ _e( sprintf( __( '*It is necessary to set the "%s" -> "Contact Information" section in "Main setting" page.', 'vk-all-in-one-expansion-unit' ), veu_get_little_short_name() ) );
538
  echo '</div>';
539
  return $instance;
540
  }
plugins/contact-section/customizer.php CHANGED
@@ -20,7 +20,7 @@ function veu_customize_register_contact( $wp_customize ) {
20
  /*-------------------------------------------*/
21
  $wp_customize->add_section(
22
  'veu_contact_setting', array(
23
- 'title' => __( 'Contact Settings', 'vkExUnit' ),
24
  'priority' => 1000,
25
  'panel' => 'veu_setting',
26
  )
@@ -30,15 +30,15 @@ function veu_customize_register_contact( $wp_customize ) {
30
  $wp_customize->add_setting( 'veu_contact_description', array( 'sanitize_callback' => 'sanitize_text_field' ) );
31
 
32
  $custom_html = '<p>';
33
- $custom_html .= __( 'The contents entered here will be reflected in the bottom of each fixed page, the "Contact Section" widget, the "Contact Button" widget, etc.', 'vkExUnit' );
34
  $custom_html .= '<br>';
35
- $custom_html .= __( 'When I display it on the page, it is necessary to classify a check into "Display Contact Section" checkbox with the edit page of each page.', 'vkExUnit' );
36
  $custom_html .= '</p>';
37
 
38
  $wp_customize->add_control(
39
  new ExUnit_Custom_Html(
40
  $wp_customize, 'veu_contact_description', array(
41
- // 'label' => __( '', 'vkExUnit' ),
42
  'section' => 'veu_contact_setting',
43
  'type' => 'text',
44
  'priority' => 1,
@@ -50,7 +50,7 @@ function veu_customize_register_contact( $wp_customize ) {
50
  // Message
51
  $wp_customize->add_setting(
52
  'vkExUnit_contact[contact_txt]', array(
53
- 'default' => __( 'Please feel free to inquire.', 'vkExUnit' ),
54
  'type' => 'option', // 保存先 option or theme_mod
55
  'capability' => 'edit_theme_options',
56
  'sanitize_callback' => 'sanitize_text_field',
@@ -59,12 +59,12 @@ function veu_customize_register_contact( $wp_customize ) {
59
 
60
  $wp_customize->add_control(
61
  'contact_txt', array(
62
- 'label' => __( 'Message', 'vkExUnit' ),
63
  'section' => 'veu_contact_setting',
64
  'settings' => 'vkExUnit_contact[contact_txt]',
65
  'type' => 'text',
66
  'priority' => 1,
67
- 'description' => __( 'ex) ', 'vkExUnit' ) . __( 'Please feel free to inquire.', 'vkExUnit' ),
68
  )
69
  );
70
 
@@ -80,12 +80,12 @@ function veu_customize_register_contact( $wp_customize ) {
80
 
81
  $wp_customize->add_control(
82
  'tel_number', array(
83
- 'label' => __( 'Phone number', 'vkExUnit' ),
84
  'section' => 'veu_contact_setting',
85
  'settings' => 'vkExUnit_contact[tel_number]',
86
  'type' => 'text',
87
  'priority' => 1,
88
- 'description' => __( 'ex) ', 'vkExUnit' ) . '000-000-0000',
89
  )
90
  );
91
 
@@ -101,19 +101,19 @@ function veu_customize_register_contact( $wp_customize ) {
101
 
102
  $wp_customize->add_control(
103
  'tel_icon', array(
104
- 'label' => __( 'Phone icon', 'vkExUnit' ),
105
  'section' => 'veu_contact_setting',
106
  'settings' => 'vkExUnit_contact[tel_icon]',
107
  'type' => 'text',
108
  'priority' => 1,
109
- 'description' => __( 'ex) ', 'vkExUnit' ) . 'fas fa-phone-square [ <a href="https://fontawesome.com/icons?d=gallery&q=phone&m=free" target="_blank" rel="noopener noreferrer">lcon list</a> ]',
110
  )
111
  );
112
 
113
  // Office hours
114
  $wp_customize->add_setting(
115
  'vkExUnit_contact[contact_time]', array(
116
- 'default' => __( 'Office hours 9:00 - 18:00 [ Weekdays except holidays ]', 'vkExUnit' ),
117
  'type' => 'option', // 保存先 option or theme_mod
118
  'capability' => 'edit_theme_options',
119
  'sanitize_callback' => 'sanitize_text_field',
@@ -122,12 +122,12 @@ function veu_customize_register_contact( $wp_customize ) {
122
 
123
  $wp_customize->add_control(
124
  'contact_time', array(
125
- 'label' => __( 'Office hours', 'vkExUnit' ),
126
  'section' => 'veu_contact_setting',
127
  'settings' => 'vkExUnit_contact[contact_time]',
128
  'type' => 'text',
129
  'priority' => 1,
130
- 'description' => __( 'ex) ', 'vkExUnit' ) . __( 'Office hours', 'vkExUnit' ) . ' 9:00 - 18:00 [ ' . __( 'Weekdays except holidays', 'vkExUnit' ) . ' ]',
131
  )
132
  );
133
 
@@ -143,19 +143,19 @@ function veu_customize_register_contact( $wp_customize ) {
143
 
144
  $wp_customize->add_control(
145
  'contact_link', array(
146
- 'label' => __( 'The contact page URL', 'vkExUnit' ),
147
  'section' => 'veu_contact_setting',
148
  'settings' => 'vkExUnit_contact[contact_link]',
149
  'type' => 'text',
150
  'priority' => 1,
151
- 'description' => __( 'ex) ', 'vkExUnit' ) . 'https://www.********.com/contact/ ' . __( 'or', 'vkExUnit' ) . ' /contact/<br>' . __( '* If you fill in the blank, widget\'s contact button does not appear.', 'vkExUnit' ),
152
  )
153
  );
154
 
155
  // Contact button Text
156
  $wp_customize->add_setting(
157
  'vkExUnit_contact[button_text]', array(
158
- 'default' => __( 'Contact us', 'vkExUnit' ),
159
  'type' => 'option', // 保存先 option or theme_mod
160
  'capability' => 'edit_theme_options',
161
  'sanitize_callback' => 'sanitize_text_field',
@@ -164,12 +164,12 @@ function veu_customize_register_contact( $wp_customize ) {
164
 
165
  $wp_customize->add_control(
166
  'button_text', array(
167
- 'label' => __( 'Contact button Text', 'vkExUnit' ),
168
  'section' => 'veu_contact_setting',
169
  'settings' => 'vkExUnit_contact[button_text]',
170
  'type' => 'text',
171
  'priority' => 1,
172
- 'description' => __( 'ex) ', 'vkExUnit' ) . __( 'Contact Us from email.', 'vkExUnit' ),
173
  )
174
  );
175
 
@@ -185,19 +185,19 @@ function veu_customize_register_contact( $wp_customize ) {
185
 
186
  $wp_customize->add_control(
187
  'button_text_small', array(
188
- 'label' => __( 'Contact button text( sub )', 'vkExUnit' ),
189
  'section' => 'veu_contact_setting',
190
  'settings' => 'vkExUnit_contact[button_text_small]',
191
  'type' => 'textarea',
192
  'priority' => 1,
193
- 'description' => __( 'ex) ', 'vkExUnit' ) . __( 'Email contact form', 'vkExUnit' ),
194
  )
195
  );
196
 
197
  // Contact button short text for side widget
198
  $wp_customize->add_setting(
199
  'vkExUnit_contact[short_text]', array(
200
- 'default' => __( 'Contact us', 'vkExUnit' ),
201
  'type' => 'option', // 保存先 option or theme_mod
202
  'capability' => 'edit_theme_options',
203
  'sanitize_callback' => 'sanitize_text_field',
@@ -206,12 +206,12 @@ function veu_customize_register_contact( $wp_customize ) {
206
 
207
  $wp_customize->add_control(
208
  'short_text', array(
209
- 'label' => __( 'Contact button short text for side widget', 'vkExUnit' ),
210
  'section' => 'veu_contact_setting',
211
  'settings' => 'vkExUnit_contact[short_text]',
212
  'type' => 'text',
213
  'priority' => 1,
214
- 'description' => __( 'This will used to "Contact Button" widget.', 'vkExUnit' ),
215
  )
216
  );
217
 
@@ -225,17 +225,17 @@ function veu_customize_register_contact( $wp_customize ) {
225
  )
226
  );
227
 
228
- $decription = __( 'Display the image instead of the above inquiry information', 'vkExUnit' );
229
  $skin = get_option( 'lightning_design_skin' );
230
  if ( $skin == 'fort' || $skin == 'pale' ) {
231
- $decription .= '<br>* ' . __( 'It is not reflected in the header.', 'vkExUnit' );
232
  }
233
  $wp_customize->add_control(
234
  new WP_Customize_Image_Control(
235
  $wp_customize,
236
  'contact_image',
237
  array(
238
- 'label' => __( 'Inquiry Banner image', 'vkExUnit' ),
239
  'section' => 'veu_contact_setting',
240
  'settings' => 'vkExUnit_contact[contact_image]',
241
  'priority' => 1,
@@ -254,14 +254,14 @@ function veu_customize_register_contact( $wp_customize ) {
254
  )
255
  );
256
 
257
- $decription = __( 'HTML takes precedence over image', 'vkExUnit' );
258
  $skin = get_option( 'lightning_design_skin' );
259
  if ( $skin == 'fort' || $skin == 'pale' ) {
260
- $decription .= '<br>* ' . __( 'It is not reflected in the header.', 'vkExUnit' );
261
  }
262
  $wp_customize->add_control(
263
  'contact_html', array(
264
- 'label' => __( 'Display HTML message instead of the standard', 'vkExUnit' ),
265
  'section' => 'veu_contact_setting',
266
  'settings' => 'vkExUnit_contact[contact_html]',
267
  'type' => 'textarea',
20
  /*-------------------------------------------*/
21
  $wp_customize->add_section(
22
  'veu_contact_setting', array(
23
+ 'title' => __( 'Contact Settings', 'vk-all-in-one-expansion-unit' ),
24
  'priority' => 1000,
25
  'panel' => 'veu_setting',
26
  )
30
  $wp_customize->add_setting( 'veu_contact_description', array( 'sanitize_callback' => 'sanitize_text_field' ) );
31
 
32
  $custom_html = '<p>';
33
+ $custom_html .= __( 'The contents entered here will be reflected in the bottom of each fixed page, the "Contact Section" widget, the "Contact Button" widget, etc.', 'vk-all-in-one-expansion-unit' );
34
  $custom_html .= '<br>';
35
+ $custom_html .= __( 'When I display it on the page, it is necessary to classify a check into "Display Contact Section" checkbox with the edit page of each page.', 'vk-all-in-one-expansion-unit' );
36
  $custom_html .= '</p>';
37
 
38
  $wp_customize->add_control(
39
  new ExUnit_Custom_Html(
40
  $wp_customize, 'veu_contact_description', array(
41
+ // 'label' => __( '', 'vk-all-in-one-expansion-unit' ),
42
  'section' => 'veu_contact_setting',
43
  'type' => 'text',
44
  'priority' => 1,
50
  // Message
51
  $wp_customize->add_setting(
52
  'vkExUnit_contact[contact_txt]', array(
53
+ 'default' => __( 'Please feel free to inquire.', 'vk-all-in-one-expansion-unit' ),
54
  'type' => 'option', // 保存先 option or theme_mod
55
  'capability' => 'edit_theme_options',
56
  'sanitize_callback' => 'sanitize_text_field',
59
 
60
  $wp_customize->add_control(
61
  'contact_txt', array(
62
+ 'label' => __( 'Message', 'vk-all-in-one-expansion-unit' ),
63
  'section' => 'veu_contact_setting',
64
  'settings' => 'vkExUnit_contact[contact_txt]',
65
  'type' => 'text',
66
  'priority' => 1,
67
+ 'description' => __( 'ex) ', 'vk-all-in-one-expansion-unit' ) . __( 'Please feel free to inquire.', 'vk-all-in-one-expansion-unit' ),
68
  )
69
  );
70
 
80
 
81
  $wp_customize->add_control(
82
  'tel_number', array(
83
+ 'label' => __( 'Phone number', 'vk-all-in-one-expansion-unit' ),
84
  'section' => 'veu_contact_setting',
85
  'settings' => 'vkExUnit_contact[tel_number]',
86
  'type' => 'text',
87
  'priority' => 1,
88
+ 'description' => __( 'ex) ', 'vk-all-in-one-expansion-unit' ) . '000-000-0000',
89
  )
90
  );
91
 
101
 
102
  $wp_customize->add_control(
103
  'tel_icon', array(
104
+ 'label' => __( 'Phone icon', 'vk-all-in-one-expansion-unit' ),
105
  'section' => 'veu_contact_setting',
106
  'settings' => 'vkExUnit_contact[tel_icon]',
107
  'type' => 'text',
108
  'priority' => 1,
109
+ 'description' => __( 'ex) ', 'vk-all-in-one-expansion-unit' ) . 'fas fa-phone-square [ <a href="https://fontawesome.com/icons?d=gallery&q=phone&m=free" target="_blank" rel="noopener noreferrer">lcon list</a> ]',
110
  )
111
  );
112
 
113
  // Office hours
114
  $wp_customize->add_setting(
115
  'vkExUnit_contact[contact_time]', array(
116
+ 'default' => __( 'Office hours 9:00 - 18:00 [ Weekdays except holidays ]', 'vk-all-in-one-expansion-unit' ),
117
  'type' => 'option', // 保存先 option or theme_mod
118
  'capability' => 'edit_theme_options',
119
  'sanitize_callback' => 'sanitize_text_field',
122
 
123
  $wp_customize->add_control(
124
  'contact_time', array(
125
+ 'label' => __( 'Office hours', 'vk-all-in-one-expansion-unit' ),
126
  'section' => 'veu_contact_setting',
127
  'settings' => 'vkExUnit_contact[contact_time]',
128
  'type' => 'text',
129
  'priority' => 1,
130
+ 'description' => __( 'ex) ', 'vk-all-in-one-expansion-unit' ) . __( 'Office hours', 'vk-all-in-one-expansion-unit' ) . ' 9:00 - 18:00 [ ' . __( 'Weekdays except holidays', 'vk-all-in-one-expansion-unit' ) . ' ]',
131
  )
132
  );
133
 
143
 
144
  $wp_customize->add_control(
145
  'contact_link', array(
146
+ 'label' => __( 'The contact page URL', 'vk-all-in-one-expansion-unit' ),
147
  'section' => 'veu_contact_setting',
148
  'settings' => 'vkExUnit_contact[contact_link]',
149
  'type' => 'text',
150
  'priority' => 1,
151
+ 'description' => __( 'ex) ', 'vk-all-in-one-expansion-unit' ) . 'https://www.********.com/contact/ ' . __( 'or', 'vk-all-in-one-expansion-unit' ) . ' /contact/<br>' . __( '* If you fill in the blank, widget\'s contact button does not appear.', 'vk-all-in-one-expansion-unit' ),
152
  )
153
  );
154
 
155
  // Contact button Text
156
  $wp_customize->add_setting(
157
  'vkExUnit_contact[button_text]', array(
158
+ 'default' => __( 'Contact us', 'vk-all-in-one-expansion-unit' ),
159
  'type' => 'option', // 保存先 option or theme_mod
160
  'capability' => 'edit_theme_options',
161
  'sanitize_callback' => 'sanitize_text_field',
164
 
165
  $wp_customize->add_control(
166
  'button_text', array(
167
+ 'label' => __( 'Contact button Text', 'vk-all-in-one-expansion-unit' ),
168
  'section' => 'veu_contact_setting',
169
  'settings' => 'vkExUnit_contact[button_text]',
170
  'type' => 'text',
171
  'priority' => 1,
172
+ 'description' => __( 'ex) ', 'vk-all-in-one-expansion-unit' ) . __( 'Contact Us from email.', 'vk-all-in-one-expansion-unit' ),
173
  )
174
  );
175
 
185
 
186
  $wp_customize->add_control(
187
  'button_text_small', array(
188
+ 'label' => __( 'Contact button text( sub )', 'vk-all-in-one-expansion-unit' ),
189
  'section' => 'veu_contact_setting',
190
  'settings' => 'vkExUnit_contact[button_text_small]',
191
  'type' => 'textarea',
192
  'priority' => 1,
193
+ 'description' => __( 'ex) ', 'vk-all-in-one-expansion-unit' ) . __( 'Email contact form', 'vk-all-in-one-expansion-unit' ),
194
  )
195
  );
196
 
197
  // Contact button short text for side widget
198
  $wp_customize->add_setting(
199
  'vkExUnit_contact[short_text]', array(
200
+ 'default' => __( 'Contact us', 'vk-all-in-one-expansion-unit' ),
201
  'type' => 'option', // 保存先 option or theme_mod
202
  'capability' => 'edit_theme_options',
203
  'sanitize_callback' => 'sanitize_text_field',
206
 
207
  $wp_customize->add_control(
208
  'short_text', array(
209
+ 'label' => __( 'Contact button short text for side widget', 'vk-all-in-one-expansion-unit' ),
210
  'section' => 'veu_contact_setting',
211
  'settings' => 'vkExUnit_contact[short_text]',
212
  'type' => 'text',
213
  'priority' => 1,
214
+ 'description' => __( 'This will used to "Contact Button" widget.', 'vk-all-in-one-expansion-unit' ),
215
  )
216
  );
217
 
225
  )
226
  );
227
 
228
+ $decription = __( 'Display the image instead of the above inquiry information', 'vk-all-in-one-expansion-unit' );
229
  $skin = get_option( 'lightning_design_skin' );
230
  if ( $skin == 'fort' || $skin == 'pale' ) {
231
+ $decription .= '<br>* ' . __( 'It is not reflected in the header.', 'vk-all-in-one-expansion-unit' );
232
  }
233
  $wp_customize->add_control(
234
  new WP_Customize_Image_Control(
235
  $wp_customize,
236
  'contact_image',
237
  array(
238
+ 'label' => __( 'Inquiry Banner image', 'vk-all-in-one-expansion-unit' ),
239
  'section' => 'veu_contact_setting',
240
  'settings' => 'vkExUnit_contact[contact_image]',
241
  'priority' => 1,
254
  )
255
  );
256
 
257
+ $decription = __( 'HTML takes precedence over image', 'vk-all-in-one-expansion-unit' );
258
  $skin = get_option( 'lightning_design_skin' );
259
  if ( $skin == 'fort' || $skin == 'pale' ) {
260
+ $decription .= '<br>* ' . __( 'It is not reflected in the header.', 'vk-all-in-one-expansion-unit' );
261
  }
262
  $wp_customize->add_control(
263
  'contact_html', array(
264
+ 'label' => __( 'Display HTML message instead of the standard', 'vk-all-in-one-expansion-unit' ),
265
  'section' => 'veu_contact_setting',
266
  'settings' => 'vkExUnit_contact[contact_html]',
267
  'type' => 'textarea',
plugins/css_customize/css_customize-edit.php CHANGED
@@ -1,8 +1,8 @@
1
  <div class="wrap">
2
- <h2><?php echo vkExUnit_get_name(); ?> <?php _e( 'CSS Customize', 'vkExUnit' ); ?></h2>
3
  <div class="fileedit-sub"></div>
4
  <?php echo $data['mess']; ?>
5
- <p><?php _e( 'You can add custom CSS here.', 'vkExUnit' ); ?></p>
6
  <?php if ( get_locale() == 'ja' ) { ?>
7
  <p>CSSのカスタマイズについては、<a href="https://www.vektor-inc.co.jp/post/css_customize/" target="_blank">こちらのページ</a>を参照してください。</p>
8
  <?php } ?>
@@ -10,7 +10,7 @@
10
  <textarea name="bv-css-css" cols="70" rows="10" id="newcontent"><?php echo esc_attr( $data['customCss'] ); ?></textarea>
11
  <?php wp_nonce_field( 'biz-vektor-css-submit', 'biz-vektor-css-nonce' ); ?>
12
  <p class="submit">
13
- <input type="submit" name="bv-css-submit" class="button button-primary" value="<?php _e( 'Save CSS', 'vkExUnit' ); ?>" />
14
  </p>
15
  </form>
16
 
1
  <div class="wrap">
2
+ <h2><?php echo vkExUnit_get_name(); ?> <?php _e( 'CSS Customize', 'vk-all-in-one-expansion-unit' ); ?></h2>
3
  <div class="fileedit-sub"></div>
4
  <?php echo $data['mess']; ?>
5
+ <p><?php _e( 'You can add custom CSS here.', 'vk-all-in-one-expansion-unit' ); ?></p>
6
  <?php if ( get_locale() == 'ja' ) { ?>
7
  <p>CSSのカスタマイズについては、<a href="https://www.vektor-inc.co.jp/post/css_customize/" target="_blank">こちらのページ</a>を参照してください。</p>
8
  <?php } ?>
10
  <textarea name="bv-css-css" cols="70" rows="10" id="newcontent"><?php echo esc_attr( $data['customCss'] ); ?></textarea>
11
  <?php wp_nonce_field( 'biz-vektor-css-submit', 'biz-vektor-css-nonce' ); ?>
12
  <p class="submit">
13
+ <input type="submit" name="bv-css-submit" class="button button-primary" value="<?php _e( 'Save CSS', 'vk-all-in-one-expansion-unit' ); ?>" />
14
  </p>
15
  </form>
16
 
plugins/css_customize/css_customize-single.php CHANGED
@@ -19,7 +19,7 @@ function veu_custom_css_hooks() {
19
  foreach ( $post_types as $post_type ) {
20
  add_meta_box(
21
  'veu_custom_css', // (必須) 編集画面セクションの HTML ID
22
- __( 'Custom CSS', 'vkExUnit' ), // (必須) 編集画面セクションのタイトル、画面上に表示される
23
  'veu_custom_css_input', // (必須) 編集画面セクションに HTML 出力する関数.
24
  $post_type, // (オプション)編集画面セクションを表示する書き込み画面のタイプ(例: 'post'、 'page'、 'dashboard'、 'link'、 'attachment'、 'custom_post_type'、 'comment')
25
  'normal', // (オプション) 編集画面セクションが表示される部分 ('normal', 'advanced' または (2.7 以降) 'side')
19
  foreach ( $post_types as $post_type ) {
20
  add_meta_box(
21
  'veu_custom_css', // (必須) 編集画面セクションの HTML ID
22
+ __( 'Custom CSS', 'vk-all-in-one-expansion-unit' ), // (必須) 編集画面セクションのタイトル、画面上に表示される
23
  'veu_custom_css_input', // (必須) 編集画面セクションに HTML 出力する関数.
24
  $post_type, // (オプション)編集画面セクションを表示する書き込み画面のタイプ(例: 'post'、 'page'、 'dashboard'、 'link'、 'attachment'、 'custom_post_type'、 'comment')
25
  'normal', // (オプション) 編集画面セクションが表示される部分 ('normal', 'advanced' または (2.7 以降) 'side')
plugins/css_customize/css_customize.php CHANGED
@@ -27,7 +27,7 @@ class veu_css_customize {
27
  array(
28
  'parent' => 'veu_adminlink',
29
  'id' => 'veu_adminlink_css',
30
- 'title' => __( 'CSS Customize', 'vkExUnit' ),
31
  'href' => admin_url() . 'admin.php?page=vkExUnit_css_customize',
32
  )
33
  );
@@ -41,8 +41,8 @@ class veu_css_customize {
41
  // $capability_required = veu_get_capability_required();
42
  add_submenu_page(
43
  'vkExUnit_setting_page',
44
- __( 'CSS Customize', 'vkExUnit' ),
45
- __( 'CSS Customize', 'vkExUnit' ),
46
  // $capability_required, // edit_theme_optionsのユーザーにもアクセスさせないため
47
  'activate_plugins',
48
  'vkExUnit_css_customize',
27
  array(
28
  'parent' => 'veu_adminlink',
29
  'id' => 'veu_adminlink_css',
30
+ 'title' => __( 'CSS Customize', 'vk-all-in-one-expansion-unit' ),
31
  'href' => admin_url() . 'admin.php?page=vkExUnit_css_customize',
32
  )
33
  );
41
  // $capability_required = veu_get_capability_required();
42
  add_submenu_page(
43
  'vkExUnit_setting_page',
44
+ __( 'CSS Customize', 'vk-all-in-one-expansion-unit' ),
45
+ __( 'CSS Customize', 'vk-all-in-one-expansion-unit' ),
46
  // $capability_required, // edit_theme_optionsのユーザーにもアクセスさせないため
47
  'activate_plugins',
48
  'vkExUnit_css_customize',
plugins/font-awesome/class-vk-font-awesome-versions.php CHANGED
@@ -19,7 +19,7 @@ if ( ! class_exists( 'Vk_Font_Awesome_Versions' ) ) {
19
  global $font_awesome_directory_uri;
20
  $versions = array(
21
  '5_SVG_JS' => array(
22
- 'label' => '5 SVG with JS ( ' . __( 'Not recommended', 'vkExUnit' ) . ' )',
23
  'version' => '5.6',
24
  'type' => 'svg-with-js',
25
  /* [ Notice ] use editor css*/
@@ -34,7 +34,7 @@ if ( ! class_exists( 'Vk_Font_Awesome_Versions' ) ) {
34
  'url_js' => '',
35
  ),
36
  '4.7' => array(
37
- 'label' => '4.7 ( ' . __( 'Not recommended', 'vkExUnit' ) . ' )',
38
  'version' => '4.7',
39
  'type' => 'web-fonts-with-css',
40
  'url_css' => $font_awesome_directory_uri . 'versions/4.7.0/css/font-awesome.min.css',
@@ -66,9 +66,9 @@ if ( ! class_exists( 'Vk_Font_Awesome_Versions' ) ) {
66
  public static function ex_and_link() {
67
  $current_option = self::get_option_fa();
68
  if ( $current_option == '5_WebFonts_CSS' || $current_option == '5_SVG_JS' ) {
69
- $ex_and_link = '<strong>Font Awesome 5</strong><br>' . __( 'Ex ) ', 'vkExUnit' ) . 'far fa-file-alt [ <a href="//fontawesome.com/icons?d=gallery&m=free" target="_blank">Icon list</a> ]';
70
  } else {
71
- $ex_and_link = '<strong>Font Awesome 4.7</strong><br>' . __( 'Ex ) ', 'vkExUnit' ) . 'fa-file-text-o [ <a href="//fontawesome.com/v4.7.0/icons/" target="_blank">Icon list</a> ]';
72
  }
73
  return $ex_and_link;
74
  }
@@ -166,7 +166,7 @@ if ( ! class_exists( 'Vk_Font_Awesome_Versions' ) ) {
166
 
167
  $wp_customize->add_section(
168
  'VK Font Awesome', array(
169
- 'title' => $vk_font_awesome_version_prefix_customize_panel . __( 'Font Awesome', 'vkExUnit' ),
170
  'priority' => 450,
171
  )
172
  );
@@ -187,10 +187,10 @@ if ( ! class_exists( 'Vk_Font_Awesome_Versions' ) ) {
187
 
188
  $wp_customize->add_control(
189
  'vk_font_awesome_version', array(
190
- 'label' => __( 'Font Awesome Version', 'vkExUnit' ),
191
  'section' => 'VK Font Awesome',
192
  'settings' => 'vk_font_awesome_version',
193
- 'description' => __( '4.7 will be abolished in the near future.', 'vkExUnit' ),
194
  'type' => 'select',
195
  'priority' => '',
196
  'choices' => $choices,
19
  global $font_awesome_directory_uri;
20
  $versions = array(
21
  '5_SVG_JS' => array(
22
+ 'label' => '5 SVG with JS ( ' . __( 'Not recommended', 'vk-all-in-one-expansion-unit' ) . ' )',
23
  'version' => '5.6',
24
  'type' => 'svg-with-js',
25
  /* [ Notice ] use editor css*/
34
  'url_js' => '',
35
  ),
36
  '4.7' => array(
37
+ 'label' => '4.7 ( ' . __( 'Not recommended', 'vk-all-in-one-expansion-unit' ) . ' )',
38
  'version' => '4.7',
39
  'type' => 'web-fonts-with-css',
40
  'url_css' => $font_awesome_directory_uri . 'versions/4.7.0/css/font-awesome.min.css',
66
  public static function ex_and_link() {
67
  $current_option = self::get_option_fa();
68
  if ( $current_option == '5_WebFonts_CSS' || $current_option == '5_SVG_JS' ) {
69
+ $ex_and_link = '<strong>Font Awesome 5</strong><br>' . __( 'Ex ) ', 'vk-all-in-one-expansion-unit' ) . 'far fa-file-alt [ <a href="//fontawesome.com/icons?d=gallery&m=free" target="_blank">Icon list</a> ]';
70
  } else {
71
+ $ex_and_link = '<strong>Font Awesome 4.7</strong><br>' . __( 'Ex ) ', 'vk-all-in-one-expansion-unit' ) . 'fa-file-text-o [ <a href="//fontawesome.com/v4.7.0/icons/" target="_blank">Icon list</a> ]';
72
  }
73
  return $ex_and_link;
74
  }
166
 
167
  $wp_customize->add_section(
168
  'VK Font Awesome', array(
169
+ 'title' => $vk_font_awesome_version_prefix_customize_panel . __( 'Font Awesome', 'vk-all-in-one-expansion-unit' ),
170
  'priority' => 450,
171
  )
172
  );
187
 
188
  $wp_customize->add_control(
189
  'vk_font_awesome_version', array(
190
+ 'label' => __( 'Font Awesome Version', 'vk-all-in-one-expansion-unit' ),
191
  'section' => 'VK Font Awesome',
192
  'settings' => 'vk_font_awesome_version',
193
+ 'description' => __( '4.7 will be abolished in the near future.', 'vk-all-in-one-expansion-unit' ),
194
  'type' => 'select',
195
  'priority' => '',
196
  'choices' => $choices,
plugins/footer_copyright_change.php CHANGED
@@ -3,7 +3,7 @@ add_filter( 'lightning_footerPoweredCustom', 'vkExUnit_lightning_footerPoweredCu
3
  function vkExUnit_lightning_footerPoweredCustom( $lightning_footerPowered ) {
4
  // Powered
5
  /*------------------*/
6
- $lightning_footerPowered = __( '<p>Powered by <a href="https://wordpress.org/">WordPress</a> with <a href="https://lightning.nagoya" target="_blank" title="Free WordPress Theme Lightning"> Lightning Theme</a> &amp; <a href="https://ex-unit.nagoya" target="_blank">VK All in One Expansion Unit</a> by <a href="//www.vektor-inc.co.jp" target="_blank">Vektor,Inc.</a> technology.</p>', 'vkExUnit' );
7
  return $lightning_footerPowered;
8
 
9
  }
3
  function vkExUnit_lightning_footerPoweredCustom( $lightning_footerPowered ) {
4
  // Powered
5
  /*------------------*/
6
+ $lightning_footerPowered = __( '<p>Powered by <a href="https://wordpress.org/">WordPress</a> with <a href="https://lightning.nagoya" target="_blank" title="Free WordPress Theme Lightning"> Lightning Theme</a> &amp; <a href="https://ex-unit.nagoya" target="_blank">VK All in One Expansion Unit</a> by <a href="//www.vektor-inc.co.jp" target="_blank">Vektor,Inc.</a> technology.</p>', 'vk-all-in-one-expansion-unit' );
7
  return $lightning_footerPowered;
8
 
9
  }
plugins/google_analytics/ga_admin.php CHANGED
@@ -6,23 +6,23 @@
6
  /*-------------------------------------------*/
7
  ?>
8
  <div id="seoSetting" class="sectionBox">
9
- <h3><?php _e( 'Google Analytics Settings', 'vkExUnit' ); ?></h3>
10
  <table class="form-table">
11
  <!-- Google Analytics -->
12
  <tr>
13
- <th><?php _e( 'Google Analytics Settings', 'vkExUnit' ); ?></th>
14
- <td><?php _e( 'Please fill in the Google Analytics ID from the Analytics embed code used in the site.', 'vkExUnit' ); ?><br />
15
  <p>UA-<input type="text" name="vkExUnit_ga_options[gaId]" id="gaId" value="<?php echo esc_attr( $options['gaId'] ); ?>" style="width:90%;" /><br />
16
- <?php _e( 'ex) ', 'vkExUnit' );?>XXXXXXXX-X</p>
17
 
18
  <dl>
19
- <dt><?php _e( 'Please select the type of Analytics code . (If you are unsure you can skip this.)', 'vkExUnit' ); ?></dt>
20
  <dd>
21
  <?php
22
  $vkExUnit_gaTypes = array(
23
- 'gaType_gtag' => __( 'Recommendation ( gtag )', 'vkExUnit' ),
24
- 'gaType_universal' => __( 'Universal Analytics code ( analytics.js )', 'vkExUnit' ),
25
- 'gaType_normal' => __( 'Normal code ( analytics.js )', 'vkExUnit' ),
26
  );
27
  foreach ( $vkExUnit_gaTypes as $vkExUnit_gaTypeValue => $vkExUnit_gaTypeLavel ) {
28
  if ( $vkExUnit_gaTypeValue == $options['gaType'] ) { ?>
6
  /*-------------------------------------------*/
7
  ?>
8
  <div id="seoSetting" class="sectionBox">
9
+ <h3><?php _e( 'Google Analytics Settings', 'vk-all-in-one-expansion-unit' ); ?></h3>
10
  <table class="form-table">
11
  <!-- Google Analytics -->
12
  <tr>
13
+ <th><?php _e( 'Google Analytics Settings', 'vk-all-in-one-expansion-unit' ); ?></th>
14
+ <td><?php _e( 'Please fill in the Google Analytics ID from the Analytics embed code used in the site.', 'vk-all-in-one-expansion-unit' ); ?><br />
15
  <p>UA-<input type="text" name="vkExUnit_ga_options[gaId]" id="gaId" value="<?php echo esc_attr( $options['gaId'] ); ?>" style="width:90%;" /><br />
16
+ <?php _e( 'ex) ', 'vk-all-in-one-expansion-unit' );?>XXXXXXXX-X</p>
17
 
18
  <dl>
19
+ <dt><?php _e( 'Please select the type of Analytics code . (If you are unsure you can skip this.)', 'vk-all-in-one-expansion-unit' ); ?></dt>
20
  <dd>
21
  <?php
22
  $vkExUnit_gaTypes = array(
23
+ 'gaType_gtag' => __( 'Recommendation ( gtag )', 'vk-all-in-one-expansion-unit' ),
24
+ 'gaType_universal' => __( 'Universal Analytics code ( analytics.js )', 'vk-all-in-one-expansion-unit' ),
25
+ 'gaType_normal' => __( 'Normal code ( analytics.js )', 'vk-all-in-one-expansion-unit' ),
26
  );
27
  foreach ( $vkExUnit_gaTypes as $vkExUnit_gaTypeValue => $vkExUnit_gaTypeLavel ) {
28
  if ( $vkExUnit_gaTypeValue == $options['gaType'] ) { ?>
plugins/google_analytics/ga_customizer.php CHANGED
@@ -21,7 +21,7 @@ function veu_customize_register_ga( $wp_customize ) {
21
  $wp_customize->add_section(
22
  'veu_ga_setting',
23
  array(
24
- 'title' => __( 'Google Analtics Settings', 'vkExUnit' ),
25
  'priority' => 1,
26
  'panel' => 'veu_setting',
27
  )
@@ -42,11 +42,11 @@ function veu_customize_register_ga( $wp_customize ) {
42
  $wp_customize->add_control(
43
  new ExUnit_Custom_Text_Control(
44
  $wp_customize, 'gaId', array(
45
- 'label' => __( 'Google Analytics ID', 'vkExUnit' ),
46
  'section' => 'veu_ga_setting',
47
  'settings' => 'vkExUnit_ga_options[gaId]',
48
  'type' => 'text',
49
- 'description' => __( 'Please fill in the Google Analytics ID from the Analytics embed code used in the site.<br>ex) XXXXXXXX-X', 'vkExUnit' ),
50
  'input_before' => 'UA-',
51
  )
52
  )
@@ -65,17 +65,17 @@ function veu_customize_register_ga( $wp_customize ) {
65
  $wp_customize->add_control(
66
  'gaType',
67
  array(
68
- 'label' => __( 'Select the type of Analytics code', 'vkExUnit' ),
69
  'section' => 'veu_ga_setting',
70
  'settings' => 'vkExUnit_ga_options[gaType]',
71
  'type' => 'radio',
72
  // 'priority' => $priority,
73
  'choices' => array(
74
- 'gaType_gtag' => __( 'Recommendation ( gtag )', 'vkExUnit' ),
75
- 'gaType_universal' => __( 'Universal Analytics code ( analytics.js )', 'vkExUnit' ),
76
- 'gaType_normal' => __( 'Normal code ( analytics.js )', 'vkExUnit' ),
77
  ),
78
- 'description' => __( 'Print the select the type of Analytics code.<br>(If you are unsure you can skip this.)', 'vkExUnit' ),
79
  )
80
  );
81
 
21
  $wp_customize->add_section(
22
  'veu_ga_setting',
23
  array(
24
+ 'title' => __( 'Google Analtics Settings', 'vk-all-in-one-expansion-unit' ),
25
  'priority' => 1,
26
  'panel' => 'veu_setting',
27
  )
42
  $wp_customize->add_control(
43
  new ExUnit_Custom_Text_Control(
44
  $wp_customize, 'gaId', array(
45
+ 'label' => __( 'Google Analytics ID', 'vk-all-in-one-expansion-unit' ),
46
  'section' => 'veu_ga_setting',
47
  'settings' => 'vkExUnit_ga_options[gaId]',
48
  'type' => 'text',
49
+ 'description' => __( 'Please fill in the Google Analytics ID from the Analytics embed code used in the site.<br>ex) XXXXXXXX-X', 'vk-all-in-one-expansion-unit' ),
50
  'input_before' => 'UA-',
51
  )
52
  )
65
  $wp_customize->add_control(
66
  'gaType',
67
  array(
68
+ 'label' => __( 'Select the type of Analytics code', 'vk-all-in-one-expansion-unit' ),
69
  'section' => 'veu_ga_setting',
70
  'settings' => 'vkExUnit_ga_options[gaType]',
71
  'type' => 'radio',
72
  // 'priority' => $priority,
73
  'choices' => array(
74
+ 'gaType_gtag' => __( 'Recommendation ( gtag )', 'vk-all-in-one-expansion-unit' ),
75
+ 'gaType_universal' => __( 'Universal Analytics code ( analytics.js )', 'vk-all-in-one-expansion-unit' ),
76
+ 'gaType_normal' => __( 'Normal code ( analytics.js )', 'vk-all-in-one-expansion-unit' ),
77
  ),
78
+ 'description' => __( 'Print the select the type of Analytics code.<br>(If you are unsure you can skip this.)', 'vk-all-in-one-expansion-unit' ),
79
  )
80
  );
81
 
plugins/google_analytics/google_analytics.php CHANGED
@@ -20,7 +20,7 @@ function vkExUnit_ga_options_init() {
20
  }
21
 
22
  vkExUnit_register_setting(
23
- __( 'Google Analytics Settings', 'vkExUnit' ), // Immediately following form tag of edit page.
24
  'vkExUnit_ga_options', // name attr
25
  'vkExUnit_ga_options_validate',
26
  'vkExUnit_add_ga_options_page'
20
  }
21
 
22
  vkExUnit_register_setting(
23
+ __( 'Google Analytics Settings', 'vk-all-in-one-expansion-unit' ), // Immediately following form tag of edit page.
24
  'vkExUnit_ga_options', // name attr
25
  'vkExUnit_ga_options_validate',
26
  'vkExUnit_add_ga_options_page'
plugins/icons.php CHANGED
@@ -35,7 +35,7 @@ class vExUnit_icons {
35
 
36
  public function option_init() {
37
  vkExUnit_register_setting(
38
- __( 'icon setting', 'vkExUnit' ), // tab label.
39
  'vkExUnit_icon_settings', // name attr
40
  array( $this, 'sanitize_config' ), // sanitaise function name
41
  array( $this, 'render_configPage' ) // setting_page function name
@@ -65,23 +65,23 @@ class vExUnit_icons {
65
  public function render_configPage() {
66
  $options = self::get_option();
67
  ?>
68
- <h3><?php _e( 'icon setting', 'vkExUnit' ); ?></h3>
69
 
70
  <div id="on_setting" class="sectionBox">
71
  <p class="text-warning">
72
  <?php
73
  $href = '"'.admin_url('customize.php').'"';
74
- printf( __( 'This feature will be discontinued shortly.<br>You can set the site icon from "Site Identity" panel of [ <a href=%s>Themes > Customize</a> ] After updating the setting.', 'vkExUnit' ), $href );
75
  ?>
76
  </p>
77
 
78
  <table class="form-table">
79
  <!-- Favicon -->
80
  <tr>
81
- <th><?php _e( 'Favicon Setting', 'vkExUnit' ); ?></th>
82
  <td><input type="text" name="vkExUnit_icon_settings" id="favicon" value="<?php echo $options ?>" style="width:60%;" />
83
- <button id="media_src_favicon" class="media_btn button button-default"><?php _e( 'Choose icon', 'vkExUnit' ); ?></button>
84
- <p><?php _e( 'Please upload your ".ico" file','vkExUnit' ); ?></p>
85
  </td>
86
  </tr>
87
  </table>
35
 
36
  public function option_init() {
37
  vkExUnit_register_setting(
38
+ __( 'icon setting', 'vk-all-in-one-expansion-unit' ), // tab label.
39
  'vkExUnit_icon_settings', // name attr
40
  array( $this, 'sanitize_config' ), // sanitaise function name
41
  array( $this, 'render_configPage' ) // setting_page function name
65
  public function render_configPage() {
66
  $options = self::get_option();
67
  ?>
68
+ <h3><?php _e( 'icon setting', 'vk-all-in-one-expansion-unit' ); ?></h3>
69
 
70
  <div id="on_setting" class="sectionBox">
71
  <p class="text-warning">
72
  <?php
73
  $href = '"'.admin_url('customize.php').'"';
74
+ printf( __( 'This feature will be discontinued shortly.<br>You can set the site icon from "Site Identity" panel of [ <a href=%s>Themes > Customize</a> ] After updating the setting.', 'vk-all-in-one-expansion-unit' ), $href );
75
  ?>
76
  </p>
77
 
78
  <table class="form-table">
79
  <!-- Favicon -->
80
  <tr>
81
+ <th><?php _e( 'Favicon Setting', 'vk-all-in-one-expansion-unit' ); ?></th>
82
  <td><input type="text" name="vkExUnit_icon_settings" id="favicon" value="<?php echo $options ?>" style="width:60%;" />
83
+ <button id="media_src_favicon" class="media_btn button button-default"><?php _e( 'Choose icon', 'vk-all-in-one-expansion-unit' ); ?></button>
84
+ <p><?php _e( 'Please upload your ".ico" file', 'vk-all-in-one-expansion-unit' ); ?></p>
85
  </td>
86
  </tr>
87
  </table>
plugins/insert_ads.php CHANGED
@@ -35,7 +35,7 @@ class vExUnit_Ads {
35
 
36
  public function option_init() {
37
  vkExUnit_register_setting(
38
- __( 'Insert ads', 'vkExUnit' ), // tab label.
39
  'vkExUnit_Ads', // name attr
40
  array( $this, 'sanitize_config' ), // sanitaise function name
41
  array( $this, 'render_configPage' ) // setting_page function name
@@ -215,7 +215,7 @@ class vExUnit_Ads {
215
  public function render_configPage() {
216
  $option = $this->get_option();
217
  ?>
218
- <h3><?php _e( 'Insert ads', 'vkExUnit' ); ?></h3>
219
  <div id="vkExUnit_Ads" class="sectionBox">
220
 
221
  <table class="form-table">
@@ -225,30 +225,30 @@ class vExUnit_Ads {
225
  /*--------------------------------------------------*/
226
  ?>
227
  <tr>
228
- <th><?php _e( 'Google Auto ads', 'vkExUnit' ); ?><br>
229
  <?php
230
  $lang = ( get_locale() == 'ja' ) ? 'ja' : 'en';
231
  $Google_ad_url = 'https://support.google.com/adsense/answer/7478040?hl=' . $lang;
232
  ?>
233
- [ <a href="<?php echo $Google_ad_url; ?>" target="_blank"><?php _e( 'About Google Auto ads', 'vkExUnit' ); ?></a> ]
234
  </th>
235
  <td>
236
- <?php _e( 'If you would like to set to Google Auto ads,Please fill in Publisher ID.', 'vkExUnit' ); ?>
237
  <p><label>
238
- <input type="checkbox" name="vkExUnit_Ads[google-ads-active]" id="google-ads-active" value="true"<?php vk_is_checked( 'true', $option['google-ads-active'] ); ?>> <?php _e( 'Enable Google Auto ads', 'vkExUnit' ); ?></label></p>
239
  <p>
240
- <label><?php _e( 'Publisher ID', 'vkExUnit' ); ?></label><br>
241
  pub-<input type="text" name="vkExUnit_Ads[google-pub-id]" id="gaId" value="<?php echo esc_attr( $option['google-pub-id'] ); ?>" style="width:90%;">
242
  </p>
243
  <?php
244
- $link = '<a href="https://www.google.com/adsense/" target="_blank">' . __( 'Google AdSense dashboard', 'vkExUnit' ) . '</a>';
245
  ?>
246
- <p>* <?php printf( __( 'Publisher ID is you can investigate from the %s > Account information page.', 'vkExUnit' ), $link ); ?>
247
  </p>
248
  <p><label>
249
- <input type="checkbox" name="vkExUnit_Ads[google-ads-overlays-bottom]" id="google-ads-overlays-bottom" value="true"<?php vk_is_checked( 'true', $option['google-ads-overlays-bottom'] ); ?>> <?php _e( 'Designate anchor ads at the bottom.', 'vkExUnit' ); ?></label></p>
250
 
251
- <p>* <?php _e( 'The layout may collapse by inserting Google Auto ads, but the correspondence varies depending on the kind, specification, theme etc. of advertisement, so please write CSS according to your needs about the display collapse and correct it.', 'vkExUnit' ); ?></p>
252
  </td>
253
  </tr>
254
  <?php
@@ -256,11 +256,11 @@ class vExUnit_Ads {
256
  Manual set Ads
257
  /*--------------------------------------------------*/
258
  ?>
259
- <tr><th><?php _e( 'Insert ads to post.', 'vkExUnit' ); ?>
260
  </th><td style="max-width:80em;">
261
- <?php _e( 'Insert ads to before content and more tag and after content.', 'vkExUnit' ); ?><br/><?php _e( 'If you want to separate ads area, you fill two fields.', 'vkExUnit' ); ?>
262
  <dl>
263
- <dt><label for="ad_content_before"><?php _e( 'insert the ad [ before content ]', 'vkExUnit' ); ?></label></dt>
264
  <dd>
265
  <textarea rows="5" name="vkExUnit_Ads[before][]" id="ad_content_before" value="" style="width:100%;max-width:50em;" /><?php echo ( isset( $option['before'][0] ) && $option['before'][0] ) ? $option['before'][0] : ''; ?></textarea>
266
  <br/>
@@ -268,7 +268,7 @@ class vExUnit_Ads {
268
  </dd>
269
  </dl>
270
  <dl>
271
- <dt><label for="ad_content_moretag"><?php _e( 'insert the ad [ more tag ]', 'vkExUnit' ); ?></label></dt>
272
  <dd>
273
  <textarea rows="5" name="vkExUnit_Ads[more][]" id="ad_content_moretag" value="" style="width:100%;max-width:50em;" /><?php echo ( isset( $option['more'][0] ) && $option['more'][0] ) ? $option['more'][0] : ''; ?></textarea>
274
  <br/>
@@ -276,7 +276,7 @@ class vExUnit_Ads {
276
  </dd>
277
  </dl>
278
  <dl>
279
- <dt><label for="ad_content_after"><?php _e( 'insert the ad [ after content ]', 'vkExUnit' ); ?></label></dt>
280
  <dd>
281
  <textarea rows="5" name="vkExUnit_Ads[after][]" id="ad_content_after" value="" style="width:100%;max-width:50em;" /><?php echo ( isset( $option['after'][0] ) && $option['after'][0] ) ? $option['after'][0] : ''; ?></textarea>
282
  <br/>
35
 
36
  public function option_init() {
37
  vkExUnit_register_setting(
38
+ __( 'Insert ads', 'vk-all-in-one-expansion-unit' ), // tab label.
39
  'vkExUnit_Ads', // name attr
40
  array( $this, 'sanitize_config' ), // sanitaise function name
41
  array( $this, 'render_configPage' ) // setting_page function name
215
  public function render_configPage() {
216
  $option = $this->get_option();
217
  ?>
218
+ <h3><?php _e( 'Insert ads', 'vk-all-in-one-expansion-unit' ); ?></h3>
219
  <div id="vkExUnit_Ads" class="sectionBox">
220
 
221
  <table class="form-table">
225
  /*--------------------------------------------------*/
226
  ?>
227
  <tr>
228
+ <th><?php _e( 'Google Auto ads', 'vk-all-in-one-expansion-unit' ); ?><br>
229
  <?php
230
  $lang = ( get_locale() == 'ja' ) ? 'ja' : 'en';
231
  $Google_ad_url = 'https://support.google.com/adsense/answer/7478040?hl=' . $lang;
232
  ?>
233
+ [ <a href="<?php echo $Google_ad_url; ?>" target="_blank"><?php _e( 'About Google Auto ads', 'vk-all-in-one-expansion-unit' ); ?></a> ]
234
  </th>
235
  <td>
236
+ <?php _e( 'If you would like to set to Google Auto ads,Please fill in Publisher ID.', 'vk-all-in-one-expansion-unit' ); ?>
237
  <p><label>
238
+ <input type="checkbox" name="vkExUnit_Ads[google-ads-active]" id="google-ads-active" value="true"<?php vk_is_checked( 'true', $option['google-ads-active'] ); ?>> <?php _e( 'Enable Google Auto ads', 'vk-all-in-one-expansion-unit' ); ?></label></p>
239
  <p>
240
+ <label><?php _e( 'Publisher ID', 'vk-all-in-one-expansion-unit' ); ?></label><br>
241
  pub-<input type="text" name="vkExUnit_Ads[google-pub-id]" id="gaId" value="<?php echo esc_attr( $option['google-pub-id'] ); ?>" style="width:90%;">
242
  </p>
243
  <?php
244
+ $link = '<a href="https://www.google.com/adsense/" target="_blank">' . __( 'Google AdSense dashboard', 'vk-all-in-one-expansion-unit' ) . '</a>';
245
  ?>
246
+ <p>* <?php printf( __( 'Publisher ID is you can investigate from the %s > Account information page.', 'vk-all-in-one-expansion-unit' ), $link ); ?>
247
  </p>
248
  <p><label>
249
+ <input type="checkbox" name="vkExUnit_Ads[google-ads-overlays-bottom]" id="google-ads-overlays-bottom" value="true"<?php vk_is_checked( 'true', $option['google-ads-overlays-bottom'] ); ?>> <?php _e( 'Designate anchor ads at the bottom.', 'vk-all-in-one-expansion-unit' ); ?></label></p>
250
 
251
+ <p>* <?php _e( 'The layout may collapse by inserting Google Auto ads, but the correspondence varies depending on the kind, specification, theme etc. of advertisement, so please write CSS according to your needs about the display collapse and correct it.', 'vk-all-in-one-expansion-unit' ); ?></p>
252
  </td>
253
  </tr>
254
  <?php
256
  Manual set Ads
257
  /*--------------------------------------------------*/
258
  ?>
259
+ <tr><th><?php _e( 'Insert ads to post.', 'vk-all-in-one-expansion-unit' ); ?>
260
  </th><td style="max-width:80em;">
261
+ <?php _e( 'Insert ads to before content and more tag and after content.', 'vk-all-in-one-expansion-unit' ); ?><br/><?php _e( 'If you want to separate ads area, you fill two fields.', 'vk-all-in-one-expansion-unit' ); ?>
262
  <dl>
263
+ <dt><label for="ad_content_before"><?php _e( 'insert the ad [ before content ]', 'vk-all-in-one-expansion-unit' ); ?></label></dt>
264
  <dd>
265
  <textarea rows="5" name="vkExUnit_Ads[before][]" id="ad_content_before" value="" style="width:100%;max-width:50em;" /><?php echo ( isset( $option['before'][0] ) && $option['before'][0] ) ? $option['before'][0] : ''; ?></textarea>
266
  <br/>
268
  </dd>
269
  </dl>
270
  <dl>
271
+ <dt><label for="ad_content_moretag"><?php _e( 'insert the ad [ more tag ]', 'vk-all-in-one-expansion-unit' ); ?></label></dt>
272
  <dd>
273
  <textarea rows="5" name="vkExUnit_Ads[more][]" id="ad_content_moretag" value="" style="width:100%;max-width:50em;" /><?php echo ( isset( $option['more'][0] ) && $option['more'][0] ) ? $option['more'][0] : ''; ?></textarea>
274
  <br/>
276
  </dd>
277
  </dl>
278
  <dl>
279
+ <dt><label for="ad_content_after"><?php _e( 'insert the ad [ after content ]', 'vk-all-in-one-expansion-unit' ); ?></label></dt>
280
  <dd>
281
  <textarea rows="5" name="vkExUnit_Ads[after][]" id="ad_content_after" value="" style="width:100%;max-width:50em;" /><?php echo ( isset( $option['after'][0] ) && $option['after'][0] ) ? $option['after'][0] : ''; ?></textarea>
282
  <br/>
plugins/meta_description.php CHANGED
@@ -17,7 +17,7 @@ foreach ( $postTypes as $postType ) {
17
 
18
  function vkExUnit_description_options_init() {
19
  vkExUnit_register_setting(
20
- __( 'Meta Description', 'vkExUnit' ), // tab label.
21
  'vkExUnit_description_options', // name attr
22
  false, // sanitaise function name
23
  'vkExUnit_add_description_options_page' // setting_page function name
@@ -28,16 +28,16 @@ add_action( 'vkExUnit_package_init', 'vkExUnit_description_options_init' );
28
 
29
  function vkExUnit_add_description_options_page() {
30
  ?>
31
- <h3><?php _e( 'Meta Description', 'vkExUnit' ); ?></h3>
32
  <div id="meta_description" class="sectionBox">
33
  <table class="form-table">
34
- <tr><th><?php _e( 'Meta Description', 'vkExUnit' ); ?></th>
35
  <td>
36
 
37
- <?php _e( 'What you have to complete the "excerpt" column of the edit screen of each page will be reflected in the description of the meta tag.', 'vkExUnit' ); ?><br/>
38
- <?php _e( 'Description of meta tags in the search results screen of search sites such as Google, will be Displayed, such as the bottom of the site title. If the excerpt column is blank, is 240 characters than text beginning of a sentence has become a specification that is applied as a description.', 'vkExUnit' ); ?><br/>
39
- <?php _e( 'The meta description of the top page is subject to the catchphrase of the site. However, its contents will be reflected if the excerpt is entered in fixed page that was set on the top page.', 'vkExUnit' ); ?><br/>
40
- * <?php _e( 'If "excerpt" column is not found, Click "Display Option" of page top at each article edit page, and check the expert column display.', 'vkExUnit' ); ?><br/>
41
  </td></tr>
42
  </table>
43
  </div>
17
 
18
  function vkExUnit_description_options_init() {
19
  vkExUnit_register_setting(
20
+ __( 'Meta Description', 'vk-all-in-one-expansion-unit' ), // tab label.
21
  'vkExUnit_description_options', // name attr
22
  false, // sanitaise function name
23
  'vkExUnit_add_description_options_page' // setting_page function name
28
 
29
  function vkExUnit_add_description_options_page() {
30
  ?>
31
+ <h3><?php _e( 'Meta Description', 'vk-all-in-one-expansion-unit' ); ?></h3>
32
  <div id="meta_description" class="sectionBox">
33
  <table class="form-table">
34
+ <tr><th><?php _e( 'Meta Description', 'vk-all-in-one-expansion-unit' ); ?></th>
35
  <td>
36
 
37
+ <?php _e( 'What you have to complete the "excerpt" column of the edit screen of each page will be reflected in the description of the meta tag.', 'vk-all-in-one-expansion-unit' ); ?><br/>
38
+ <?php _e( 'Description of meta tags in the search results screen of search sites such as Google, will be Displayed, such as the bottom of the site title. If the excerpt column is blank, is 240 characters than text beginning of a sentence has become a specification that is applied as a description.', 'vk-all-in-one-expansion-unit' ); ?><br/>
39
+ <?php _e( 'The meta description of the top page is subject to the catchphrase of the site. However, its contents will be reflected if the excerpt is entered in fixed page that was set on the top page.', 'vk-all-in-one-expansion-unit' ); ?><br/>
40
+ * <?php _e( 'If "excerpt" column is not found, Click "Display Option" of page top at each article edit page, and check the expert column display.', 'vk-all-in-one-expansion-unit' ); ?><br/>
41
  </td></tr>
42
  </table>
43
  </div>
plugins/meta_keyword.php CHANGED
@@ -37,7 +37,7 @@ class vExUnit_meta_keywords {
37
 
38
  public function option_init() {
39
  vkExUnit_register_setting(
40
- __( 'Meta Keywords', 'vkExUnit' ), // tab label.
41
  'vkExUnit_common_keywords', // name attr
42
  array( $this, 'sanitize_config' ), // sanitaise function name
43
  array( $this, 'render_configPage' ) // setting_page function name
@@ -65,17 +65,17 @@ class vExUnit_meta_keywords {
65
 
66
  public function render_configPage() {
67
  ?>
68
- <h3><?php _e( 'Meta Keyword', 'vkExUnit' ); ?></h3>
69
  <div id="meta_keyword" class="sectionBox">
70
  <table class="form-table">
71
- <tr><th><?php _e( 'Common Keywords','vkExUnit' ); ?></th>
72
- <td><?php _e( 'Keywords for meta tag. This words will set Meta Keyword with post keywords. if you want multiple keywords, enter with separator of ",".','vkExUnit' ); ?><br />
73
  <input type="text" name="vkExUnit_common_keywords" id="commonKeyWords" value="<?php echo self::get_option(); ?>" style="width:90%;" /><br />
74
 
75
- * <?php _e( 'This is not seriously, Because the SearchEngine does not care this.','vkExUnit' ) ?><br/>
76
- * <?php _e( 'For each page individual keyword is enter at the edit screen of each article. 10 keywords maximum, together with a each article keywords is desirable.','vkExUnit' ) ?><br/>
77
- * <?php _e( '"," separator at end of the last keyword is do not need.','vkExUnit' ) ?><br/>
78
- <?php _e( 'Example: WordPress,template,theme,free,GPL','vkExUnit' ); ?></td></tr>
79
  </table>
80
  <?php submit_button(); ?>
81
  </div>
@@ -88,10 +88,10 @@ class vExUnit_meta_keywords {
88
  foreach ( $post_types as $post ) {
89
  if ( $post->_builtin ) { continue; }
90
  if ( ! $post->public ) { continue; }
91
- add_meta_box( 'div1', __( 'Meta Keywords', 'vkExUnit' ), array( $this, 'render_meta_box' ), $post->name, 'normal', 'high' );
92
  }
93
- add_meta_box( 'div1', __( 'Meta Keywords', 'vkExUnit' ), array( $this, 'render_meta_box' ), 'page', 'normal', 'high' );
94
- add_meta_box( 'div1', __( 'Meta Keywords', 'vkExUnit' ), array( $this, 'render_meta_box' ), 'post', 'normal', 'high' );
95
  }
96
 
97
 
@@ -99,9 +99,9 @@ class vExUnit_meta_keywords {
99
  global $post;
100
  echo '<input type="hidden" name="_nonce_vkExUnit__custom_field_metaKeyword" id="_nonce_vkExUnit__custom_field_metaKeyword" value="'.wp_create_nonce( plugin_basename( __FILE__ ) ).'" />';
101
  echo '<label class="hidden" for="vkExUnit_metaKeyword">'.__( 'Meta Keywords', 'biz-vektor' ).'</label><input type="text" id="vkExUnit_metaKeyword" name="vkExUnit_metaKeyword" size="50" value="'.get_post_meta( $post->ID, 'vkExUnit_metaKeyword', true ).'" />';
102
- echo '<p>'.__( 'To distinguish between individual keywords, please enter a , delimiter (optional).', 'vkExUnit' ).'<br />';
103
- $theme_option_seo_link = '<a href="'.get_admin_url().'/admin.php?page=vkExUnit_main_setting#vkExUnit_common_keywords" target="_blank">'.vkExUnit_get_name().' '.__( 'Main setting', 'vkExUnit' ).'</a>';
104
- echo sprintf( __( '* keywords common to the entire site can be set from %s.', 'vkExUnit' ),$theme_option_seo_link );
105
  echo '</p>';
106
  }
107
 
37
 
38
  public function option_init() {
39
  vkExUnit_register_setting(
40
+ __( 'Meta Keywords', 'vk-all-in-one-expansion-unit' ), // tab label.
41
  'vkExUnit_common_keywords', // name attr
42
  array( $this, 'sanitize_config' ), // sanitaise function name
43
  array( $this, 'render_configPage' ) // setting_page function name
65
 
66
  public function render_configPage() {
67
  ?>
68
+ <h3><?php _e( 'Meta Keyword', 'vk-all-in-one-expansion-unit' ); ?></h3>
69
  <div id="meta_keyword" class="sectionBox">
70
  <table class="form-table">
71
+ <tr><th><?php _e( 'Common Keywords', 'vk-all-in-one-expansion-unit' ); ?></th>
72
+ <td><?php _e( 'Keywords for meta tag. This words will set Meta Keyword with post keywords. if you want multiple keywords, enter with separator of ",".', 'vk-all-in-one-expansion-unit' ); ?><br />
73
  <input type="text" name="vkExUnit_common_keywords" id="commonKeyWords" value="<?php echo self::get_option(); ?>" style="width:90%;" /><br />
74
 
75
+ * <?php _e( 'This is not seriously, Because the SearchEngine does not care this.', 'vk-all-in-one-expansion-unit' ) ?><br/>
76
+ * <?php _e( 'For each page individual keyword is enter at the edit screen of each article. 10 keywords maximum, together with a each article keywords is desirable.', 'vk-all-in-one-expansion-unit' ) ?><br/>
77
+ * <?php _e( '"," separator at end of the last keyword is do not need.', 'vk-all-in-one-expansion-unit' ) ?><br/>
78
+ <?php _e( 'Example: WordPress,template,theme,free,GPL', 'vk-all-in-one-expansion-unit' ); ?></td></tr>
79
  </table>
80
  <?php submit_button(); ?>
81
  </div>
88
  foreach ( $post_types as $post ) {
89
  if ( $post->_builtin ) { continue; }
90
  if ( ! $post->public ) { continue; }
91
+ add_meta_box( 'div1', __( 'Meta Keywords', 'vk-all-in-one-expansion-unit' ), array( $this, 'render_meta_box' ), $post->name, 'normal', 'high' );
92
  }
93
+ add_meta_box( 'div1', __( 'Meta Keywords', 'vk-all-in-one-expansion-unit' ), array( $this, 'render_meta_box' ), 'page', 'normal', 'high' );
94
+ add_meta_box( 'div1', __( 'Meta Keywords', 'vk-all-in-one-expansion-unit' ), array( $this, 'render_meta_box' ), 'post', 'normal', 'high' );
95
  }
96
 
97
 
99
  global $post;
100
  echo '<input type="hidden" name="_nonce_vkExUnit__custom_field_metaKeyword" id="_nonce_vkExUnit__custom_field_metaKeyword" value="'.wp_create_nonce( plugin_basename( __FILE__ ) ).'" />';
101
  echo '<label class="hidden" for="vkExUnit_metaKeyword">'.__( 'Meta Keywords', 'biz-vektor' ).'</label><input type="text" id="vkExUnit_metaKeyword" name="vkExUnit_metaKeyword" size="50" value="'.get_post_meta( $post->ID, 'vkExUnit_metaKeyword', true ).'" />';
102
+ echo '<p>'.__( 'To distinguish between individual keywords, please enter a , delimiter (optional).', 'vk-all-in-one-expansion-unit' ).'<br />';
103
+ $theme_option_seo_link = '<a href="'.get_admin_url().'/admin.php?page=vkExUnit_main_setting#vkExUnit_common_keywords" target="_blank">'.vkExUnit_get_name().' '.__( 'Main setting', 'vk-all-in-one-expansion-unit' ).'</a>';
104
+ echo sprintf( __( '* keywords common to the entire site can be set from %s.', 'vk-all-in-one-expansion-unit' ),$theme_option_seo_link );
105
  echo '</p>';
106
  }
107
 
plugins/other_widget/widget-3pr-area.php CHANGED
@@ -6,18 +6,18 @@
6
  class WP_Widget_vkExUnit_3PR_area extends WP_Widget {
7
 
8
  function __construct() {
9
- $widget_name = veu_get_prefix() . __( '3PR area', 'vkExUnit' );
10
 
11
  parent::__construct(
12
  'WP_Widget_vkExUnit_3PR_area',
13
  $widget_name,
14
- array( 'description' => __( 'Displays a 3PR area', 'vkExUnit' ) )
15
  );
16
  }
17
 
18
  public static function default_options( $args = array() ) {
19
  $defaults = array(
20
- 'label_1' => __( '3PR area1 title', 'vkExUnit' ),
21
  'media_3pr_image_1' => '',
22
  'media_3pr_alt_1' => '',
23
  'media_3pr_image_sp_1' => '',
@@ -25,7 +25,7 @@ class WP_Widget_vkExUnit_3PR_area extends WP_Widget {
25
  'summary_1' => '',
26
  'linkurl_1' => '',
27
  'blank_1' => false,
28
- 'label_2' => __( '3PR area2 title', 'vkExUnit' ),
29
  'media_3pr_image_2' => '',
30
  'media_3pr_alt_2' => '',
31
  'media_3pr_image_sp_2' => '',
@@ -33,7 +33,7 @@ class WP_Widget_vkExUnit_3PR_area extends WP_Widget {
33
  'summary_2' => '',
34
  'linkurl_2' => '',
35
  'blank_2' => false,
36
- 'label_3' => __( '3PR area3 title', 'vkExUnit' ),
37
  'media_3pr_image_3' => '',
38
  'media_3pr_alt_3' => '',
39
  'media_3pr_image_sp_3' => '',
@@ -51,15 +51,15 @@ class WP_Widget_vkExUnit_3PR_area extends WP_Widget {
51
 
52
  for ( $i = 1; $i <= 3; ) { ?>
53
 
54
- <h2 class="admin-custom-h2"><?php echo __( '3PR area setting', 'vkExUnit' ) . ' ' . $i; ?></h2>
55
  <p>
56
- <label for="<?php echo $this->get_field_id( 'label_' . $i ); ?>"><?php _e( 'Title:', 'vkExUnit' ); ?></label><br/>
57
  <input type="text" id="<?php echo $this->get_field_id( 'label_' . $i ); ?>-title" class="pr-input" name="<?php echo $this->get_field_name( 'label_' . $i ); ?>" value="<?php echo esc_attr( $instance[ 'label_' . $i ] ); ?>" />
58
  </p>
59
 
60
  <?php // 3PR area 1 メディアアップローダー PC ?>
61
 
62
- <label for="<?php echo $this->get_field_id( 'media_3pr_image_' . $i ); ?>"><?php _e( 'Select image for PC:', 'vkExUnit' ); ?></label>
63
 
64
  <div class="media_image_section">
65
  <div class="_display admin-custom-thumb-outer">
@@ -69,15 +69,15 @@ class WP_Widget_vkExUnit_3PR_area extends WP_Widget {
69
  <img class="media_image" src="<?php echo esc_url( $instance[ 'media_3pr_image_' . $i ] ); ?>" alt="<?php echo esc_attr( $instance[ 'media_3pr_alt_' . $i ] ); ?>" style="width:100%;height:auto;" />
70
  <?php endif; ?>
71
  </div>
72
- <button class="button button-default widget_media_btn_select" style="text-align: center; margin:4px 0;" onclick="javascript:vk_widget_image_add(this);return false;"><?php _e( 'Select image', 'vkExUnit' ); ?></button>
73
- <button class="button button-default widget_media_btn_reset" style="text-align: center; margin:4px 0;" onclick="javascript:vk_widget_image_del(this);return false;"><?php _e( 'Clear image', 'vkExUnit' ); ?></button>
74
  <div class="_form" style="line-height: 2em">
75
  <input type="hidden" class="_url" name="<?php echo $this->get_field_name( 'media_3pr_image_' . $i ); ?>" value="<?php echo esc_attr( $instance[ 'media_3pr_image_' . $i ] ); ?>" />
76
  <input type="hidden" class="_alt" name="<?php echo $this->get_field_name( 'media_3pr_alt_' . $i ); ?>" value="<?php echo esc_attr( $instance[ 'media_3pr_alt_' . $i ] ); ?>" />
77
  </div>
78
  </div><!-- [ /.media_image_section ] -->
79
 
80
- <label for="<?php echo $this->get_field_id( 'media_3pr_image_sp_' . $i ); ?>"><?php _e( 'Select image for Mobile:', 'vkExUnit' ); ?></label>
81
 
82
  <div class="media_image_section">
83
  <div class="_display admin-custom-thumb-outer">
@@ -87,8 +87,8 @@ class WP_Widget_vkExUnit_3PR_area extends WP_Widget {
87
  <img class="media_image" src="<?php echo esc_url( $instance[ 'media_3pr_image_sp_' . $i ] ); ?>" alt="<?php echo esc_attr( $instance[ 'media_3pr_alt_' . $i ] ); ?>" style="width:100%;height:auto;" />
88
  <?php endif; ?>
89
  </div>
90
- <button class="button button-default widget_media_btn_select" style="text-align: center; margin:4px 0;" onclick="javascript:vk_widget_image_add(this);return false;"><?php _e( 'Select image', 'vkExUnit' ); ?></button>
91
- <button class="button button-default widget_media_btn_reset" style="text-align: center; margin:4px 0;" onclick="javascript:vk_widget_image_del(this);return false;"><?php _e( 'Clear image', 'vkExUnit' ); ?></button>
92
  <div class="_form" style="line-height: 2em">
93
  <input type="hidden" class="_url" name="<?php echo $this->get_field_name( 'media_3pr_image_sp_' . $i ); ?>" value="<?php echo esc_attr( $instance[ 'media_3pr_image_sp_' . $i ] ); ?>" />
94
  <input type="hidden" class="_alt" name="<?php echo $this->get_field_name( 'media_3pr_alt_sp_' . $i ); ?>" value="<?php echo esc_attr( $instance[ 'media_3pr_alt_sp_' . $i ] ); ?>" />
@@ -99,13 +99,13 @@ class WP_Widget_vkExUnit_3PR_area extends WP_Widget {
99
  <br/>
100
 
101
  <?php // 概要テキスト ?>
102
- <p><label for="<?php echo $this->get_field_id( 'summary_' . $i ); ?>"><?php _e( 'Summary Text:', 'vkExUnit' ); ?></label><br/>
103
  </p>
104
 
105
  <textarea rows="4" cols="40" id="<?php echo $this->get_field_id( 'summary_' . $i ); ?>_text" class="admin-custom-input" name="<?php echo $this->get_field_name( 'summary_' . $i ); ?>"><?php echo esc_textarea( $instance[ 'summary_' . $i ] ); ?></textarea>
106
 
107
  <?php // リンク先_URL ?>
108
- <p><label for="<?php echo $this->get_field_id( 'linkurl_' . $i ); ?>"><?php _e( 'Link URL:', 'vkExUnit' ); ?></label><br/>
109
  <input type="text" id="<?php echo $this->get_field_id( 'linkurl_' . $i ); ?>_title" class="pr_input text" name="<?php echo $this->get_field_name( 'linkurl_' . $i ); ?>" value="<?php echo esc_attr( $instance[ 'linkurl_' . $i ] ); ?>" style="margin-bottom:0.5em;" /><br/>
110
  <input type="checkbox" id="<?php echo $this->get_field_id( 'blank_' . $i ); ?>" class="pr_input checkbox" name="<?php echo $this->get_field_name( 'blank_' . $i ); ?>"
111
  <?php
@@ -113,7 +113,7 @@ class WP_Widget_vkExUnit_3PR_area extends WP_Widget {
113
  echo 'checked';}
114
  ?>
115
  value="true" />
116
- <label for="<?php echo $this->get_field_id( 'blank_' . $i ); ?>"><?php _e( 'Open link new tab.', 'vkExUnit' ); ?></label>
117
  </p>
118
 
119
  <hr />
@@ -158,7 +158,7 @@ class WP_Widget_vkExUnit_3PR_area extends WP_Widget {
158
  if ( isset( $instance[ 'label_' . $i ] ) && $instance[ 'label_' . $i ] ) {
159
  echo $instance[ 'label_' . $i ];
160
  } else {
161
- _e( '3PR area', 'vkExUnit' );
162
  }
163
  echo '</h1>';
164
 
@@ -195,7 +195,7 @@ class WP_Widget_vkExUnit_3PR_area extends WP_Widget {
195
 
196
  }
197
  if ( ! empty( $instance[ 'linkurl_' . $i ] ) ) {
198
- echo '<p class="linkurl"><a href="' . esc_url( $instance[ 'linkurl_' . $i ] ) . '" class="btn btn-default btn-sm"' . $blank . '>' . apply_filters( 'vkExUnit_widget_3pr_read_more_txt', __( 'Read more', 'vkExUnit' ) ) . '</a></p>';
199
  }
200
 
201
  echo '</div>';
6
  class WP_Widget_vkExUnit_3PR_area extends WP_Widget {
7
 
8
  function __construct() {
9
+ $widget_name = veu_get_prefix() . __( '3PR area', 'vk-all-in-one-expansion-unit' );
10
 
11
  parent::__construct(
12
  'WP_Widget_vkExUnit_3PR_area',
13
  $widget_name,
14
+ array( 'description' => __( 'Displays a 3PR area', 'vk-all-in-one-expansion-unit' ) )
15
  );
16
  }
17
 
18
  public static function default_options( $args = array() ) {
19
  $defaults = array(
20
+ 'label_1' => __( '3PR area1 title', 'vk-all-in-one-expansion-unit' ),
21
  'media_3pr_image_1' => '',
22
  'media_3pr_alt_1' => '',
23
  'media_3pr_image_sp_1' => '',
25
  'summary_1' => '',
26
  'linkurl_1' => '',
27
  'blank_1' => false,
28
+ 'label_2' => __( '3PR area2 title', 'vk-all-in-one-expansion-unit' ),
29
  'media_3pr_image_2' => '',
30
  'media_3pr_alt_2' => '',
31
  'media_3pr_image_sp_2' => '',
33
  'summary_2' => '',
34
  'linkurl_2' => '',
35
  'blank_2' => false,
36
+ 'label_3' => __( '3PR area3 title', 'vk-all-in-one-expansion-unit' ),
37
  'media_3pr_image_3' => '',
38
  'media_3pr_alt_3' => '',
39
  'media_3pr_image_sp_3' => '',
51
 
52
  for ( $i = 1; $i <= 3; ) { ?>
53
 
54
+ <h2 class="admin-custom-h2"><?php echo __( '3PR area setting', 'vk-all-in-one-expansion-unit' ) . ' ' . $i; ?></h2>
55
  <p>
56
+ <label for="<?php echo $this->get_field_id( 'label_' . $i ); ?>"><?php _e( 'Title:', 'vk-all-in-one-expansion-unit' ); ?></label><br/>
57
  <input type="text" id="<?php echo $this->get_field_id( 'label_' . $i ); ?>-title" class="pr-input" name="<?php echo $this->get_field_name( 'label_' . $i ); ?>" value="<?php echo esc_attr( $instance[ 'label_' . $i ] ); ?>" />
58
  </p>
59
 
60
  <?php // 3PR area 1 メディアアップローダー PC ?>
61
 
62
+ <label for="<?php echo $this->get_field_id( 'media_3pr_image_' . $i ); ?>"><?php _e( 'Select image for PC:', 'vk-all-in-one-expansion-unit' ); ?></label>
63
 
64
  <div class="media_image_section">
65
  <div class="_display admin-custom-thumb-outer">
69
  <img class="media_image" src="<?php echo esc_url( $instance[ 'media_3pr_image_' . $i ] ); ?>" alt="<?php echo esc_attr( $instance[ 'media_3pr_alt_' . $i ] ); ?>" style="width:100%;height:auto;" />
70
  <?php endif; ?>
71
  </div>
72
+ <button class="button button-default widget_media_btn_select" style="text-align: center; margin:4px 0;" onclick="javascript:vk_widget_image_add(this);return false;"><?php _e( 'Select image', 'vk-all-in-one-expansion-unit' ); ?></button>
73
+ <button class="button button-default widget_media_btn_reset" style="text-align: center; margin:4px 0;" onclick="javascript:vk_widget_image_del(this);return false;"><?php _e( 'Clear image', 'vk-all-in-one-expansion-unit' ); ?></button>
74
  <div class="_form" style="line-height: 2em">
75
  <input type="hidden" class="_url" name="<?php echo $this->get_field_name( 'media_3pr_image_' . $i ); ?>" value="<?php echo esc_attr( $instance[ 'media_3pr_image_' . $i ] ); ?>" />
76
  <input type="hidden" class="_alt" name="<?php echo $this->get_field_name( 'media_3pr_alt_' . $i ); ?>" value="<?php echo esc_attr( $instance[ 'media_3pr_alt_' . $i ] ); ?>" />
77
  </div>
78
  </div><!-- [ /.media_image_section ] -->
79
 
80
+ <label for="<?php echo $this->get_field_id( 'media_3pr_image_sp_' . $i ); ?>"><?php _e( 'Select image for Mobile:', 'vk-all-in-one-expansion-unit' ); ?></label>
81
 
82
  <div class="media_image_section">
83
  <div class="_display admin-custom-thumb-outer">
87
  <img class="media_image" src="<?php echo esc_url( $instance[ 'media_3pr_image_sp_' . $i ] ); ?>" alt="<?php echo esc_attr( $instance[ 'media_3pr_alt_' . $i ] ); ?>" style="width:100%;height:auto;" />
88
  <?php endif; ?>
89
  </div>
90
+ <button class="button button-default widget_media_btn_select" style="text-align: center; margin:4px 0;" onclick="javascript:vk_widget_image_add(this);return false;"><?php _e( 'Select image', 'vk-all-in-one-expansion-unit' ); ?></button>
91
+ <button class="button button-default widget_media_btn_reset" style="text-align: center; margin:4px 0;" onclick="javascript:vk_widget_image_del(this);return false;"><?php _e( 'Clear image', 'vk-all-in-one-expansion-unit' ); ?></button>
92
  <div class="_form" style="line-height: 2em">
93
  <input type="hidden" class="_url" name="<?php echo $this->get_field_name( 'media_3pr_image_sp_' . $i ); ?>" value="<?php echo esc_attr( $instance[ 'media_3pr_image_sp_' . $i ] ); ?>" />
94
  <input type="hidden" class="_alt" name="<?php echo $this->get_field_name( 'media_3pr_alt_sp_' . $i ); ?>" value="<?php echo esc_attr( $instance[ 'media_3pr_alt_sp_' . $i ] ); ?>" />
99
  <br/>
100
 
101
  <?php // 概要テキスト ?>
102
+ <p><label for="<?php echo $this->get_field_id( 'summary_' . $i ); ?>"><?php _e( 'Summary Text:', 'vk-all-in-one-expansion-unit' ); ?></label><br/>
103
  </p>
104
 
105
  <textarea rows="4" cols="40" id="<?php echo $this->get_field_id( 'summary_' . $i ); ?>_text" class="admin-custom-input" name="<?php echo $this->get_field_name( 'summary_' . $i ); ?>"><?php echo esc_textarea( $instance[ 'summary_' . $i ] ); ?></textarea>
106
 
107
  <?php // リンク先_URL ?>
108
+ <p><label for="<?php echo $this->get_field_id( 'linkurl_' . $i ); ?>"><?php _e( 'Link URL:', 'vk-all-in-one-expansion-unit' ); ?></label><br/>
109
  <input type="text" id="<?php echo $this->get_field_id( 'linkurl_' . $i ); ?>_title" class="pr_input text" name="<?php echo $this->get_field_name( 'linkurl_' . $i ); ?>" value="<?php echo esc_attr( $instance[ 'linkurl_' . $i ] ); ?>" style="margin-bottom:0.5em;" /><br/>
110
  <input type="checkbox" id="<?php echo $this->get_field_id( 'blank_' . $i ); ?>" class="pr_input checkbox" name="<?php echo $this->get_field_name( 'blank_' . $i ); ?>"
111
  <?php
113
  echo 'checked';}
114
  ?>
115
  value="true" />
116
+ <label for="<?php echo $this->get_field_id( 'blank_' . $i ); ?>"><?php _e( 'Open link new tab.', 'vk-all-in-one-expansion-unit' ); ?></label>
117
  </p>
118
 
119
  <hr />
158
  if ( isset( $instance[ 'label_' . $i ] ) && $instance[ 'label_' . $i ] ) {
159
  echo $instance[ 'label_' . $i ];
160
  } else {
161
+ _e( '3PR area', 'vk-all-in-one-expansion-unit' );
162
  }
163
  echo '</h1>';
164
 
195
 
196
  }
197
  if ( ! empty( $instance[ 'linkurl_' . $i ] ) ) {
198
+ echo '<p class="linkurl"><a href="' . esc_url( $instance[ 'linkurl_' . $i ] ) . '" class="btn btn-default btn-sm"' . $blank . '>' . apply_filters( 'vkExUnit_widget_3pr_read_more_txt', __( 'Read more', 'vk-all-in-one-expansion-unit' ) ) . '</a></p>';
199
  }
200
 
201
  echo '</div>';
plugins/other_widget/widget-archives.php CHANGED
@@ -6,12 +6,12 @@
6
  class WP_Widget_VK_archive_list extends WP_Widget {
7
 
8
  function __construct() {
9
- $widget_name = veu_get_prefix() . __( 'archive list', 'vkExUnit' );
10
 
11
  parent::__construct(
12
  'WP_Widget_VK_archive_list',
13
  $widget_name,
14
- array( 'description' => __( 'Displays a list of archives. You can choose the post type and also to display archives by month or by year.', 'vkExUnit' ) )
15
  );
16
  }
17
 
@@ -50,8 +50,8 @@ class WP_Widget_VK_archive_list extends WP_Widget {
50
  $defaults = array(
51
  'post_type' => 'post',
52
  'display_type' => 'm',
53
- 'label' => __( 'Monthly archives', 'vkExUnit' ),
54
- 'hide' => __( 'Monthly archives', 'vkExUnit' ),
55
  );
56
 
57
  $instance = wp_parse_args( (array) $instance, $defaults );
@@ -65,11 +65,11 @@ class WP_Widget_VK_archive_list extends WP_Widget {
65
  ?>
66
  <p>
67
 
68
- <label for="<?php echo $this->get_field_id( 'label' ); ?>"><?php _e( 'Title', 'vkExUnit' ); ?>:</label>
69
  <input type="text" id="<?php echo $this->get_field_id( 'label' ); ?>-title" name="<?php echo $this->get_field_name( 'label' ); ?>" value="<?php echo esc_attr( $instance['label'] ); ?>" ><br/>
70
  <input type="hidden" name="<?php echo $this->get_field_name( 'hide' ); ?>" ><br/>
71
 
72
- <label for="<?php echo $this->get_field_id( 'post_type' ); ?>"><?php _e( 'Post type', 'vkExUnit' ); ?>:</label>
73
  <select name="<?php echo $this->get_field_name( 'post_type' ); ?>" >
74
  <?php foreach ( $pages as $page ) { ?>
75
  <option value="<?php echo $page; ?>"
@@ -89,14 +89,14 @@ class WP_Widget_VK_archive_list extends WP_Widget {
89
  echo 'selected="selected"'; }
90
  ?>
91
  >
92
- <?php _e( 'Monthly', 'vkExUnit' ); ?></option>
93
  <option value="y"
94
  <?php
95
  if ( $instance['display_type'] == 'y' ) {
96
  echo 'selected="selected"'; }
97
  ?>
98
  >
99
- <?php _e( 'Yearly', 'vkExUnit' ); ?></option>
100
  </select>
101
  </p>
102
  <script type="text/javascript">
@@ -114,7 +114,7 @@ class WP_Widget_VK_archive_list extends WP_Widget {
114
  var posttype = jQuery("[name=\"<?php echo $this->get_field_name( 'post_type' ); ?>\"]");
115
  var lablfeld = jQuery("[name=\"<?php echo $this->get_field_name( 'label' ); ?>\"]");
116
  posttype.change(function(){
117
- lablfeld.val(post_labels[posttype.val()]+'<?php _e( 'archive', 'vkExUnit' ); ?>');
118
  });
119
  });
120
  </script>
6
  class WP_Widget_VK_archive_list extends WP_Widget {
7
 
8
  function __construct() {
9
+ $widget_name = veu_get_prefix() . __( 'archive list', 'vk-all-in-one-expansion-unit' );
10
 
11
  parent::__construct(
12
  'WP_Widget_VK_archive_list',
13
  $widget_name,
14
+ array( 'description' => __( 'Displays a list of archives. You can choose the post type and also to display archives by month or by year.', 'vk-all-in-one-expansion-unit' ) )
15
  );
16
  }
17
 
50
  $defaults = array(
51
  'post_type' => 'post',
52
  'display_type' => 'm',
53
+ 'label' => __( 'Monthly archives', 'vk-all-in-one-expansion-unit' ),
54
+ 'hide' => __( 'Monthly archives', 'vk-all-in-one-expansion-unit' ),
55
  );
56
 
57
  $instance = wp_parse_args( (array) $instance, $defaults );
65
  ?>
66
  <p>
67
 
68
+ <label for="<?php echo $this->get_field_id( 'label' ); ?>"><?php _e( 'Title', 'vk-all-in-one-expansion-unit' ); ?>:</label>
69
  <input type="text" id="<?php echo $this->get_field_id( 'label' ); ?>-title" name="<?php echo $this->get_field_name( 'label' ); ?>" value="<?php echo esc_attr( $instance['label'] ); ?>" ><br/>
70
  <input type="hidden" name="<?php echo $this->get_field_name( 'hide' ); ?>" ><br/>
71
 
72
+ <label for="<?php echo $this->get_field_id( 'post_type' ); ?>"><?php _e( 'Post type', 'vk-all-in-one-expansion-unit' ); ?>:</label>
73
  <select name="<?php echo $this->get_field_name( 'post_type' ); ?>" >
74
  <?php foreach ( $pages as $page ) { ?>
75
  <option value="<?php echo $page; ?>"
89
  echo 'selected="selected"'; }
90
  ?>
91
  >
92
+ <?php _e( 'Monthly', 'vk-all-in-one-expansion-unit' ); ?></option>
93
  <option value="y"
94
  <?php
95
  if ( $instance['display_type'] == 'y' ) {
96
  echo 'selected="selected"'; }
97
  ?>
98
  >
99
+ <?php _e( 'Yearly', 'vk-all-in-one-expansion-unit' ); ?></option>
100
  </select>
101
  </p>
102
  <script type="text/javascript">
114
  var posttype = jQuery("[name=\"<?php echo $this->get_field_name( 'post_type' ); ?>\"]");
115
  var lablfeld = jQuery("[name=\"<?php echo $this->get_field_name( 'label' ); ?>\"]");
116
  posttype.change(function(){
117
+ lablfeld.val(post_labels[posttype.val()]+'<?php _e( 'archive', 'vk-all-in-one-expansion-unit' ); ?>');
118
  });
119
  });
120
  </script>
plugins/other_widget/widget-banner.php CHANGED
@@ -12,13 +12,13 @@ class WidgetBanner extends \WP_Widget {
12
 
13
 
14
  function __construct() {
15
- $widget_name = veu_get_prefix() . __( 'Banner', 'vkExUnit' );
16
 
17
  parent::__construct(
18
  'vkExUnit_banner',
19
  $widget_name,
20
  array(
21
- 'description' => sprintf( __( 'You can easily set up a banner simply by registering images and link destinations.', 'vkExUnit' ), vkExUnit_get_little_short_name() ),
22
  )
23
  );
24
  }
@@ -94,7 +94,7 @@ class WidgetBanner extends \WP_Widget {
94
  <img src="<?php echo $image[0]; ?>" style="width:100%;height:auto;" />
95
  <?php endif; ?>
96
  </div>
97
- <button class="button button-default button-block" style="display:block;width:100%;text-align: center; margin:4px 0;" onclick="javascript:vkEx_banner_addiditional(this);return false;"><?php _e( 'Set image', 'vkExUnit' ); ?></button>
98
  <div class="_form" style="line-height: 2em">
99
  <input type="hidden" class="__id" name="<?php echo $this->get_field_name( 'id' ); ?>" value="<?php echo esc_attr( $instance['id'] ); ?>" />
100
  <label>URL : <input type="text" name="<?php echo $this->get_field_name( 'href' ); ?>" style="width: 100%" value="<?php echo esc_attr( $instance['href'] ); ?>" /></label><br/>
@@ -103,8 +103,8 @@ class WidgetBanner extends \WP_Widget {
103
  if ( $instance['blank'] ) {
104
  echo 'checked';}
105
  ?>
106
- /> <?php _e( 'Open link new tab.', 'vkExUnit' ); ?></label><br/>
107
- <label><?php _e( 'Alternative text', 'vkExUnit' ); ?> :
108
  <input type="text" id="<?php echo $this->get_field_id( 'title' ); ?>" name="<?php echo $this->get_field_name( 'title' ); ?>" style="width: 100%" value="<?php echo esc_attr( $instance['title'] ); ?>" />
109
  </label><br/>
110
  </div>
12
 
13
 
14
  function __construct() {
15
+ $widget_name = veu_get_prefix() . __( 'Banner', 'vk-all-in-one-expansion-unit' );
16
 
17
  parent::__construct(
18
  'vkExUnit_banner',
19
  $widget_name,
20
  array(
21
+ 'description' => sprintf( __( 'You can easily set up a banner simply by registering images and link destinations.', 'vk-all-in-one-expansion-unit' ), vkExUnit_get_little_short_name() ),
22
  )
23
  );
24
  }
94
  <img src="<?php echo $image[0]; ?>" style="width:100%;height:auto;" />
95
  <?php endif; ?>
96
  </div>
97
+ <button class="button button-default button-block" style="display:block;width:100%;text-align: center; margin:4px 0;" onclick="javascript:vkEx_banner_addiditional(this);return false;"><?php _e( 'Set image', 'vk-all-in-one-expansion-unit' ); ?></button>
98
  <div class="_form" style="line-height: 2em">
99
  <input type="hidden" class="__id" name="<?php echo $this->get_field_name( 'id' ); ?>" value="<?php echo esc_attr( $instance['id'] ); ?>" />
100
  <label>URL : <input type="text" name="<?php echo $this->get_field_name( 'href' ); ?>" style="width: 100%" value="<?php echo esc_attr( $instance['href'] ); ?>" /></label><br/>
103
  if ( $instance['blank'] ) {
104
  echo 'checked';}
105
  ?>
106
+ /> <?php _e( 'Open link new tab.', 'vk-all-in-one-expansion-unit' ); ?></label><br/>
107
+ <label><?php _e( 'Alternative text', 'vk-all-in-one-expansion-unit' ); ?> :
108
  <input type="text" id="<?php echo $this->get_field_id( 'title' ); ?>" name="<?php echo $this->get_field_name( 'title' ); ?>" style="width: 100%" value="<?php echo esc_attr( $instance['title'] ); ?>" />
109
  </label><br/>
110
  </div>
plugins/other_widget/widget-button.php CHANGED
@@ -29,12 +29,12 @@ class WP_Widget_Button extends WP_Widget {
29
  }
30
 
31
  function __construct() {
32
- $widget_name = veu_get_prefix() . __( 'Button', 'vkExUnit' );
33
 
34
  parent::__construct(
35
  'vkExUnit_button',
36
  $widget_name,
37
- array( 'description' => __( 'You can set buttons for arbitrary text.', 'vkExUnit' ) )
38
  );
39
  }
40
 
@@ -113,16 +113,16 @@ class WP_Widget_Button extends WP_Widget {
113
  ?>
114
  <div class="warp" style="padding: 1em 0;line-height: 2.5em;">
115
 
116
- <?php _e( 'Main text(Required):', 'vkExUnit' ); ?>
117
  <input type="text" id="<?php echo $this->get_field_id( 'title' ); ?>" name="<?php echo $this->get_field_name( 'title' ); ?>" style="width:100%; margin-bottom: 0.5em;" value="<?php echo $instance['title']; ?>">
118
 
119
  <?php
120
  // icon font class input
121
- echo '<p>' . __( 'Class name of the icon font', 'vkExUnit' ) . '</label><br/>';
122
- echo __( 'To choose your favorite icon, and enter the class.', 'vkExUnit' ) . '<br>';
123
- echo '<label for="' . $this->get_field_id( 'icon_before' ) . '">' . __( 'Before :', 'vkExUnit' );
124
  echo '<input type="text" id="' . $this->get_field_id( 'icon_before' ) . '-font" class="font_class" name="' . $this->get_field_name( 'icon_before' ) . '" value="' . esc_attr( $instance['icon_before'] ) . '" /><br>';
125
- echo '<label for="' . $this->get_field_id( 'icon_after' ) . '">' . __( 'After :', 'vkExUnit' );
126
  echo '<input type="text" id="' . $this->get_field_id( 'icon_after' ) . '-font" class="font_class" name="' . $this->get_field_name( 'icon_after' ) . '" value="' . esc_attr( $instance['icon_after'] ) . '" /><br>';
127
 
128
  if ( class_exists( 'Vk_Font_Awesome_Versions' ) ) {
@@ -131,11 +131,11 @@ class WP_Widget_Button extends WP_Widget {
131
 
132
  echo '</p>';
133
  ?>
134
- <?php _e( 'Sub text:', 'vkExUnit' ); ?>
135
  <input type="text" id="<?php echo $this->get_field_id( 'subtext' ); ?>" name="<?php echo $this->get_field_name( 'subtext' ); ?>" style="width:100%; margin-bottom: 0.5em;" value="<?php echo esc_attr( $instance['subtext'] ); ?>">
136
 
137
  <br/>
138
- <?php _e( 'Link URL(Required):', 'vkExUnit' ); ?>
139
  <input type="text" id="<?php echo $this->get_field_id( 'linkurl' ); ?>" name="<?php echo $this->get_field_name( 'linkurl' ); ?>" value="<?php echo esc_attr( $instance['linkurl'] ); ?>" style="width: 100%" />
140
 
141
  <br/>
@@ -145,33 +145,33 @@ class WP_Widget_Button extends WP_Widget {
145
  echo 'checked';}
146
  ?>
147
  />
148
- <label for="<?php echo $this->get_field_id( 'blank' ); ?>"><?php _e( 'Open with new tab', 'vkExUnit' ); ?></label>
149
 
150
  <br/>
151
- <label for="<?php echo $this->get_field_id( 'size' ); ?>"><?php _e( 'Size', 'vkExUnit' ); ?> :</label>
152
  <select id="<?php echo $this->get_field_id( 'size' ); ?>" name="<?php echo $this->get_field_name( 'size' ); ?>">
153
  <option value="sm"
154
  <?php
155
  if ( $instance['size'] == 'sm' ) {
156
  echo 'selected';}
157
  ?>
158
- ><?php _e( 'Small', 'vkExUnit' ); ?></option>
159
  <option value="md"
160
  <?php
161
  if ( ! in_array( $instance['size'], array( 'sm', 'lg' ) ) ) {
162
  echo 'selected';}
163
  ?>
164
- ><?php _e( 'Medium', 'vkExUnit' ); ?></option>
165
  <option value="lg"
166
  <?php
167
  if ( $instance['size'] == 'lg' ) {
168
  echo 'selected';}
169
  ?>
170
- ><?php _e( 'Large', 'vkExUnit' ); ?></option>
171
  </select>
172
 
173
  <br/>
174
- <label for="<?php echo $this->get_field_id( 'size' ); ?>"><?php _e( 'Button color:', 'vkExUnit' ); ?> </label>
175
  <select id="<?php echo $this->get_field_id( 'color' ); ?>" name="<?php echo $this->get_field_name( 'color' ); ?>">
176
  <?php
177
  if ( ! isset( $instance['color'] ) || ! $instance['color'] ) {
@@ -185,7 +185,7 @@ class WP_Widget_Button extends WP_Widget {
185
  echo 'selected';}
186
  ?>
187
  >
188
- <?php _e( $label, 'vkExUnit' ); ?>
189
  </option>
190
  <?php endforeach; ?>
191
  </select>
@@ -208,12 +208,12 @@ class WP_Widget_Button extends WP_Widget {
208
  }
209
 
210
  public static function dummy() {
211
- __( 'Key Color(.primary)', 'vkExUnit' );
212
- __( 'No paint(.default)', 'vkExUnit' );
213
- __( 'Light green(.success)', 'vkExUnit' );
214
- __( 'Light blue(.info)', 'vkExUnit' );
215
- __( 'Orange(.warning)', 'vkExUnit' );
216
- __( 'Red(.danger)', 'vkExUnit' );
217
  }
218
  } // class WP_Widget_Button extends WP_Widget {
219
 
29
  }
30
 
31
  function __construct() {
32
+ $widget_name = veu_get_prefix() . __( 'Button', 'vk-all-in-one-expansion-unit' );
33
 
34
  parent::__construct(
35
  'vkExUnit_button',
36
  $widget_name,
37
+ array( 'description' => __( 'You can set buttons for arbitrary text.', 'vk-all-in-one-expansion-unit' ) )
38
  );
39
  }
40
 
113
  ?>
114
  <div class="warp" style="padding: 1em 0;line-height: 2.5em;">
115
 
116
+ <?php _e( 'Main text(Required):', 'vk-all-in-one-expansion-unit' ); ?>
117
  <input type="text" id="<?php echo $this->get_field_id( 'title' ); ?>" name="<?php echo $this->get_field_name( 'title' ); ?>" style="width:100%; margin-bottom: 0.5em;" value="<?php echo $instance['title']; ?>">
118
 
119
  <?php
120
  // icon font class input
121
+ echo '<p>' . __( 'Class name of the icon font', 'vk-all-in-one-expansion-unit' ) . '</label><br/>';
122
+ echo __( 'To choose your favorite icon, and enter the class.', 'vk-all-in-one-expansion-unit' ) . '<br>';
123
+ echo '<label for="' . $this->get_field_id( 'icon_before' ) . '">' . __( 'Before :', 'vk-all-in-one-expansion-unit' );
124
  echo '<input type="text" id="' . $this->get_field_id( 'icon_before' ) . '-font" class="font_class" name="' . $this->get_field_name( 'icon_before' ) . '" value="' . esc_attr( $instance['icon_before'] ) . '" /><br>';
125
+ echo '<label for="' . $this->get_field_id( 'icon_after' ) . '">' . __( 'After :', 'vk-all-in-one-expansion-unit' );
126
  echo '<input type="text" id="' . $this->get_field_id( 'icon_after' ) . '-font" class="font_class" name="' . $this->get_field_name( 'icon_after' ) . '" value="' . esc_attr( $instance['icon_after'] ) . '" /><br>';
127
 
128
  if ( class_exists( 'Vk_Font_Awesome_Versions' ) ) {
131
 
132
  echo '</p>';
133
  ?>
134
+ <?php _e( 'Sub text:', 'vk-all-in-one-expansion-unit' ); ?>
135
  <input type="text" id="<?php echo $this->get_field_id( 'subtext' ); ?>" name="<?php echo $this->get_field_name( 'subtext' ); ?>" style="width:100%; margin-bottom: 0.5em;" value="<?php echo esc_attr( $instance['subtext'] ); ?>">
136
 
137
  <br/>
138
+ <?php _e( 'Link URL(Required):', 'vk-all-in-one-expansion-unit' ); ?>
139
  <input type="text" id="<?php echo $this->get_field_id( 'linkurl' ); ?>" name="<?php echo $this->get_field_name( 'linkurl' ); ?>" value="<?php echo esc_attr( $instance['linkurl'] ); ?>" style="width: 100%" />
140
 
141
  <br/>
145
  echo 'checked';}
146
  ?>
147
  />
148
+ <label for="<?php echo $this->get_field_id( 'blank' ); ?>"><?php _e( 'Open with new tab', 'vk-all-in-one-expansion-unit' ); ?></label>
149
 
150
  <br/>
151
+ <label for="<?php echo $this->get_field_id( 'size' ); ?>"><?php _e( 'Size', 'vk-all-in-one-expansion-unit' ); ?> :</label>
152
  <select id="<?php echo $this->get_field_id( 'size' ); ?>" name="<?php echo $this->get_field_name( 'size' ); ?>">
153
  <option value="sm"
154
  <?php
155
  if ( $instance['size'] == 'sm' ) {
156
  echo 'selected';}
157
  ?>
158
+ ><?php _e( 'Small', 'vk-all-in-one-expansion-unit' ); ?></option>
159
  <option value="md"
160
  <?php
161
  if ( ! in_array( $instance['size'], array( 'sm', 'lg' ) ) ) {
162
  echo 'selected';}
163
  ?>
164
+ ><?php _e( 'Medium', 'vk-all-in-one-expansion-unit' ); ?></option>
165
  <option value="lg"
166
  <?php
167
  if ( $instance['size'] == 'lg' ) {
168
  echo 'selected';}
169
  ?>
170
+ ><?php _e( 'Large', 'vk-all-in-one-expansion-unit' ); ?></option>
171
  </select>
172
 
173
  <br/>
174
+ <label for="<?php echo $this->get_field_id( 'size' ); ?>"><?php _e( 'Button color:', 'vk-all-in-one-expansion-unit' ); ?> </label>
175
  <select id="<?php echo $this->get_field_id( 'color' ); ?>" name="<?php echo $this->get_field_name( 'color' ); ?>">
176
  <?php
177
  if ( ! isset( $instance['color'] ) || ! $instance['color'] ) {
185
  echo 'selected';}
186
  ?>
187
  >
188
+ <?php _e( $label, 'vk-all-in-one-expansion-unit' ); ?>
189
  </option>
190
  <?php endforeach; ?>
191
  </select>
208
  }
209
 
210
  public static function dummy() {
211
+ __( 'Key Color(.primary)', 'vk-all-in-one-expansion-unit' );
212
+ __( 'No paint(.default)', 'vk-all-in-one-expansion-unit' );
213
+ __( 'Light green(.success)', 'vk-all-in-one-expansion-unit' );
214
+ __( 'Light blue(.info)', 'vk-all-in-one-expansion-unit' );
215
+ __( 'Orange(.warning)', 'vk-all-in-one-expansion-unit' );
216
+ __( 'Red(.danger)', 'vk-all-in-one-expansion-unit' );
217
  }
218
  } // class WP_Widget_Button extends WP_Widget {
219
 
plugins/other_widget/widget-child-page-list.php CHANGED
@@ -7,12 +7,12 @@
7
  class WP_Widget_vkExUnit_child_page extends WP_Widget {
8
 
9
  function __construct() {
10
- $widget_name = veu_get_prefix() . __( 'Child Page List', 'vkExUnit' );
11
 
12
  parent::__construct(
13
  'vkExUnit_child_pages',
14
  $widget_name,
15
- array( 'description' => __( 'Display the child pages list from ancestor page.', 'vkExUnit' ) )
16
  );
17
  }
18
 
@@ -56,7 +56,7 @@ class WP_Widget_vkExUnit_child_page extends WP_Widget {
56
  function form( $instance ) {
57
  ?>
58
  <div style="padding:0.6em 0;">
59
- <?php _e( 'Display the child pages list from ancestor page.', 'vkExUnit' ); ?>
60
  </div>
61
  <?php
62
  }
7
  class WP_Widget_vkExUnit_child_page extends WP_Widget {
8
 
9
  function __construct() {
10
+ $widget_name = veu_get_prefix() . __( 'Child Page List', 'vk-all-in-one-expansion-unit' );
11
 
12
  parent::__construct(
13
  'vkExUnit_child_pages',
14
  $widget_name,
15
+ array( 'description' => __( 'Display the child pages list from ancestor page.', 'vk-all-in-one-expansion-unit' ) )
16
  );
17
  }
18
 
56
  function form( $instance ) {
57
  ?>
58
  <div style="padding:0.6em 0;">
59
+ <?php _e( 'Display the child pages list from ancestor page.', 'vk-all-in-one-expansion-unit' ); ?>
60
  </div>
61
  <?php
62
  }
plugins/other_widget/widget-new-posts.php CHANGED
@@ -9,12 +9,12 @@ class WP_Widget_vkExUnit_post_list extends WP_Widget {
9
  public $taxonomies = array( 'category' );
10
 
11
  function __construct() {
12
- $widget_name = veu_get_prefix() . __( 'Recent Posts', 'vkExUnit' );
13
 
14
  parent::__construct(
15
  'vkExUnit_post_list',
16
  $widget_name,
17
- array( 'description' => __( 'Displays a list of your most recent posts', 'vkExUnit' ) )
18
  );
19
  }
20
 
@@ -213,8 +213,8 @@ class WP_Widget_vkExUnit_post_list extends WP_Widget {
213
  static function get_options( $instance = array() ) {
214
  $defaults = array(
215
  'count' => 10,
216
- // 'label' => __( 'Recent Posts', 'vkExUnit' ),
217
- 'title' => __( 'Recent Posts', 'vkExUnit' ),
218
  'media_url' => '',
219
  'media_id' => '',
220
  'media_alt' => '',
@@ -251,21 +251,21 @@ class WP_Widget_vkExUnit_post_list extends WP_Widget {
251
  <input type="text" id="<?php echo $this->get_field_id( 'title' ); ?>-title" name="<?php echo $this->get_field_name( 'title' ); ?>" value="<?php echo esc_attr( $title ); ?>" />
252
  <br /><br />
253
 
254
- <?php echo _e( 'Display Format', 'vkExUnit' ); ?>:<br/>
255
  <?php
256
  $checked = '';
257
  if ( ! $instance['format'] ) {
258
  $checked = ' checked';
259
  }
260
  ?>
261
- <label><input type="radio" name="<?php echo $this->get_field_name( 'format' ); ?>" value="0"<?php echo $checked; ?>/><?php echo __( 'Thumbnail', 'vkExUnit' ) . '/' . __( 'Title', 'vkExUnit' ) . '/' . __( 'Date', 'vkExUnit' ); ?></label><br/>
262
  <?php
263
  $checked = '';
264
  if ( $instance['format'] == 1 ) {
265
  $checked = ' checked';
266
  }
267
  ?>
268
- <label><input type="radio" name="<?php echo $this->get_field_name( 'format' ); ?>" value="1"<?php echo $checked; ?>/><?php echo __( 'Date', 'vkExUnit' ) . '/' . __( 'Category', 'vkExUnit' ) . '/' . __( 'Title', 'vkExUnit' ); ?></label>
269
  <br/><br/>
270
 
271
  <?php
@@ -278,7 +278,7 @@ $args = array(
278
  'media_alt' => 'media_alt',
279
  );
280
  ?>
281
- <p><label for="<?php echo $this->get_field_id( $args['media_url'] ); ?>"><?php _e( 'Default thumbnail image:', 'vkExUnit' ); ?></label><br/>
282
  <div class="media_image_section">
283
  <div class="_display admin-custom-thumb-outer" style="height:auto">
284
  <?php
@@ -287,8 +287,8 @@ if ( ! empty( $instance[ $args['media_url'] ] ) ) :
287
  <img src="<?php echo esc_url( $instance[ $args['media_url'] ] ); ?>" class="admin-custom-thumb" />
288
  <?php endif; ?>
289
  </div>
290
- <button class="button button-default widget_media_btn_select" style="text-align: center; margin:4px 0;" onclick="javascript:vk_widget_image_add(this);return false;"><?php _e( 'Select image', 'vkExUnit' ); ?></button>
291
- <button class="button button-default widget_media_btn_reset" style="text-align: center; margin:4px 0;" onclick="javascript:vk_widget_image_del(this);return false;"><?php _e( 'Clear image', 'vkExUnit' ); ?></button>
292
  <div class="_form" style="line-height: 2em">
293
  <input type="hidden" class="_id" name="<?php echo $this->get_field_name( $args['media_id'] ); ?>" value="<?php echo esc_attr( $instance[ $args['media_id'] ] ); ?>" />
294
  <input type="hidden" class="_url" name="<?php echo $this->get_field_name( $args['media_url'] ); ?>" value="<?php echo esc_attr( $instance[ $args['media_url'] ] ); ?>" />
@@ -299,47 +299,47 @@ if ( ! empty( $instance[ $args['media_url'] ] ) ) :
299
 
300
  <br/>
301
 
302
- <?php echo _e( 'Order by', 'vkExUnit' ); ?>
303
  :<br/>
304
  <label style="padding-bottom: 0.5em"><input type="radio" name="<?php echo $this->get_field_name( 'orderby' ); ?>" value="date"
305
  <?php
306
  if ( $instance['orderby'] != 'modified' ) {
307
  echo 'checked'; }
308
  ?>
309
- /><?php _e( 'Publish date', 'vkExUnit' ); ?></label><br/>
310
  <label><input type="radio" name="<?php echo $this->get_field_name( 'orderby' ); ?>" value="modified"
311
  <?php
312
  if ( $instance['orderby'] == 'modified' ) {
313
  echo 'checked'; }
314
  ?>
315
- /><?php _e( 'Modified date', 'vkExUnit' ); ?></label>
316
  <br/><br/>
317
 
318
  <?php // 表示件数 ?>
319
- <label for="<?php echo $this->get_field_id( 'count' ); ?>"><?php _e( 'Display count', 'vkExUnit' ); ?>:</label><br/>
320
  <input type="text" id="<?php echo $this->get_field_id( 'count' ); ?>" name="<?php echo $this->get_field_name( 'count' ); ?>" value="<?php echo esc_attr( $instance['count'] ); ?>" />
321
  <br /><br />
322
 
323
  <?php // 投稿タイプ ?>
324
- <label for="<?php echo $this->get_field_id( 'post_type' ); ?>"><?php _e( 'Slug for the custom type you want to display', 'vkExUnit' ); ?>:</label><br />
325
  <input type="text" id="<?php echo $this->get_field_id( 'post_type' ); ?>" name="<?php echo $this->get_field_name( 'post_type' ); ?>" value="<?php echo esc_attr( $instance['post_type'] ); ?>" />
326
  <br/><br/>
327
 
328
  <?php // Terms ?>
329
- <label for="<?php echo $this->get_field_id( 'terms' ); ?>"><?php _e( 'taxonomy ID', 'vkExUnit' ); ?>:</label><br />
330
  <input type="text" id="<?php echo $this->get_field_id( 'terms' ); ?>" name="<?php echo $this->get_field_name( 'terms' ); ?>" value="<?php echo esc_attr( $instance['terms'] ); ?>" /><br />
331
  <?php
332
- _e( 'if you need filtering by term, add the term ID separate by ",".', 'vkExUnit' );
333
  echo '<br/>';
334
- _e( 'if empty this area, I will do not filtering.', 'vkExUnit' );
335
  ?>
336
  <br/><br/>
337
 
338
  <?php // Read more ?>
339
- <label for="<?php echo $this->get_field_id( 'more_url' ); ?>"><?php _e( 'Destination URL:', 'vkExUnit' ); ?></label><br/>
340
  <input type="text" id="<?php echo $this->get_field_id( 'more_url' ); ?>" name="<?php echo $this->get_field_name( 'more_url' ); ?>" value="<?php echo esc_attr( $instance['more_url'] ); ?>" />
341
  <br /><br />
342
- <label for="<?php echo $this->get_field_id( 'more_text' ); ?>"><?php _e( 'Notation text:', 'vkExUnit' ); ?></label><br/>
343
  <input type="text" placeholder="最新記事一覧 ≫" id="<?php echo $this->get_field_id( 'more_text' ); ?>" name="<?php echo $this->get_field_name( 'more_text' ); ?>" value="<?php echo esc_attr( $instance['more_text'] ); ?>" />
344
  <br /><br />
345
 
9
  public $taxonomies = array( 'category' );
10
 
11
  function __construct() {
12
+ $widget_name = veu_get_prefix() . __( 'Recent Posts', 'vk-all-in-one-expansion-unit' );
13
 
14
  parent::__construct(
15
  'vkExUnit_post_list',
16
  $widget_name,
17
+ array( 'description' => __( 'Displays a list of your most recent posts', 'vk-all-in-one-expansion-unit' ) )
18
  );
19
  }
20
 
213
  static function get_options( $instance = array() ) {
214
  $defaults = array(
215
  'count' => 10,
216
+ // 'label' => __( 'Recent Posts', 'vk-all-in-one-expansion-unit' ),
217
+ 'title' => __( 'Recent Posts', 'vk-all-in-one-expansion-unit' ),
218
  'media_url' => '',
219
  'media_id' => '',
220
  'media_alt' => '',
251
  <input type="text" id="<?php echo $this->get_field_id( 'title' ); ?>-title" name="<?php echo $this->get_field_name( 'title' ); ?>" value="<?php echo esc_attr( $title ); ?>" />
252
  <br /><br />
253
 
254
+ <?php echo _e( 'Display Format', 'vk-all-in-one-expansion-unit' ); ?>:<br/>
255
  <?php
256
  $checked = '';
257
  if ( ! $instance['format'] ) {
258
  $checked = ' checked';
259
  }
260
  ?>
261
+ <label><input type="radio" name="<?php echo $this->get_field_name( 'format' ); ?>" value="0"<?php echo $checked; ?>/><?php echo __( 'Thumbnail', 'vk-all-in-one-expansion-unit' ) . '/' . __( 'Title', 'vk-all-in-one-expansion-unit' ) . '/' . __( 'Date', 'vk-all-in-one-expansion-unit' ); ?></label><br/>
262
  <?php
263
  $checked = '';
264
  if ( $instance['format'] == 1 ) {
265
  $checked = ' checked';
266
  }
267
  ?>
268
+ <label><input type="radio" name="<?php echo $this->get_field_name( 'format' ); ?>" value="1"<?php echo $checked; ?>/><?php echo __( 'Date', 'vk-all-in-one-expansion-unit' ) . '/' . __( 'Category', 'vk-all-in-one-expansion-unit' ) . '/' . __( 'Title', 'vk-all-in-one-expansion-unit' ); ?></label>
269
  <br/><br/>
270
 
271
  <?php
278
  'media_alt' => 'media_alt',
279
  );
280
  ?>
281
+ <p><label for="<?php echo $this->get_field_id( $args['media_url'] ); ?>"><?php _e( 'Default thumbnail image:', 'vk-all-in-one-expansion-unit' ); ?></label><br/>
282
  <div class="media_image_section">
283
  <div class="_display admin-custom-thumb-outer" style="height:auto">
284
  <?php
287
  <img src="<?php echo esc_url( $instance[ $args['media_url'] ] ); ?>" class="admin-custom-thumb" />
288
  <?php endif; ?>
289
  </div>
290
+ <button class="button button-default widget_media_btn_select" style="text-align: center; margin:4px 0;" onclick="javascript:vk_widget_image_add(this);return false;"><?php _e( 'Select image', 'vk-all-in-one-expansion-unit' ); ?></button>
291
+ <button class="button button-default widget_media_btn_reset" style="text-align: center; margin:4px 0;" onclick="javascript:vk_widget_image_del(this);return false;"><?php _e( 'Clear image', 'vk-all-in-one-expansion-unit' ); ?></button>
292
  <div class="_form" style="line-height: 2em">
293
  <input type="hidden" class="_id" name="<?php echo $this->get_field_name( $args['media_id'] ); ?>" value="<?php echo esc_attr( $instance[ $args['media_id'] ] ); ?>" />
294
  <input type="hidden" class="_url" name="<?php echo $this->get_field_name( $args['media_url'] ); ?>" value="<?php echo esc_attr( $instance[ $args['media_url'] ] ); ?>" />
299
 
300
  <br/>
301
 
302
+ <?php echo _e( 'Order by', 'vk-all-in-one-expansion-unit' ); ?>
303
  :<br/>
304
  <label style="padding-bottom: 0.5em"><input type="radio" name="<?php echo $this->get_field_name( 'orderby' ); ?>" value="date"
305
  <?php
306
  if ( $instance['orderby'] != 'modified' ) {
307
  echo 'checked'; }
308
  ?>
309
+ /><?php _e( 'Publish date', 'vk-all-in-one-expansion-unit' ); ?></label><br/>
310
  <label><input type="radio" name="<?php echo $this->get_field_name( 'orderby' ); ?>" value="modified"
311
  <?php
312
  if ( $instance['orderby'] == 'modified' ) {
313
  echo 'checked'; }
314
  ?>
315
+ /><?php _e( 'Modified date', 'vk-all-in-one-expansion-unit' ); ?></label>
316
  <br/><br/>
317
 
318
  <?php // 表示件数 ?>
319
+ <label for="<?php echo $this->get_field_id( 'count' ); ?>"><?php _e( 'Display count', 'vk-all-in-one-expansion-unit' ); ?>:</label><br/>
320
  <input type="text" id="<?php echo $this->get_field_id( 'count' ); ?>" name="<?php echo $this->get_field_name( 'count' ); ?>" value="<?php echo esc_attr( $instance['count'] ); ?>" />
321
  <br /><br />
322
 
323
  <?php // 投稿タイプ ?>
324
+ <label for="<?php echo $this->get_field_id( 'post_type' ); ?>"><?php _e( 'Slug for the custom type you want to display', 'vk-all-in-one-expansion-unit' ); ?>:</label><br />
325
  <input type="text" id="<?php echo $this->get_field_id( 'post_type' ); ?>" name="<?php echo $this->get_field_name( 'post_type' ); ?>" value="<?php echo esc_attr( $instance['post_type'] ); ?>" />
326
  <br/><br/>
327
 
328
  <?php // Terms ?>
329
+ <label for="<?php echo $this->get_field_id( 'terms' ); ?>"><?php _e( 'taxonomy ID', 'vk-all-in-one-expansion-unit' ); ?>:</label><br />
330
  <input type="text" id="<?php echo $this->get_field_id( 'terms' ); ?>" name="<?php echo $this->get_field_name( 'terms' ); ?>" value="<?php echo esc_attr( $instance['terms'] ); ?>" /><br />
331
  <?php
332
+ _e( 'if you need filtering by term, add the term ID separate by ",".', 'vk-all-in-one-expansion-unit' );
333
  echo '<br/>';
334
+ _e( 'if empty this area, I will do not filtering.', 'vk-all-in-one-expansion-unit' );
335
  ?>
336
  <br/><br/>
337
 
338
  <?php // Read more ?>
339
+ <label for="<?php echo $this->get_field_id( 'more_url' ); ?>"><?php _e( 'Destination URL:', 'vk-all-in-one-expansion-unit' ); ?></label><br/>
340
  <input type="text" id="<?php echo $this->get_field_id( 'more_url' ); ?>" name="<?php echo $this->get_field_name( 'more_url' ); ?>" value="<?php echo esc_attr( $instance['more_url'] ); ?>" />
341
  <br /><br />
342
+ <label for="<?php echo $this->get_field_id( 'more_text' ); ?>"><?php _e( 'Notation text:', 'vk-all-in-one-expansion-unit' ); ?></label><br/>
343
  <input type="text" placeholder="最新記事一覧 ≫" id="<?php echo $this->get_field_id( 'more_text' ); ?>" name="<?php echo $this->get_field_name( 'more_text' ); ?>" value="<?php echo esc_attr( $instance['more_text'] ); ?>" />
344
  <br /><br />
345
 
plugins/other_widget/widget-page.php CHANGED
@@ -6,12 +6,12 @@
6
  class WP_Widget_vkExUnit_widget_page extends WP_Widget {
7
 
8
  function __construct() {
9
- $widget_name = veu_get_prefix() . __( 'page content to widget', 'vkExUnit' );
10
 
11
  parent::__construct(
12
  'pudge',
13
  $widget_name,
14
- array( 'description' => __( 'Displays a page contents to widget.', 'vkExUnit' ) )
15
  );
16
  }
17
 
@@ -132,15 +132,15 @@ class WP_Widget_vkExUnit_widget_page extends WP_Widget {
132
 
133
  <label>
134
  <input type="radio" name="<?php echo $this->get_field_name( 'set_title' ); ?>" value="title-widget" <?php $this->echo_checked( $instance['set_title'], 'title-widget' ); ?> />
135
- <?php _e( 'Display the entered title', 'vkExUnit' ); ?></label><br/>
136
 
137
  <label>
138
  <input type="radio" name="<?php echo $this->get_field_name( 'set_title' ); ?>" value="title-page" <?php $this->echo_checked( $instance['set_title'], 'title-page' ); ?> />
139
- <?php _e( 'Display the title of page', 'vkExUnit' ); ?></label><br/>
140
 
141
  <label>
142
  <input type="radio" name="<?php echo $this->get_field_name( 'set_title' ); ?>" value="title-hidden" <?php $this->echo_checked( $instance['set_title'], 'title-hidden' ); ?> />
143
- <?php _e( 'Do not display titles', 'vkExUnit' ); ?></label><br/>
144
  <br/>
145
 
146
  <?php
@@ -163,7 +163,7 @@ class WP_Widget_vkExUnit_widget_page extends WP_Widget {
163
  <p>
164
  <label for="<?php echo $this->get_field_name( 'child_page_index' ); ?>">
165
  <input type="checkbox" id="<?php echo $this->get_field_name( 'child_page_index' ); ?>" name="<?php echo $this->get_field_name( 'child_page_index' ); ?>"<?php echo ( ! empty( $instance['child_page_index'] ) ) ? ' checked' : ''; ?> />
166
- <?php _e( 'Display a child page index', 'vkExUnit' ); ?>
167
  </label>
168
  </p>
169
  <?php endif; ?>
@@ -172,7 +172,7 @@ class WP_Widget_vkExUnit_widget_page extends WP_Widget {
172
  <p>
173
  <label for="<?php echo $this->get_field_name( 'page_list_ancestor' ); ?>">
174
  <input type="checkbox" id="<?php echo $this->get_field_name( 'page_list_ancestor' ); ?>" name="<?php echo $this->get_field_name( 'page_list_ancestor' ); ?>"<?php echo ( ! empty( $instance['page_list_ancestor'] ) ) ? ' checked' : ''; ?> />
175
- <?php _e( 'Display a page list from ancestor', 'vkExUnit' ); ?>
176
  </label>
177
  </p>
178
  <?php
@@ -240,7 +240,7 @@ class WP_Widget_vkExUnit_widget_page extends WP_Widget {
240
  if ( current_user_can( 'edit_pages' ) ) {
241
  ?>
242
  <div class="veu_adminEdit">
243
- <a href="<?php echo site_url(); ?>/wp-admin/post.php?post=<?php echo $pageid; ?>&action=edit" class="btn btn-default btn-sm"><?php _e( 'Edit', 'vkExUnit' ); ?></a>
244
  </div>
245
  <?php
246
  }
6
  class WP_Widget_vkExUnit_widget_page extends WP_Widget {
7
 
8
  function __construct() {
9
+ $widget_name = veu_get_prefix() . __( 'page content to widget', 'vk-all-in-one-expansion-unit' );
10
 
11
  parent::__construct(
12
  'pudge',
13
  $widget_name,
14
+ array( 'description' => __( 'Displays a page contents to widget.', 'vk-all-in-one-expansion-unit' ) )
15
  );
16
  }
17
 
132
 
133
  <label>
134
  <input type="radio" name="<?php echo $this->get_field_name( 'set_title' ); ?>" value="title-widget" <?php $this->echo_checked( $instance['set_title'], 'title-widget' ); ?> />
135
+ <?php _e( 'Display the entered title', 'vk-all-in-one-expansion-unit' ); ?></label><br/>
136
 
137
  <label>
138
  <input type="radio" name="<?php echo $this->get_field_name( 'set_title' ); ?>" value="title-page" <?php $this->echo_checked( $instance['set_title'], 'title-page' ); ?> />
139
+ <?php _e( 'Display the title of page', 'vk-all-in-one-expansion-unit' ); ?></label><br/>
140
 
141
  <label>
142
  <input type="radio" name="<?php echo $this->get_field_name( 'set_title' ); ?>" value="title-hidden" <?php $this->echo_checked( $instance['set_title'], 'title-hidden' ); ?> />
143
+ <?php _e( 'Do not display titles', 'vk-all-in-one-expansion-unit' ); ?></label><br/>
144
  <br/>
145
 
146
  <?php
163
  <p>
164
  <label for="<?php echo $this->get_field_name( 'child_page_index' ); ?>">
165
  <input type="checkbox" id="<?php echo $this->get_field_name( 'child_page_index' ); ?>" name="<?php echo $this->get_field_name( 'child_page_index' ); ?>"<?php echo ( ! empty( $instance['child_page_index'] ) ) ? ' checked' : ''; ?> />
166
+ <?php _e( 'Display a child page index', 'vk-all-in-one-expansion-unit' ); ?>
167
  </label>
168
  </p>
169
  <?php endif; ?>
172
  <p>
173
  <label for="<?php echo $this->get_field_name( 'page_list_ancestor' ); ?>">
174
  <input type="checkbox" id="<?php echo $this->get_field_name( 'page_list_ancestor' ); ?>" name="<?php echo $this->get_field_name( 'page_list_ancestor' ); ?>"<?php echo ( ! empty( $instance['page_list_ancestor'] ) ) ? ' checked' : ''; ?> />
175
+ <?php _e( 'Display a page list from ancestor', 'vk-all-in-one-expansion-unit' ); ?>
176
  </label>
177
  </p>
178
  <?php
240
  if ( current_user_can( 'edit_pages' ) ) {
241
  ?>
242
  <div class="veu_adminEdit">
243
+ <a href="<?php echo site_url(); ?>/wp-admin/post.php?post=<?php echo $pageid; ?>&action=edit" class="btn btn-default btn-sm"><?php _e( 'Edit', 'vk-all-in-one-expansion-unit' ); ?></a>
244
  </div>
245
  <?php
246
  }
plugins/other_widget/widget-pr-blocks.php CHANGED
@@ -14,12 +14,12 @@ class WP_Widget_vkExUnit_PR_Blocks extends WP_Widget {
14
  /*-------------------------------------------*/
15
 
16
  function __construct() {
17
- $widget_name = veu_get_prefix() . __( 'PR Blocks', 'vkExUnit' );
18
 
19
  parent::__construct(
20
  'WP_Widget_vkExUnit_PR_Blocks',
21
  $widget_name,
22
- array( 'description' => __( 'Displays a circle image or icon font for pr blocks', 'vkExUnit' ) )
23
  );
24
  }
25
 
@@ -27,37 +27,37 @@ class WP_Widget_vkExUnit_PR_Blocks extends WP_Widget {
27
  $defaults = array(
28
  'block_count' => 3,
29
 
30
- 'label_1' => __( 'Service', 'vkExUnit' ),
31
  'media_image_1' => '',
32
  'media_alt_1' => '',
33
- 'iconFont_class_1' => 'fa-file-text-o',
34
  'iconFont_bgColor_1' => '#337ab7',
35
  'iconFont_bgType_1' => '',
36
  'summary_1' => '',
37
  'linkurl_1' => '',
38
  'blank_1' => '',
39
 
40
- 'label_2' => __( 'Company', 'vkExUnit' ),
41
  'media_image_2' => '',
42
  'media_alt_2' => '',
43
- 'iconFont_class_2' => 'fa-building-o',
44
  'iconFont_bgColor_2' => '#337ab7',
45
  'iconFont_bgType_2' => '',
46
  'summary_2' => '',
47
  'linkurl_2' => '',
48
  'blank_1' => '',
49
 
50
- 'label_3' => __( 'Recruit', 'vkExUnit' ),
51
  'media_image_3' => '',
52
  'media_alt_3' => '',
53
- 'iconFont_class_3' => 'fa-user',
54
  'iconFont_bgColor_3' => '#337ab7',
55
  'iconFont_bgType_3' => '',
56
  'summary_3' => '',
57
  'linkurl_3' => '',
58
  'blank_1' => '',
59
 
60
- 'label_4' => __( 'Contact', 'vkExUnit' ),
61
  'media_image_4' => '',
62
  'media_alt_4' => '',
63
  'iconFont_class_4' => 'fa-envelope',
@@ -80,22 +80,22 @@ class WP_Widget_vkExUnit_PR_Blocks extends WP_Widget {
80
 
81
  <?php // select Block count ?>
82
  <p>
83
- <label for="<?php echo $this->get_field_id( 'block_count' ); ?>"><?php _e( 'The choice of the number of columns:', 'vkExUnit' ); ?></label><br/>
84
  <select name="<?php echo $this->get_field_name( 'block_count' ); ?>" id="<?php echo $this->get_field_id( 'block_count' ); ?>-count">
85
  <option value="3"
86
  <?php
87
  if ( intval( $instance['block_count'] ) === 3 ) {
88
  echo 'selected'; }
89
  ?>
90
- ><?php _e( '3column', 'vkExUnit' ); ?></option>
91
  <option value="4"
92
  <?php
93
  if ( intval( $instance['block_count'] ) === 4 ) {
94
  echo 'selected'; }
95
  ?>
96
- ><?php _e( '4column', 'vkExUnit' ); ?></option>
97
  </select><br>
98
- <?php _e( 'If you change the number of columns, click to "Save" botton and exit the edit page. When restart the edit page, the column input form is increased or decreased.', 'vkExUnit' ); ?>
99
  </p>
100
 
101
  <?php
@@ -104,32 +104,32 @@ for ( $i = 1; $i <= intval( $instance['block_count'] ); ) {
104
 
105
  // PR Block admin title
106
  echo '<div class="admin-custom-section">';
107
- echo '<h2 class="admin-custom-h2">' . __( 'PR Block' . $i . ' setting', 'vkExUnit' ) . '</h2>';
108
 
109
  // PR Block display title
110
 
111
- echo '<p><label for="' . $this->get_field_id( 'label_' . $i ) . '">' . __( 'Title:', 'vkExUnit' ) . '</label><br/>' .
112
  '<input type="text" id="' . $this->get_field_id( 'label_' . $i ) . '-title" class="admin-custom-input" name="' . $this->get_field_name( 'label_' . $i ) . '" value="' . esc_attr( $instance[ 'label_' . $i ] ) . '" /></p>';
113
 
114
  // summary text
115
- echo '<p><label for="' . $this->get_field_id( 'summary_' . $i ) . '">' . __( 'Summary Text:', 'vkExUnit' ) . '</label><br/>';
116
  echo '<textarea rows="4" cols="40" id="' . $this->get_field_id( 'summary_' . $i ) . '_text" class="admin-custom-input" name="' . $this->get_field_name( 'summary_' . $i ) . '">' . esc_textarea( $instance[ 'summary_' . $i ] ) . '</textarea>';
117
  echo '</p>';
118
 
119
  // link_URL
120
- echo '<p><label for="' . $this->get_field_id( 'linkurl_' . $i ) . '">' . __( 'Link URL:', 'vkExUnit' ) . '</label><br/>' .
121
  '<input type="text" id="' . $this->get_field_id( 'linkurl_' . $i ) . '_title" class="admin-custom-input" name="' . $this->get_field_name( 'linkurl_' . $i ) . '" value="' . esc_attr( $instance[ 'linkurl_' . $i ] ) . '" style="margin-bottom:0.5em" />';
122
  $checked = ( isset( $instance[ 'blank_' . $i ] ) && $instance[ 'blank_' . $i ] ) ? ' checked' : '';
123
  echo '<input type="checkbox" value="true" id="' . $this->get_field_id( 'blank_' . $i ) . '" name="' . $this->get_field_name( 'blank_' . $i ) . '"' . $checked . ' />';
124
- echo '<label for="' . $this->get_field_id( 'blank_' . $i ) . '">' . __( 'Open link new tab.', 'vkExUnit' ) . '</label>';
125
  echo '</p>';
126
 
127
  /* Icon font
128
  /*-------------------------------------------*/
129
- echo '<h3 class="admin-custom-h3">' . __( 'Icon', 'vkExUnit' ) . ' ' . $i . '</h3>';
130
 
131
  // icon font class input
132
- echo '<p><label for="' . $this->get_field_id( 'iconFont_' . $i ) . '">' . __( 'Class name of the icon font you want to use:', 'vkExUnit' ) . '</label><br/>';
133
  echo '<input type="text" id="' . $this->get_field_id( 'iconFont_class_' . $i ) . '-font" class="font_class" name="' . $this->get_field_name( 'iconFont_class_' . $i ) . '" value="' . esc_attr( $instance[ 'iconFont_class_' . $i ] ) . '" /><br>';
134
 
135
  if ( class_exists( 'Vk_Font_Awesome_Versions' ) ) {
@@ -140,26 +140,26 @@ for ( $i = 1; $i <= intval( $instance['block_count'] ); ) {
140
 
141
  // icon font color
142
  echo '<p class="color_picker_wrap">' .
143
- '<label for="' . $this->get_field_id( 'iconFont_bgColor_' . $i ) . '">' . __( 'Icon color:', 'vkExUnit' ) . '</label><br/>' .
144
  '<input type="text" id="' . $this->get_field_id( 'iconFont_bgColor_' . $i ) . '-color" class="color_picker" name="' . $this->get_field_name( 'iconFont_bgColor_' . $i ) . '" value="' . esc_attr( $instance[ 'iconFont_bgColor_' . $i ] ) . '" /></p>';
145
 
146
  // icon font type
147
- echo '<p>' . __( 'Icon Background:', 'vkExUnit' ) . '<br>';
148
 
149
  $checked = ( ! isset( $instance[ 'iconFont_bgType_' . $i ] ) || ! $instance[ 'iconFont_bgType_' . $i ] ) ? ' checked' : '';
150
  echo '<input type="radio" id="' . $this->get_field_id( 'iconFont_bgType_' . $i ) . '_solid" name="' . $this->get_field_name( 'iconFont_bgType_' . $i ) . '" value=""' . $checked . ' />';
151
- echo '<label for="' . $this->get_field_id( 'iconFont_bgType_' . $i ) . '_solid">' . __( 'Solid color', 'vkExUnit' ) . '</label> ';
152
 
153
  $checked = ( isset( $instance[ 'iconFont_bgType_' . $i ] ) && $instance[ 'iconFont_bgType_' . $i ] === 'no_paint' ) ? ' checked' : '';
154
  echo '<input type="radio" id="' . $this->get_field_id( 'iconFont_bgType_' . $i ) . '_no_paint" name="' . $this->get_field_name( 'iconFont_bgType_' . $i ) . '" value="no_paint"' . $checked . ' />';
155
- echo '<label for="' . $this->get_field_id( 'iconFont_bgType_' . $i ) . '_no_paint">' . __( 'No background', 'vkExUnit' ) . '</label>';
156
  echo '</p>';
157
 
158
  /* PR Image
159
  /*-------------------------------------------*/
160
  // media uploader imageurl input area
161
- echo '<h3 class="admin-custom-h3"><label for="' . $this->get_field_id( 'media_image_' . $i ) . '">' . __( 'PR Image', 'vkExUnit' ) . ' ' . $i . '</label></h3>';
162
- echo '<p>' . __( 'When you have an image. Image is displayed with priority', 'vkExUnit' ) . '</p>';
163
 
164
  ?>
165
 
@@ -171,8 +171,8 @@ for ( $i = 1; $i <= intval( $instance['block_count'] ); ) {
171
  <img src="<?php echo esc_url( $instance[ 'media_image_' . $i ] ); ?>" class="admin-custom-thumb" />
172
  <?php endif; ?>
173
  </div>
174
- <button class="button button-default widget_media_btn_select" style="text-align: center; margin:4px 0;" onclick="javascript:vk_widget_image_add(this);return false;"><?php _e( 'Select image', 'vkExUnit' ); ?></button>
175
- <button class="button button-default widget_media_btn_reset" style="text-align: center; margin:4px 0;" onclick="javascript:vk_widget_image_del(this);return false;"><?php _e( 'Clear image', 'vkExUnit' ); ?></button>
176
  <div class="_form" style="line-height: 2em">
177
  <input type="hidden" class="_url" name="<?php echo $this->get_field_name( 'media_image_' . $i ); ?>" value="<?php echo esc_attr( $instance[ 'media_image_' . $i ] ); ?>" />
178
  <input type="hidden" class="_alt" name="<?php echo $this->get_field_name( 'media_alt_' . $i ); ?>" value="<?php echo esc_attr( $instance[ 'media_alt_' . $i ] ); ?>" />
@@ -274,7 +274,7 @@ for ( $i = 1; $i <= intval( $instance['block_count'] ); ) {
274
  if ( isset( $instance[ 'label_' . $i ] ) && $instance[ 'label_' . $i ] ) {
275
  echo $instance[ 'label_' . $i ];
276
  } else {
277
- _e( 'PR Block', 'vkExUnit' );
278
  }
279
  echo '</h1>' . PHP_EOL;
280
 
14
  /*-------------------------------------------*/
15
 
16
  function __construct() {
17
+ $widget_name = veu_get_prefix() . __( 'PR Blocks', 'vk-all-in-one-expansion-unit' );
18
 
19
  parent::__construct(
20
  'WP_Widget_vkExUnit_PR_Blocks',
21
  $widget_name,
22
+ array( 'description' => __( 'Displays a circle image or icon font for pr blocks', 'vk-all-in-one-expansion-unit' ) )
23
  );
24
  }
25
 
27
  $defaults = array(
28
  'block_count' => 3,
29
 
30
+ 'label_1' => __( 'Service', 'vk-all-in-one-expansion-unit' ),
31
  'media_image_1' => '',
32
  'media_alt_1' => '',
33
+ 'iconFont_class_1' => 'far fa-file-alt',
34
  'iconFont_bgColor_1' => '#337ab7',
35
  'iconFont_bgType_1' => '',
36
  'summary_1' => '',
37
  'linkurl_1' => '',
38
  'blank_1' => '',
39
 
40
+ 'label_2' => __( 'Company', 'vk-all-in-one-expansion-unit' ),
41
  'media_image_2' => '',
42
  'media_alt_2' => '',
43
+ 'iconFont_class_2' => 'fas fa-building',
44
  'iconFont_bgColor_2' => '#337ab7',
45
  'iconFont_bgType_2' => '',
46
  'summary_2' => '',
47
  'linkurl_2' => '',
48
  'blank_1' => '',
49
 
50
+ 'label_3' => __( 'Recruit', 'vk-all-in-one-expansion-unit' ),
51
  'media_image_3' => '',
52
  'media_alt_3' => '',
53
+ 'iconFont_class_3' => 'fas fa-user',
54
  'iconFont_bgColor_3' => '#337ab7',
55
  'iconFont_bgType_3' => '',
56
  'summary_3' => '',
57
  'linkurl_3' => '',
58
  'blank_1' => '',
59
 
60
+ 'label_4' => __( 'Contact', 'vk-all-in-one-expansion-unit' ),
61
  'media_image_4' => '',
62
  'media_alt_4' => '',
63
  'iconFont_class_4' => 'fa-envelope',
80
 
81
  <?php // select Block count ?>
82
  <p>
83
+ <label for="<?php echo $this->get_field_id( 'block_count' ); ?>"><?php _e( 'The choice of the number of columns:', 'vk-all-in-one-expansion-unit' ); ?></label><br/>
84
  <select name="<?php echo $this->get_field_name( 'block_count' ); ?>" id="<?php echo $this->get_field_id( 'block_count' ); ?>-count">
85
  <option value="3"
86
  <?php
87
  if ( intval( $instance['block_count'] ) === 3 ) {
88
  echo 'selected'; }
89
  ?>
90
+ ><?php _e( '3column', 'vk-all-in-one-expansion-unit' ); ?></option>
91
  <option value="4"
92
  <?php
93
  if ( intval( $instance['block_count'] ) === 4 ) {
94
  echo 'selected'; }
95
  ?>
96
+ ><?php _e( '4column', 'vk-all-in-one-expansion-unit' ); ?></option>
97
  </select><br>
98
+ <?php _e( 'If you change the number of columns, click to "Save" botton and exit the edit page. When restart the edit page, the column input form is increased or decreased.', 'vk-all-in-one-expansion-unit' ); ?>
99
  </p>
100
 
101
  <?php
104
 
105
  // PR Block admin title
106
  echo '<div class="admin-custom-section">';
107
+ echo '<h2 class="admin-custom-h2">' . __( 'PR Block' . $i . ' setting', 'vk-all-in-one-expansion-unit' ) . '</h2>';
108
 
109
  // PR Block display title
110
 
111
+ echo '<p><label for="' . $this->get_field_id( 'label_' . $i ) . '">' . __( 'Title:', 'vk-all-in-one-expansion-unit' ) . '</label><br/>' .
112
  '<input type="text" id="' . $this->get_field_id( 'label_' . $i ) . '-title" class="admin-custom-input" name="' . $this->get_field_name( 'label_' . $i ) . '" value="' . esc_attr( $instance[ 'label_' . $i ] ) . '" /></p>';
113
 
114
  // summary text
115
+ echo '<p><label for="' . $this->get_field_id( 'summary_' . $i ) . '">' . __( 'Summary Text:', 'vk-all-in-one-expansion-unit' ) . '</label><br/>';
116
  echo '<textarea rows="4" cols="40" id="' . $this->get_field_id( 'summary_' . $i ) . '_text" class="admin-custom-input" name="' . $this->get_field_name( 'summary_' . $i ) . '">' . esc_textarea( $instance[ 'summary_' . $i ] ) . '</textarea>';
117
  echo '</p>';
118
 
119
  // link_URL
120
+ echo '<p><label for="' . $this->get_field_id( 'linkurl_' . $i ) . '">' . __( 'Link URL:', 'vk-all-in-one-expansion-unit' ) . '</label><br/>' .
121
  '<input type="text" id="' . $this->get_field_id( 'linkurl_' . $i ) . '_title" class="admin-custom-input" name="' . $this->get_field_name( 'linkurl_' . $i ) . '" value="' . esc_attr( $instance[ 'linkurl_' . $i ] ) . '" style="margin-bottom:0.5em" />';
122
  $checked = ( isset( $instance[ 'blank_' . $i ] ) && $instance[ 'blank_' . $i ] ) ? ' checked' : '';
123
  echo '<input type="checkbox" value="true" id="' . $this->get_field_id( 'blank_' . $i ) . '" name="' . $this->get_field_name( 'blank_' . $i ) . '"' . $checked . ' />';
124
+ echo '<label for="' . $this->get_field_id( 'blank_' . $i ) . '">' . __( 'Open link new tab.', 'vk-all-in-one-expansion-unit' ) . '</label>';
125
  echo '</p>';
126
 
127
  /* Icon font
128
  /*-------------------------------------------*/
129
+ echo '<h3 class="admin-custom-h3">' . __( 'Icon', 'vk-all-in-one-expansion-unit' ) . ' ' . $i . '</h3>';
130
 
131
  // icon font class input
132
+ echo '<p><label for="' . $this->get_field_id( 'iconFont_' . $i ) . '">' . __( 'Class name of the icon font you want to use:', 'vk-all-in-one-expansion-unit' ) . '</label><br/>';
133
  echo '<input type="text" id="' . $this->get_field_id( 'iconFont_class_' . $i ) . '-font" class="font_class" name="' . $this->get_field_name( 'iconFont_class_' . $i ) . '" value="' . esc_attr( $instance[ 'iconFont_class_' . $i ] ) . '" /><br>';
134
 
135
  if ( class_exists( 'Vk_Font_Awesome_Versions' ) ) {
140
 
141
  // icon font color
142
  echo '<p class="color_picker_wrap">' .
143
+ '<label for="' . $this->get_field_id( 'iconFont_bgColor_' . $i ) . '">' . __( 'Icon color:', 'vk-all-in-one-expansion-unit' ) . '</label><br/>' .
144
  '<input type="text" id="' . $this->get_field_id( 'iconFont_bgColor_' . $i ) . '-color" class="color_picker" name="' . $this->get_field_name( 'iconFont_bgColor_' . $i ) . '" value="' . esc_attr( $instance[ 'iconFont_bgColor_' . $i ] ) . '" /></p>';
145
 
146
  // icon font type
147
+ echo '<p>' . __( 'Icon Background:', 'vk-all-in-one-expansion-unit' ) . '<br>';
148
 
149
  $checked = ( ! isset( $instance[ 'iconFont_bgType_' . $i ] ) || ! $instance[ 'iconFont_bgType_' . $i ] ) ? ' checked' : '';
150
  echo '<input type="radio" id="' . $this->get_field_id( 'iconFont_bgType_' . $i ) . '_solid" name="' . $this->get_field_name( 'iconFont_bgType_' . $i ) . '" value=""' . $checked . ' />';
151
+ echo '<label for="' . $this->get_field_id( 'iconFont_bgType_' . $i ) . '_solid">' . __( 'Solid color', 'vk-all-in-one-expansion-unit' ) . '</label> ';
152
 
153
  $checked = ( isset( $instance[ 'iconFont_bgType_' . $i ] ) && $instance[ 'iconFont_bgType_' . $i ] === 'no_paint' ) ? ' checked' : '';
154
  echo '<input type="radio" id="' . $this->get_field_id( 'iconFont_bgType_' . $i ) . '_no_paint" name="' . $this->get_field_name( 'iconFont_bgType_' . $i ) . '" value="no_paint"' . $checked . ' />';
155
+ echo '<label for="' . $this->get_field_id( 'iconFont_bgType_' . $i ) . '_no_paint">' . __( 'No background', 'vk-all-in-one-expansion-unit' ) . '</label>';
156
  echo '</p>';
157
 
158
  /* PR Image
159
  /*-------------------------------------------*/
160
  // media uploader imageurl input area
161
+ echo '<h3 class="admin-custom-h3"><label for="' . $this->get_field_id( 'media_image_' . $i ) . '">' . __( 'PR Image', 'vk-all-in-one-expansion-unit' ) . ' ' . $i . '</label></h3>';
162
+ echo '<p>' . __( 'When you have an image. Image is displayed with priority', 'vk-all-in-one-expansion-unit' ) . '</p>';
163
 
164
  ?>
165
 
171
  <img src="<?php echo esc_url( $instance[ 'media_image_' . $i ] ); ?>" class="admin-custom-thumb" />
172
  <?php endif; ?>
173
  </div>
174
+ <button class="button button-default widget_media_btn_select" style="text-align: center; margin:4px 0;" onclick="javascript:vk_widget_image_add(this);return false;"><?php _e( 'Select image', 'vk-all-in-one-expansion-unit' ); ?></button>
175
+ <button class="button button-default widget_media_btn_reset" style="text-align: center; margin:4px 0;" onclick="javascript:vk_widget_image_del(this);return false;"><?php _e( 'Clear image', 'vk-all-in-one-expansion-unit' ); ?></button>
176
  <div class="_form" style="line-height: 2em">
177
  <input type="hidden" class="_url" name="<?php echo $this->get_field_name( 'media_image_' . $i ); ?>" value="<?php echo esc_attr( $instance[ 'media_image_' . $i ] ); ?>" />
178
  <input type="hidden" class="_alt" name="<?php echo $this->get_field_name( 'media_alt_' . $i ); ?>" value="<?php echo esc_attr( $instance[ 'media_alt_' . $i ] ); ?>" />
274
  if ( isset( $instance[ 'label_' . $i ] ) && $instance[ 'label_' . $i ] ) {
275
  echo $instance[ 'label_' . $i ];
276
  } else {
277
+ _e( 'PR Block', 'vk-all-in-one-expansion-unit' );
278
  }
279
  echo '</h1>' . PHP_EOL;
280
 
plugins/other_widget/widget-profile.php CHANGED
@@ -6,12 +6,12 @@
6
  class WP_Widget_vkExUnit_profile extends WP_Widget {
7
 
8
  function __construct() {
9
- $widget_name = veu_get_prefix() . __( 'Profile', 'vkExUnit' );
10
 
11
  parent::__construct(
12
  'WP_Widget_vkExUnit_profile',
13
  $widget_name,
14
- array( 'description' => __( 'Displays a your profile', 'vkExUnit' ) )
15
  );
16
  }
17
 
@@ -29,7 +29,7 @@ class WP_Widget_vkExUnit_profile extends WP_Widget {
29
  /*-------------------------------------------*/
30
  function form( $instance ) {
31
  $defaults = array(
32
- 'label' => __( 'Profile', 'vkExUnit' ),
33
  'mediaFile' => '',
34
  'mediaAlt' => '',
35
  'mediaAlign_left' => '', // 'mediaAlign' に移行したので事実上廃止
@@ -37,7 +37,7 @@ class WP_Widget_vkExUnit_profile extends WP_Widget {
37
  'mediaRound' => '',
38
  'mediaSize' => '',
39
  'mediaFloat' => '',
40
- 'profile' => __( 'Profile Text', 'vkExUnit' ),
41
  'facebook' => '',
42
  'twitter' => '',
43
  'mail' => '',
@@ -52,12 +52,12 @@ class WP_Widget_vkExUnit_profile extends WP_Widget {
52
  ?>
53
 
54
  <?php //title ?>
55
- <p><label for="<?php echo $this->get_field_id( 'label' ); ?>"><?php _e( 'Title:', 'vkExUnit' ); ?></label><br/>
56
  <input type="text" id="<?php echo $this->get_field_id( 'label' ); ?>" class="admin-custom-input" name="<?php echo $this->get_field_name( 'label' ); ?>" value="<?php echo esc_attr( $instance['label'] ); ?>" />
57
  </p>
58
 
59
  <?php //media uploader ?>
60
- <p><label for="<?php echo $this->get_field_id( 'profile' ); ?>"><?php _e( 'Select Profile image:', 'vkExUnit' ); ?></label><br/>
61
 
62
  <div class="media_image_section">
63
  <div class="_display admin-custom-thumb-outer" style="height:auto">
@@ -67,8 +67,8 @@ class WP_Widget_vkExUnit_profile extends WP_Widget {
67
  <img src="<?php echo esc_url( $instance['mediaFile'] ); ?>" class="admin-custom-thumb" />
68
  <?php endif; ?>
69
  </div>
70
- <button class="button button-default widget_media_btn_select" style="text-align: center; margin:4px 0;" onclick="javascript:vk_widget_image_add(this);return false;"><?php _e( 'Select image', 'vkExUnit' ); ?></button>
71
- <button class="button button-default widget_media_btn_reset" style="text-align: center; margin:4px 0;" onclick="javascript:vk_widget_image_del(this);return false;"><?php _e( 'Clear image', 'vkExUnit' ); ?></button>
72
  <div class="_form" style="line-height: 2em">
73
  <input type="hidden" class="_url" name="<?php echo $this->get_field_name( 'mediaFile' ); ?>" value="<?php echo esc_attr( $instance['mediaFile'] ); ?>" />
74
  <input type="hidden" class="_alt" name="<?php echo $this->get_field_name( 'mediaAlt' ); ?>" value="<?php echo esc_attr( $instance['mediaAlt'] ); ?>" />
@@ -76,11 +76,11 @@ class WP_Widget_vkExUnit_profile extends WP_Widget {
76
  </div><!-- [ /.media_image_section ] -->
77
 
78
  <?php //image round setting ?>
79
- <p><input type="checkbox" id="<?php echo $this->get_field_id( 'mediaRound' ); ?>" name="<?php echo $this->get_field_name( 'mediaRound' ); ?>" value="true" <?php echo ( $instance['mediaRound'] ) ? 'checked' : ''; ?> ><label for="<?php echo $this->get_field_id( 'mediaRound' ); ?>"><?php _e( 'Cut out round the image.', 'vkExUnit' ); ?></label>
80
  </p>
81
 
82
  <?php //image size setting ?>
83
- <p><label for="<?php echo $this->get_field_id( 'mediaSize' ); ?>"><?php _e( 'Media size (Optional)', 'vkExUnit' ); ?></label><br/>
84
  <input type="text" id="<?php echo $this->get_field_id( 'mediaSize' ); ?>" class="admin-custom-input" name="<?php echo $this->get_field_name( 'mediaSize' ); ?>" style="width:50px;" value="<?php echo esc_attr( $instance['mediaSize'] ); ?>" /> px
85
  </p>
86
 
@@ -90,71 +90,71 @@ class WP_Widget_vkExUnit_profile extends WP_Widget {
90
  <?php $image_align = self::image_align( $instance ); ?>
91
  <?php $checked = ( $image_align === 'left' ) ? ' checked' : ''; ?>
92
  <input type="radio" id="<?php echo $this->get_field_id( 'mediaAlign' ); ?>_left" name="<?php echo $this->get_field_name( 'mediaAlign' ); ?>" value="left"<?php echo $checked; ?> />
93
- <label for="<?php echo $this->get_field_id( 'mediaAlign' ) . '_left'; ?>"> <?php _e( 'Align left', 'vkExUnit' ); ?></label>
94
  <?php $checked = ( $image_align === 'center' ) ? ' checked' : ''; ?>
95
  <input type="radio" id="<?php echo $this->get_field_id( 'mediaAlign' ); ?>_center" name="<?php echo $this->get_field_name( 'mediaAlign' ); ?>" value="center"<?php echo $checked; ?> />
96
- <label for="<?php echo $this->get_field_id( 'mediaAlign' ) . '_center'; ?>"> <?php _e( 'Align center', 'vkExUnit' ); ?></label>
97
  </p>
98
 
99
  <?php //image float setting ?>
100
- <p><input type="checkbox" id="<?php echo $this->get_field_id( 'mediaFloat' ); ?>" name="<?php echo $this->get_field_name( 'mediaFloat' ); ?>" value="true" <?php echo ( $instance['mediaFloat'] ) ? 'checked' : ''; ?> ><label for="<?php echo $this->get_field_id( 'mediaFloat' ); ?>"><?php _e( 'Text float to image.', 'vkExUnit' ); ?></label><br/>
101
  </p>
102
 
103
  <?php //profile text ?>
104
- <p><label for="<?php echo $this->get_field_id( 'profile' ); ?>"><?php _e( 'Profile Text:', 'vkExUnit' ); ?></label></p>
105
  <textarea rows="4" cols="40" id="<?php echo $this->get_field_id( 'profile' ); ?>" class="admin-custom-input textarea" name="<?php echo $this->get_field_name( 'profile' ); ?>"><?php echo esc_textarea( $instance['profile'] ); ?></textarea>
106
 
107
  <?php //facebook_URL ?>
108
- <p><label for="<?php echo $this->get_field_id( 'facebook' ); ?>"><?php _e( 'Facebook URL:', 'vkExUnit' ); ?></label><br/>
109
  <input type="text" id="<?php echo $this->get_field_id( 'facebook' ); ?>" class="admin-custom-input" name="<?php echo $this->get_field_name( 'facebook' ); ?>" value="<?php echo esc_attr( $instance['facebook'] ); ?>" />
110
  </p>
111
 
112
  <?php //twitter_URL ?>
113
- <p><label for="<?php echo $this->get_field_id( 'twitter' ); ?>"><?php _e( 'Twitter URL:', 'vkExUnit' ); ?></label><br/>
114
  <input type="text" id="<?php echo $this->get_field_id( 'twitter' ); ?>" class="admin-custom-input" name="<?php echo $this->get_field_name( 'twitter' ); ?>" value="<?php echo esc_attr( $instance['twitter'] ); ?>" />
115
  </p>
116
 
117
  <?php //mail_URL ?>
118
- <p><label for="<?php echo $this->get_field_id( 'mail' ); ?>"><?php _e( 'Email Address:', 'vkExUnit' ); ?></label><br/>
119
  <input type="text" id="<?php echo $this->get_field_id( 'mail' ); ?>" class="admin-custom-input" name="<?php echo $this->get_field_name( 'mail' ); ?>" value="<?php echo esc_attr( $instance['mail'] ); ?>" />
120
  </p>
121
 
122
  <?php //youtube_URL ?>
123
- <p><label for="<?php echo $this->get_field_id( 'youtube' ); ?>"><?php _e( 'Youtube URL:', 'vkExUnit' ); ?></label><br/>
124
  <input type="text" id="<?php echo $this->get_field_id( 'youtube' ); ?>" class="admin-custom-input" name="<?php echo $this->get_field_name( 'youtube' ); ?>" value="<?php echo esc_attr( $instance['youtube'] ); ?>" />
125
  </p>
126
 
127
  <?php //rss_URL ?>
128
- <p><label for="<?php echo $this->get_field_id( 'rss' ); ?>"><?php _e( 'RSS URL:', 'vkExUnit' ); ?></label><br/>
129
  <input type="text" id="<?php echo $this->get_field_id( 'rss' ); ?>" class="admin-custom-input" name="<?php echo $this->get_field_name( 'rss' ); ?>" value="<?php echo esc_attr( $instance['rss'] ); ?>" />
130
  </p>
131
 
132
  <?php //instagram_URL ?>
133
- <p><label for="<?php echo $this->get_field_id( 'instagram' ); ?>"><?php _e( 'instagram URL:', 'vkExUnit' ); ?></label><br/>
134
  <input type="text" id="<?php echo $this->get_field_id( 'instagram' ); ?>" class="admin-custom-input" name="<?php echo $this->get_field_name( 'instagram' ); ?>" value="<?php echo esc_attr( $instance['instagram'] ); ?>" /></p>
135
 
136
  <?php //linkedin_URL ?>
137
- <p><label for="<?php echo $this->get_field_id( 'linkedin' ); ?>"><?php _e( 'linkedin URL:', 'vkExUnit' ); ?></label><br/>
138
  <input type="text" id="<?php echo $this->get_field_id( 'linkedin' ); ?>" class="admin-custom-input" name="<?php echo $this->get_field_name( 'linkedin' ); ?>" value="<?php echo esc_attr( $instance['linkedin'] ); ?>" /></p>
139
 
140
  <?php // icon font type ?>
141
 
142
- <p><?php _e( 'Icon Background:', 'vkExUnit' ); ?><br>
143
 
144
  <?php
145
  $checked = ( ! isset( $instance['iconFont_bgType'] ) || ! $instance['iconFont_bgType'] ) ? ' checked' : '';
146
  ?>
147
  <input type="radio" id="<?php echo $this->get_field_id( 'iconFont_bgType' ) . '_solid'; ?>" name="<?php echo $this->get_field_name( 'iconFont_bgType' ); ?>" value=""<?php echo $checked; ?> />
148
- <label for="<?php echo $this->get_field_id( 'iconFont_bgType' ) . '_solid'; ?>"> <?php _e( 'Solid color', 'vkExUnit' ); ?></label>
149
  <?php $checked = ( isset( $instance['iconFont_bgType'] ) && $instance['iconFont_bgType'] === 'no_paint' ) ? ' checked' : ''; ?>
150
  <input type="radio" id="<?php echo $this->get_field_id( 'iconFont_bgType' ) . '_no_paint'; ?>" name="<?php echo $this->get_field_name( 'iconFont_bgType' ); ?>" value="no_paint"<?php echo $checked; ?> />
151
- <label for="<?php echo $this->get_field_id( 'iconFont_bgType' ) . '_no_paint'; ?>"><?php _e( 'No background', 'vkExUnit' ); ?></label>
152
  </p>
153
- <p><?php _e( '* When "Icon Background: Fill" is selected and "Icon color" is not specified, each brand color will be painted.', 'vkExUnit' ); ?></p>
154
 
155
  <?php // icon font color ?>
156
  <p class="color_picker_wrap">
157
- <label for="<?php echo $this->get_field_id( 'icon_color' ); ?>"><?php _e( 'Icon color:', 'vkExUnit' ); ?></label><br/>
158
  <input type="text" id="<?php echo $this->get_field_id( 'icon_color' ); ?>" class="color_picker" name="<?php echo $this->get_field_name( 'icon_color' ); ?>" value="<?php echo esc_attr( $instance['icon_color'] ); ?>" /></p>
159
 
160
  <?php
6
  class WP_Widget_vkExUnit_profile extends WP_Widget {
7
 
8
  function __construct() {
9
+ $widget_name = veu_get_prefix() . __( 'Profile', 'vk-all-in-one-expansion-unit' );
10
 
11
  parent::__construct(
12
  'WP_Widget_vkExUnit_profile',
13
  $widget_name,
14
+ array( 'description' => __( 'Displays a your profile', 'vk-all-in-one-expansion-unit' ) )
15
  );
16
  }
17
 
29
  /*-------------------------------------------*/
30
  function form( $instance ) {
31
  $defaults = array(
32
+ 'label' => __( 'Profile', 'vk-all-in-one-expansion-unit' ),
33
  'mediaFile' => '',
34
  'mediaAlt' => '',
35
  'mediaAlign_left' => '', // 'mediaAlign' に移行したので事実上廃止
37
  'mediaRound' => '',
38
  'mediaSize' => '',
39
  'mediaFloat' => '',
40
+ 'profile' => __( 'Profile Text', 'vk-all-in-one-expansion-unit' ),
41
  'facebook' => '',
42
  'twitter' => '',
43
  'mail' => '',
52
  ?>
53
 
54
  <?php //title ?>
55
+ <p><label for="<?php echo $this->get_field_id( 'label' ); ?>"><?php _e( 'Title:', 'vk-all-in-one-expansion-unit' ); ?></label><br/>
56
  <input type="text" id="<?php echo $this->get_field_id( 'label' ); ?>" class="admin-custom-input" name="<?php echo $this->get_field_name( 'label' ); ?>" value="<?php echo esc_attr( $instance['label'] ); ?>" />
57
  </p>
58
 
59
  <?php //media uploader ?>
60
+ <p><label for="<?php echo $this->get_field_id( 'profile' ); ?>"><?php _e( 'Select Profile image:', 'vk-all-in-one-expansion-unit' ); ?></label><br/>
61
 
62
  <div class="media_image_section">
63
  <div class="_display admin-custom-thumb-outer" style="height:auto">
67
  <img src="<?php echo esc_url( $instance['mediaFile'] ); ?>" class="admin-custom-thumb" />
68
  <?php endif; ?>
69
  </div>
70
+ <button class="button button-default widget_media_btn_select" style="text-align: center; margin:4px 0;" onclick="javascript:vk_widget_image_add(this);return false;"><?php _e( 'Select image', 'vk-all-in-one-expansion-unit' ); ?></button>
71
+ <button class="button button-default widget_media_btn_reset" style="text-align: center; margin:4px 0;" onclick="javascript:vk_widget_image_del(this);return false;"><?php _e( 'Clear image', 'vk-all-in-one-expansion-unit' ); ?></button>
72
  <div class="_form" style="line-height: 2em">
73
  <input type="hidden" class="_url" name="<?php echo $this->get_field_name( 'mediaFile' ); ?>" value="<?php echo esc_attr( $instance['mediaFile'] ); ?>" />
74
  <input type="hidden" class="_alt" name="<?php echo $this->get_field_name( 'mediaAlt' ); ?>" value="<?php echo esc_attr( $instance['mediaAlt'] ); ?>" />
76
  </div><!-- [ /.media_image_section ] -->
77
 
78
  <?php //image round setting ?>
79
+ <p><input type="checkbox" id="<?php echo $this->get_field_id( 'mediaRound' ); ?>" name="<?php echo $this->get_field_name( 'mediaRound' ); ?>" value="true" <?php echo ( $instance['mediaRound'] ) ? 'checked' : ''; ?> ><label for="<?php echo $this->get_field_id( 'mediaRound' ); ?>"><?php _e( 'Cut out round the image.', 'vk-all-in-one-expansion-unit' ); ?></label>
80
  </p>
81
 
82
  <?php //image size setting ?>
83
+ <p><label for="<?php echo $this->get_field_id( 'mediaSize' ); ?>"><?php _e( 'Media size (Optional)', 'vk-all-in-one-expansion-unit' ); ?></label><br/>
84
  <input type="text" id="<?php echo $this->get_field_id( 'mediaSize' ); ?>" class="admin-custom-input" name="<?php echo $this->get_field_name( 'mediaSize' ); ?>" style="width:50px;" value="<?php echo esc_attr( $instance['mediaSize'] ); ?>" /> px
85
  </p>
86
 
90
  <?php $image_align = self::image_align( $instance ); ?>
91
  <?php $checked = ( $image_align === 'left' ) ? ' checked' : ''; ?>
92
  <input type="radio" id="<?php echo $this->get_field_id( 'mediaAlign' ); ?>_left" name="<?php echo $this->get_field_name( 'mediaAlign' ); ?>" value="left"<?php echo $checked; ?> />
93
+ <label for="<?php echo $this->get_field_id( 'mediaAlign' ) . '_left'; ?>"> <?php _e( 'Align left', 'vk-all-in-one-expansion-unit' ); ?></label>
94
  <?php $checked = ( $image_align === 'center' ) ? ' checked' : ''; ?>
95
  <input type="radio" id="<?php echo $this->get_field_id( 'mediaAlign' ); ?>_center" name="<?php echo $this->get_field_name( 'mediaAlign' ); ?>" value="center"<?php echo $checked; ?> />
96
+ <label for="<?php echo $this->get_field_id( 'mediaAlign' ) . '_center'; ?>"> <?php _e( 'Align center', 'vk-all-in-one-expansion-unit' ); ?></label>
97
  </p>
98
 
99
  <?php //image float setting ?>
100
+ <p><input type="checkbox" id="<?php echo $this->get_field_id( 'mediaFloat' ); ?>" name="<?php echo $this->get_field_name( 'mediaFloat' ); ?>" value="true" <?php echo ( $instance['mediaFloat'] ) ? 'checked' : ''; ?> ><label for="<?php echo $this->get_field_id( 'mediaFloat' ); ?>"><?php _e( 'Text float to image.', 'vk-all-in-one-expansion-unit' ); ?></label><br/>
101
  </p>
102
 
103
  <?php //profile text ?>
104
+ <p><label for="<?php echo $this->get_field_id( 'profile' ); ?>"><?php _e( 'Profile Text:', 'vk-all-in-one-expansion-unit' ); ?></label></p>
105
  <textarea rows="4" cols="40" id="<?php echo $this->get_field_id( 'profile' ); ?>" class="admin-custom-input textarea" name="<?php echo $this->get_field_name( 'profile' ); ?>"><?php echo esc_textarea( $instance['profile'] ); ?></textarea>
106
 
107
  <?php //facebook_URL ?>
108
+ <p><label for="<?php echo $this->get_field_id( 'facebook' ); ?>"><?php _e( 'Facebook URL:', 'vk-all-in-one-expansion-unit' ); ?></label><br/>
109
  <input type="text" id="<?php echo $this->get_field_id( 'facebook' ); ?>" class="admin-custom-input" name="<?php echo $this->get_field_name( 'facebook' ); ?>" value="<?php echo esc_attr( $instance['facebook'] ); ?>" />
110
  </p>
111
 
112
  <?php //twitter_URL ?>
113
+ <p><label for="<?php echo $this->get_field_id( 'twitter' ); ?>"><?php _e( 'Twitter URL:', 'vk-all-in-one-expansion-unit' ); ?></label><br/>
114
  <input type="text" id="<?php echo $this->get_field_id( 'twitter' ); ?>" class="admin-custom-input" name="<?php echo $this->get_field_name( 'twitter' ); ?>" value="<?php echo esc_attr( $instance['twitter'] ); ?>" />
115
  </p>
116
 
117
  <?php //mail_URL ?>
118
+ <p><label for="<?php echo $this->get_field_id( 'mail' ); ?>"><?php _e( 'Email Address:', 'vk-all-in-one-expansion-unit' ); ?></label><br/>
119
  <input type="text" id="<?php echo $this->get_field_id( 'mail' ); ?>" class="admin-custom-input" name="<?php echo $this->get_field_name( 'mail' ); ?>" value="<?php echo esc_attr( $instance['mail'] ); ?>" />
120
  </p>
121
 
122
  <?php //youtube_URL ?>
123
+ <p><label for="<?php echo $this->get_field_id( 'youtube' ); ?>"><?php _e( 'Youtube URL:', 'vk-all-in-one-expansion-unit' ); ?></label><br/>
124
  <input type="text" id="<?php echo $this->get_field_id( 'youtube' ); ?>" class="admin-custom-input" name="<?php echo $this->get_field_name( 'youtube' ); ?>" value="<?php echo esc_attr( $instance['youtube'] ); ?>" />
125
  </p>
126
 
127
  <?php //rss_URL ?>
128
+ <p><label for="<?php echo $this->get_field_id( 'rss' ); ?>"><?php _e( 'RSS URL:', 'vk-all-in-one-expansion-unit' ); ?></label><br/>
129
  <input type="text" id="<?php echo $this->get_field_id( 'rss' ); ?>" class="admin-custom-input" name="<?php echo $this->get_field_name( 'rss' ); ?>" value="<?php echo esc_attr( $instance['rss'] ); ?>" />
130
  </p>
131
 
132
  <?php //instagram_URL ?>
133
+ <p><label for="<?php echo $this->get_field_id( 'instagram' ); ?>"><?php _e( 'instagram URL:', 'vk-all-in-one-expansion-unit' ); ?></label><br/>
134
  <input type="text" id="<?php echo $this->get_field_id( 'instagram' ); ?>" class="admin-custom-input" name="<?php echo $this->get_field_name( 'instagram' ); ?>" value="<?php echo esc_attr( $instance['instagram'] ); ?>" /></p>
135
 
136
  <?php //linkedin_URL ?>
137
+ <p><label for="<?php echo $this->get_field_id( 'linkedin' ); ?>"><?php _e( 'linkedin URL:', 'vk-all-in-one-expansion-unit' ); ?></label><br/>
138
  <input type="text" id="<?php echo $this->get_field_id( 'linkedin' ); ?>" class="admin-custom-input" name="<?php echo $this->get_field_name( 'linkedin' ); ?>" value="<?php echo esc_attr( $instance['linkedin'] ); ?>" /></p>
139
 
140
  <?php // icon font type ?>
141
 
142
+ <p><?php _e( 'Icon Background:', 'vk-all-in-one-expansion-unit' ); ?><br>
143
 
144
  <?php
145
  $checked = ( ! isset( $instance['iconFont_bgType'] ) || ! $instance['iconFont_bgType'] ) ? ' checked' : '';
146
  ?>
147
  <input type="radio" id="<?php echo $this->get_field_id( 'iconFont_bgType' ) . '_solid'; ?>" name="<?php echo $this->get_field_name( 'iconFont_bgType' ); ?>" value=""<?php echo $checked; ?> />
148
+ <label for="<?php echo $this->get_field_id( 'iconFont_bgType' ) . '_solid'; ?>"> <?php _e( 'Solid color', 'vk-all-in-one-expansion-unit' ); ?></label>
149
  <?php $checked = ( isset( $instance['iconFont_bgType'] ) && $instance['iconFont_bgType'] === 'no_paint' ) ? ' checked' : ''; ?>
150
  <input type="radio" id="<?php echo $this->get_field_id( 'iconFont_bgType' ) . '_no_paint'; ?>" name="<?php echo $this->get_field_name( 'iconFont_bgType' ); ?>" value="no_paint"<?php echo $checked; ?> />
151
+ <label for="<?php echo $this->get_field_id( 'iconFont_bgType' ) . '_no_paint'; ?>"><?php _e( 'No background', 'vk-all-in-one-expansion-unit' ); ?></label>
152
  </p>
153
+ <p><?php _e( '* When "Icon Background: Fill" is selected and "Icon color" is not specified, each brand color will be painted.', 'vk-all-in-one-expansion-unit' ); ?></p>
154
 
155
  <?php // icon font color ?>
156
  <p class="color_picker_wrap">
157
+ <label for="<?php echo $this->get_field_id( 'icon_color' ); ?>"><?php _e( 'Icon color:', 'vk-all-in-one-expansion-unit' ); ?></label><br/>
158
  <input type="text" id="<?php echo $this->get_field_id( 'icon_color' ); ?>" class="color_picker" name="<?php echo $this->get_field_name( 'icon_color' ); ?>" value="<?php echo esc_attr( $instance['icon_color'] ); ?>" /></p>
159
 
160
  <?php
plugins/other_widget/widget-side-child-page-list.php CHANGED
@@ -9,12 +9,12 @@ function vkExUnit_widget_register_childpages() {
9
  class WP_Widget_vkExUnit_ChildPageList extends WP_Widget {
10
 
11
  function __construct() {
12
- $widget_name = veu_get_prefix() . __( 'child pages list', 'vkExUnit' );
13
 
14
  parent::__construct(
15
  'vkExUnit_childPageList',
16
  $widget_name,
17
- array( 'description' => __( 'Displays list of child page for the current page.', 'vkExUnit' ) )
18
  );
19
  }
20
 
9
  class WP_Widget_vkExUnit_ChildPageList extends WP_Widget {
10
 
11
  function __construct() {
12
+ $widget_name = veu_get_prefix() . __( 'child pages list', 'vk-all-in-one-expansion-unit' );
13
 
14
  parent::__construct(
15
  'vkExUnit_childPageList',
16
  $widget_name,
17
+ array( 'description' => __( 'Displays list of child page for the current page.', 'vk-all-in-one-expansion-unit' ) )
18
  );
19
  }
20
 
plugins/other_widget/widget-taxonomies.php CHANGED
@@ -7,12 +7,12 @@ class WP_Widget_VK_taxonomy_list extends WP_Widget {
7
 
8
  // ウィジェット定義
9
  function __construct() {
10
- $widget_name = veu_get_prefix() . __( 'Categories/Custom taxonomies list', 'vkExUnit' );
11
 
12
  parent::__construct(
13
  'WP_Widget_VK_taxonomy_list',
14
  $widget_name,
15
- array( 'description' => __( 'Displays a categories and custom taxonomies list.', 'vkExUnit' ) )
16
  );
17
  }
18
 
@@ -23,7 +23,7 @@ class WP_Widget_VK_taxonomy_list extends WP_Widget {
23
  $instance['tax_name'] = 'category';
24
  }
25
  if ( ! isset( $instance['label'] ) ) {
26
- $instance['label'] = __( 'Category', 'vkExUnit' );
27
  }
28
  $arg = array(
29
  'echo' => 1,
@@ -53,8 +53,8 @@ class WP_Widget_VK_taxonomy_list extends WP_Widget {
53
  public static function get_defaults( $instance = array() ) {
54
  $defaults = array(
55
  'tax_name' => 'category',
56
- 'label' => __( 'Category', 'vkExUnit' ),
57
- 'hide' => __( 'Category', 'vkExUnit' ),
58
  'title' => 'Category',
59
  'hide_empty' => false,
60
  '_builtin' => false,
@@ -68,11 +68,11 @@ class WP_Widget_VK_taxonomy_list extends WP_Widget {
68
  $taxs = get_taxonomies( array( 'public' => true ), 'objects' );
69
  ?>
70
  <p>
71
- <label for="<?php echo $this->get_field_id( 'label' ); ?>"><?php _e( 'Label to display', 'vkExUnit' ); ?></label>
72
  <input type="text" id="<?php echo $this->get_field_id( 'label' ); ?>-title" name="<?php echo $this->get_field_name( 'label' ); ?>" value="<?php echo $instance['label']; ?>" ><br/>
73
  <input type="hidden" name="<?php echo $this->get_field_name( 'hide' ); ?>" ><br/>
74
 
75
- <label for="<?php echo $this->get_field_id( 'tax_name' ); ?>"><?php _e( 'Display page', 'vkExUnit' ); ?></label>
76
  <select name="<?php echo $this->get_field_name( 'tax_name' ); ?>" >
77
 
78
  <?php foreach ( $taxs as $tax ) { ?>
@@ -91,7 +91,7 @@ class WP_Widget_VK_taxonomy_list extends WP_Widget {
91
  echo 'checked';}
92
  ?>
93
  />
94
- <label for="<?php echo $this->get_field_id( 'hide_empty' ); ?>"><?php _e( 'Do not display terms without posts', 'vkExUnit' ); ?></label>
95
  </p>
96
 
97
  <script type="text/javascript">
@@ -103,12 +103,12 @@ class WP_Widget_VK_taxonomy_list extends WP_Widget {
103
  echo 'post_labels["' . $tax->name . '"] = "' . $tax->labels->name . '";';
104
  }
105
  }
106
- echo 'post_labels["blog"] = "' . __( 'Blog', 'vkExUnit' ) . '";' . "\n";
107
  ?>
108
  var posttype = jQuery("[name=\"<?php echo $this->get_field_name( 'tax_name' ); ?>\"]");
109
  var lablfeld = jQuery("[name=\"<?php echo $this->get_field_name( 'label' ); ?>\"]");
110
  posttype.change(function(){
111
- lablfeld.val(post_labels[posttype.val()]+" <?php _e( 'Archives', 'vkExUnit' ); ?>");
112
  });
113
  });
114
  </script>
7
 
8
  // ウィジェット定義
9
  function __construct() {
10
+ $widget_name = veu_get_prefix() . __( 'Categories/Custom taxonomies list', 'vk-all-in-one-expansion-unit' );
11
 
12
  parent::__construct(
13
  'WP_Widget_VK_taxonomy_list',
14
  $widget_name,
15
+ array( 'description' => __( 'Displays a categories and custom taxonomies list.', 'vk-all-in-one-expansion-unit' ) )
16
  );
17
  }
18
 
23
  $instance['tax_name'] = 'category';
24
  }
25
  if ( ! isset( $instance['label'] ) ) {
26
+ $instance['label'] = __( 'Category', 'vk-all-in-one-expansion-unit' );
27
  }
28
  $arg = array(
29
  'echo' => 1,
53
  public static function get_defaults( $instance = array() ) {
54
  $defaults = array(
55
  'tax_name' => 'category',
56
+ 'label' => __( 'Category', 'vk-all-in-one-expansion-unit' ),
57
+ 'hide' => __( 'Category', 'vk-all-in-one-expansion-unit' ),
58
  'title' => 'Category',
59
  'hide_empty' => false,
60
  '_builtin' => false,
68
  $taxs = get_taxonomies( array( 'public' => true ), 'objects' );
69
  ?>
70
  <p>
71
+ <label for="<?php echo $this->get_field_id( 'label' ); ?>"><?php _e( 'Label to display', 'vk-all-in-one-expansion-unit' ); ?></label>
72
  <input type="text" id="<?php echo $this->get_field_id( 'label' ); ?>-title" name="<?php echo $this->get_field_name( 'label' ); ?>" value="<?php echo $instance['label']; ?>" ><br/>
73
  <input type="hidden" name="<?php echo $this->get_field_name( 'hide' ); ?>" ><br/>
74
 
75
+ <label for="<?php echo $this->get_field_id( 'tax_name' ); ?>"><?php _e( 'Display page', 'vk-all-in-one-expansion-unit' ); ?></label>
76
  <select name="<?php echo $this->get_field_name( 'tax_name' ); ?>" >
77
 
78
  <?php foreach ( $taxs as $tax ) { ?>
91
  echo 'checked';}
92
  ?>
93
  />
94
+ <label for="<?php echo $this->get_field_id( 'hide_empty' ); ?>"><?php _e( 'Do not display terms without posts', 'vk-all-in-one-expansion-unit' ); ?></label>
95
  </p>
96
 
97
  <script type="text/javascript">
103
  echo 'post_labels["' . $tax->name . '"] = "' . $tax->labels->name . '";';
104
  }
105
  }
106
+ echo 'post_labels["blog"] = "' . __( 'Blog', 'vk-all-in-one-expansion-unit' ) . '";' . "\n";
107
  ?>
108
  var posttype = jQuery("[name=\"<?php echo $this->get_field_name( 'tax_name' ); ?>\"]");
109
  var lablfeld = jQuery("[name=\"<?php echo $this->get_field_name( 'label' ); ?>\"]");
110
  posttype.change(function(){
111
+ lablfeld.val(post_labels[posttype.val()]+" <?php _e( 'Archives', 'vk-all-in-one-expansion-unit' ); ?>");
112
  });
113
  });
114
  </script>
plugins/pageList_ancestor.php CHANGED
@@ -93,7 +93,7 @@ function vkExUnit_pageList_ancestor_admin_metabox_content() {
93
  <input type="hidden" name="_nonce_vkExUnit__custom_field_pageList_ancestor" id="_nonce_vkExUnit__custom_field_pageList_ancestor" value="<?php echo wp_create_nonce( plugin_basename( __FILE__ ) );?>" />
94
  <label for="vkExUnit_pageList_ancestor">
95
  <input type="checkbox" id="vkExUnit_pageList_ancestor" name="vkExUnit_pageList_ancestor"<?php echo ($enable)? ' checked' : ''; ?> />
96
- <?php _e( 'Display a page list from ancestor', 'vkExUnit' );?>
97
  </label>
98
  </div>
99
  <?php
93
  <input type="hidden" name="_nonce_vkExUnit__custom_field_pageList_ancestor" id="_nonce_vkExUnit__custom_field_pageList_ancestor" value="<?php echo wp_create_nonce( plugin_basename( __FILE__ ) );?>" />
94
  <label for="vkExUnit_pageList_ancestor">
95
  <input type="checkbox" id="vkExUnit_pageList_ancestor" name="vkExUnit_pageList_ancestor"<?php echo ($enable)? ' checked' : ''; ?> />
96
+ <?php _e( 'Display a page list from ancestor', 'vk-all-in-one-expansion-unit' );?>
97
  </label>
98
  </div>
99
  <?php
plugins/related_posts/related_posts.php CHANGED
@@ -207,7 +207,7 @@ function veu_add_related_posts_html( $content ) {
207
  $relatedPostTitle = $output['related_title'];
208
  } else {
209
  // 何も入っていなかったら既存のタイトルを表示させる。
210
- $relatedPostTitle = __( 'Related posts', 'vkExUnit' );
211
  }
212
  // 書き換え用フィルターフック(カスタマイザーで変更出来るが、既存ユーザーで使用しているかもしれないため削除不可)
213
  $relatedPostTitle = apply_filters( 'veu_related_post_title', $relatedPostTitle );
@@ -241,7 +241,7 @@ function veu_customize_register_related( $wp_customize ) {
241
  // セクション追加
242
  $wp_customize->add_section(
243
  'veu_related_setting', array(
244
- 'title' => __( 'Related Settings', 'vkExUnit' ),
245
  'priority' => 1000,
246
  'panel' => 'veu_setting',
247
  )
@@ -258,7 +258,7 @@ function veu_customize_register_related( $wp_customize ) {
258
  // コントロール
259
  $wp_customize->add_control(
260
  'related_title', array(
261
- 'label' => __( 'Title:', 'vkExUnit' ),
262
  'section' => 'veu_related_setting',
263
  'settings' => 'vkExUnit_related_options[related_title]',
264
  'type' => 'text',
@@ -278,7 +278,7 @@ function veu_customize_register_related( $wp_customize ) {
278
  // コントロール _ 表示件数
279
  $wp_customize->add_control(
280
  'related_display_count', array(
281
- 'label' => __( 'Display count', 'vkExUnit' ),
282
  'section' => 'veu_related_setting',
283
  'settings' => 'vkExUnit_related_options[related_display_count]',
284
  'type' => 'text',
207
  $relatedPostTitle = $output['related_title'];
208
  } else {
209
  // 何も入っていなかったら既存のタイトルを表示させる。
210
+ $relatedPostTitle = __( 'Related posts', 'vk-all-in-one-expansion-unit' );
211
  }
212
  // 書き換え用フィルターフック(カスタマイザーで変更出来るが、既存ユーザーで使用しているかもしれないため削除不可)
213
  $relatedPostTitle = apply_filters( 'veu_related_post_title', $relatedPostTitle );
241
  // セクション追加
242
  $wp_customize->add_section(
243
  'veu_related_setting', array(
244
+ 'title' => __( 'Related Settings', 'vk-all-in-one-expansion-unit' ),
245
  'priority' => 1000,
246
  'panel' => 'veu_setting',
247
  )
258
  // コントロール
259
  $wp_customize->add_control(
260
  'related_title', array(
261
+ 'label' => __( 'Title:', 'vk-all-in-one-expansion-unit' ),
262
  'section' => 'veu_related_setting',
263
  'settings' => 'vkExUnit_related_options[related_title]',
264
  'type' => 'text',
278
  // コントロール _ 表示件数
279
  $wp_customize->add_control(
280
  'related_display_count', array(
281
+ 'label' => __( 'Display count', 'vk-all-in-one-expansion-unit' ),
282
  'section' => 'veu_related_setting',
283
  'settings' => 'vkExUnit_related_options[related_display_count]',
284
  'type' => 'text',
plugins/sitemap_page/hide-controller.php CHANGED
@@ -14,7 +14,7 @@ function veu_sitemap_hide_menu() {
14
  /*-------------------------------------------*/
15
  add_meta_box(
16
  'sitemap-meta-box', // metaboxのID
17
- veu_get_little_short_name() . ' ' . __( 'Site Map Hide', 'vkExUnit' ), // metaboxの表示名
18
  'veu_sitemap_meta_box_callback', // このメタボックスに表示する中身の関数名
19
  'page', // このメタボックスをどの投稿タイプで表示するのか?
20
  'side' // 表示する位置
@@ -43,7 +43,7 @@ function veu_sitemap_meta_box_callback() {
43
  $checked = '';
44
  }
45
 
46
- $label = __( 'Don\'t display on Sitemap.', 'vkExUnit' );
47
  echo '<ul>';
48
  echo '<li><label>' . '<input type="checkbox" id="sitemap_hide" name="sitemap_hide" value="true"' . $checked . '> ' . $label . '</label></li>';
49
  echo '</ul>';
14
  /*-------------------------------------------*/
15
  add_meta_box(
16
  'sitemap-meta-box', // metaboxのID
17
+ veu_get_little_short_name() . ' ' . __( 'Site Map Hide', 'vk-all-in-one-expansion-unit' ), // metaboxの表示名
18
  'veu_sitemap_meta_box_callback', // このメタボックスに表示する中身の関数名
19
  'page', // このメタボックスをどの投稿タイプで表示するのか?
20
  'side' // 表示する位置
43
  $checked = '';
44
  }
45
 
46
+ $label = __( 'Don\'t display on Sitemap.', 'vk-all-in-one-expansion-unit' );
47
  echo '<ul>';
48
  echo '<li><label>' . '<input type="checkbox" id="sitemap_hide" name="sitemap_hide" value="true"' . $checked . '> ' . $label . '</label></li>';
49
  echo '</ul>';
plugins/sitemap_page/sitemap_admin.php CHANGED
@@ -6,15 +6,15 @@ $options = veu_get_sitemap_options();
6
  /*-------------------------------------------*/
7
  ?>
8
  <div id="sitemapSetting" class="sectionBox">
9
- <h3><?php _e( 'HTML Sitemap Settings', 'vkExUnit' ); ?></h3>
10
  <table class="form-table">
11
  <!-- sitemap -->
12
  <tr>
13
- <th><?php _e( 'Exclude page Settings', 'vkExUnit' ); ?></th>
14
  <td>
15
- <?php _e( 'Input you want to exclude page id.', 'vkExUnit' ); ?><br />
16
  <p><input type="text" name="vkExUnit_sitemap_options[excludeId]" id="excludeId" value="<?php echo esc_attr( $options['excludeId'] ); ?>" style="width:50%;" /></p>
17
- <?php _e( '* Please enter separated by ","(commas) if there is more than one page ID that you want to exclude.', 'vkExUnit' ); ?>
18
  </td>
19
  </tr>
20
  </table>
6
  /*-------------------------------------------*/
7
  ?>
8
  <div id="sitemapSetting" class="sectionBox">
9
+ <h3><?php _e( 'HTML Sitemap Settings', 'vk-all-in-one-expansion-unit' ); ?></h3>
10
  <table class="form-table">
11
  <!-- sitemap -->
12
  <tr>
13
+ <th><?php _e( 'Exclude page Settings', 'vk-all-in-one-expansion-unit' ); ?></th>
14
  <td>
15
+ <?php _e( 'Input you want to exclude page id.', 'vk-all-in-one-expansion-unit' ); ?><br />
16
  <p><input type="text" name="vkExUnit_sitemap_options[excludeId]" id="excludeId" value="<?php echo esc_attr( $options['excludeId'] ); ?>" style="width:50%;" /></p>
17
+ <?php _e( '* Please enter separated by ","(commas) if there is more than one page ID that you want to exclude.', 'vk-all-in-one-expansion-unit' ); ?>
18
  </td>
19
  </tr>
20
  </table>
plugins/sitemap_page/sitemap_page.php CHANGED
@@ -31,7 +31,7 @@ function vkExUnit_sitemap_options_init() {
31
  add_option( 'vkExUnit_sitemap_options', veu_get_sitemap_options_default() ); }
32
 
33
  vkExUnit_register_setting(
34
- __( 'HTML Sitemap', 'vkExUnit' ),
35
  'vkExUnit_sitemap_options',
36
  'veu_sitemap_options_validate',
37
  'veu_add_sitemap_options_page'
@@ -258,7 +258,7 @@ function vkExUnit_sitemap_meta_box() {
258
  <input type="hidden" name="_nonce_vkExUnit__custom_field_sitemap" id="_nonce_vkExUnit__custom_field_sitemap" value="<?php echo wp_create_nonce( plugin_basename( __FILE__ ) ); ?>" />
259
  <label for="vkExUnit_sitemap">
260
  <input type="checkbox" id="vkExUnit_sitemap" name="vkExUnit_sitemap" <?php echo ( $enable ) ? ' checked' : ''; ?> />
261
- <?php _e( 'Display a HTML sitemap', 'vkExUnit' ); ?>
262
  </label>
263
  </div>
264
 
31
  add_option( 'vkExUnit_sitemap_options', veu_get_sitemap_options_default() ); }
32
 
33
  vkExUnit_register_setting(
34
+ __( 'HTML Sitemap', 'vk-all-in-one-expansion-unit' ),
35
  'vkExUnit_sitemap_options',
36
  'veu_sitemap_options_validate',
37
  'veu_add_sitemap_options_page'
258
  <input type="hidden" name="_nonce_vkExUnit__custom_field_sitemap" id="_nonce_vkExUnit__custom_field_sitemap" value="<?php echo wp_create_nonce( plugin_basename( __FILE__ ) ); ?>" />
259
  <label for="vkExUnit_sitemap">
260
  <input type="checkbox" id="vkExUnit_sitemap" name="vkExUnit_sitemap" <?php echo ( $enable ) ? ' checked' : ''; ?> />
261
+ <?php _e( 'Display a HTML sitemap', 'vk-all-in-one-expansion-unit' ); ?>
262
  </label>
263
  </div>
264
 
plugins/sns/function_follow.php CHANGED
@@ -22,7 +22,7 @@ function veu_add_follow( $content ) {
22
  if ( isset( $options['followMe_title'] ) && $options['followMe_title'] ) {
23
  $title = $options['followMe_title'];
24
  } else {
25
- $title = __( 'Follow me', 'vkExUnit' ) . '!';
26
  }
27
 
28
  // https://about.twitter.com/resources/buttons#follow
@@ -70,7 +70,7 @@ function veu_add_follow( $content ) {
70
  global $post;
71
  if ( $url = get_edit_post_link( $post->ID ) ) {
72
  $url = admin_url( 'admin.php?page=vkExUnit_main_setting#vkExUnit_sns_options' );
73
- $follow_html .= '<div class="veu_adminEdit"><a href="' . $url . '" class="btn btn-default" target="_blank">' . __( 'Edit follow button', 'vkExUnit' ) . '</a></div>';
74
  }
75
 
76
  $content .= $follow_html;
22
  if ( isset( $options['followMe_title'] ) && $options['followMe_title'] ) {
23
  $title = $options['followMe_title'];
24
  } else {
25
+ $title = __( 'Follow me', 'vk-all-in-one-expansion-unit' ) . '!';
26
  }
27
 
28
  // https://about.twitter.com/resources/buttons#follow
70
  global $post;
71
  if ( $url = get_edit_post_link( $post->ID ) ) {
72
  $url = admin_url( 'admin.php?page=vkExUnit_main_setting#vkExUnit_sns_options' );
73
+ $follow_html .= '<div class="veu_adminEdit"><a href="' . $url . '" class="btn btn-default" target="_blank">' . __( 'Edit follow button', 'vk-all-in-one-expansion-unit' ) . '</a></div>';
74
  }
75
 
76
  $content .= $follow_html;
plugins/sns/function_meta_box.php CHANGED
@@ -26,7 +26,7 @@ class vkExUnit_sns_metabox {
26
  );
27
  $post_types = get_post_types( $args, 'object' );
28
  foreach ( $post_types as $key => $post_type ) {
29
- add_meta_box( 'vkExUnit_SnsTitle', __( 'Sns Title', 'vkExUnit' ), array( $this, 'render_meta_box' ), $key, 'normal', 'high' );
30
  }
31
  }
32
 
@@ -37,7 +37,7 @@ class vkExUnit_sns_metabox {
37
 
38
  echo '<input type="hidden" name="_nonce_vkExUnit_sns_title" id="_nonce_vkExUnit_sns_title_noonce" value="' . wp_create_nonce( plugin_basename( __FILE__ ) ) . '" />';
39
  echo '<input type=text name="vkExUnit_sns_title" value="' . $disable_autoeyecatch . '" size=50 />';
40
- echo '<p>' . __( 'if filled this area then override title of OGP and Twitter Card', 'vkExUnit' ) . '</p>';
41
 
42
  }
43
 
26
  );
27
  $post_types = get_post_types( $args, 'object' );
28
  foreach ( $post_types as $key => $post_type ) {
29
+ add_meta_box( 'vkExUnit_SnsTitle', __( 'Sns Title', 'vk-all-in-one-expansion-unit' ), array( $this, 'render_meta_box' ), $key, 'normal', 'high' );
30
  }
31
  }
32
 
37
 
38
  echo '<input type="hidden" name="_nonce_vkExUnit_sns_title" id="_nonce_vkExUnit_sns_title_noonce" value="' . wp_create_nonce( plugin_basename( __FILE__ ) ) . '" />';
39
  echo '<input type=text name="vkExUnit_sns_title" value="' . $disable_autoeyecatch . '" size=50 />';
40
+ echo '<p>' . __( 'if filled this area then override title of OGP and Twitter Card', 'vk-all-in-one-expansion-unit' ) . '</p>';
41
 
42
  }
43
 
plugins/sns/hide_controller.php CHANGED
@@ -25,7 +25,7 @@ function veu_sns_add_hide_meta_box() {
25
  foreach ( (array) $post_types as $post_type ) {
26
  add_meta_box(
27
  'sns', // metaboxのID
28
- veu_get_little_short_name() . ' ' . __( 'Share bottons', 'vkExUnit' ), // metaboxの表示名
29
  'veu_sns_share_botton_hide_meta_box_body', // このメタボックスに表示する中身の関数名
30
  $post_type, // このメタボックスをどの投稿タイプで表示するのか?
31
  'side' // 表示する位置
@@ -69,7 +69,7 @@ function veu_sns_share_botton_hide_meta_box_body() {
69
  if ( ! veu_sns_is_display_hide_chekbox( $post_type ) ) {
70
 
71
  // 「この投稿タイプではシェアボタンを表示しないように設定されています。」を表示
72
- echo __( 'This post type is not set to display the share button.', 'vkExUnit' ) . '<br>';
73
  echo' <a href="' . admin_url( '/admin.php?page=vkExUnit_main_setting#vkExUnit_sns_options' ) . '" target="_blank">シェアボタンの表示設定</a>';
74
 
75
  } else {
@@ -90,7 +90,7 @@ function veu_sns_share_botton_hide_meta_box_body() {
90
  $checked = '';
91
  }
92
 
93
- $label = __( 'Don\'t display share bottons.', 'vkExUnit' );
94
  echo '<ul>';
95
  echo '<li><label>' . '<input type="checkbox" id="sns_share_botton_hide" name="sns_share_botton_hide" value="true"' . $checked . '> ' . $label . '</label></li>';
96
  echo '</ul>';
25
  foreach ( (array) $post_types as $post_type ) {
26
  add_meta_box(
27
  'sns', // metaboxのID
28
+ veu_get_little_short_name() . ' ' . __( 'Share bottons', 'vk-all-in-one-expansion-unit' ), // metaboxの表示名
29
  'veu_sns_share_botton_hide_meta_box_body', // このメタボックスに表示する中身の関数名
30
  $post_type, // このメタボックスをどの投稿タイプで表示するのか?
31
  'side' // 表示する位置
69
  if ( ! veu_sns_is_display_hide_chekbox( $post_type ) ) {
70
 
71
  // 「この投稿タイプではシェアボタンを表示しないように設定されています。」を表示
72
+ echo __( 'This post type is not set to display the share button.', 'vk-all-in-one-expansion-unit' ) . '<br>';
73
  echo' <a href="' . admin_url( '/admin.php?page=vkExUnit_main_setting#vkExUnit_sns_options' ) . '" target="_blank">シェアボタンの表示設定</a>';
74
 
75
  } else {
90
  $checked = '';
91
  }
92
 
93
+ $label = __( 'Don\'t display share bottons.', 'vk-all-in-one-expansion-unit' );
94
  echo '<ul>';
95
  echo '<li><label>' . '<input type="checkbox" id="sns_share_botton_hide" name="sns_share_botton_hide" value="true"' . $checked . '> ' . $label . '</label></li>';
96
  echo '</ul>';
plugins/sns/sns.php CHANGED
@@ -18,7 +18,7 @@ function veu_sns_options_init() {
18
  add_option( 'vkExUnit_sns_options', veu_get_sns_options_default() );
19
  }
20
  vkExUnit_register_setting(
21
- __( 'SNS', 'vkExUnit' ), // tab label.
22
  'vkExUnit_sns_options', // name attr
23
  'vkExUnit_sns_options_validate', // sanitaise function name
24
  'vkExUnit_add_sns_options_page' // setting_page function name
@@ -148,7 +148,7 @@ $fbAppId = ( isset( $options['fbAppId'] ) ) ? $options['fbAppId'] : '';
148
  var js, fjs = d.getElementsByTagName(s)[0];
149
  if (d.getElementById(id)) return;
150
  js = d.createElement(s); js.id = id;
151
- js.src = "//connect.facebook.net/<?php echo esc_attr( _x( 'en_US', 'facebook language code', 'vkExUnit' ) ); ?>/sdk.js#xfbml=1&version=v2.9&appId=<?php echo esc_html( $fbAppId ); ?>";
152
  fjs.parentNode.insertBefore(js, fjs);
153
  }(document, 'script', 'facebook-jssdk'));</script>
154
  <?php
18
  add_option( 'vkExUnit_sns_options', veu_get_sns_options_default() );
19
  }
20
  vkExUnit_register_setting(
21
+ __( 'SNS', 'vk-all-in-one-expansion-unit' ), // tab label.
22
  'vkExUnit_sns_options', // name attr
23
  'vkExUnit_sns_options_validate', // sanitaise function name
24
  'vkExUnit_add_sns_options_page' // setting_page function name
148
  var js, fjs = d.getElementsByTagName(s)[0];
149
  if (d.getElementById(id)) return;
150
  js = d.createElement(s); js.id = id;
151
+ js.src = "//connect.facebook.net/<?php echo esc_attr( _x( 'en_US', 'facebook language code', 'vk-all-in-one-expansion-unit' ) ); ?>/sdk.js#xfbml=1&version=v2.9&appId=<?php echo esc_html( $fbAppId ); ?>";
152
  fjs.parentNode.insertBefore(js, fjs);
153
  }(document, 'script', 'facebook-jssdk'));</script>
154
  <?php
plugins/sns/sns_admin.php CHANGED
@@ -11,60 +11,60 @@
11
  <!-- OGP hidden -->
12
  <table class="form-table">
13
  <tr>
14
- <th><?php _e( 'Post title custom for SNS', 'vkExUnit' ); ?></th>
15
  <td><label>
16
- <input type="checkbox" name="vkExUnit_sns_options[snsTitle_use_only_postTitle]" id="snsTitle_use_only_postTitle" value="true" <?php echo ( $options['snsTitle_use_only_postTitle'] ) ? 'checked' : ''; ?> /><?php _e( 'For SNS title be composed by post title only.', 'vkExUnit' ); ?></label>
17
  </td>
18
  </tr>
19
  <tr>
20
- <th><?php _e( 'facebook application ID', 'vkExUnit' ); ?></th>
21
  <td><input type="text" name="vkExUnit_sns_options[fbAppId]" id="fbAppId" value="<?php echo esc_attr( $options['fbAppId'] ); ?>" /><br />
22
- <span>[ <a href="https://developers.facebook.com/apps" target="_blank">&raquo; <?php _e( 'I will check and get the application ID', 'vkExUnit' ); ?></a> ]</span><br />
23
- <?php _e( '* If an application ID is not specified, neither a Like button nor the comment field displays and operates correctly.', 'vkExUnit' ); ?><br />
24
- <?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' ); ?>
25
  </td>
26
  </tr>
27
  <tr>
28
- <th><?php _e( 'facebook page URL', 'vkExUnit' ); ?></th>
29
  <td><input type="text" name="vkExUnit_sns_options[fbPageUrl]" id="fbPageUrl" value="<?php echo esc_url( $options['fbPageUrl'] ); ?>" /></td>
30
  </tr>
31
  <!-- OGP -->
32
  <tr>
33
- <th><?php _e( 'OG default image', 'vkExUnit' ); ?></th>
34
- <td><?php _e( 'If, for example someone pressed the Facebook [Like] button, this is the image that appears on the Facebook timeline.', 'vkExUnit' ); ?><br />
35
- <?php _e( 'If a featured image is specified for the page, it takes precedence.', 'vkExUnit' ); ?><br />
36
  <input type="text" name="vkExUnit_sns_options[ogImage]" id="ogImage" value="<?php echo esc_attr( $options['ogImage'] ); ?>" />
37
- <button id="media_src_ogImage" class="media_btn button"><?php _e( 'Select an image', 'vkExUnit' ); ?></button><br />
38
- <span><?php _e( 'ex) ', 'vkExUnit' ); ?>https://www.vektor-inc.co.jp/images/ogImage.png</span><br />
39
- <?php _e( '* Picture sizes are 1280x720 pixels or more and picture ratio 16:9 is recommended.', 'vkExUnit' ); ?>
40
  </td>
41
  </tr>
42
  <tr>
43
- <th><?php _e( 'twitter ID', 'vkExUnit' ); ?></th>
44
  <td>@<input type="text" name="vkExUnit_sns_options[twitterId]" id="twitterId" value="<?php echo esc_attr( $options['twitterId'] ); ?>" /></td>
45
  </tr>
46
 
47
  <tr>
48
- <th><?php _e( 'OG tags', 'vkExUnit' ); ?></th>
49
  <td><label>
50
- <input type="checkbox" name="vkExUnit_sns_options[enableOGTags]" id="enableOGTags" value="true" <?php echo ( $options['enableOGTags'] ) ? 'checked' : ''; ?> /><?php _e( 'Print the OG tags', 'vkExUnit' ); ?></label>
51
- <p><?php _e( 'If other plug-ins are used for the OG, do not output the OG using this plugin.', 'vkExUnit' ); ?></p>
52
  </td>
53
  </tr>
54
 
55
  <tr>
56
- <th><?php _e( 'Twitter Card tags', 'vkExUnit' ); ?></th>
57
  <td><label>
58
- <input type="checkbox" name="vkExUnit_sns_options[enableTwitterCardTags]" id="enableTwitterCardTags" value="true" <?php echo ( $options['enableTwitterCardTags'] ) ? 'checked' : ''; ?> /><?php _e( 'Print the Twitter Card tags', 'vkExUnit' ); ?></label>
59
  </td>
60
  </tr>
61
 
62
  <tr>
63
- <th><label for="enableSnsBtns"><?php _e( 'Social bookmark buttons', 'vkExUnit' ); ?></label></th>
64
- <td><label><input type="checkbox" name="vkExUnit_sns_options[enableSnsBtns]" id="enableSnsBtns" value="true" <?php echo ( $options['enableSnsBtns'] ) ? 'checked' : ''; ?> /><?php _e( 'Print the social bookmark buttons', 'vkExUnit' ); ?></label>
65
 
66
  <dl>
67
- <dt><?php _e( 'Exclude Post Types', 'vkExUnit' ); ?></dt>
68
  <dd>
69
  <?php
70
  $args = array(
@@ -77,7 +77,7 @@ vk_the_post_type_check_list( $args );
77
  </dl>
78
 
79
  <dl>
80
- <dt><?php _e( 'Exclude Post ID', 'vkExUnit' ); ?></dt>
81
  <dd>
82
  <input type="text" id="snsBtn_ignorePosts" name="vkExUnit_sns_options[snsBtn_ignorePosts]" value="
83
  <?php
@@ -87,11 +87,11 @@ if ( isset( $options['snsBtn_ignorePosts'] ) ) {
87
  " />
88
  <br/>
89
  <?php
90
- _e( 'if you need filtering by post_ID, add the ignore post_ID separate by ",".', 'vkExUnit' );
91
  echo '<br/>';
92
- _e( 'if empty this area, I will do not filtering.', 'vkExUnit' );
93
  echo '<br/>';
94
- _e( 'example', 'vkExUnit' );
95
  ?>
96
  (12,31,553)
97
  </dd>
@@ -100,17 +100,17 @@ _e( 'example', 'vkExUnit' );
100
  </tr>
101
 
102
  <tr>
103
- <th><label for="enableFollowMe"><?php _e( 'Follow me box', 'vkExUnit' ); ?></label></th>
104
- <td><label><input type="checkbox" name="vkExUnit_sns_options[enableFollowMe]" id="enableFollowMe" value="true" <?php echo ( $options['enableFollowMe'] ) ? 'checked' : ''; ?> /><?php _e( 'Print the Follow me box', 'vkExUnit' ); ?></label>
105
  <dl>
106
- <dt><?php _e( 'Follow me box title', 'vkExUnit' ); ?></dt>
107
  <dd><input type="text" name="vkExUnit_sns_options[followMe_title]" id="followMe_title" value="<?php echo esc_attr( $options['followMe_title'] ); ?>" /></dd>
108
  </dl>
109
  </td>
110
  </tr>
111
 
112
  <tr>
113
- <th><label><?php _e( 'Share button for display', 'vkExUnit' ); ?></label></th>
114
  <td><label></label>
115
  <ul>
116
  <li><label><input type="checkbox" name="vkExUnit_sns_options[useFacebook]" value="true"
@@ -118,31 +118,31 @@ _e( 'example', 'vkExUnit' );
118
  if ( $options['useFacebook'] ) {
119
  echo 'checked';}
120
  ?>
121
- /> <?php _e( 'Facebook', 'vkExUnit' ); ?></label></li>
122
  <li><label><input type="checkbox" name="vkExUnit_sns_options[useTwitter]" value="true"
123
  <?php
124
  if ( $options['useTwitter'] ) {
125
  echo 'checked';}
126
  ?>
127
- /> <?php _e( 'Twitter', 'vkExUnit' ); ?></label></li>
128
  <li><label><input type="checkbox" name="vkExUnit_sns_options[useHatena]" value="true"
129
  <?php
130
  if ( $options['useHatena'] ) {
131
  echo 'checked';}
132
  ?>
133
- /> <?php _e( 'Hatena', 'vkExUnit' ); ?></label></li>
134
  <li><label><input type="checkbox" name="vkExUnit_sns_options[usePocket]" value="true"
135
  <?php
136
  if ( $options['usePocket'] ) {
137
  echo 'checked';}
138
  ?>
139
- /> <?php _e( 'Pocket', 'vkExUnit' ); ?></label></li>
140
  <li><label><input type="checkbox" name="vkExUnit_sns_options[useLine]" value="true"
141
  <?php
142
  if ( $options['useLine'] ) {
143
  echo 'checked';}
144
  ?>
145
- /> <?php _e( 'LINE (mobile only)', 'vkExUnit' ); ?></label></li>
146
  </ul>
147
  </td>
148
  </tr>
11
  <!-- OGP hidden -->
12
  <table class="form-table">
13
  <tr>
14
+ <th><?php _e( 'Post title custom for SNS', 'vk-all-in-one-expansion-unit' ); ?></th>
15
  <td><label>
16
+ <input type="checkbox" name="vkExUnit_sns_options[snsTitle_use_only_postTitle]" id="snsTitle_use_only_postTitle" value="true" <?php echo ( $options['snsTitle_use_only_postTitle'] ) ? 'checked' : ''; ?> /><?php _e( 'For SNS title be composed by post title only.', 'vk-all-in-one-expansion-unit' ); ?></label>
17
  </td>
18
  </tr>
19
  <tr>
20
+ <th><?php _e( 'facebook application ID', 'vk-all-in-one-expansion-unit' ); ?></th>
21
  <td><input type="text" name="vkExUnit_sns_options[fbAppId]" id="fbAppId" value="<?php echo esc_attr( $options['fbAppId'] ); ?>" /><br />
22
+ <span>[ <a href="https://developers.facebook.com/apps" target="_blank">&raquo; <?php _e( 'I will check and get the application ID', 'vk-all-in-one-expansion-unit' ); ?></a> ]</span><br />
23
+ <?php _e( '* If an application ID is not specified, neither a Like button nor the comment field displays and operates correctly.', 'vk-all-in-one-expansion-unit' ); ?><br />
24
+ <?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.', 'vk-all-in-one-expansion-unit' ); ?>
25
  </td>
26
  </tr>
27
  <tr>
28
+ <th><?php _e( 'facebook page URL', 'vk-all-in-one-expansion-unit' ); ?></th>
29
  <td><input type="text" name="vkExUnit_sns_options[fbPageUrl]" id="fbPageUrl" value="<?php echo esc_url( $options['fbPageUrl'] ); ?>" /></td>
30
  </tr>
31
  <!-- OGP -->
32
  <tr>
33
+ <th><?php _e( 'OG default image', 'vk-all-in-one-expansion-unit' ); ?></th>
34
+ <td><?php _e( 'If, for example someone pressed the Facebook [Like] button, this is the image that appears on the Facebook timeline.', 'vk-all-in-one-expansion-unit' ); ?><br />
35
+ <?php _e( 'If a featured image is specified for the page, it takes precedence.', 'vk-all-in-one-expansion-unit' ); ?><br />
36
  <input type="text" name="vkExUnit_sns_options[ogImage]" id="ogImage" value="<?php echo esc_attr( $options['ogImage'] ); ?>" />
37
+ <button id="media_src_ogImage" class="media_btn button"><?php _e( 'Select an image', 'vk-all-in-one-expansion-unit' ); ?></button><br />
38
+ <span><?php _e( 'ex) ', 'vk-all-in-one-expansion-unit' ); ?>https://www.vektor-inc.co.jp/images/ogImage.png</span><br />
39
+ <?php _e( '* Picture sizes are 1280x720 pixels or more and picture ratio 16:9 is recommended.', 'vk-all-in-one-expansion-unit' ); ?>
40
  </td>
41
  </tr>
42
  <tr>
43
+ <th><?php _e( 'twitter ID', 'vk-all-in-one-expansion-unit' ); ?></th>
44
  <td>@<input type="text" name="vkExUnit_sns_options[twitterId]" id="twitterId" value="<?php echo esc_attr( $options['twitterId'] ); ?>" /></td>
45
  </tr>
46
 
47
  <tr>
48
+ <th><?php _e( 'OG tags', 'vk-all-in-one-expansion-unit' ); ?></th>
49
  <td><label>
50
+ <input type="checkbox" name="vkExUnit_sns_options[enableOGTags]" id="enableOGTags" value="true" <?php echo ( $options['enableOGTags'] ) ? 'checked' : ''; ?> /><?php _e( 'Print the OG tags', 'vk-all-in-one-expansion-unit' ); ?></label>
51
+ <p><?php _e( 'If other plug-ins are used for the OG, do not output the OG using this plugin.', 'vk-all-in-one-expansion-unit' ); ?></p>
52
  </td>
53
  </tr>
54
 
55
  <tr>
56
+ <th><?php _e( 'Twitter Card tags', 'vk-all-in-one-expansion-unit' ); ?></th>
57
  <td><label>
58
+ <input type="checkbox" name="vkExUnit_sns_options[enableTwitterCardTags]" id="enableTwitterCardTags" value="true" <?php echo ( $options['enableTwitterCardTags'] ) ? 'checked' : ''; ?> /><?php _e( 'Print the Twitter Card tags', 'vk-all-in-one-expansion-unit' ); ?></label>
59
  </td>
60
  </tr>
61
 
62
  <tr>
63
+ <th><label for="enableSnsBtns"><?php _e( 'Social bookmark buttons', 'vk-all-in-one-expansion-unit' ); ?></label></th>
64
+ <td><label><input type="checkbox" name="vkExUnit_sns_options[enableSnsBtns]" id="enableSnsBtns" value="true" <?php echo ( $options['enableSnsBtns'] ) ? 'checked' : ''; ?> /><?php _e( 'Print the social bookmark buttons', 'vk-all-in-one-expansion-unit' ); ?></label>
65
 
66
  <dl>
67
+ <dt><?php _e( 'Exclude Post Types', 'vk-all-in-one-expansion-unit' ); ?></dt>
68
  <dd>
69
  <?php
70
  $args = array(
77
  </dl>
78
 
79
  <dl>
80
+ <dt><?php _e( 'Exclude Post ID', 'vk-all-in-one-expansion-unit' ); ?></dt>
81
  <dd>
82
  <input type="text" id="snsBtn_ignorePosts" name="vkExUnit_sns_options[snsBtn_ignorePosts]" value="
83
  <?php
87
  " />
88
  <br/>
89
  <?php
90
+ _e( 'if you need filtering by post_ID, add the ignore post_ID separate by ",".', 'vk-all-in-one-expansion-unit' );
91
  echo '<br/>';
92
+ _e( 'if empty this area, I will do not filtering.', 'vk-all-in-one-expansion-unit' );
93
  echo '<br/>';
94
+ _e( 'example', 'vk-all-in-one-expansion-unit' );
95
  ?>
96
  (12,31,553)
97
  </dd>
100
  </tr>
101
 
102
  <tr>
103
+ <th><label for="enableFollowMe"><?php _e( 'Follow me box', 'vk-all-in-one-expansion-unit' ); ?></label></th>
104
+ <td><label><input type="checkbox" name="vkExUnit_sns_options[enableFollowMe]" id="enableFollowMe" value="true" <?php echo ( $options['enableFollowMe'] ) ? 'checked' : ''; ?> /><?php _e( 'Print the Follow me box', 'vk-all-in-one-expansion-unit' ); ?></label>
105
  <dl>
106
+ <dt><?php _e( 'Follow me box title', 'vk-all-in-one-expansion-unit' ); ?></dt>
107
  <dd><input type="text" name="vkExUnit_sns_options[followMe_title]" id="followMe_title" value="<?php echo esc_attr( $options['followMe_title'] ); ?>" /></dd>
108
  </dl>
109
  </td>
110
  </tr>
111
 
112
  <tr>
113
+ <th><label><?php _e( 'Share button for display', 'vk-all-in-one-expansion-unit' ); ?></label></th>
114
  <td><label></label>
115
  <ul>
116
  <li><label><input type="checkbox" name="vkExUnit_sns_options[useFacebook]" value="true"
118
  if ( $options['useFacebook'] ) {
119
  echo 'checked';}
120
  ?>
121
+ /> <?php _e( 'Facebook', 'vk-all-in-one-expansion-unit' ); ?></label></li>
122
  <li><label><input type="checkbox" name="vkExUnit_sns_options[useTwitter]" value="true"
123
  <?php
124
  if ( $options['useTwitter'] ) {
125
  echo 'checked';}
126
  ?>
127
+ /> <?php _e( 'Twitter', 'vk-all-in-one-expansion-unit' ); ?></label></li>
128
  <li><label><input type="checkbox" name="vkExUnit_sns_options[useHatena]" value="true"
129
  <?php
130
  if ( $options['useHatena'] ) {
131
  echo 'checked';}
132
  ?>
133
+ /> <?php _e( 'Hatena', 'vk-all-in-one-expansion-unit' ); ?></label></li>
134
  <li><label><input type="checkbox" name="vkExUnit_sns_options[usePocket]" value="true"
135
  <?php
136
  if ( $options['usePocket'] ) {
137
  echo 'checked';}
138
  ?>
139
+ /> <?php _e( 'Pocket', 'vk-all-in-one-expansion-unit' ); ?></label></li>
140
  <li><label><input type="checkbox" name="vkExUnit_sns_options[useLine]" value="true"
141
  <?php
142
  if ( $options['useLine'] ) {
143
  echo 'checked';}
144
  ?>
145
+ /> <?php _e( 'LINE (mobile only)', 'vk-all-in-one-expansion-unit' ); ?></label></li>
146
  </ul>
147
  </td>
148
  </tr>
plugins/sns/sns_customizer.php CHANGED
@@ -23,7 +23,7 @@ function veu_customize_register_sns( $wp_customize ) {
23
  $wp_customize->add_section(
24
  'veu_sns_setting',
25
  array(
26
- 'title' => __( 'SNS Settings', 'vkExUnit' ),
27
  'priority' => 1,
28
  'panel' => 'veu_setting',
29
  )
@@ -34,7 +34,7 @@ function veu_customize_register_sns( $wp_customize ) {
34
  $wp_customize->add_control(
35
  new ExUnit_Custom_Html(
36
  $wp_customize, 'Post_title_custom_for_SNS', array(
37
- 'label' => __( 'Post title custom for SNS', 'vkExUnit' ),
38
  'section' => 'veu_sns_setting',
39
  'type' => 'text',
40
  'custom_title_sub' => '',
@@ -56,7 +56,7 @@ function veu_customize_register_sns( $wp_customize ) {
56
  $wp_customize->add_control(
57
  'snsTitle_use_only_postTitle',
58
  array(
59
- 'label' => __( 'For SNS title be composed by post title only.', 'vkExUnit' ),
60
  'section' => 'veu_sns_setting',
61
  'settings' => 'vkExUnit_sns_options[snsTitle_use_only_postTitle]',
62
  'type' => 'checkbox',
@@ -70,7 +70,7 @@ function veu_customize_register_sns( $wp_customize ) {
70
  $wp_customize->add_control(
71
  new ExUnit_Custom_Html(
72
  $wp_customize, 'Facebook_title', array(
73
- 'label' => __( 'Facebook Settings', 'vkExUnit' ),
74
  'section' => 'veu_sns_setting',
75
  'type' => 'text',
76
  'custom_title_sub' => '',
@@ -93,7 +93,7 @@ function veu_customize_register_sns( $wp_customize ) {
93
  $wp_customize->add_control(
94
  'fbAppId',
95
  array(
96
- 'label' => __( 'Facebook application ID', 'vkExUnit' ),
97
  'section' => 'veu_sns_setting',
98
  'settings' => 'vkExUnit_sns_options[fbAppId]',
99
  'type' => 'text',
@@ -114,7 +114,7 @@ function veu_customize_register_sns( $wp_customize ) {
114
  $wp_customize->add_control(
115
  'fbPageUrl',
116
  array(
117
- 'label' => __( 'Facebook Page URL', 'vkExUnit' ),
118
  'section' => 'veu_sns_setting',
119
  'settings' => 'vkExUnit_sns_options[fbPageUrl]',
120
  'type' => 'text',
@@ -137,10 +137,10 @@ function veu_customize_register_sns( $wp_customize ) {
137
  $wp_customize,
138
  'ogImage',
139
  array(
140
- 'label' => __( 'OG default image', 'vkExUnit' ),
141
  'section' => 'veu_sns_setting',
142
  'settings' => 'vkExUnit_sns_options[ogImage]',
143
- 'description' => __( 'If, for example someone pressed the Facebook [Like] button, this is the image that appears on the Facebook timeline.<br>If a featured image is specified for the page, it takes precedence.<br>* Picture sizes are 1280x720 pixels or more and picture ratio 16:9 is recommended.', 'vkExUnit' ),
144
  )
145
  )
146
  );
@@ -150,7 +150,7 @@ function veu_customize_register_sns( $wp_customize ) {
150
  $wp_customize->add_control(
151
  new ExUnit_Custom_Html(
152
  $wp_customize, 'Print the OG_title', array(
153
- 'label' => __( 'OG Settings', 'vkExUnit' ),
154
  'section' => 'veu_sns_setting',
155
  'type' => 'text',
156
  'custom_title_sub' => '',
@@ -173,11 +173,11 @@ function veu_customize_register_sns( $wp_customize ) {
173
  $wp_customize->add_control(
174
  'enableOGTags',
175
  array(
176
- 'label' => __( 'Print the OG tags', 'vkExUnit' ),
177
  'section' => 'veu_sns_setting',
178
  'settings' => 'vkExUnit_sns_options[enableOGTags]',
179
  'type' => 'checkbox',
180
- 'description' => __( 'If other plug-ins are used for the OG, do not output the OG using this plugin.', 'vkExUnit' ),
181
  )
182
  );
183
 
@@ -186,7 +186,7 @@ function veu_customize_register_sns( $wp_customize ) {
186
  $wp_customize->add_control(
187
  new ExUnit_Custom_Html(
188
  $wp_customize, 'Twitter_application_ID_title', array(
189
- 'label' => __( 'Twitter Settings', 'vkExUnit' ),
190
  'section' => 'veu_sns_setting',
191
  'type' => 'text',
192
  'custom_title_sub' => '',
@@ -209,7 +209,7 @@ function veu_customize_register_sns( $wp_customize ) {
209
  $wp_customize->add_control(
210
  new ExUnit_Custom_Text_Control(
211
  $wp_customize, 'twitterId', array(
212
- 'label' => __( 'Twitter ID', 'vkExUnit' ),
213
  'section' => 'veu_sns_setting',
214
  'settings' => 'vkExUnit_sns_options[twitterId]',
215
  'type' => 'text',
@@ -233,11 +233,11 @@ function veu_customize_register_sns( $wp_customize ) {
233
  $wp_customize->add_control(
234
  'enableTwitterCardTags',
235
  array(
236
- 'label' => __( 'Twitter Card tags', 'vkExUnit' ),
237
  'section' => 'veu_sns_setting',
238
  'settings' => 'vkExUnit_sns_options[enableTwitterCardTags]',
239
  'type' => 'checkbox',
240
- 'description' => __( 'Print the Twitter Card tags', 'vkExUnit' ),
241
  )
242
  );
243
 
@@ -252,7 +252,7 @@ function veu_customize_register_sns( $wp_customize ) {
252
  $wp_customize->add_control(
253
  new ExUnit_Custom_Html(
254
  $wp_customize, 'share_button_title', array(
255
- 'label' => __( 'Social bookmark buttons', 'vkExUnit' ),
256
  'section' => 'veu_sns_setting',
257
  'type' => 'text',
258
  'custom_title_sub' => '',
@@ -275,7 +275,7 @@ function veu_customize_register_sns( $wp_customize ) {
275
  $wp_customize->add_control(
276
  'enableSnsBtns',
277
  array(
278
- 'label' => __( 'Print the social bookmark buttons', 'vkExUnit' ),
279
  'section' => 'veu_sns_setting',
280
  'settings' => 'vkExUnit_sns_options[enableSnsBtns]',
281
  'type' => 'checkbox',
@@ -290,7 +290,7 @@ function veu_customize_register_sns( $wp_customize ) {
290
  'label' => '',
291
  'section' => 'veu_sns_setting',
292
  'type' => 'text',
293
- 'custom_title_sub' => __( 'Exclude Post Types', 'vkExUnit' ),
294
  'custom_html' => '',
295
  )
296
  )
@@ -333,7 +333,7 @@ function veu_customize_register_sns( $wp_customize ) {
333
  'label' => '',
334
  'section' => 'veu_sns_setting',
335
  'type' => 'text',
336
- 'custom_title_sub' => __( 'Social button style setting', 'vkExUnit' ),
337
  'custom_html' => '',
338
  )
339
  )
@@ -353,7 +353,7 @@ function veu_customize_register_sns( $wp_customize ) {
353
  $wp_customize->add_control(
354
  'snsBtn_bg_fill_not',
355
  array(
356
- 'label' => __( 'No background', 'vkExUnit' ),
357
  'section' => 'veu_sns_setting',
358
  'settings' => 'vkExUnit_sns_options[snsBtn_bg_fill_not]',
359
  'type' => 'checkbox',
@@ -375,7 +375,7 @@ function veu_customize_register_sns( $wp_customize ) {
375
  new WP_Customize_Color_Control(
376
  $wp_customize, 'snsBtn_color',
377
  array(
378
- 'label' => __( 'Btn color', 'vkExUnit' ),
379
  'section' => 'veu_sns_setting',
380
  'settings' => 'vkExUnit_sns_options[snsBtn_color]',
381
  )
@@ -390,7 +390,7 @@ function veu_customize_register_sns( $wp_customize ) {
390
  'label' => '',
391
  'section' => 'veu_sns_setting',
392
  'type' => 'text',
393
- 'custom_title_sub' => __( 'Share button for display', 'vkExUnit' ),
394
  'custom_html' => '',
395
  )
396
  )
@@ -410,7 +410,7 @@ function veu_customize_register_sns( $wp_customize ) {
410
  $wp_customize->add_control(
411
  'useFacebook',
412
  array(
413
- 'label' => __( 'Facebook ', 'vkExUnit' ),
414
  'section' => 'veu_sns_setting',
415
  'settings' => 'vkExUnit_sns_options[useFacebook]',
416
  'type' => 'checkbox',
@@ -431,7 +431,7 @@ function veu_customize_register_sns( $wp_customize ) {
431
  $wp_customize->add_control(
432
  'useTwitter',
433
  array(
434
- 'label' => __( 'Twitter', 'vkExUnit' ),
435
  'section' => 'veu_sns_setting',
436
  'settings' => 'vkExUnit_sns_options[useTwitter]',
437
  'type' => 'checkbox',
@@ -452,7 +452,7 @@ function veu_customize_register_sns( $wp_customize ) {
452
  $wp_customize->add_control(
453
  'useHatena',
454
  array(
455
- 'label' => __( 'Hatena', 'vkExUnit' ),
456
  'section' => 'veu_sns_setting',
457
  'settings' => 'vkExUnit_sns_options[useHatena]',
458
  'type' => 'checkbox',
@@ -473,7 +473,7 @@ function veu_customize_register_sns( $wp_customize ) {
473
  $wp_customize->add_control(
474
  'usePocket',
475
  array(
476
- 'label' => __( 'Pocket', 'vkExUnit' ),
477
  'section' => 'veu_sns_setting',
478
  'settings' => 'vkExUnit_sns_options[usePocket]',
479
  'type' => 'checkbox',
@@ -494,7 +494,7 @@ function veu_customize_register_sns( $wp_customize ) {
494
  $wp_customize->add_control(
495
  'useLine',
496
  array(
497
- 'label' => __( 'LINE (mobile only)', 'vkExUnit' ),
498
  'section' => 'veu_sns_setting',
499
  'settings' => 'vkExUnit_sns_options[useLine]',
500
  'type' => 'checkbox',
@@ -506,7 +506,7 @@ function veu_customize_register_sns( $wp_customize ) {
506
  $wp_customize->add_control(
507
  new ExUnit_Custom_Html(
508
  $wp_customize, 'Follow_me_box_title', array(
509
- 'label' => __( 'Follow me box', 'vkExUnit' ),
510
  'section' => 'veu_sns_setting',
511
  'type' => 'text',
512
  'custom_title_sub' => '',
@@ -540,7 +540,7 @@ function veu_customize_register_sns( $wp_customize ) {
540
  $wp_customize->add_control(
541
  'followMe_title',
542
  array(
543
- 'label' => __( 'Follow me box title', 'vkExUnit' ),
544
  'section' => 'veu_sns_setting',
545
  'settings' => 'vkExUnit_sns_options[followMe_title]',
546
  'type' => 'text',
23
  $wp_customize->add_section(
24
  'veu_sns_setting',
25
  array(
26
+ 'title' => __( 'SNS Settings', 'vk-all-in-one-expansion-unit' ),
27
  'priority' => 1,
28
  'panel' => 'veu_setting',
29
  )
34
  $wp_customize->add_control(
35
  new ExUnit_Custom_Html(
36
  $wp_customize, 'Post_title_custom_for_SNS', array(
37
+ 'label' => __( 'Post title custom for SNS', 'vk-all-in-one-expansion-unit' ),
38
  'section' => 'veu_sns_setting',
39
  'type' => 'text',
40
  'custom_title_sub' => '',
56
  $wp_customize->add_control(
57
  'snsTitle_use_only_postTitle',
58
  array(
59
+ 'label' => __( 'For SNS title be composed by post title only.', 'vk-all-in-one-expansion-unit' ),
60
  'section' => 'veu_sns_setting',
61
  'settings' => 'vkExUnit_sns_options[snsTitle_use_only_postTitle]',
62
  'type' => 'checkbox',
70
  $wp_customize->add_control(
71
  new ExUnit_Custom_Html(
72
  $wp_customize, 'Facebook_title', array(
73
+ 'label' => __( 'Facebook Settings', 'vk-all-in-one-expansion-unit' ),
74
  'section' => 'veu_sns_setting',
75
  'type' => 'text',
76
  'custom_title_sub' => '',
93
  $wp_customize->add_control(
94
  'fbAppId',
95
  array(
96
+ 'label' => __( 'Facebook application ID', 'vk-all-in-one-expansion-unit' ),
97
  'section' => 'veu_sns_setting',
98
  'settings' => 'vkExUnit_sns_options[fbAppId]',
99
  'type' => 'text',
114
  $wp_customize->add_control(
115
  'fbPageUrl',
116
  array(
117
+ 'label' => __( 'Facebook Page URL', 'vk-all-in-one-expansion-unit' ),
118
  'section' => 'veu_sns_setting',
119
  'settings' => 'vkExUnit_sns_options[fbPageUrl]',
120
  'type' => 'text',
137
  $wp_customize,
138
  'ogImage',
139
  array(
140
+ 'label' => __( 'OG default image', 'vk-all-in-one-expansion-unit' ),
141
  'section' => 'veu_sns_setting',
142
  'settings' => 'vkExUnit_sns_options[ogImage]',
143
+ 'description' => __( 'If, for example someone pressed the Facebook [Like] button, this is the image that appears on the Facebook timeline.<br>If a featured image is specified for the page, it takes precedence.<br>* Picture sizes are 1280x720 pixels or more and picture ratio 16:9 is recommended.', 'vk-all-in-one-expansion-unit' ),
144
  )
145
  )
146
  );
150
  $wp_customize->add_control(
151
  new ExUnit_Custom_Html(
152
  $wp_customize, 'Print the OG_title', array(
153
+ 'label' => __( 'OG Settings', 'vk-all-in-one-expansion-unit' ),
154
  'section' => 'veu_sns_setting',
155
  'type' => 'text',
156
  'custom_title_sub' => '',
173
  $wp_customize->add_control(
174
  'enableOGTags',
175
  array(
176
+ 'label' => __( 'Print the OG tags', 'vk-all-in-one-expansion-unit' ),
177
  'section' => 'veu_sns_setting',
178
  'settings' => 'vkExUnit_sns_options[enableOGTags]',
179
  'type' => 'checkbox',
180
+ 'description' => __( 'If other plug-ins are used for the OG, do not output the OG using this plugin.', 'vk-all-in-one-expansion-unit' ),
181
  )
182
  );
183
 
186
  $wp_customize->add_control(
187
  new ExUnit_Custom_Html(
188
  $wp_customize, 'Twitter_application_ID_title', array(
189
+ 'label' => __( 'Twitter Settings', 'vk-all-in-one-expansion-unit' ),
190
  'section' => 'veu_sns_setting',
191
  'type' => 'text',
192
  'custom_title_sub' => '',
209
  $wp_customize->add_control(
210
  new ExUnit_Custom_Text_Control(
211
  $wp_customize, 'twitterId', array(
212
+ 'label' => __( 'Twitter ID', 'vk-all-in-one-expansion-unit' ),
213
  'section' => 'veu_sns_setting',
214
  'settings' => 'vkExUnit_sns_options[twitterId]',
215
  'type' => 'text',
233
  $wp_customize->add_control(
234
  'enableTwitterCardTags',
235
  array(
236
+ 'label' => __( 'Twitter Card tags', 'vk-all-in-one-expansion-unit' ),
237
  'section' => 'veu_sns_setting',
238
  'settings' => 'vkExUnit_sns_options[enableTwitterCardTags]',
239
  'type' => 'checkbox',
240
+ 'description' => __( 'Print the Twitter Card tags', 'vk-all-in-one-expansion-unit' ),
241
  )
242
  );
243
 
252
  $wp_customize->add_control(
253
  new ExUnit_Custom_Html(
254
  $wp_customize, 'share_button_title', array(
255
+ 'label' => __( 'Social bookmark buttons', 'vk-all-in-one-expansion-unit' ),
256
  'section' => 'veu_sns_setting',
257
  'type' => 'text',
258
  'custom_title_sub' => '',
275
  $wp_customize->add_control(
276
  'enableSnsBtns',
277
  array(
278
+ 'label' => __( 'Print the social bookmark buttons', 'vk-all-in-one-expansion-unit' ),
279
  'section' => 'veu_sns_setting',
280
  'settings' => 'vkExUnit_sns_options[enableSnsBtns]',
281
  'type' => 'checkbox',
290
  'label' => '',
291
  'section' => 'veu_sns_setting',
292
  'type' => 'text',
293
+ 'custom_title_sub' => __( 'Exclude Post Types', 'vk-all-in-one-expansion-unit' ),
294
  'custom_html' => '',
295
  )
296
  )
333
  'label' => '',
334
  'section' => 'veu_sns_setting',
335
  'type' => 'text',
336
+ 'custom_title_sub' => __( 'Social button style setting', 'vk-all-in-one-expansion-unit' ),
337
  'custom_html' => '',
338
  )
339
  )
353
  $wp_customize->add_control(
354
  'snsBtn_bg_fill_not',
355
  array(
356
+ 'label' => __( 'No background', 'vk-all-in-one-expansion-unit' ),
357
  'section' => 'veu_sns_setting',
358
  'settings' => 'vkExUnit_sns_options[snsBtn_bg_fill_not]',
359
  'type' => 'checkbox',
375
  new WP_Customize_Color_Control(
376
  $wp_customize, 'snsBtn_color',
377
  array(
378
+ 'label' => __( 'Btn color', 'vk-all-in-one-expansion-unit' ),
379
  'section' => 'veu_sns_setting',
380
  'settings' => 'vkExUnit_sns_options[snsBtn_color]',
381
  )
390
  'label' => '',
391
  'section' => 'veu_sns_setting',
392
  'type' => 'text',
393
+ 'custom_title_sub' => __( 'Share button for display', 'vk-all-in-one-expansion-unit' ),
394
  'custom_html' => '',
395
  )
396
  )
410
  $wp_customize->add_control(
411
  'useFacebook',
412
  array(
413
+ 'label' => __( 'Facebook ', 'vk-all-in-one-expansion-unit' ),
414
  'section' => 'veu_sns_setting',
415
  'settings' => 'vkExUnit_sns_options[useFacebook]',
416
  'type' => 'checkbox',
431
  $wp_customize->add_control(
432
  'useTwitter',
433
  array(
434
+ 'label' => __( 'Twitter', 'vk-all-in-one-expansion-unit' ),
435
  'section' => 'veu_sns_setting',
436
  'settings' => 'vkExUnit_sns_options[useTwitter]',
437
  'type' => 'checkbox',
452
  $wp_customize->add_control(
453
  'useHatena',
454
  array(
455
+ 'label' => __( 'Hatena', 'vk-all-in-one-expansion-unit' ),
456
  'section' => 'veu_sns_setting',
457
  'settings' => 'vkExUnit_sns_options[useHatena]',
458
  'type' => 'checkbox',
473
  $wp_customize->add_control(
474
  'usePocket',
475
  array(
476
+ 'label' => __( 'Pocket', 'vk-all-in-one-expansion-unit' ),
477
  'section' => 'veu_sns_setting',
478
  'settings' => 'vkExUnit_sns_options[usePocket]',
479
  'type' => 'checkbox',
494
  $wp_customize->add_control(
495
  'useLine',
496
  array(
497
+ 'label' => __( 'LINE (mobile only)', 'vk-all-in-one-expansion-unit' ),
498
  'section' => 'veu_sns_setting',
499
  'settings' => 'vkExUnit_sns_options[useLine]',
500
  'type' => 'checkbox',
506
  $wp_customize->add_control(
507
  new ExUnit_Custom_Html(
508
  $wp_customize, 'Follow_me_box_title', array(
509
+ 'label' => __( 'Follow me box', 'vk-all-in-one-expansion-unit' ),
510
  'section' => 'veu_sns_setting',
511
  'type' => 'text',
512
  'custom_title_sub' => '',
540
  $wp_customize->add_control(
541
  'followMe_title',
542
  array(
543
+ 'label' => __( 'Follow me box title', 'vk-all-in-one-expansion-unit' ),
544
  'section' => 'veu_sns_setting',
545
  'settings' => 'vkExUnit_sns_options[followMe_title]',
546
  'type' => 'text',
plugins/sns/widget-fb-page-plugin.php CHANGED
@@ -10,7 +10,7 @@ class WP_Widget_vkExUnit_fbPagePlugin extends WP_Widget {
10
  parent::__construct(
11
  'vkExUnit_fbPagePlugin',
12
  $widget_name,
13
- array( 'description' => __( 'Displays a Facebook Page Plugin', 'vkExUnit' ) )
14
  );
15
  }
16
 
@@ -76,7 +76,7 @@ class WP_Widget_vkExUnit_fbPagePlugin extends WP_Widget {
76
  ?>
77
 
78
  <?php //タイトル ?>
79
- <label for="<?php echo $this->get_field_id( 'label' ); ?>"><?php _e( 'Title:', 'vkExUnit' ); ?></label><br/>
80
  <input type="text" id="<?php echo $this->get_field_id( 'label' ); ?>-title" name="<?php echo $this->get_field_name( 'label' ); ?>" value="<?php echo $instance['label']; ?>" />
81
  <br/>
82
 
@@ -86,22 +86,22 @@ class WP_Widget_vkExUnit_fbPagePlugin extends WP_Widget {
86
  <br/>
87
 
88
  <?php //Height ?>
89
- <label for="<?php echo $this->get_field_id( 'height' ); ?>"><?php _e( 'Height', 'vkExUnit' ); ?></label><br/>
90
  <input type="text" id="<?php echo $this->get_field_id( 'height' ); ?>" name="<?php echo $this->get_field_name( 'height' ); ?>" value="<?php echo $instance['height']; ?>" />
91
  <br/>
92
 
93
  <?php //showFaces ?>
94
- <label for="<?php echo $this->get_field_id( 'showFaces' ); ?>"><?php _e( "Show Friend's Faces", 'vkExUnit' ); ?></label><br/>
95
  <input type="checkbox" name="<?php echo $this->get_field_name( 'showFaces' ); ?>" value="true" <?php echo ( $instance['showFaces'] == 'true' ) ? 'checked' : ''; ?> >
96
  <br/>
97
 
98
  <?php //hideCover ?>
99
- <label for="<?php echo $this->get_field_id( 'hideCover' ); ?>"><?php _e( 'Hide Cover Photo', 'vkExUnit' ); ?></label><br/>
100
  <input type="checkbox" name="<?php echo $this->get_field_name( 'hideCover' ); ?>" value="true" <?php echo ( $instance['hideCover'] == 'true' ) ? 'checked' : ''; ?> >
101
  <br/>
102
 
103
  <?php //showPosts ?>
104
- <label for="<?php echo $this->get_field_id( 'showPosts' ); ?>"><?php _e( 'Show Page Posts', 'vkExUnit' ); ?></label><br/>
105
  <input type="checkbox" name="<?php echo $this->get_field_name( 'showPosts' ); ?>" value="true" <?php echo ( $instance['showPosts'] == 'true' ) ? 'checked' : ''; ?> >
106
  <br/>
107
  <?php
10
  parent::__construct(
11
  'vkExUnit_fbPagePlugin',
12
  $widget_name,
13
+ array( 'description' => __( 'Displays a Facebook Page Plugin', 'vk-all-in-one-expansion-unit' ) )
14
  );
15
  }
16
 
76
  ?>
77
 
78
  <?php //タイトル ?>
79
+ <label for="<?php echo $this->get_field_id( 'label' ); ?>"><?php _e( 'Title:', 'vk-all-in-one-expansion-unit' ); ?></label><br/>
80
  <input type="text" id="<?php echo $this->get_field_id( 'label' ); ?>-title" name="<?php echo $this->get_field_name( 'label' ); ?>" value="<?php echo $instance['label']; ?>" />
81
  <br/>
82
 
86
  <br/>
87
 
88
  <?php //Height ?>
89
+ <label for="<?php echo $this->get_field_id( 'height' ); ?>"><?php _e( 'Height', 'vk-all-in-one-expansion-unit' ); ?></label><br/>
90
  <input type="text" id="<?php echo $this->get_field_id( 'height' ); ?>" name="<?php echo $this->get_field_name( 'height' ); ?>" value="<?php echo $instance['height']; ?>" />
91
  <br/>
92
 
93
  <?php //showFaces ?>
94
+ <label for="<?php echo $this->get_field_id( 'showFaces' ); ?>"><?php _e( "Show Friend's Faces", 'vk-all-in-one-expansion-unit' ); ?></label><br/>
95
  <input type="checkbox" name="<?php echo $this->get_field_name( 'showFaces' ); ?>" value="true" <?php echo ( $instance['showFaces'] == 'true' ) ? 'checked' : ''; ?> >
96
  <br/>
97
 
98
  <?php //hideCover ?>
99
+ <label for="<?php echo $this->get_field_id( 'hideCover' ); ?>"><?php _e( 'Hide Cover Photo', 'vk-all-in-one-expansion-unit' ); ?></label><br/>
100
  <input type="checkbox" name="<?php echo $this->get_field_name( 'hideCover' ); ?>" value="true" <?php echo ( $instance['hideCover'] == 'true' ) ? 'checked' : ''; ?> >
101
  <br/>
102
 
103
  <?php //showPosts ?>
104
+ <label for="<?php echo $this->get_field_id( 'showPosts' ); ?>"><?php _e( 'Show Page Posts', 'vk-all-in-one-expansion-unit' ); ?></label><br/>
105
  <input type="checkbox" name="<?php echo $this->get_field_name( 'showPosts' ); ?>" value="true" <?php echo ( $instance['showPosts'] == 'true' ) ? 'checked' : ''; ?> >
106
  <br/>
107
  <?php
plugins/sns/widget-twitter.php CHANGED
@@ -6,11 +6,11 @@ class VK_Twitter_Widget extends WP_Widget {
6
  * ウィジェット名などを設定
7
  */
8
  public function __construct() {
9
- $widget_name = veu_get_prefix() . __( 'Twitter', 'vkExUnit' );
10
  parent::__construct(
11
  'vk_twitter_widget', // Base ID
12
  $widget_name, // Name
13
- array( 'description' => __( 'Display Twitter timeline.', 'vkExUnit' ) ) // Args
14
  );
15
  // widget actual processes
16
  }
@@ -81,22 +81,22 @@ class VK_Twitter_Widget extends WP_Widget {
81
  ?>
82
 
83
  <?php // title ?>
84
- <p><label for="<?php echo $this->get_field_id( 'title' ); ?>"><?php _e( 'Title:', 'vkExUnit' ); ?></label><br>
85
  <input type="text" id="<?php echo $this->get_field_id( 'title' ); ?>" class="admin-custom-input" name="<?php echo $this->get_field_name( 'title' ); ?>" value="<?php echo esc_attr( $instance['title'] ); ?>" />
86
  </p>
87
 
88
  <?php // account ?>
89
- <p><label for="<?php echo $this->get_field_id( 'account' ); ?>"><?php _e( 'Account:<br>Please enter your Twitter account.', 'vkExUnit' ); ?></label><br>
90
- <?php _e( '@', 'vkExUnit' ); ?><input type="" id="<?php echo $this->get_field_id( 'account' ); ?>" class="" name="<?php echo $this->get_field_name( 'account' ); ?>" value="<?php echo esc_attr( $instance['account'] ); ?>" />
91
  </p>
92
 
93
  <?php // height ?>
94
- <p><label for="<?php echo $this->get_field_id( 'height' ); ?>"><?php _e( 'Height:<br>Please enter an arbitrary number.(Example: 300)', 'vkExUnit' ); ?></label><br>
95
  <input type="text" id="<?php echo $this->get_field_id( 'height' ); ?>" class="admin-custom-input" name="<?php echo $this->get_field_name( 'height' ); ?>" value="<?php echo esc_attr( $instance['height'] ); ?>" />
96
  </p>
97
 
98
  <?php // bg color ?>
99
- <p><label for="<?php echo $this->get_field_id( 'bg_color' ); ?>"><?php _e( 'Background color:', 'vkExUnit' ); ?></label><br>
100
  <select id="<?php echo $this->get_field_id( 'bg_color' ); ?>" name="<?php echo $this->get_field_name( 'bg_color' ); ?>" class="admin-custom-input">
101
  <?php
102
  if ( ! isset( $instance['bg_color'] ) || ! $instance['bg_color'] ) {
@@ -111,7 +111,7 @@ class VK_Twitter_Widget extends WP_Widget {
111
  }
112
  ?>
113
  >
114
- <?php _e( $label, 'vkExUnit' ); ?>
115
  </option>
116
  <?php endforeach; ?>
117
  </select>
@@ -119,7 +119,7 @@ class VK_Twitter_Widget extends WP_Widget {
119
 
120
  <?php // link color ?>
121
  <p class="color_picker_wrap">
122
- <label for="<?php echo $this->get_field_id( 'link_color' ); ?>"><?php _e( 'Link color:', 'vkExUnit' ); ?></label><br>
123
  <input type="text" id="<?php echo $this->get_field_id( 'link_color' ); ?>" class="color_picker admin-custom-input" name="<?php echo $this->get_field_name( 'link_color' ); ?>" value="
124
  <?php
125
  if ( $instance['link_color'] ) {
6
  * ウィジェット名などを設定
7
  */
8
  public function __construct() {
9
+ $widget_name = veu_get_prefix() . __( 'Twitter', 'vk-all-in-one-expansion-unit' );
10
  parent::__construct(
11
  'vk_twitter_widget', // Base ID
12
  $widget_name, // Name
13
+ array( 'description' => __( 'Display Twitter timeline.', 'vk-all-in-one-expansion-unit' ) ) // Args
14
  );
15
  // widget actual processes
16
  }
81
  ?>
82
 
83
  <?php // title ?>
84
+ <p><label for="<?php echo $this->get_field_id( 'title' ); ?>"><?php _e( 'Title:', 'vk-all-in-one-expansion-unit' ); ?></label><br>
85
  <input type="text" id="<?php echo $this->get_field_id( 'title' ); ?>" class="admin-custom-input" name="<?php echo $this->get_field_name( 'title' ); ?>" value="<?php echo esc_attr( $instance['title'] ); ?>" />
86
  </p>
87
 
88
  <?php // account ?>
89
+ <p><label for="<?php echo $this->get_field_id( 'account' ); ?>"><?php _e( 'Account:<br>Please enter your Twitter account.', 'vk-all-in-one-expansion-unit' ); ?></label><br>
90
+ <?php _e( '@', 'vk-all-in-one-expansion-unit' ); ?><input type="" id="<?php echo $this->get_field_id( 'account' ); ?>" class="" name="<?php echo $this->get_field_name( 'account' ); ?>" value="<?php echo esc_attr( $instance['account'] ); ?>" />
91
  </p>
92
 
93
  <?php // height ?>
94
+ <p><label for="<?php echo $this->get_field_id( 'height' ); ?>"><?php _e( 'Height:<br>Please enter an arbitrary number.(Example: 300)', 'vk-all-in-one-expansion-unit' ); ?></label><br>
95
  <input type="text" id="<?php echo $this->get_field_id( 'height' ); ?>" class="admin-custom-input" name="<?php echo $this->get_field_name( 'height' ); ?>" value="<?php echo esc_attr( $instance['height'] ); ?>" />
96
  </p>
97
 
98
  <?php // bg color ?>
99
+ <p><label for="<?php echo $this->get_field_id( 'bg_color' ); ?>"><?php _e( 'Background color:', 'vk-all-in-one-expansion-unit' ); ?></label><br>
100
  <select id="<?php echo $this->get_field_id( 'bg_color' ); ?>" name="<?php echo $this->get_field_name( 'bg_color' ); ?>" class="admin-custom-input">
101
  <?php
102
  if ( ! isset( $instance['bg_color'] ) || ! $instance['bg_color'] ) {
111
  }
112
  ?>
113
  >
114
+ <?php _e( $label, 'vk-all-in-one-expansion-unit' ); ?>
115
  </option>
116
  <?php endforeach; ?>
117
  </select>
119
 
120
  <?php // link color ?>
121
  <p class="color_picker_wrap">
122
+ <label for="<?php echo $this->get_field_id( 'link_color' ); ?>"><?php _e( 'Link color:', 'vk-all-in-one-expansion-unit' ); ?></label><br>
123
  <input type="text" id="<?php echo $this->get_field_id( 'link_color' ); ?>" class="color_picker admin-custom-input" name="<?php echo $this->get_field_name( 'link_color' ); ?>" value="
124
  <?php
125
  if ( $instance['link_color'] ) {
plugins/template-tags/template-tags.php CHANGED
@@ -113,13 +113,13 @@ if ( ! function_exists( 'vk_get_the_archive_title' ) ) {
113
  } elseif ( is_tag() ) {
114
  $title = single_tag_title( '', false );
115
  } elseif ( is_author() ) {
116
- $title = sprintf( __( 'Author: %s', 'vkExUnit' ), '<span class="vcard">' . get_the_author() . '</span>' );
117
  } elseif ( is_year() ) {
118
- $title = get_the_date( _x( 'Y', 'yearly archives date format', 'vkExUnit' ) );
119
  } elseif ( is_month() ) {
120
- $title = get_the_date( _x( 'F Y', 'monthly archives date format', 'vkExUnit' ) );
121
  } elseif ( is_day() ) {
122
- $title = get_the_date( _x( 'F j, Y', 'daily archives date format', 'vkExUnit' ) );
123
  } elseif ( is_tax( 'post_format' ) ) {
124
  if ( is_tax( 'post_format', 'post-format-aside' ) ) {
125
  $title = _x( 'Asides', 'post format archive title' );
@@ -154,7 +154,7 @@ if ( ! function_exists( 'vk_get_the_archive_title' ) ) {
154
  if ( $postType ) {
155
  $title = get_post_type_object( $postType )->labels->name;
156
  } else {
157
- $title = __( 'Archives', 'vkExUnit' );
158
  }
159
  }
160
  return apply_filters( 'vk_get_the_archive_title', $title );
@@ -185,7 +185,7 @@ if ( ! function_exists( 'vk_get_page_description' ) ) {
185
  }
186
  } elseif ( is_category() || is_tax() ) {
187
  if ( ! $post->description ) {
188
- $page_description = sprintf( __( 'About %s', 'vkExUnit' ), single_cat_title( '', false ) ) . ' ' . get_bloginfo( 'name' ) . ' ' . get_bloginfo( 'description' );
189
  } else {
190
  $page_description = $post->description;
191
  }
@@ -193,25 +193,25 @@ if ( ! function_exists( 'vk_get_page_description' ) ) {
193
  $page_description = strip_tags( tag_description() );
194
  $page_description = str_replace( array( "\r\n", "\r", "\n" ), '', $page_description ); // delete br
195
  if ( ! $page_description ) {
196
- $page_description = sprintf( __( 'About %s', 'vkExUnit' ), single_tag_title( '', false ) ) . ' ' . get_bloginfo( 'name' ) . ' ' . get_bloginfo( 'description' );
197
  }
198
  } elseif ( is_archive() ) {
199
  if ( is_year() ) {
200
- $description_date = get_the_date( _x( 'Y', 'yearly archives date format', 'vkExUnit' ) );
201
- $page_description = sprintf( _x( 'Article of %s.', 'Yearly archive description', 'vkExUnit' ), $description_date );
202
  $page_description .= ' ' . get_bloginfo( 'name' ) . ' ' . get_bloginfo( 'description' );
203
  } elseif ( is_month() ) {
204
- $description_date = get_the_date( _x( 'F Y', 'monthly archives date format', 'vkExUnit' ) );
205
- $page_description = sprintf( _x( 'Article of %s.', 'Archive description', 'vkExUnit' ), $description_date );
206
  $page_description .= ' ' . get_bloginfo( 'name' ) . ' ' . get_bloginfo( 'description' );
207
  } elseif ( is_author() ) {
208
  $userObj = get_queried_object();
209
- $page_description = sprintf( _x( 'Article of %s.', 'Archive description', 'vkExUnit' ), esc_html( $userObj->display_name ) );
210
  $page_description .= ' ' . get_bloginfo( 'name' ) . ' ' . get_bloginfo( 'description' );
211
  } else {
212
  $postType = get_post_type();
213
  if ( $postType ) {
214
- $page_description = sprintf( _x( 'Article of %s.', 'Archive description', 'vkExUnit' ), esc_html( get_post_type_object( $postType )->label ) );
215
  $page_description .= ' ' . get_bloginfo( 'name' ) . ' ' . get_bloginfo( 'description' );
216
  } else {
217
  $page_description = get_bloginfo( 'description' );
@@ -228,7 +228,7 @@ if ( ! function_exists( 'vk_get_page_description' ) ) {
228
  }
229
  global $paged;
230
  if ( $paged != '0' ) {
231
- $page_description = '[' . sprintf( __( 'Page of %s', 'vkExUnit' ), $paged ) . '] ' . $page_description;
232
  }
233
  // This filter (vkExUnit_pageDescriptionCustom) is deprecated.
234
  $page_description = apply_filters( 'vkExUnit_pageDescriptionCustom', $page_description );
113
  } elseif ( is_tag() ) {
114
  $title = single_tag_title( '', false );
115
  } elseif ( is_author() ) {
116
+ $title = sprintf( __( 'Author: %s', 'vk-all-in-one-expansion-unit' ), '<span class="vcard">' . get_the_author() . '</span>' );
117
  } elseif ( is_year() ) {
118
+ $title = get_the_date( _x( 'Y', 'yearly archives date format', 'vk-all-in-one-expansion-unit' ) );
119
  } elseif ( is_month() ) {
120
+ $title = get_the_date( _x( 'F Y', 'monthly archives date format', 'vk-all-in-one-expansion-unit' ) );
121
  } elseif ( is_day() ) {
122
+ $title = get_the_date( _x( 'F j, Y', 'daily archives date format', 'vk-all-in-one-expansion-unit' ) );
123
  } elseif ( is_tax( 'post_format' ) ) {
124
  if ( is_tax( 'post_format', 'post-format-aside' ) ) {
125
  $title = _x( 'Asides', 'post format archive title' );
154
  if ( $postType ) {
155
  $title = get_post_type_object( $postType )->labels->name;
156
  } else {
157
+ $title = __( 'Archives', 'vk-all-in-one-expansion-unit' );
158
  }
159
  }
160
  return apply_filters( 'vk_get_the_archive_title', $title );
185
  }
186
  } elseif ( is_category() || is_tax() ) {
187
  if ( ! $post->description ) {
188
+ $page_description = sprintf( __( 'About %s', 'vk-all-in-one-expansion-unit' ), single_cat_title( '', false ) ) . ' ' . get_bloginfo( 'name' ) . ' ' . get_bloginfo( 'description' );
189
  } else {
190
  $page_description = $post->description;
191
  }
193
  $page_description = strip_tags( tag_description() );
194
  $page_description = str_replace( array( "\r\n", "\r", "\n" ), '', $page_description ); // delete br
195
  if ( ! $page_description ) {
196
+ $page_description = sprintf( __( 'About %s', 'vk-all-in-one-expansion-unit' ), single_tag_title( '', false ) ) . ' ' . get_bloginfo( 'name' ) . ' ' . get_bloginfo( 'description' );
197
  }
198
  } elseif ( is_archive() ) {
199
  if ( is_year() ) {
200
+ $description_date = get_the_date( _x( 'Y', 'yearly archives date format', 'vk-all-in-one-expansion-unit' ) );
201
+ $page_description = sprintf( _x( 'Article of %s.', 'Yearly archive description', 'vk-all-in-one-expansion-unit' ), $description_date );
202
  $page_description .= ' ' . get_bloginfo( 'name' ) . ' ' . get_bloginfo( 'description' );
203
  } elseif ( is_month() ) {
204
+ $description_date = get_the_date( _x( 'F Y', 'monthly archives date format', 'vk-all-in-one-expansion-unit' ) );
205
+ $page_description = sprintf( _x( 'Article of %s.', 'Archive description', 'vk-all-in-one-expansion-unit' ), $description_date );
206
  $page_description .= ' ' . get_bloginfo( 'name' ) . ' ' . get_bloginfo( 'description' );
207
  } elseif ( is_author() ) {
208
  $userObj = get_queried_object();
209
+ $page_description = sprintf( _x( 'Article of %s.', 'Archive description', 'vk-all-in-one-expansion-unit' ), esc_html( $userObj->display_name ) );
210
  $page_description .= ' ' . get_bloginfo( 'name' ) . ' ' . get_bloginfo( 'description' );
211
  } else {
212
  $postType = get_post_type();
213
  if ( $postType ) {
214
+ $page_description = sprintf( _x( 'Article of %s.', 'Archive description', 'vk-all-in-one-expansion-unit' ), esc_html( get_post_type_object( $postType )->label ) );
215
  $page_description .= ' ' . get_bloginfo( 'name' ) . ' ' . get_bloginfo( 'description' );
216
  } else {
217
  $page_description = get_bloginfo( 'description' );
228
  }
229
  global $paged;
230
  if ( $paged != '0' ) {
231
+ $page_description = '[' . sprintf( __( 'Page of %s', 'vk-all-in-one-expansion-unit' ), $paged ) . '] ' . $page_description;
232
  }
233
  // This filter (vkExUnit_pageDescriptionCustom) is deprecated.
234
  $page_description = apply_filters( 'vkExUnit_pageDescriptionCustom', $page_description );
plugins/wp_title.php CHANGED
@@ -44,10 +44,10 @@ function vkExUnit_get_wp_head_title() {
44
 
45
  // Search
46
  } elseif ( is_search() ) {
47
- $title = sprintf( __( 'Search Results for : %s', 'vkExUnit' ), get_search_query() ) . $sep . get_bloginfo( 'name' );
48
  // 404
49
  } elseif ( is_404() ) {
50
- $title = __( 'Not found', 'vkExUnit' ) . $sep . get_bloginfo( 'name' );
51
  // Other
52
  } else {
53
  $title = get_bloginfo( 'name' );
@@ -56,7 +56,7 @@ function vkExUnit_get_wp_head_title() {
56
  // Add Page numner.
57
  global $paged;
58
  if ( $paged >= 2 ) {
59
- $title = '[' . sprintf( __( 'Page of %s', 'vkExUnit' ), $paged ) . '] ' . $title;
60
  }
61
 
62
  $title = apply_filters( 'vkExUnit_get_wp_head_title', $title );
@@ -67,7 +67,7 @@ function vkExUnit_get_wp_head_title() {
67
 
68
  function vkExUnit_wp_title_init() {
69
  vkExUnit_register_setting(
70
- __( '&lt;title&gt; tag of homepage', 'vkExUnit' ),
71
  'vkExUnit_wp_title',
72
  'vkExUnit_wp_title_validate',
73
  'vkExUnit_add_wp_title_page'
@@ -79,30 +79,30 @@ function vkExUnit_add_wp_title_page() {
79
  $options = vkExUnit_get_wp_title_options();
80
  ?>
81
  <div id="seoSetting" class="sectionBox">
82
- <h3><?php _e( '&lt;title&gt; tag of homepage', 'vkExUnit' ); ?></h3>
83
  <table class="form-table">
84
  <!-- Google Analytics -->
85
  <tr>
86
- <th><?php _e( '&lt;title&gt; tag of homepage', 'vkExUnit' ); ?></th>
87
  <td>
88
  <p>
89
  <?php
90
- $sitetitle_link = '<a href="' . get_admin_url() . 'options-general.php" target="_blank">' . __( 'title of the site', 'vkExUnit' ) . '</a>';
91
- printf( __( 'Normally "%1$s" is placed in the title tags of all the pages.', 'vkExUnit' ), $sitetitle_link );
92
  ?>
93
  <br />
94
- <?php printf( __( 'For example, it appears in the form of <br />&lt;title&gt;page title | %1$s&lt;/title&gt;<br /> if using a static page.', 'vkExUnit' ), $sitetitle_link ); ?><br />
95
  <?php
96
- printf( __( 'However, it might have negative impact on search engine rankings if the &lt;title&gt; is too long, <strong>therefore please include the most popular keywords in a summarized manner, keeping the %s as short as possible.</strong>', 'vkExUnit' ), $sitetitle_link );
97
  ?>
98
  <br />
99
  <?php
100
- $tagline_link = '<a href="' . get_admin_url() . 'options-general.php" target="_blank">' . __( 'Tagline', 'vkExUnit' ) . '</a>';
101
- printf( __( 'In the top page will be output usually in the form of <br />&lt;title&gt;%1$s | %2$s&lt;/title&gt;', 'vkExUnit' ), $sitetitle_link, $tagline_link );
102
  ?>
103
  <br />
104
- <?php _e( 'However, it may be too long in the above format. If the input to the input field of the following, its contents will be reflected.', 'vkExUnit' ); ?>
105
- <?php /*_e('However, in the home page, as described above, other title will not be added, it is possible to make the &lt;title&gt; little longer, which can be set separately here.', 'vkExUnit');*/ ?></p>
106
 
107
 
108
  <input type="text" name="vkExUnit_wp_title[extend_frontTitle]" value="<?php echo $options['extend_frontTitle']; ?>" />
44
 
45
  // Search
46
  } elseif ( is_search() ) {
47
+ $title = sprintf( __( 'Search Results for : %s', 'vk-all-in-one-expansion-unit' ), get_search_query() ) . $sep . get_bloginfo( 'name' );
48
  // 404
49
  } elseif ( is_404() ) {
50
+ $title = __( 'Not found', 'vk-all-in-one-expansion-unit' ) . $sep . get_bloginfo( 'name' );
51
  // Other
52
  } else {
53
  $title = get_bloginfo( 'name' );
56
  // Add Page numner.
57
  global $paged;
58
  if ( $paged >= 2 ) {
59
+ $title = '[' . sprintf( __( 'Page of %s', 'vk-all-in-one-expansion-unit' ), $paged ) . '] ' . $title;
60
  }
61
 
62
  $title = apply_filters( 'vkExUnit_get_wp_head_title', $title );
67
 
68
  function vkExUnit_wp_title_init() {
69
  vkExUnit_register_setting(
70
+ __( '&lt;title&gt; tag of homepage', 'vk-all-in-one-expansion-unit' ),
71
  'vkExUnit_wp_title',
72
  'vkExUnit_wp_title_validate',
73
  'vkExUnit_add_wp_title_page'
79
  $options = vkExUnit_get_wp_title_options();
80
  ?>
81
  <div id="seoSetting" class="sectionBox">
82
+ <h3><?php _e( '&lt;title&gt; tag of homepage', 'vk-all-in-one-expansion-unit' ); ?></h3>
83
  <table class="form-table">
84
  <!-- Google Analytics -->
85
  <tr>
86
+ <th><?php _e( '&lt;title&gt; tag of homepage', 'vk-all-in-one-expansion-unit' ); ?></th>
87
  <td>
88
  <p>
89
  <?php
90
+ $sitetitle_link = '<a href="' . get_admin_url() . 'options-general.php" target="_blank">' . __( 'title of the site', 'vk-all-in-one-expansion-unit' ) . '</a>';
91
+ printf( __( 'Normally "%1$s" is placed in the title tags of all the pages.', 'vk-all-in-one-expansion-unit' ), $sitetitle_link );
92
  ?>
93
  <br />
94
+ <?php printf( __( 'For example, it appears in the form of <br />&lt;title&gt;page title | %1$s&lt;/title&gt;<br /> if using a static page.', 'vk-all-in-one-expansion-unit' ), $sitetitle_link ); ?><br />
95
  <?php
96
+ printf( __( 'However, it might have negative impact on search engine rankings if the &lt;title&gt; is too long, <strong>therefore please include the most popular keywords in a summarized manner, keeping the %s as short as possible.</strong>', 'vk-all-in-one-expansion-unit' ), $sitetitle_link );
97
  ?>
98
  <br />
99
  <?php
100
+ $tagline_link = '<a href="' . get_admin_url() . 'options-general.php" target="_blank">' . __( 'Tagline', 'vk-all-in-one-expansion-unit' ) . '</a>';
101
+ printf( __( 'In the top page will be output usually in the form of <br />&lt;title&gt;%1$s | %2$s&lt;/title&gt;', 'vk-all-in-one-expansion-unit' ), $sitetitle_link, $tagline_link );
102
  ?>
103
  <br />
104
+ <?php _e( 'However, it may be too long in the above format. If the input to the input field of the following, its contents will be reflected.', 'vk-all-in-one-expansion-unit' ); ?>
105
+ <?php /*_e('However, in the home page, as described above, other title will not be added, it is possible to make the &lt;title&gt; little longer, which can be set separately here.', 'vk-all-in-one-expansion-unit' );*/ ?></p>
106
 
107
 
108
  <input type="text" name="vkExUnit_wp_title[extend_frontTitle]" value="<?php echo $options['extend_frontTitle']; ?>" />
plugins_admin/admin_bar.php CHANGED
@@ -30,7 +30,7 @@ function vkExUnit_adminbar_link( $wp_admin_bar ) {
30
  array(
31
  'parent' => 'veu_adminlink',
32
  'id' => 'veu_adminlink_active',
33
- 'title' => __( 'Active Setting', 'vkExUnit' ),
34
  'href' => admin_url() . 'admin.php?page=vkExUnit_setting_page',
35
  )
36
  );
@@ -41,7 +41,7 @@ function vkExUnit_adminbar_link( $wp_admin_bar ) {
41
  array(
42
  'parent' => 'veu_adminlink',
43
  'id' => 'veu_adminlink_main',
44
- 'title' => __( 'Main Setting', 'vkExUnit' ),
45
  'href' => admin_url() . 'admin.php?page=vkExUnit_main_setting',
46
  )
47
  );
30
  array(
31
  'parent' => 'veu_adminlink',
32
  'id' => 'veu_adminlink_active',
33
+ 'title' => __( 'Active Setting', 'vk-all-in-one-expansion-unit' ),
34
  'href' => admin_url() . 'admin.php?page=vkExUnit_setting_page',
35
  )
36
  );
41
  array(
42
  'parent' => 'veu_adminlink',
43
  'id' => 'veu_adminlink_main',
44
+ 'title' => __( 'Main Setting', 'vk-all-in-one-expansion-unit' ),
45
  'href' => admin_url() . 'admin.php?page=vkExUnit_main_setting',
46
  )
47
  );
plugins_admin/content-meta-box.php CHANGED
@@ -8,7 +8,7 @@
8
  */
9
  function veu_add_content_meta_box() {
10
  if ( apply_filters( 'veu_content_meta_box_activation', false ) ) {
11
- add_meta_box( 'veu_content_meta_box', __( 'Setting of insert items', 'vkExUnit' ), 'veu_content_meta_box_content', 'page', 'normal', 'high' );
12
  }
13
  }
14
  add_action( 'admin_menu', 'veu_add_content_meta_box' );
8
  */
9
  function veu_add_content_meta_box() {
10
  if ( apply_filters( 'veu_content_meta_box_activation', false ) ) {
11
+ add_meta_box( 'veu_content_meta_box', __( 'Setting of insert items', 'vk-all-in-one-expansion-unit' ), 'veu_content_meta_box_content', 'page', 'normal', 'high' );
12
  }
13
  }
14
  add_action( 'admin_menu', 'veu_add_content_meta_box' );
plugins_admin/customizer.php CHANGED
@@ -35,7 +35,7 @@ function veu_customize_register( $wp_customize ) {
35
  'priority' => 1000,
36
  'capability' => 'edit_theme_options',
37
  'theme_supports' => '',
38
- 'title' => veu_get_prefix_customize_panel() . ' ' . __( 'Settings', 'vkExUnit' ),
39
  )
40
  );
41
 
35
  'priority' => 1000,
36
  'capability' => 'edit_theme_options',
37
  'theme_supports' => '',
38
+ 'title' => veu_get_prefix_customize_panel() . ' ' . __( 'Settings', 'vk-all-in-one-expansion-unit' ),
39
  )
40
  );
41
 
plugins_admin/disable_guide.php CHANGED
@@ -14,7 +14,7 @@ function vkExUnit_adminbar_disable( $wp_admin_bar ) {
14
  if ( is_user_logged_in() && ! is_admin() && current_user_can( 'administrator' ) || current_user_can( 'editor' ) ) {
15
  $args = array(
16
  'id' => 'veu_disable_admin_edit',
17
- 'title' => __( 'Edit Guide', 'vkExUnit' ).' : <span class="_show">SHOW</span><span class="_hide">HIDE</span>',
18
  'meta' => array( 'class' => 'veu_admin_bar_disable_button' , 'onClick' => 'javascript:void(0);' ),
19
  );
20
  $wp_admin_bar->add_node( $args );
14
  if ( is_user_logged_in() && ! is_admin() && current_user_can( 'administrator' ) || current_user_can( 'editor' ) ) {
15
  $args = array(
16
  'id' => 'veu_disable_admin_edit',
17
+ 'title' => __( 'Edit Guide', 'vk-all-in-one-expansion-unit' ).' : <span class="_show">SHOW</span><span class="_hide">HIDE</span>',
18
  'meta' => array( 'class' => 'veu_admin_bar_disable_button' , 'onClick' => 'javascript:void(0);' ),
19
  );
20
  $wp_admin_bar->add_node( $args );
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.4
6
  Tested up to: 5.1.1
7
- Stable tag: 8.1.3
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -86,6 +86,10 @@ e.g.
86
 
87
  == Changelog ==
88
 
 
 
 
 
89
  = 8.1.3 =
90
  [ bugfix ][ insert ads ] can't remove post type check box
91
 
4
  Tags: Google Analytics, New posts, Related Posts, sitemap, sns, twitter card, Facebook Page Plugin, OG tags,
5
  Requires at least: 4.4
6
  Tested up to: 5.1.1
7
+ Stable tag: 8.2.0
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
86
 
87
  == Changelog ==
88
 
89
+ = 8.2.0 =
90
+ [ Child Page index ][ Add filter ] veu_childPage_list_read_more_txt
91
+ [ Specification change ][ textdomain ] step to GlotPress
92
+
93
  = 8.1.3 =
94
  [ bugfix ][ insert ads ] can't remove post type check box
95
 
veu-packages.php CHANGED
@@ -5,11 +5,11 @@ function vkExUnit_get_packages() {
5
  Example :
6
  $required_packages[] = array(
7
  'name' => 'auto_eyecatch',
8
- 'title' => __('Automatic Eye Catch insert', 'vkExUnit'),
9
- 'description' => __('Display Eye Catch image at before content.', 'vkExUnit'),
10
  'attr' => array(
11
  array(
12
- 'name' =>__('Setting','vkExUnit'),
13
  'url' => admin_url().'admin.php?page=vkExUnit_css_customize',
14
  'enable_only' => 1,
15
  )
@@ -75,8 +75,8 @@ function vkExUnit_get_packages() {
75
  /*-------------------------------------------*/
76
  $required_packages[] = array(
77
  'name' => 'fontawesome',
78
- 'title' => __( 'Print link fontawesome', 'vkExUnit' ),
79
- 'description' => __( 'Print fontawesome link tag to html head.', 'vkExUnit' ),
80
  'default' => false,
81
  'include' => 'font-awesome-config.php',
82
  );
@@ -86,8 +86,8 @@ function vkExUnit_get_packages() {
86
  /*-------------------------------------------*/
87
  $required_packages[] = array(
88
  'name' => 'vk-blocks',
89
- 'title' => __( 'VK Blocks ( Beta )', 'vkExUnit' ),
90
- 'description' => __( 'Extends Gutenberg\'s blocks.', 'vkExUnit' ),
91
  'default' => true,
92
  'include' => 'vk-blocks-config.php',
93
  );
@@ -97,11 +97,11 @@ function vkExUnit_get_packages() {
97
  /*-------------------------------------------*/
98
  $required_packages[] = array(
99
  'name' => 'wpTitle',
100
- 'title' => __( 'Rewrite the title tag', 'vkExUnit' ),
101
- 'description' => __( 'Print is rewritten by its own rules to html head.', 'vkExUnit' ),
102
  'attr' => array(
103
  array(
104
- 'name' => __( 'Setting', 'vkExUnit' ),
105
  'url' => admin_url( 'admin.php?page=vkExUnit_main_setting#vkExUnit_wp_title' ),
106
  'enable_only' => 1,
107
  ),
@@ -115,11 +115,11 @@ function vkExUnit_get_packages() {
115
  /*-------------------------------------------*/
116
  $required_packages[] = array(
117
  'name' => 'metaKeyword',
118
- 'title' => __( 'Print meta Keyword', 'vkExUnit' ),
119
- 'description' => __( 'Print meta Keyword to html head.', 'vkExUnit' ),
120
  'attr' => array(
121
  array(
122
- 'name' => __( 'Setting', 'vkExUnit' ),
123
  'url' => admin_url() . 'admin.php?page=vkExUnit_main_setting#vkExUnit_common_keywords',
124
  'enable_only' => 1,
125
  ),
@@ -132,8 +132,8 @@ function vkExUnit_get_packages() {
132
  /*-------------------------------------------*/
133
  $required_packages[] = array(
134
  'name' => 'metaDescription',
135
- 'title' => __( 'Print meta description', 'vkExUnit' ),
136
- 'description' => __( 'Print meta description to html head.', 'vkExUnit' ),
137
  'default' => true,
138
  'include' => 'meta_description.php',
139
  );
@@ -144,21 +144,21 @@ function vkExUnit_get_packages() {
144
  $deskSns = array();
145
  $settingPage = '<a href="' . admin_url() . 'admin.php?page=vkExUnit_main_setting#vkExUnit_sns_options">' . __( 'Main setting page' ) . '</a>';
146
  $deskSns[] = '<ul>';
147
- $deskSns[] = '<li>' . __( 'Print og tags to html head.', 'vkExUnit' ) . '</li>';
148
- $deskSns[] = '<li>' . __( 'Print twitter card tags to html head.', 'vkExUnit' ) . '</li>';
149
- $deskSns[] = '<li>' . __( 'Print social bookmark buttons.', 'vkExUnit' ) . '</li>';
150
- $deskSns[] = '<li>' . __( 'Facebook Page Plugin widget.', 'vkExUnit' ) . '</li>';
151
- $deskSns[] = '<li>' . __( 'Print Follow me box to content bottom.', 'vkExUnit' ) . '</li>';
152
  $deskSns[] = '</ul>';
153
- $deskSns[] = '<p>' . sprintf( __( '* You can stop the function separately from the %s.', 'vkExUnit' ), $settingPage ) . '</p>';
154
 
155
  $required_packages[] = array(
156
  'name' => 'sns',
157
- 'title' => __( 'Social media cooperation', 'vkExUnit' ),
158
  'description' => $deskSns,
159
  'attr' => array(
160
  array(
161
- 'name' => __( 'Setting', 'vkExUnit' ),
162
  'url' => admin_url() . 'admin.php?page=vkExUnit_main_setting#vkExUnit_sns_options',
163
  'enable_only' => 1,
164
  ),
@@ -173,10 +173,10 @@ function vkExUnit_get_packages() {
173
  $required_packages[] = array(
174
  'name' => 'ga',
175
  'title' => 'Google Analytics',
176
- 'description' => __( 'Print Google Analytics tracking code.', 'vkExUnit' ),
177
  'attr' => array(
178
  array(
179
- 'name' => __( 'Setting', 'vkExUnit' ),
180
  'url' => admin_url() . 'admin.php?page=vkExUnit_main_setting#vkExUnit_ga_options',
181
  'enable_only' => 1,
182
  ),
@@ -189,24 +189,24 @@ function vkExUnit_get_packages() {
189
  /* otherWidgets
190
  /*-------------------------------------------*/
191
  $desk = array();
192
- $desk[] = '<p>' . __( 'You can use various widgets.', 'vkExUnit' ) . '</p>';
193
  $desk[] = '<ul>';
194
- $desk[] = '<li>' . __( 'VK_Recent Posts - display the link text and the date of the latest article title.', 'vkExUnit' ) . '</li>';
195
- $desk[] = '<li>' . __( 'VK_Page content to widget - display the contents of the page to the widgets.', 'vkExUnit' ) . '</li>';
196
- $desk[] = '<li>' . __( 'VK_Profile - display the profile entered in the widget.', 'vkExUnit' ) . '</li>';
197
- $desk[] = '<li>' . __( 'VK_FB Page Plugin - display the Facebook Page Plugin.', 'vkExUnit' ) . '</li>';
198
- $desk[] = '<li>' . __( 'VK_3PR area - display the 3PR area.', 'vkExUnit' ) . '</li>';
199
- $desk[] = '<li>VK_' . __( 'categories/tags list', 'vkExUnit' ) . __( 'Displays a categories, tags or format list.', 'vkExUnit' ) . '</li>';
200
- $desk[] = '<li>VK_' . __( 'archive list', 'vkExUnit' ) . __( 'Displays a list of archives. You can choose the post type and also to display archives by month or by year.', 'vkExUnit' ) . '</li>';
201
  $desk[] = '</ul>';
202
 
203
  $required_packages[] = array(
204
  'name' => 'otherWidgets',
205
- 'title' => __( 'Widgets', 'vkExUnit' ),
206
  'description' => $desk,
207
  'attr' => array(
208
  array(
209
- 'name' => __( 'Setting', 'vkExUnit' ),
210
  'url' => admin_url() . 'widgets.php',
211
  'enable_only' => 1,
212
  ),
@@ -220,11 +220,11 @@ function vkExUnit_get_packages() {
220
  /*-------------------------------------------*/
221
  $required_packages[] = array(
222
  'name' => 'css_customize',
223
- 'title' => __( 'CSS customize', 'vkExUnit' ),
224
- 'description' => __( 'You can set Customize CSS.', 'vkExUnit' ),
225
  'attr' => array(
226
  array(
227
- 'name' => __( 'Setting', 'vkExUnit' ),
228
  'url' => admin_url() . 'admin.php?page=vkExUnit_css_customize',
229
  'enable_only' => 1,
230
  ),
@@ -239,8 +239,8 @@ function vkExUnit_get_packages() {
239
 
240
  $required_packages[] = array(
241
  'name' => 'childPageIndex',
242
- 'title' => __( 'Child page index', 'vkExUnit' ),
243
- 'description' => __( 'At the bottom of the specified page, it will display a list of the child page.', 'vkExUnit' ),
244
  'default' => true,
245
  'include' => 'child_page_index.php',
246
  );
@@ -250,8 +250,8 @@ function vkExUnit_get_packages() {
250
  /*-------------------------------------------*/
251
  $required_packages[] = array(
252
  'name' => 'pageList_ancestor',
253
- 'title' => __( 'Page list from ancestor', 'vkExUnit' ),
254
- 'description' => __( 'Display Page list from ancestor at after content.', 'vkExUnit' ),
255
  'default' => true,
256
  'include' => 'pageList_ancestor.php',
257
  );
@@ -261,11 +261,11 @@ function vkExUnit_get_packages() {
261
  /*-------------------------------------------*/
262
  $required_packages[] = array(
263
  'name' => 'contact_section',
264
- 'title' => __( 'Contact Section', 'vkExUnit' ),
265
- 'description' => __( 'Display Contact Section at after content.', 'vkExUnit' ),
266
  'attr' => array(
267
  array(
268
- 'name' => __( 'Setting', 'vkExUnit' ),
269
  'url' => admin_url() . 'admin.php?page=vkExUnit_main_setting#vkExUnit_contact',
270
  'enable_only' => 1,
271
  ),
@@ -279,8 +279,8 @@ function vkExUnit_get_packages() {
279
  /*-------------------------------------------*/
280
  $required_packages[] = array(
281
  'name' => 'sitemap_page',
282
- 'title' => __( 'Display HTML Site Map', 'vkExUnit' ),
283
- 'description' => __( 'It displays a HTML Site Map to the specified page.', 'vkExUnit' ),
284
  'default' => true,
285
  'include' => 'sitemap_page/sitemap_page.php',
286
  );
@@ -288,24 +288,24 @@ function vkExUnit_get_packages() {
288
  /*-------------------------------------------*/
289
  /* Call To Action
290
  /*-------------------------------------------*/
291
- $cta_description = __( 'Display the CTA at the end of the post content.', 'vkExUnit' );
292
  $cta_description .= '<br>';
293
- $cta_description .= __( 'The CTA stands for "Call to action" and this is the area that prompts the user behavior.', 'vkExUnit' );
294
  $cta_description .= '<br>';
295
- $cta_description .= __( 'As an example, text message and a link button for induction to the free sample download page.', 'vkExUnit' );
296
 
297
  $required_packages[] = array(
298
  'name' => 'call_to_action',
299
- 'title' => __( 'Call To Action', 'vkExUnit' ),
300
  'description' => $cta_description,
301
  'attr' => array(
302
  array(
303
- 'name' => __( 'Setting', 'vkExUnit' ),
304
  'url' => admin_url() . 'admin.php?page=vkExUnit_main_setting#vkExUnit_cta_settings',
305
  'enable_only' => 1,
306
  ),
307
  array(
308
- 'name' => __( 'Contents setting', 'vkExUnit' ),
309
  'url' => admin_url() . 'edit.php?post_type=cta',
310
  'enable_only' => 1,
311
  ),
@@ -319,11 +319,11 @@ function vkExUnit_get_packages() {
319
  /*-------------------------------------------*/
320
  $required_packages[] = array(
321
  'name' => 'insert_ads',
322
- 'title' => __( 'Insert ads', 'vkExUnit' ),
323
- 'description' => __( 'Insert ads to content.', 'vkExUnit' ),
324
  'attr' => array(
325
  array(
326
- 'name' => __( 'Setting', 'vkExUnit' ),
327
  'url' => admin_url() . 'admin.php?page=vkExUnit_main_setting#vkExUnit_Ads',
328
  'enable_only' => 1,
329
  ),
@@ -336,8 +336,8 @@ function vkExUnit_get_packages() {
336
  /*-------------------------------------------*/
337
  $required_packages[] = array(
338
  'name' => 'relatedPosts',
339
- 'title' => __( 'Related posts', 'vkExUnit' ),
340
- 'description' => __( 'Print Related posts lists to post content bottom.', 'vkExUnit' ),
341
  'default' => true,
342
  'include' => 'related_posts/related_posts.php',
343
  );
@@ -347,8 +347,8 @@ function vkExUnit_get_packages() {
347
  /*-------------------------------------------*/
348
  $required_packages[] = array(
349
  'name' => 'disable_ping-back',
350
- 'title' => __( 'Disable ping back', 'vkExUnit' ),
351
- 'description' => __( 'Disable xmlrpc ping back.', 'vkExUnit' ),
352
  'default' => false,
353
  'include' => 'disable_ping-back.php',
354
  'hidden' => true,
@@ -356,8 +356,8 @@ function vkExUnit_get_packages() {
356
 
357
  $required_packages[] = array(
358
  'name' => 'disable_dashbord',
359
- 'title' => __( 'Disable dashbord', 'vkExUnit' ),
360
- 'description' => __( 'Disable dashbord', 'vkExUnit' ),
361
  'default' => false,
362
  'include' => 'disable_dashbord.php',
363
  'hidden' => true,
@@ -365,8 +365,8 @@ function vkExUnit_get_packages() {
365
 
366
  $required_packages[] = array(
367
  'name' => 'admin_bar',
368
- 'title' => __( 'Admin bar manu', 'vkExUnit' ),
369
- 'description' => __( 'Add ExUnit menu to admin bar.', 'vkExUnit' ),
370
  'default' => true,
371
  'include' => '../plugins_admin/admin_bar.php',
372
  );
@@ -376,11 +376,11 @@ function vkExUnit_get_packages() {
376
  /*-------------------------------------------*/
377
  $required_packages[] = array(
378
  'name' => 'post_type_manager',
379
- 'title' => __( 'Post Type Manager', 'vkExUnit' ),
380
- 'description' => __( 'Add custom post types and custom taxonomies.', 'vkExUnit' ),
381
  'attr' => array(
382
  array(
383
- 'name' => __( 'Setting', 'vkExUnit' ),
384
  'url' => admin_url() . 'edit.php?post_type=post_type_manage',
385
  'enable_only' => 1,
386
  ),
@@ -394,8 +394,8 @@ function vkExUnit_get_packages() {
394
  /*-------------------------------------------*/
395
  $required_packages[] = array(
396
  'name' => 'pagetop_button',
397
- 'title' => __( 'Page Top Button', 'vkExUnit' ),
398
- 'description' => __( 'The page top button is displayed in the lower right corner of the screen.', 'vkExUnit' ),
399
  'default' => false,
400
  'include' => 'pagetop-btn/pagetop-btn.php',
401
  );
@@ -405,8 +405,8 @@ function vkExUnit_get_packages() {
405
  /*-------------------------------------------*/
406
  $required_packages[] = array(
407
  'name' => 'smooth_scroll',
408
- 'title' => __( 'Smooth scroll', 'vkExUnit' ),
409
- 'description' => __( 'Add smooth scroll at anchor link in same page.', 'vkExUnit' ),
410
  'default' => true,
411
  'include' => 'smooth-scroll/smooth-scroll.php',
412
  );
@@ -416,8 +416,8 @@ function vkExUnit_get_packages() {
416
  /*-------------------------------------------*/
417
  $required_packages[] = array(
418
  'name' => 'add_body_class',
419
- 'title' => __( 'Add body class', 'vkExUnit' ),
420
- 'description' => __( 'Add "Post type", "Page slug" etc class name to the body class.', 'vkExUnit' ),
421
  'default' => true,
422
  'include' => 'add-body-class.php',
423
  );
@@ -427,8 +427,8 @@ function vkExUnit_get_packages() {
427
  /*-------------------------------------------*/
428
  $required_packages[] = array(
429
  'name' => 'nav_menu_class_custom',
430
- 'title' => __( 'Navi menu class custom', 'vkExUnit' ),
431
- 'description' => __( 'Current class tuning of navi menu.', 'vkExUnit' ),
432
  'default' => true,
433
  'include' => 'nav-menu-class-custom.php',
434
  );
@@ -438,8 +438,8 @@ function vkExUnit_get_packages() {
438
  /*-------------------------------------------*/
439
  $required_packages[] = array(
440
  'name' => 'auto_eyecatch',
441
- 'title' => __( 'Automatic Eye Catch insert', 'vkExUnit' ),
442
- 'description' => __( 'Display Eye Catch image at before content.', 'vkExUnit' ),
443
  'default' => false,
444
  'include' => 'auto_eyecatch.php',
445
  );
@@ -449,8 +449,8 @@ function vkExUnit_get_packages() {
449
  /*-------------------------------------------*/
450
  $required_packages[] = array(
451
  'name' => 'tiny_mce_style_tags',
452
- 'title' => __( 'TinyMCE Style Tags', 'vkExUnit' ),
453
- 'description' => __( 'Add TinyMCE Editor to style tags.', 'vkExUnit' ),
454
  'default' => true,
455
  'include' => 'tiny_mce_style_tags.php',
456
  );
@@ -460,8 +460,8 @@ function vkExUnit_get_packages() {
460
  /*-------------------------------------------*/
461
  $required_packages[] = array(
462
  'name' => 'bootstrap',
463
- 'title' => __( 'Print Bootstrap css ( grid / button / table )', 'vkExUnit' ),
464
- 'description' => __( 'If your using theme has already including Bootstrap, you deactivate this item.', 'vkExUnit' ),
465
  'default' => false,
466
  'include' => 'bootstrap.php',
467
  );
@@ -471,8 +471,8 @@ function vkExUnit_get_packages() {
471
  /*-------------------------------------------*/
472
  $required_packages[] = array(
473
  'name' => 'icon',
474
- 'title' => __( 'Favicon setting', 'vkExUnit' ),
475
- 'description' => __( 'About favicon.', 'vkExUnit' ) . '<br><br>* * * * * * * * * * * * * * * * * * * * * * * * <br>' . __( 'This feature will be discontinued shortly.<br>You can set the site icon from "Site Identity" panel of "Themes > Customize".', 'vkExUnit' ) . '<br>* * * * * * * * * * * * * * * * * * * * * * * * ',
476
  'default' => false,
477
  'include' => 'icons.php',
478
  );
5
  Example :
6
  $required_packages[] = array(
7
  'name' => 'auto_eyecatch',
8
+ 'title' => __('Automatic Eye Catch insert', 'vk-all-in-one-expansion-unit' ),
9
+ 'description' => __('Display Eye Catch image at before content.', 'vk-all-in-one-expansion-unit' ),
10
  'attr' => array(
11
  array(
12
+ 'name' =>__('Setting', 'vk-all-in-one-expansion-unit' ),
13
  'url' => admin_url().'admin.php?page=vkExUnit_css_customize',
14
  'enable_only' => 1,
15
  )
75
  /*-------------------------------------------*/
76
  $required_packages[] = array(
77
  'name' => 'fontawesome',
78
+ 'title' => __( 'Print link fontawesome', 'vk-all-in-one-expansion-unit' ),
79
+ 'description' => __( 'Print fontawesome link tag to html head.', 'vk-all-in-one-expansion-unit' ),
80
  'default' => false,
81
  'include' => 'font-awesome-config.php',
82
  );
86
  /*-------------------------------------------*/
87
  $required_packages[] = array(
88
  'name' => 'vk-blocks',
89
+ 'title' => __( 'VK Blocks ( Beta )', 'vk-all-in-one-expansion-unit' ),
90
+ 'description' => __( 'Extends Gutenberg\'s blocks.', 'vk-all-in-one-expansion-unit' ),
91
  'default' => true,
92
  'include' => 'vk-blocks-config.php',
93
  );
97
  /*-------------------------------------------*/
98
  $required_packages[] = array(
99
  'name' => 'wpTitle',
100
+ 'title' => __( 'Rewrite the title tag', 'vk-all-in-one-expansion-unit' ),
101
+ 'description' => __( 'Print is rewritten by its own rules to html head.', 'vk-all-in-one-expansion-unit' ),
102
  'attr' => array(
103
  array(
104
+ 'name' => __( 'Setting', 'vk-all-in-one-expansion-unit' ),
105
  'url' => admin_url( 'admin.php?page=vkExUnit_main_setting#vkExUnit_wp_title' ),
106
  'enable_only' => 1,
107
  ),
115
  /*-------------------------------------------*/
116
  $required_packages[] = array(
117
  'name' => 'metaKeyword',
118
+ 'title' => __( 'Print meta Keyword', 'vk-all-in-one-expansion-unit' ),
119
+ 'description' => __( 'Print meta Keyword to html head.', 'vk-all-in-one-expansion-unit' ),
120
  'attr' => array(
121
  array(
122
+ 'name' => __( 'Setting', 'vk-all-in-one-expansion-unit' ),
123
  'url' => admin_url() . 'admin.php?page=vkExUnit_main_setting#vkExUnit_common_keywords',
124
  'enable_only' => 1,
125
  ),
132
  /*-------------------------------------------*/
133
  $required_packages[] = array(
134
  'name' => 'metaDescription',
135
+ 'title' => __( 'Print meta description', 'vk-all-in-one-expansion-unit' ),
136
+ 'description' => __( 'Print meta description to html head.', 'vk-all-in-one-expansion-unit' ),
137
  'default' => true,
138
  'include' => 'meta_description.php',
139
  );
144
  $deskSns = array();
145
  $settingPage = '<a href="' . admin_url() . 'admin.php?page=vkExUnit_main_setting#vkExUnit_sns_options">' . __( 'Main setting page' ) . '</a>';
146
  $deskSns[] = '<ul>';
147
+ $deskSns[] = '<li>' . __( 'Print og tags to html head.', 'vk-all-in-one-expansion-unit' ) . '</li>';
148
+ $deskSns[] = '<li>' . __( 'Print twitter card tags to html head.', 'vk-all-in-one-expansion-unit' ) . '</li>';
149
+ $deskSns[] = '<li>' . __( 'Print social bookmark buttons.', 'vk-all-in-one-expansion-unit' ) . '</li>';
150
+ $deskSns[] = '<li>' . __( 'Facebook Page Plugin widget.', 'vk-all-in-one-expansion-unit' ) . '</li>';
151
+ $deskSns[] = '<li>' . __( 'Print Follow me box to content bottom.', 'vk-all-in-one-expansion-unit' ) . '</li>';
152
  $deskSns[] = '</ul>';
153
+ $deskSns[] = '<p>' . sprintf( __( '* You can stop the function separately from the %s.', 'vk-all-in-one-expansion-unit' ), $settingPage ) . '</p>';
154
 
155
  $required_packages[] = array(
156
  'name' => 'sns',
157
+ 'title' => __( 'Social media cooperation', 'vk-all-in-one-expansion-unit' ),
158
  'description' => $deskSns,
159
  'attr' => array(
160
  array(
161
+ 'name' => __( 'Setting', 'vk-all-in-one-expansion-unit' ),
162
  'url' => admin_url() . 'admin.php?page=vkExUnit_main_setting#vkExUnit_sns_options',
163
  'enable_only' => 1,
164
  ),
173
  $required_packages[] = array(
174
  'name' => 'ga',
175
  'title' => 'Google Analytics',
176
+ 'description' => __( 'Print Google Analytics tracking code.', 'vk-all-in-one-expansion-unit' ),
177
  'attr' => array(
178
  array(
179
+ 'name' => __( 'Setting', 'vk-all-in-one-expansion-unit' ),
180
  'url' => admin_url() . 'admin.php?page=vkExUnit_main_setting#vkExUnit_ga_options',
181
  'enable_only' => 1,
182
  ),
189
  /* otherWidgets
190
  /*-------------------------------------------*/
191
  $desk = array();
192
+ $desk[] = '<p>' . __( 'You can use various widgets.', 'vk-all-in-one-expansion-unit' ) . '</p>';
193
  $desk[] = '<ul>';
194
+ $desk[] = '<li>' . __( 'VK_Recent Posts - display the link text and the date of the latest article title.', 'vk-all-in-one-expansion-unit' ) . '</li>';
195
+ $desk[] = '<li>' . __( 'VK_Page content to widget - display the contents of the page to the widgets.', 'vk-all-in-one-expansion-unit' ) . '</li>';
196
+ $desk[] = '<li>' . __( 'VK_Profile - display the profile entered in the widget.', 'vk-all-in-one-expansion-unit' ) . '</li>';
197
+ $desk[] = '<li>' . __( 'VK_FB Page Plugin - display the Facebook Page Plugin.', 'vk-all-in-one-expansion-unit' ) . '</li>';
198
+ $desk[] = '<li>' . __( 'VK_3PR area - display the 3PR area.', 'vk-all-in-one-expansion-unit' ) . '</li>';
199
+ $desk[] = '<li>VK_' . __( 'categories/tags list', 'vk-all-in-one-expansion-unit' ) . __( 'Displays a categories, tags or format list.', 'vk-all-in-one-expansion-unit' ) . '</li>';
200
+ $desk[] = '<li>VK_' . __( 'archive list', 'vk-all-in-one-expansion-unit' ) . __( 'Displays a list of archives. You can choose the post type and also to display archives by month or by year.', 'vk-all-in-one-expansion-unit' ) . '</li>';
201
  $desk[] = '</ul>';
202
 
203
  $required_packages[] = array(
204
  'name' => 'otherWidgets',
205
+ 'title' => __( 'Widgets', 'vk-all-in-one-expansion-unit' ),
206
  'description' => $desk,
207
  'attr' => array(
208
  array(
209
+ 'name' => __( 'Setting', 'vk-all-in-one-expansion-unit' ),
210
  'url' => admin_url() . 'widgets.php',
211
  'enable_only' => 1,
212
  ),
220
  /*-------------------------------------------*/
221
  $required_packages[] = array(
222
  'name' => 'css_customize',
223
+ 'title' => __( 'CSS customize', 'vk-all-in-one-expansion-unit' ),
224
+ 'description' => __( 'You can set Customize CSS.', 'vk-all-in-one-expansion-unit' ),
225
  'attr' => array(
226
  array(
227
+ 'name' => __( 'Setting', 'vk-all-in-one-expansion-unit' ),
228
  'url' => admin_url() . 'admin.php?page=vkExUnit_css_customize',
229
  'enable_only' => 1,
230
  ),
239
 
240
  $required_packages[] = array(
241
  'name' => 'childPageIndex',
242
+ 'title' => __( 'Child page index', 'vk-all-in-one-expansion-unit' ),
243
+ 'description' => __( 'At the bottom of the specified page, it will display a list of the child page.', 'vk-all-in-one-expansion-unit' ),
244
  'default' => true,
245
  'include' => 'child_page_index.php',
246
  );
250
  /*-------------------------------------------*/
251
  $required_packages[] = array(
252
  'name' => 'pageList_ancestor',
253
+ 'title' => __( 'Page list from ancestor', 'vk-all-in-one-expansion-unit' ),
254
+ 'description' => __( 'Display Page list from ancestor at after content.', 'vk-all-in-one-expansion-unit' ),
255
  'default' => true,
256
  'include' => 'pageList_ancestor.php',
257
  );
261
  /*-------------------------------------------*/
262
  $required_packages[] = array(
263
  'name' => 'contact_section',
264
+ 'title' => __( 'Contact Section', 'vk-all-in-one-expansion-unit' ),
265
+ 'description' => __( 'Display Contact Section at after content.', 'vk-all-in-one-expansion-unit' ),
266
  'attr' => array(
267
  array(
268
+ 'name' => __( 'Setting', 'vk-all-in-one-expansion-unit' ),
269
  'url' => admin_url() . 'admin.php?page=vkExUnit_main_setting#vkExUnit_contact',
270
  'enable_only' => 1,
271
  ),
279
  /*-------------------------------------------*/
280
  $required_packages[] = array(
281
  'name' => 'sitemap_page',
282
+ 'title' => __( 'Display HTML Site Map', 'vk-all-in-one-expansion-unit' ),
283
+ 'description' => __( 'It displays a HTML Site Map to the specified page.', 'vk-all-in-one-expansion-unit' ),
284
  'default' => true,
285
  'include' => 'sitemap_page/sitemap_page.php',
286
  );
288
  /*-------------------------------------------*/
289
  /* Call To Action
290
  /*-------------------------------------------*/
291
+ $cta_description = __( 'Display the CTA at the end of the post content.', 'vk-all-in-one-expansion-unit' );
292
  $cta_description .= '<br>';
293
+ $cta_description .= __( 'The CTA stands for "Call to action" and this is the area that prompts the user behavior.', 'vk-all-in-one-expansion-unit' );
294
  $cta_description .= '<br>';
295
+ $cta_description .= __( 'As an example, text message and a link button for induction to the free sample download page.', 'vk-all-in-one-expansion-unit' );
296
 
297
  $required_packages[] = array(
298
  'name' => 'call_to_action',
299
+ 'title' => __( 'Call To Action', 'vk-all-in-one-expansion-unit' ),
300
  'description' => $cta_description,
301
  'attr' => array(
302
  array(
303
+ 'name' => __( 'Setting', 'vk-all-in-one-expansion-unit' ),
304
  'url' => admin_url() . 'admin.php?page=vkExUnit_main_setting#vkExUnit_cta_settings',
305
  'enable_only' => 1,
306
  ),
307
  array(
308
+ 'name' => __( 'Contents setting', 'vk-all-in-one-expansion-unit' ),
309
  'url' => admin_url() . 'edit.php?post_type=cta',
310
  'enable_only' => 1,
311
  ),
319
  /*-------------------------------------------*/
320
  $required_packages[] = array(
321
  'name' => 'insert_ads',
322
+ 'title' => __( 'Insert ads', 'vk-all-in-one-expansion-unit' ),
323
+ 'description' => __( 'Insert ads to content.', 'vk-all-in-one-expansion-unit' ),
324
  'attr' => array(
325
  array(
326
+ 'name' => __( 'Setting', 'vk-all-in-one-expansion-unit' ),
327
  'url' => admin_url() . 'admin.php?page=vkExUnit_main_setting#vkExUnit_Ads',
328
  'enable_only' => 1,
329
  ),
336
  /*-------------------------------------------*/
337
  $required_packages[] = array(
338
  'name' => 'relatedPosts',
339
+ 'title' => __( 'Related posts', 'vk-all-in-one-expansion-unit' ),
340
+ 'description' => __( 'Print Related posts lists to post content bottom.', 'vk-all-in-one-expansion-unit' ),
341
  'default' => true,
342
  'include' => 'related_posts/related_posts.php',
343
  );
347
  /*-------------------------------------------*/
348
  $required_packages[] = array(
349
  'name' => 'disable_ping-back',
350
+ 'title' => __( 'Disable ping back', 'vk-all-in-one-expansion-unit' ),
351
+ 'description' => __( 'Disable xmlrpc ping back.', 'vk-all-in-one-expansion-unit' ),
352
  'default' => false,
353
  'include' => 'disable_ping-back.php',
354
  'hidden' => true,
356
 
357
  $required_packages[] = array(
358
  'name' => 'disable_dashbord',
359
+ 'title' => __( 'Disable dashbord', 'vk-all-in-one-expansion-unit' ),
360
+ 'description' => __( 'Disable dashbord', 'vk-all-in-one-expansion-unit' ),
361
  'default' => false,
362
  'include' => 'disable_dashbord.php',
363
  'hidden' => true,
365
 
366
  $required_packages[] = array(
367
  'name' => 'admin_bar',
368
+ 'title' => __( 'Admin bar manu', 'vk-all-in-one-expansion-unit' ),
369
+ 'description' => __( 'Add ExUnit menu to admin bar.', 'vk-all-in-one-expansion-unit' ),
370
  'default' => true,
371
  'include' => '../plugins_admin/admin_bar.php',
372
  );
376
  /*-------------------------------------------*/
377
  $required_packages[] = array(
378
  'name' => 'post_type_manager',
379
+ 'title' => __( 'Post Type Manager', 'vk-all-in-one-expansion-unit' ),
380
+ 'description' => __( 'Add custom post types and custom taxonomies.', 'vk-all-in-one-expansion-unit' ),
381
  'attr' => array(
382
  array(
383
+ 'name' => __( 'Setting', 'vk-all-in-one-expansion-unit' ),
384
  'url' => admin_url() . 'edit.php?post_type=post_type_manage',
385
  'enable_only' => 1,
386
  ),
394
  /*-------------------------------------------*/
395
  $required_packages[] = array(
396
  'name' => 'pagetop_button',
397
+ 'title' => __( 'Page Top Button', 'vk-all-in-one-expansion-unit' ),
398
+ 'description' => __( 'The page top button is displayed in the lower right corner of the screen.', 'vk-all-in-one-expansion-unit' ),
399
  'default' => false,
400
  'include' => 'pagetop-btn/pagetop-btn.php',
401
  );
405
  /*-------------------------------------------*/
406
  $required_packages[] = array(
407
  'name' => 'smooth_scroll',
408
+ 'title' => __( 'Smooth scroll', 'vk-all-in-one-expansion-unit' ),
409
+ 'description' => __( 'Add smooth scroll at anchor link in same page.', 'vk-all-in-one-expansion-unit' ),
410
  'default' => true,
411
  'include' => 'smooth-scroll/smooth-scroll.php',
412
  );
416
  /*-------------------------------------------*/
417
  $required_packages[] = array(
418
  'name' => 'add_body_class',
419
+ 'title' => __( 'Add body class', 'vk-all-in-one-expansion-unit' ),
420
+ 'description' => __( 'Add "Post type", "Page slug" etc class name to the body class.', 'vk-all-in-one-expansion-unit' ),
421
  'default' => true,
422
  'include' => 'add-body-class.php',
423
  );
427
  /*-------------------------------------------*/
428
  $required_packages[] = array(
429
  'name' => 'nav_menu_class_custom',
430
+ 'title' => __( 'Navi menu class custom', 'vk-all-in-one-expansion-unit' ),
431
+ 'description' => __( 'Current class tuning of navi menu.', 'vk-all-in-one-expansion-unit' ),
432
  'default' => true,
433
  'include' => 'nav-menu-class-custom.php',
434
  );
438
  /*-------------------------------------------*/
439
  $required_packages[] = array(
440
  'name' => 'auto_eyecatch',
441
+ 'title' => __( 'Automatic Eye Catch insert', 'vk-all-in-one-expansion-unit' ),
442
+ 'description' => __( 'Display Eye Catch image at before content.', 'vk-all-in-one-expansion-unit' ),
443
  'default' => false,
444
  'include' => 'auto_eyecatch.php',
445
  );
449
  /*-------------------------------------------*/
450
  $required_packages[] = array(
451
  'name' => 'tiny_mce_style_tags',
452
+ 'title' => __( 'TinyMCE Style Tags', 'vk-all-in-one-expansion-unit' ),
453
+ 'description' => __( 'Add TinyMCE Editor to style tags.', 'vk-all-in-one-expansion-unit' ),
454
  'default' => true,
455
  'include' => 'tiny_mce_style_tags.php',
456
  );
460
  /*-------------------------------------------*/
461
  $required_packages[] = array(
462
  'name' => 'bootstrap',
463
+ 'title' => __( 'Print Bootstrap css ( grid / button / table )', 'vk-all-in-one-expansion-unit' ),
464
+ 'description' => __( 'If your using theme has already including Bootstrap, you deactivate this item.', 'vk-all-in-one-expansion-unit' ),
465
  'default' => false,
466
  'include' => 'bootstrap.php',
467
  );
471
  /*-------------------------------------------*/
472
  $required_packages[] = array(
473
  'name' => 'icon',
474
+ 'title' => __( 'Favicon setting', 'vk-all-in-one-expansion-unit' ),
475
+ 'description' => __( 'About favicon.', 'vk-all-in-one-expansion-unit' ) . '<br><br>* * * * * * * * * * * * * * * * * * * * * * * * <br>' . __( 'This feature will be discontinued shortly.<br>You can set the site icon from "Site Identity" panel of "Themes > Customize".', 'vk-all-in-one-expansion-unit' ) . '<br>* * * * * * * * * * * * * * * * * * * * * * * * ',
476
  'default' => false,
477
  'include' => 'icons.php',
478
  );
vkExUnit.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: VK All in One Expansion Unit
4
  * Plugin URI: https://ex-unit.nagoya
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: 8.1.3
7
  * Author: Vektor,Inc.
8
  * Text Domain: vkExUnit
9
  * Domain Path: /languages
@@ -35,7 +35,7 @@ global $vkExUnit_version;
35
  $vkExUnit_version = $data['version'];
36
 
37
  // include('plugins/css_customize/css-customize.php');
38
- load_plugin_textdomain( 'vkExUnit', false, basename( dirname( __FILE__ ) ) . '/languages' );
39
 
40
 
41
  function vkExUnit_get_directory( $path = '' ) {
@@ -78,10 +78,10 @@ function vkExUnit_phpversion_error( $val ) {
78
  本来システム名は vkExUnit_get_little_short_name() で引っ張るが、PHPのバージョンが低くて vkExUnit_get_little_short_name() 関数が読み込まれていないので"VK ExUnit"直書き
79
  */
80
  printf(
81
- __( 'The current PHP version(%s) is too old, so VK ExUnit will not work.', 'vkExUnit' ), phpversion()
82
  );
83
  ?>
84
- <?php _e( 'VK ExUnit supports PHP5.6 or later.', 'vkExUnit' ); ?>
85
  </p></div>
86
  <?php
87
  return $val;
@@ -92,13 +92,13 @@ function vkExUnit_phpversion_warning_notice( $val ) {
92
  return $val;
93
  }
94
  global $hook_suffix;
95
- if ( strpos( $hook_suffix, 'vkExUnit' ) == false ) {
96
  return;
97
  }
98
  ?>
99
  <div class="notice notice-warning is-dismissible"><p>
100
- <?php printf( __( 'Current PHP Version(%s) is old.', 'vkExUnit' ), phpversion() ); ?>
101
- <?php printf( __( '%s supports PHP5.6 or later.', 'vkExUnit' ), vkExUnit_get_little_short_name() ); ?>
102
  </p></div>
103
  <?php
104
  return $val;
3
  * Plugin Name: VK All in One Expansion Unit
4
  * Plugin URI: https://ex-unit.nagoya
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: 8.2.0
7
  * Author: Vektor,Inc.
8
  * Text Domain: vkExUnit
9
  * Domain Path: /languages
35
  $vkExUnit_version = $data['version'];
36
 
37
  // include('plugins/css_customize/css-customize.php');
38
+ load_plugin_textdomain( 'vk-all-in-one-expansion-unit', false, basename( dirname( __FILE__ ) ) . '/languages' );
39
 
40
 
41
  function vkExUnit_get_directory( $path = '' ) {
78
  本来システム名は vkExUnit_get_little_short_name() で引っ張るが、PHPのバージョンが低くて vkExUnit_get_little_short_name() 関数が読み込まれていないので"VK ExUnit"直書き
79
  */
80
  printf(
81
+ __( 'The current PHP version(%s) is too old, so VK ExUnit will not work.', 'vk-all-in-one-expansion-unit' ), phpversion()
82
  );
83
  ?>
84
+ <?php _e( 'VK ExUnit supports PHP5.6 or later.', 'vk-all-in-one-expansion-unit' ); ?>
85
  </p></div>
86
  <?php
87
  return $val;
92
  return $val;
93
  }
94
  global $hook_suffix;
95
+ if ( strpos( $hook_suffix, 'vk-all-in-one-expansion-unit' ) == false ) {
96
  return;
97
  }
98
  ?>
99
  <div class="notice notice-warning is-dismissible"><p>
100
+ <?php printf( __( 'Current PHP Version(%s) is old.', 'vk-all-in-one-expansion-unit' ), phpversion() ); ?>
101
+ <?php printf( __( '%s supports PHP5.6 or later.', 'vk-all-in-one-expansion-unit' ), vkExUnit_get_little_short_name() ); ?>
102
  </p></div>
103
  <?php
104
  return $val;