Version Description
Download this release
Release Info
Developer | kurudrive |
Plugin | Lightning Advanced Unit |
Version | 2.0.1 |
Comparing to | |
See all releases |
Code changes from version 2.0.0 to 2.0.1
- inc/navigation/_scss/navigation.scss +1 -1
- inc/navigation/css/navigation.css +1 -1
- lightning_advanced_unit.php +1 -1
- readme.txt +5 -2
inc/navigation/_scss/navigation.scss
CHANGED
@@ -16,7 +16,7 @@ body { overflow-x:hidden; }
|
|
16 |
|
17 |
@media (max-width: 991px){
|
18 |
.menuBtn { position: fixed;top:inherit; }
|
19 |
-
.navSection { overflow:scroll; display: none;position: fixed;height:100%;
|
20 |
.searchform { margin:10px;overflow:hidden;padding: 0 3em 0;
|
21 |
}
|
22 |
&.navSection_open_left .searchform,
|
16 |
|
17 |
@media (max-width: 991px){
|
18 |
.menuBtn { position: fixed;top:inherit; }
|
19 |
+
.navSection { overflow:scroll; display: none;position: fixed;height:100%;z-index: 1000;
|
20 |
.searchform { margin:10px;overflow:hidden;padding: 0 3em 0;
|
21 |
}
|
22 |
&.navSection_open_left .searchform,
|
inc/navigation/css/navigation.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
body{overflow-x:hidden}#bodyInner{display:block;overflow:hidden}#wrap{z-index:auto}.navSection .searchform{display:none}@media (max-width: 991px){.menuBtn{position:fixed;top:inherit}.navSection{overflow:scroll;display:none;position:fixed;height:100
|
1 |
+
body{overflow-x:hidden}#bodyInner{display:block;overflow:hidden}#wrap{z-index:auto}.navSection .searchform{display:none}@media (max-width: 991px){.menuBtn{position:fixed;top:inherit}.navSection{overflow:scroll;display:none;position:fixed;height:100%;z-index:1000}.navSection .searchform{margin:10px;overflow:hidden;padding:0 3em 0}.navSection.navSection_open_left .searchform,.navSection.navSection_open_right .searchform{display:block}.navSection_open_left{border-right:1px solid #e5e5e5}.navSection_open_right{border-left:1px solid #e5e5e5}}
|
lightning_advanced_unit.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
/**
|
3 |
* Plugin Name: Lightning Advanced Unit
|
4 |
* Plugin URI: http://lightning.vektor-inc.co.jp/
|
5 |
-
* Version: 2.0.
|
6 |
* Author: Vektor,Inc.
|
7 |
* Author URI: http://www.vektor-inc.co.jp
|
8 |
* Description: This is a plug-ins that extend the functionality of the theme "Lightning".
|
2 |
/**
|
3 |
* Plugin Name: Lightning Advanced Unit
|
4 |
* Plugin URI: http://lightning.vektor-inc.co.jp/
|
5 |
+
* Version: 2.0.1
|
6 |
* Author: Vektor,Inc.
|
7 |
* Author URI: http://www.vektor-inc.co.jp
|
8 |
* Description: This is a plug-ins that extend the functionality of the theme "Lightning".
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: vektor-inc,bizvektor,kurudrive
|
|
3 |
Donate link:
|
4 |
Tags: Lightning,
|
5 |
Requires at least: 4.2
|
6 |
-
Tested up to: 4.
|
7 |
-
Stable tag: 2.0.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -43,6 +43,9 @@ e.g.
|
|
43 |
|
44 |
== Changelog ==
|
45 |
|
|
|
|
|
|
|
46 |
= 1.3.6 =
|
47 |
* [ Specification change ] Work on Lightning only.
|
48 |
|
3 |
Donate link:
|
4 |
Tags: Lightning,
|
5 |
Requires at least: 4.2
|
6 |
+
Tested up to: 4.7.0
|
7 |
+
Stable tag: 2.0.1
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
43 |
|
44 |
== Changelog ==
|
45 |
|
46 |
+
= 2.0.0 =
|
47 |
+
* [ Specification change ] Change mobile menu break point
|
48 |
+
|
49 |
= 1.3.6 =
|
50 |
* [ Specification change ] Work on Lightning only.
|
51 |
|