Version Description
Fixed: Misc Bugs
Download this release
Release Info
Developer | rwattner |
Plugin | Sticky Header Effects for Elementor |
Version | 1.4.7 |
Comparing to | |
See all releases |
Code changes from version 1.4.6 to 1.4.7
- assets/css/she-header-style.css +17 -27
- readme.txt +7 -1
- sticky-header-effects-for-elementor.php +4 -4
assets/css/she-header-style.css
CHANGED
@@ -15,7 +15,6 @@ Header Style
|
|
15 |
}
|
16 |
|
17 |
.she-header-yes {
|
18 |
-
width: 100%;
|
19 |
-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;
|
20 |
-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;
|
21 |
-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;
|
@@ -23,6 +22,10 @@ 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 |
.she-header {
|
27 |
z-index: 9999;
|
28 |
width: 100%;
|
@@ -32,6 +35,7 @@ Header Style
|
|
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;
|
@@ -70,6 +74,18 @@ Header Style
|
|
70 |
backdrop-filter: saturate(180%) blur(20px);
|
71 |
}
|
72 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
73 |
.she-header-change-logo-color-yes
|
74 |
.elementor-widget-theme-site-logo
|
75 |
img.change-logo-color,
|
@@ -90,32 +106,6 @@ Header Style
|
|
90 |
transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out !important;
|
91 |
}
|
92 |
|
93 |
-
.admin-bar .she-header-transparent-sticky-yes,
|
94 |
-
.admin-bar .she-header-transparent-yes,
|
95 |
-
.admin-bar .she-header {
|
96 |
-
top: 46px !important;
|
97 |
-
}
|
98 |
-
|
99 |
-
@media screen and (min-width: 783px) {
|
100 |
-
.admin-bar .she-header-transparent-sticky-yes,
|
101 |
-
.admin-bar .she-header-transparent-yes,
|
102 |
-
.admin-bar .she-header {
|
103 |
-
top: 32px !important;
|
104 |
-
}
|
105 |
-
}
|
106 |
-
|
107 |
-
.headerup {
|
108 |
-
-webkit-transition: transform 0.4s ease-in-out !important;
|
109 |
-
-o-transition: transform 0.4s ease-in-out !important;
|
110 |
-
-webkit-transition: -webkit-transform 0.4s ease-in-out !important;
|
111 |
-
transition: -webkit-transform 0.4s ease-in-out !important;
|
112 |
-
transition: transform 0.4s ease-in-out !important;
|
113 |
-
transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out !important;
|
114 |
-
-webkit-transform: translateY(-110vh) !important;
|
115 |
-
-ms-transform: translateY(-110vh) !important;
|
116 |
-
transform: translateY(-110vh) !important;
|
117 |
-
}
|
118 |
-
|
119 |
/* .elementor-document-handle {
|
120 |
z-index: 9999999999999 !important;
|
121 |
} */
|
15 |
}
|
16 |
|
17 |
.she-header-yes {
|
|
|
18 |
-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;
|
19 |
-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;
|
20 |
-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;
|
22 |
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;
|
23 |
}
|
24 |
|
25 |
+
.admin-bar .she-header {
|
26 |
+
top: 32px !important;
|
27 |
+
}
|
28 |
+
|
29 |
.she-header {
|
30 |
z-index: 9999;
|
31 |
width: 100%;
|
35 |
padding-bottom: 0;
|
36 |
position: -webkit-sticky;
|
37 |
position: fixed !important;
|
38 |
+
top: 0 !important;
|
39 |
-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;
|
40 |
-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;
|
41 |
-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;
|
74 |
backdrop-filter: saturate(180%) blur(20px);
|
75 |
}
|
76 |
|
77 |
+
.headerup {
|
78 |
+
-webkit-transition: transform 0.4s ease-in-out !important;
|
79 |
+
-o-transition: transform 0.4s ease-in-out !important;
|
80 |
+
-webkit-transition: -webkit-transform 0.4s ease-in-out !important;
|
81 |
+
transition: -webkit-transform 0.4s ease-in-out !important;
|
82 |
+
transition: transform 0.4s ease-in-out !important;
|
83 |
+
transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out !important;
|
84 |
+
-webkit-transform: translateY(-110vh) !important;
|
85 |
+
-ms-transform: translateY(-110vh) !important;
|
86 |
+
transform: translateY(-110vh) !important;
|
87 |
+
}
|
88 |
+
|
89 |
.she-header-change-logo-color-yes
|
90 |
.elementor-widget-theme-site-logo
|
91 |
img.change-logo-color,
|
106 |
transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out !important;
|
107 |
}
|
108 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
109 |
/* .elementor-document-handle {
|
110 |
z-index: 9999999999999 !important;
|
111 |
} */
|
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.6 =
|
95 |
Fixed: Hide header bug
|
96 |
|
@@ -168,6 +171,9 @@ Fixed: Gap above header bug
|
|
168 |
|
169 |
== Upgrade Notice ==
|
170 |
|
|
|
|
|
|
|
171 |
= 1.4.6 =
|
172 |
Fixed: Hide header bug
|
173 |
|
6 |
Requires at least: 4.9.0
|
7 |
Tested up to: 5.8
|
8 |
Requires PHP: 5.4
|
9 |
+
Stable tag: 1.4.7
|
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.7 =
|
95 |
+
Fixed: Misc Bugs
|
96 |
+
|
97 |
= 1.4.6 =
|
98 |
Fixed: Hide header bug
|
99 |
|
171 |
|
172 |
== Upgrade Notice ==
|
173 |
|
174 |
+
= 1.4.7 =
|
175 |
+
Fixed: Misc Bugs
|
176 |
+
|
177 |
= 1.4.6 =
|
178 |
Fixed: Hide header bug
|
179 |
|
sticky-header-effects-for-elementor.php
CHANGED
@@ -3,11 +3,11 @@
|
|
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
|
10 |
-
* Tested up to: 5.
|
11 |
*
|
12 |
* Text Domain: she-header
|
13 |
* Domain Path: /languages/
|
@@ -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.7
|
7 |
* Author: Rwattner
|
8 |
* Author URI: https://stickyheadereffects.com
|
9 |
* Requires at least: 4.9.0
|
10 |
+
* Tested up to: 5.5
|
11 |
*
|
12 |
* Text Domain: she-header
|
13 |
* Domain Path: /languages/
|
19 |
|
20 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
21 |
|
22 |
+
define( 'SHE_HEADER_VERSION', '1.4.7' );
|
23 |
+
define( 'SHE_HEADER_PREVIOUS_STABLE_VERSION', '1.4.6' );
|
24 |
|
25 |
define( 'SHE_HEADER__FILE__', __FILE__ );
|
26 |
define( 'SHE_HEADER_PLUGIN_BASE', plugin_basename( SHE_HEADER__FILE__ ) );
|