Robert Wattner
Forum Replies Created
-
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] Sticky MenuJust did a maintenance update for WordPress 5.9 support
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] Hide logo until you scroll downHappy to help
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] Hide logo until you scroll downYou shouldn’t have to alter the code for a transparent header. Try using the original code with the “logo” class added to your image. Let me know if that works
Forum: Reviews
In reply to: [Sticky Header Effects for Elementor] Almost Perfect For Sticky HeaderHi, yes, I’d like to see if I can fix this problem for you. Thanks
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] Change color of nav-menu to whiteHappy to help
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] Change color of nav-menu to whiteIt looks like you added the correct code, just not with the right color. Try this
.she-header .elementor-nav-menu a, .elementor-item:after { color: #ffffff !important; transition: all 0.4s eas-in-out !important; }This should change your text and underline color. Remove the “, .elementor-item:after” if you don’t want the underline.
Let me know if this works for youForum: Plugins
In reply to: [Sticky Header Effects for Elementor] Change color of nav-menu to whiteHi, do you have a link to your site? Are you using the elementor nav menu widget?
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] Change logo completelyHi, this feature will be included in the pro version which we are currently working on. Unfortunately I don’t have a timeframe to give because we keep finding more things to add and change as we go.
Our own changes and additions along with elementor changing all the time has made this take much longer than expected. Plus the whole pandemic didn’t help.
There are only 2 of us working on this in our spare time for free. We’re doing what we can and hopefully we will have a release soon.
You can check out the new Facebook page I just started facebook.com/stickyheadereffects there are screenshots of all the new features there.Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] Re-Size Window Lag/BounceHi, this is because elementor puts a transition all 0.4s on the menu links. This affects the padding changes(horizontal spacing/space between, when changing screen sizes. So you’re seeing the padding slowly change and it makes the links shift around. This isn’t my plugin doing this but you can remove the transition from the padding with this CSS
/* REMOVE MENU LINK PADDING TRANSITION */ .elementor-nav-menu--main .elementor-nav-menu a { -webkit-transition: all 0.4s ease, padding 0s !important; -o-transition: all 0.4s ease, padding 0s !important; transition: all 0.4s ease, padding 0s !important; }I hope this helps. Let me know
- This reply was modified 4 years, 3 months ago by Robert Wattner.
Happy to help
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] Sticky Header Transparency Not Working@mmsw Any progress with this?
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] Header section jumps horizontallyHappy to help and have a great weekend!
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] Header section jumps horizontallyHi, have you tried disabling other plugins to see if this still happens? Something is adding CSS style left:-145.333px; My plugin doesn’t have any code that would cause this.
If you can’t find the cause you can use this code to overwrite it./* HEADER SCROLL POSITION */ .she-header { left: 0 !important; }I hope this helps, let me know.
Hi, have you tried temporarily disabling happy addons, essential addons, and any other plugins to see if the problem continues? Something is setting a CSS style of bottom: 50px and is being very persistent. My plugin doesn’t have any CSS that does this. Please let me know if that helps.
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] Hide logo until you scroll downHappy to help!