Version Description
- Fixed: Gap above header bug
Download this release
Release Info
Developer | rwattner |
Plugin | Sticky Header Effects for Elementor |
Version | 1.5.2 |
Comparing to | |
See all releases |
Code changes from version 1.5.1 to 1.5.2
- assets/css/she-header-style.css +2 -0
- readme.txt +9 -3
- sticky-header-effects-for-elementor.php +2 -2
assets/css/she-header-style.css
CHANGED
@@ -7,6 +7,8 @@ Header Style
|
|
7 |
.header {
|
8 |
z-index: 99;
|
9 |
width: 100%;
|
|
|
|
|
10 |
}
|
11 |
|
12 |
/* added box shadow transition */
|
7 |
.header {
|
8 |
z-index: 99;
|
9 |
width: 100%;
|
10 |
+
position: inherit !important;
|
11 |
+
top: inherit !important;
|
12 |
}
|
13 |
|
14 |
/* added box shadow transition */
|
readme.txt
CHANGED
@@ -6,7 +6,7 @@ Tags: Elementor, Elementor Page Builder, Elements, Elementor Add-ons, Add-ons, P
|
|
6 |
Requires at least: 4.9.0
|
7 |
Tested up to: 6.0
|
8 |
Requires PHP: 5.4
|
9 |
-
Stable tag: 1.5.
|
10 |
License: GPLv2 or later
|
11 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
12 |
|
@@ -91,7 +91,10 @@ Sticky Header Options for Elementor is light-weight and you can also use only th
|
|
91 |
|
92 |
== Changelog ==
|
93 |
|
94 |
-
= 1.5 =
|
|
|
|
|
|
|
95 |
- Fixed: Wordpress admin bar bug
|
96 |
|
97 |
= 1.5 =
|
@@ -184,7 +187,10 @@ Sticky Header Options for Elementor is light-weight and you can also use only th
|
|
184 |
|
185 |
== Upgrade Notice ==
|
186 |
|
187 |
-
= 1.5 =
|
|
|
|
|
|
|
188 |
Fixed: Wordpress admin bar bug
|
189 |
|
190 |
= 1.5 =
|
6 |
Requires at least: 4.9.0
|
7 |
Tested up to: 6.0
|
8 |
Requires PHP: 5.4
|
9 |
+
Stable tag: 1.5.2
|
10 |
License: GPLv2 or later
|
11 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
12 |
|
91 |
|
92 |
== Changelog ==
|
93 |
|
94 |
+
= 1.5.2 =
|
95 |
+
- Fixed: Gap above header bug
|
96 |
+
|
97 |
+
= 1.5.1 =
|
98 |
- Fixed: Wordpress admin bar bug
|
99 |
|
100 |
= 1.5 =
|
187 |
|
188 |
== Upgrade Notice ==
|
189 |
|
190 |
+
= 1.5.2 =
|
191 |
+
Fixed: Gap above header bug
|
192 |
+
|
193 |
+
= 1.5.1 =
|
194 |
Fixed: Wordpress admin bar bug
|
195 |
|
196 |
= 1.5 =
|
sticky-header-effects-for-elementor.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: Sticky Header Effects for Elementor
|
4 |
* Plugin URI: https://stickyheadereffects.com
|
5 |
* Description: Options and features that extend Elementor Pro's sticky header capabilities.
|
6 |
-
* Version: 1.5.
|
7 |
* Author: Rwattner
|
8 |
* Author URI: https://stickyheadereffects.com
|
9 |
* Requires at least: 4.9.0
|
@@ -19,7 +19,7 @@
|
|
19 |
|
20 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
21 |
|
22 |
-
define( 'SHE_HEADER_VERSION', '1.5.
|
23 |
define( 'SHE_HEADER_PREVIOUS_STABLE_VERSION', '1.4.8' );
|
24 |
|
25 |
define( 'SHE_HEADER__FILE__', __FILE__ );
|
3 |
* Plugin Name: Sticky Header Effects for Elementor
|
4 |
* Plugin URI: https://stickyheadereffects.com
|
5 |
* Description: Options and features that extend Elementor Pro's sticky header capabilities.
|
6 |
+
* Version: 1.5.2
|
7 |
* Author: Rwattner
|
8 |
* Author URI: https://stickyheadereffects.com
|
9 |
* Requires at least: 4.9.0
|
19 |
|
20 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
21 |
|
22 |
+
define( 'SHE_HEADER_VERSION', '1.5.2' );
|
23 |
define( 'SHE_HEADER_PREVIOUS_STABLE_VERSION', '1.4.8' );
|
24 |
|
25 |
define( 'SHE_HEADER__FILE__', __FILE__ );
|