Version Description
Fixed: WP admin bar bug
Download this release
Release Info
Developer | rwattner |
Plugin | Sticky Header Effects for Elementor |
Version | 1.4.5 |
Comparing to | |
See all releases |
Code changes from version 1.4.4 to 1.4.5
- assets/css/she-header-style.css +14 -15
- readme.txt +7 -1
- sticky-header-effects-for-elementor.php +3 -3
assets/css/she-header-style.css
CHANGED
@@ -23,20 +23,6 @@ Header Style
|
|
23 |
transform: all 0.4 sease-in-out, height 0.4s ease-in-out, background-color 0.4s ease-in-out, border-bottom-width 0.4s ease-in-out, border-bottom-color 0.4s ease-in-out !important;
|
24 |
}
|
25 |
|
26 |
-
.admin-bar .she-header-transparent-sticky-yes,
|
27 |
-
.admin-bar .she-header-transparent-yes,
|
28 |
-
.admin-bar .she-header {
|
29 |
-
top: 46px;
|
30 |
-
}
|
31 |
-
|
32 |
-
@media screen and (min-width: 783px) {
|
33 |
-
.admin-bar .she-header-transparent-sticky-yes,
|
34 |
-
.admin-bar .she-header-transparent-yes,
|
35 |
-
.admin-bar .she-header {
|
36 |
-
top: 32px;
|
37 |
-
}
|
38 |
-
}
|
39 |
-
|
40 |
.she-header {
|
41 |
z-index: 9999;
|
42 |
width: 100%;
|
@@ -46,7 +32,6 @@ Header Style
|
|
46 |
padding-bottom: 0;
|
47 |
position: -webkit-sticky;
|
48 |
position: fixed !important;
|
49 |
-
top: 0 !important;
|
50 |
-webkit-transform: all 0.4 sease-in-out, height 0.4s ease-in-out, background-color 0.4s ease-in-out, border-bottom-width 0.4s ease-in-out, border-bottom-color 0.4s ease-in-out !important;
|
51 |
-moz-transform: all 0.4 sease-in-out, height 0.4s ease-in-out, background-color 0.4s ease-in-out, border-bottom-width 0.4s ease-in-out, border-bottom-color 0.4s ease-in-out !important;
|
52 |
-ms-transform: all 0.4 sease-in-out, height 0.4s ease-in-out, background-color 0.4s ease-in-out, border-bottom-width 0.4s ease-in-out, border-bottom-color 0.4s ease-in-out !important;
|
@@ -117,6 +102,20 @@ Header Style
|
|
117 |
transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out !important;
|
118 |
}
|
119 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
120 |
/* .elementor-document-handle {
|
121 |
z-index: 9999999999999 !important;
|
122 |
} */
|
23 |
transform: all 0.4 sease-in-out, height 0.4s ease-in-out, background-color 0.4s ease-in-out, border-bottom-width 0.4s ease-in-out, border-bottom-color 0.4s ease-in-out !important;
|
24 |
}
|
25 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
.she-header {
|
27 |
z-index: 9999;
|
28 |
width: 100%;
|
32 |
padding-bottom: 0;
|
33 |
position: -webkit-sticky;
|
34 |
position: fixed !important;
|
|
|
35 |
-webkit-transform: all 0.4 sease-in-out, height 0.4s ease-in-out, background-color 0.4s ease-in-out, border-bottom-width 0.4s ease-in-out, border-bottom-color 0.4s ease-in-out !important;
|
36 |
-moz-transform: all 0.4 sease-in-out, height 0.4s ease-in-out, background-color 0.4s ease-in-out, border-bottom-width 0.4s ease-in-out, border-bottom-color 0.4s ease-in-out !important;
|
37 |
-ms-transform: all 0.4 sease-in-out, height 0.4s ease-in-out, background-color 0.4s ease-in-out, border-bottom-width 0.4s ease-in-out, border-bottom-color 0.4s ease-in-out !important;
|
102 |
transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out !important;
|
103 |
}
|
104 |
|
105 |
+
.admin-bar .she-header-transparent-sticky-yes,
|
106 |
+
.admin-bar .she-header-transparent-yes,
|
107 |
+
.admin-bar .she-header {
|
108 |
+
top: 46px !important;
|
109 |
+
}
|
110 |
+
|
111 |
+
@media screen and (min-width: 783px) {
|
112 |
+
.admin-bar .she-header-transparent-sticky-yes,
|
113 |
+
.admin-bar .she-header-transparent-yes,
|
114 |
+
.admin-bar .she-header {
|
115 |
+
top: 32px !important;
|
116 |
+
}
|
117 |
+
}
|
118 |
+
|
119 |
/* .elementor-document-handle {
|
120 |
z-index: 9999999999999 !important;
|
121 |
} */
|
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: 5.8
|
8 |
Requires PHP: 5.4
|
9 |
-
Stable tag: 1.4.
|
10 |
License: GPLv2 or later
|
11 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
12 |
|
@@ -91,6 +91,9 @@ Sticky Header Options for Elementor is light-weight and you can also use only th
|
|
91 |
|
92 |
== Changelog ==
|
93 |
|
|
|
|
|
|
|
94 |
= 1.4.4 =
|
95 |
Maintenance: Wordpress 5.8 compatibility update
|
96 |
Fixed: Header width bug
|
@@ -162,6 +165,9 @@ Fixed: Gap above header bug
|
|
162 |
|
163 |
== Upgrade Notice ==
|
164 |
|
|
|
|
|
|
|
165 |
= 1.4.4 =
|
166 |
Maintenance: Wordpress 5.8 compatibility update
|
167 |
Fixed: Header width bug
|
6 |
Requires at least: 4.9.0
|
7 |
Tested up to: 5.8
|
8 |
Requires PHP: 5.4
|
9 |
+
Stable tag: 1.4.5
|
10 |
License: GPLv2 or later
|
11 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
12 |
|
91 |
|
92 |
== Changelog ==
|
93 |
|
94 |
+
= 1.4.5 =
|
95 |
+
Fixed: WP admin bar bug
|
96 |
+
|
97 |
= 1.4.4 =
|
98 |
Maintenance: Wordpress 5.8 compatibility update
|
99 |
Fixed: Header width bug
|
165 |
|
166 |
== Upgrade Notice ==
|
167 |
|
168 |
+
= 1.4.5 =
|
169 |
+
Fixed: WP admin bar bug
|
170 |
+
|
171 |
= 1.4.4 =
|
172 |
Maintenance: Wordpress 5.8 compatibility update
|
173 |
Fixed: Header width bug
|
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.4.
|
7 |
* Author: Rwattner
|
8 |
* Author URI: https://stickyheadereffects.com
|
9 |
* Requires at least: 4.9.0
|
@@ -19,8 +19,8 @@
|
|
19 |
|
20 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
21 |
|
22 |
-
define( 'SHE_HEADER_VERSION', '1.4.
|
23 |
-
define( 'SHE_HEADER_PREVIOUS_STABLE_VERSION', '1.4.
|
24 |
|
25 |
define( 'SHE_HEADER__FILE__', __FILE__ );
|
26 |
define( 'SHE_HEADER_PLUGIN_BASE', plugin_basename( SHE_HEADER__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.4.5
|
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.4.5' );
|
23 |
+
define( 'SHE_HEADER_PREVIOUS_STABLE_VERSION', '1.4.4' );
|
24 |
|
25 |
define( 'SHE_HEADER__FILE__', __FILE__ );
|
26 |
define( 'SHE_HEADER_PLUGIN_BASE', plugin_basename( SHE_HEADER__FILE__ ) );
|