Sticky Header Effects for Elementor - Version 1.4.4

Version Description

Maintenance: Wordpress 5.8 compatibility update Fixed: Header width bug Update: Better responsive Worspress admin bar handling

Download this release

Release Info

Developer rwattner
Plugin Icon 128x128 Sticky Header Effects for Elementor
Version 1.4.4
Comparing to
See all releases

Code changes from version 1.4.3 to 1.4.4

assets/css/she-header-style.css CHANGED
@@ -15,6 +15,7 @@ Header Style
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,8 +23,18 @@ Header Style
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 {
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
  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 {
readme.txt CHANGED
@@ -4,9 +4,9 @@ Contributors: rwattner, dgovea
4
  Donate Link: https://www.paypal.me/StickyHeaderEffects
5
  Tags: Elementor, Elementor Page Builder, Elements, Elementor Add-ons, Add-ons, Page Builder, Widgets, Briefcasewp
6
  Requires at least: 4.9.0
7
- Tested up to: 5.5
8
  Requires PHP: 5.4
9
- Stable tag: 1.4.3
10
  License: GPLv2 or later
11
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
12
 
@@ -91,6 +91,11 @@ Sticky Header Options for Elementor is light-weight and you can also use only th
91
 
92
  == Changelog ==
93
 
 
 
 
 
 
94
  = 1.4.3 =
95
  Fixed: Full color logo after scroll bug
96
 
@@ -157,6 +162,11 @@ Fixed: Gap above header bug
157
 
158
  == Upgrade Notice ==
159
 
 
 
 
 
 
160
  = 1.4.3 =
161
  Fixed: Full color logo after scroll bug
162
 
4
  Donate Link: https://www.paypal.me/StickyHeaderEffects
5
  Tags: Elementor, Elementor Page Builder, Elements, Elementor Add-ons, Add-ons, Page Builder, Widgets, Briefcasewp
6
  Requires at least: 4.9.0
7
+ Tested up to: 5.8
8
  Requires PHP: 5.4
9
+ Stable tag: 1.4.4
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.4 =
95
+ Maintenance: Wordpress 5.8 compatibility update
96
+ Fixed: Header width bug
97
+ Update: Better responsive Worspress admin bar handling
98
+
99
  = 1.4.3 =
100
  Fixed: Full color logo after scroll bug
101
 
162
 
163
  == Upgrade Notice ==
164
 
165
+ = 1.4.4 =
166
+ Maintenance: Wordpress 5.8 compatibility update
167
+ Fixed: Header width bug
168
+ Update: Better responsive Worspress admin bar handling
169
+
170
  = 1.4.3 =
171
  Fixed: Full color logo after scroll bug
172
 
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.3
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,8 +19,8 @@
19
 
20
  if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
21
 
22
- define( 'SHE_HEADER_VERSION', '1.4.3' );
23
- define( 'SHE_HEADER_PREVIOUS_STABLE_VERSION', '1.4.2' );
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.4
7
  * Author: Rwattner
8
  * Author URI: https://stickyheadereffects.com
9
  * Requires at least: 4.9.0
10
+ * Tested up to: 5.8
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.4' );
23
+ define( 'SHE_HEADER_PREVIOUS_STABLE_VERSION', '1.4.3' );
24
 
25
  define( 'SHE_HEADER__FILE__', __FILE__ );
26
  define( 'SHE_HEADER_PLUGIN_BASE', plugin_basename( SHE_HEADER__FILE__ ) );