Version Description
= 1.4.9 = - Fixed: Gap above header bug
= 1.4.9 = Added: Compatibility with Elementor Containers Maintenance: Wordpress 6.0 compatibility update
= 1.4.8 = Maintenance: Wordpress 5.9 compatibility update
= 1.4.7 = Fixed: Misc Bugs
= 1.4.6 = Fixed: Hide header bug
= 1.4.5 = Fixed: WP admin bar bug
= 1.4.4 = Maintenance: Wordpress 5.8 compatibility update Fixed: Header width bug Update: Better responsive Worspress admin bar handling
= 1.4.3 = Fixed: Full color logo after scroll bug
= 1.4.2 = Fixed: Bugs
= 1.4.1 = Fixed: Gap above header bug
= 1.4.0 = - Added: Wordpress 5.5 compatibility - Added: Elementor 3 compatibility - Added: Hide on scroll down feature - Added: Blur background feature - Added: Before and after scrolling logo color options - Fixed: Opera browser hash links not activating scrolling effects - Fixed: Editor handle bug - Fixed: All labels and descriptions to help with user operation - Fixed: Various code optimizations - Fixed: Transparent on mobile bug - Fixed: Stretched section broke transparent header
= 1.3.2 = - Fixed: Transition CSS
= 1.3.1 = - Fixed: Bugs
= 1.3.0 = - Added: Shrink Logo featured
= 1.2.3 = - Fixed: Hook on the new Elementor Pro 2.4.7 version
= 1.2.2 = - Removed: Stretched section condition
= 1.2.1 = - Added: Compatibility with the new Elementor 2.1.1 version - Fixed: JavaScript error
= 1.2.0 = Removed: Sticky Header feature(Elementor fixed theirs) Added: Transparent header feature Added: Compatibility with the new Elementor 2.1 version Added: Change javascript to external file Fixed: Bugs
= 1.1.2 = Bug fixes
= 1.1.1 = Bug fixes
= 1.1.0 = This version adds "Sticky Header" and "Bottom Border" options. The sticky feature will bring the section down and overlay it on top of the page. This eliminates the need for negative margins which causes page scrolling problems. The bottom border feature adds bottom border width and color options when user scrolls.
Release Info
Developer | rwattner |
Plugin | Sticky Header Effects for Elementor |
Version | 1.5 |
Comparing to | |
See all releases |
Code changes from version 1.4.9 to 1.5
- assets/css/she-header-style.css +3 -2
- readme.txt +7 -1
- sticky-header-effects-for-elementor.php +2 -2
@@ -31,6 +31,7 @@ Header Style
|
|
31 |
margin-bottom: 0;
|
32 |
padding-top: 0;
|
33 |
padding-bottom: 0;
|
|
|
34 |
-webkit-transition: background-color 0.4s ease-in-out, top 2s ease 0s, -webkit-transform 0.4s ease-in-out, -webkit-box-shadow 0.4s ease-in-out;
|
35 |
transition: background-color 0.4s ease-in-out, top 2s ease 0s, -webkit-transform 0.4s ease-in-out, -webkit-box-shadow 0.4s ease-in-out;
|
36 |
-o-transition: transform 0.4s ease-in-out, background-color 0.4s ease-in-out, box-shadow 0.4s ease-in-out, top 2s ease 0s;
|
@@ -120,7 +121,7 @@ body:not(.elementor-editor-active) .she-header-transparent-yes {
|
|
120 |
transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
|
121 |
}
|
122 |
|
123 |
-
|
124 |
.admin-bar .she-header-transparent-yes,
|
125 |
.admin-bar .she-header {
|
126 |
top: 32px;
|
@@ -132,7 +133,7 @@ body:not(.elementor-editor-active) .she-header-transparent-yes {
|
|
132 |
.admin-bar .she-header {
|
133 |
top: 46px;
|
134 |
}
|
135 |
-
}
|
136 |
|
137 |
.she-header.she-header-change-logo-image
|
138 |
.elementor-widget-theme-site-logo
|
31 |
margin-bottom: 0;
|
32 |
padding-top: 0;
|
33 |
padding-bottom: 0;
|
34 |
+
top: 0;
|
35 |
-webkit-transition: background-color 0.4s ease-in-out, top 2s ease 0s, -webkit-transform 0.4s ease-in-out, -webkit-box-shadow 0.4s ease-in-out;
|
36 |
transition: background-color 0.4s ease-in-out, top 2s ease 0s, -webkit-transform 0.4s ease-in-out, -webkit-box-shadow 0.4s ease-in-out;
|
37 |
-o-transition: transform 0.4s ease-in-out, background-color 0.4s ease-in-out, box-shadow 0.4s ease-in-out, top 2s ease 0s;
|
121 |
transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
|
122 |
}
|
123 |
|
124 |
+
.admin-bar .she-header-transparent-sticky-yes,
|
125 |
.admin-bar .she-header-transparent-yes,
|
126 |
.admin-bar .she-header {
|
127 |
top: 32px;
|
133 |
.admin-bar .she-header {
|
134 |
top: 46px;
|
135 |
}
|
136 |
+
}
|
137 |
|
138 |
.she-header.she-header-change-logo-image
|
139 |
.elementor-widget-theme-site-logo
|
@@ -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.
|
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.9 =
|
95 |
- Added: Compatibility with Elementor Containers
|
96 |
- Maintenance: Wordpress 6.0 compatibility update
|
@@ -178,6 +181,9 @@ Sticky Header Options for Elementor is light-weight and you can also use only th
|
|
178 |
|
179 |
== Upgrade Notice ==
|
180 |
|
|
|
|
|
|
|
181 |
= 1.4.9 =
|
182 |
Added: Compatibility with Elementor Containers
|
183 |
Maintenance: Wordpress 6.0 compatibility update
|
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 |
|
92 |
== Changelog ==
|
93 |
|
94 |
+
= 1.4.9 =
|
95 |
+
- Fixed: Gap above header bug
|
96 |
+
|
97 |
= 1.4.9 =
|
98 |
- Added: Compatibility with Elementor Containers
|
99 |
- Maintenance: Wordpress 6.0 compatibility update
|
181 |
|
182 |
== Upgrade Notice ==
|
183 |
|
184 |
+
= 1.4.9 =
|
185 |
+
- Fixed: Gap above header bug
|
186 |
+
|
187 |
= 1.4.9 =
|
188 |
Added: Compatibility with Elementor Containers
|
189 |
Maintenance: Wordpress 6.0 compatibility update
|
@@ -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.
|
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.
|
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
|
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' );
|
23 |
define( 'SHE_HEADER_PREVIOUS_STABLE_VERSION', '1.4.8' );
|
24 |
|
25 |
define( 'SHE_HEADER__FILE__', __FILE__ );
|