Version Description
Download this release
Release Info
Developer | kurudrive |
Plugin | VK All in One Expansion Unit |
Version | 2.1.6 |
Comparing to | |
See all releases |
Code changes from version 2.1.5 to 2.1.6
- _scss/_contents_option_style.scss +12 -3
- css/style.css +7 -5
- css/style_in_bs.css +7 -5
- languages/vkExUnit-ja.mo +0 -0
- languages/vkExUnit-ja.po +1 -1
- plugins/contact_section.php +1 -1
- readme.txt +1 -1
- vkExUnit.php +1 -1
_scss/_contents_option_style.scss
CHANGED
@@ -7,9 +7,18 @@ p.leadTxt { font-size:2em;line-height: 150%;padding:0; }
|
|
7 |
|
8 |
/* .qaItem
|
9 |
/*-------------------------------------------*/
|
10 |
-
dl.
|
11 |
-
|
12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
|
14 |
/* .flowBox
|
15 |
/*-------------------------------------------*/
|
7 |
|
8 |
/* .qaItem
|
9 |
/*-------------------------------------------*/
|
10 |
+
dl.veu_qaItem { display:block; overflow:hidden;border-bottom:1px dotted #ccc; padding:0px 0px 20px; margin:0px 0px 20px; width:100%; position: relative;
|
11 |
+
dt,
|
12 |
+
dd { border:none;padding-left: 35px; }
|
13 |
+
dt:before,
|
14 |
+
dd:before { position: absolute;left:0;font-size:24px;line-height: 105%; }
|
15 |
+
dt { margin-bottom:15px;font-size:18px;
|
16 |
+
&:before { font-family:"areal";content:"Q ";color:#e50000; }
|
17 |
+
}
|
18 |
+
dd { margin-bottom:0px;
|
19 |
+
&:before { content:"A ";color:#337ab7;font-family: "" }
|
20 |
+
}
|
21 |
+
}
|
22 |
|
23 |
/* .flowBox
|
24 |
/*-------------------------------------------*/
|
css/style.css
CHANGED
@@ -20,11 +20,13 @@
|
|
20 |
|
21 |
/* .qaItem
|
22 |
/*-------------------------------------------*/
|
23 |
-
dl.
|
24 |
-
|
25 |
-
dl.
|
26 |
-
|
27 |
-
dl.
|
|
|
|
|
28 |
|
29 |
/* .flowBox
|
30 |
/*-------------------------------------------*/
|
20 |
|
21 |
/* .qaItem
|
22 |
/*-------------------------------------------*/
|
23 |
+
dl.veu_qaItem { display: block; overflow: hidden; border-bottom: 1px dotted #ccc; padding: 0px 0px 20px; margin: 0px 0px 20px; width: 100%; position: relative; }
|
24 |
+
dl.veu_qaItem dt, dl.veu_qaItem dd { border: none; padding-left: 35px; }
|
25 |
+
dl.veu_qaItem dt:before, dl.veu_qaItem dd:before { position: absolute; left: 0; font-size: 24px; line-height: 105%; }
|
26 |
+
dl.veu_qaItem dt { margin-bottom: 15px; font-size: 18px; }
|
27 |
+
dl.veu_qaItem dt:before { font-family: "areal"; content: "Q "; color: #e50000; }
|
28 |
+
dl.veu_qaItem dd { margin-bottom: 0px; }
|
29 |
+
dl.veu_qaItem dd:before { content: "A "; color: #337ab7; font-family: ""; }
|
30 |
|
31 |
/* .flowBox
|
32 |
/*-------------------------------------------*/
|
css/style_in_bs.css
CHANGED
@@ -600,11 +600,13 @@ input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="butto
|
|
600 |
|
601 |
/* .qaItem
|
602 |
/*-------------------------------------------*/
|
603 |
-
dl.
|
604 |
-
|
605 |
-
dl.
|
606 |
-
|
607 |
-
dl.
|
|
|
|
|
608 |
|
609 |
/* .flowBox
|
610 |
/*-------------------------------------------*/
|
600 |
|
601 |
/* .qaItem
|
602 |
/*-------------------------------------------*/
|
603 |
+
dl.veu_qaItem { display: block; overflow: hidden; border-bottom: 1px dotted #ccc; padding: 0px 0px 20px; margin: 0px 0px 20px; width: 100%; position: relative; }
|
604 |
+
dl.veu_qaItem dt, dl.veu_qaItem dd { border: none; padding-left: 35px; }
|
605 |
+
dl.veu_qaItem dt:before, dl.veu_qaItem dd:before { position: absolute; left: 0; font-size: 24px; line-height: 105%; }
|
606 |
+
dl.veu_qaItem dt { margin-bottom: 15px; font-size: 18px; }
|
607 |
+
dl.veu_qaItem dt:before { font-family: "areal"; content: "Q "; color: #e50000; }
|
608 |
+
dl.veu_qaItem dd { margin-bottom: 0px; }
|
609 |
+
dl.veu_qaItem dd:before { content: "A "; color: #337ab7; font-family: ""; }
|
610 |
|
611 |
/* .flowBox
|
612 |
/*-------------------------------------------*/
|
languages/vkExUnit-ja.mo
CHANGED
Binary file
|
languages/vkExUnit-ja.po
CHANGED
@@ -459,7 +459,7 @@ msgstr "営業時間"
|
|
459 |
|
460 |
#: ../plugins/contact_section.php:91
|
461 |
msgid "Weekdays except holidays"
|
462 |
-
msgstr ""
|
463 |
|
464 |
#: ../plugins/contact_section.php:96
|
465 |
msgid "The contact page URL"
|
459 |
|
460 |
#: ../plugins/contact_section.php:91
|
461 |
msgid "Weekdays except holidays"
|
462 |
+
msgstr "土日・祝日除く"
|
463 |
|
464 |
#: ../plugins/contact_section.php:96
|
465 |
msgid "The contact page URL"
|
plugins/contact_section.php
CHANGED
@@ -30,7 +30,7 @@ class vExUnit_Contact {
|
|
30 |
add_action( 'admin_init', array($this, 'options_init') );
|
31 |
add_action('save_post', array($this, 'save_custom_field_postdata') );
|
32 |
add_shortcode('vkExUnit_contact_section', array($this, 'shortcode') );
|
33 |
-
add_filter('the_content', array($this, 'set_content' ), 1);
|
34 |
add_filter('vkExUnit_customField_Page_activation', array($this, 'activate_metavox'), 10, 1);
|
35 |
add_action('vkExUnit_customField_Page_box', array($this, 'render_meta_box') );
|
36 |
}
|
30 |
add_action( 'admin_init', array($this, 'options_init') );
|
31 |
add_action('save_post', array($this, 'save_custom_field_postdata') );
|
32 |
add_shortcode('vkExUnit_contact_section', array($this, 'shortcode') );
|
33 |
+
add_filter('the_content', array($this, 'set_content' ), 10,1);
|
34 |
add_filter('vkExUnit_customField_Page_activation', array($this, 'activate_metavox'), 10, 1);
|
35 |
add_action('vkExUnit_customField_Page_box', array($this, 'render_meta_box') );
|
36 |
}
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link:
|
|
4 |
Tags: Google Analytics, New posts, Related Posts, sitemap, sns, twitter card, Facebook Page Plugin, OG tags,
|
5 |
Requires at least: 4.2
|
6 |
Tested up to: 4.2
|
7 |
-
Stable tag: 2.1.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
4 |
Tags: Google Analytics, New posts, Related Posts, sitemap, sns, twitter card, Facebook Page Plugin, OG tags,
|
5 |
Requires at least: 4.2
|
6 |
Tested up to: 4.2
|
7 |
+
Stable tag: 2.1.6
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
vkExUnit.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: VK All in One Expansion Unit
|
4 |
Plugin URI: https://github.com/kurudrive/VK-All-in-one-Expansion-Unit
|
5 |
Description: This plug-in is an integrated plug-in with a variety of features that make it powerful your web site. Many features can be stopped individually. Example Facebook Page Plugin,Social Bookmarks,Print OG Tags,Print Twitter Card Tags,Print Google Analytics tag,New post widget,Insert Related Posts and more!
|
6 |
-
Version: 2.1.
|
7 |
Author: Vektor,Inc.
|
8 |
Author URI: http://vektor-inc.co.jp
|
9 |
License: GPL2
|
3 |
Plugin Name: VK All in One Expansion Unit
|
4 |
Plugin URI: https://github.com/kurudrive/VK-All-in-one-Expansion-Unit
|
5 |
Description: This plug-in is an integrated plug-in with a variety of features that make it powerful your web site. Many features can be stopped individually. Example Facebook Page Plugin,Social Bookmarks,Print OG Tags,Print Twitter Card Tags,Print Google Analytics tag,New post widget,Insert Related Posts and more!
|
6 |
+
Version: 2.1.6
|
7 |
Author: Vektor,Inc.
|
8 |
Author URI: http://vektor-inc.co.jp
|
9 |
License: GPL2
|