Version Description
Fixed: Hide header bug
Download this release
Release Info
Developer | rwattner |
Plugin | Sticky Header Effects for Elementor |
Version | 1.4.6 |
Comparing to | |
See all releases |
Code changes from version 1.4.5 to 1.4.6
- assets/css/she-header-style.css +12 -12
- readme.txt +7 -1
- sticky-header-effects-for-elementor.php +3 -3
assets/css/she-header-style.css
CHANGED
@@ -70,18 +70,6 @@ Header Style
|
|
70 |
backdrop-filter: saturate(180%) blur(20px);
|
71 |
}
|
72 |
|
73 |
-
.headerup {
|
74 |
-
-webkit-transition: transform 0.4s ease-in-out !important;
|
75 |
-
-o-transition: transform 0.4s ease-in-out !important;
|
76 |
-
-webkit-transition: -webkit-transform 0.4s ease-in-out !important;
|
77 |
-
transition: -webkit-transform 0.4s ease-in-out !important;
|
78 |
-
transition: transform 0.4s ease-in-out !important;
|
79 |
-
transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out !important;
|
80 |
-
-webkit-transform: translateY(-110vh) !important;
|
81 |
-
-ms-transform: translateY(-110vh) !important;
|
82 |
-
transform: translateY(-110vh) !important;
|
83 |
-
}
|
84 |
-
|
85 |
.she-header-change-logo-color-yes
|
86 |
.elementor-widget-theme-site-logo
|
87 |
img.change-logo-color,
|
@@ -116,6 +104,18 @@ Header Style
|
|
116 |
}
|
117 |
}
|
118 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
119 |
/* .elementor-document-handle {
|
120 |
z-index: 9999999999999 !important;
|
121 |
} */
|
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,
|
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 |
} */
|
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.5 =
|
95 |
Fixed: WP admin bar bug
|
96 |
|
@@ -165,6 +168,9 @@ Fixed: Gap above header bug
|
|
165 |
|
166 |
== Upgrade Notice ==
|
167 |
|
|
|
|
|
|
|
168 |
= 1.4.5 =
|
169 |
Fixed: WP admin bar bug
|
170 |
|
6 |
Requires at least: 4.9.0
|
7 |
Tested up to: 5.8
|
8 |
Requires PHP: 5.4
|
9 |
+
Stable tag: 1.4.6
|
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.6 =
|
95 |
+
Fixed: Hide header bug
|
96 |
+
|
97 |
= 1.4.5 =
|
98 |
Fixed: WP admin bar bug
|
99 |
|
168 |
|
169 |
== Upgrade Notice ==
|
170 |
|
171 |
+
= 1.4.6 =
|
172 |
+
Fixed: Hide header bug
|
173 |
+
|
174 |
= 1.4.5 =
|
175 |
Fixed: WP admin bar bug
|
176 |
|
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.6
|
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.6' );
|
23 |
+
define( 'SHE_HEADER_PREVIOUS_STABLE_VERSION', '1.4.5' );
|
24 |
|
25 |
define( 'SHE_HEADER__FILE__', __FILE__ );
|
26 |
define( 'SHE_HEADER_PLUGIN_BASE', plugin_basename( SHE_HEADER__FILE__ ) );
|