Robert Wattner
Forum Replies Created
-
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] Sticky Offset BugThere isn’t a link on your last post
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] Sticky Offset BugHi, sorry you are having trouble. Do you have a link?
.header inactive
.she-header activeIf you are trying to hide the logo when you scroll you can add a CSS class “logo” to your logo in the advanced tab. Then add this CSS code
.she-header .logo { display: none !important; }Hi, this is a know issue with so e browsers. I am adding a script to check page position on initial load to see if it’s at the top or past the set scroll point to fix this. It will be in the next update.
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] Header not shrinkingAwesome to hear you got it figured out!
Glad to see you figured it out!
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] page jumps when scrolling downPlease try this code. It’s working on my end
.header { position: absolute !important; }@acecube Hi, sorry for the delay. I checked your site and completely forgot to reply I’ve been so busy. I found that edge and opera are working fine on my end. I’m running the most current “new” edge with the green and blue swirl logo. I can install the old version of edge if you like but I think most people are being prompted to update.
If you are still finding problems or want to test on anything else just let me know. Thanks!Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] Error Se muestran menusThe ghost menu on the store pages is your astra menu. You can either disable is in the customizer settings or use this CSS code to remove it.
#ast-fixed-header { display: none !important; }Let me know if that helps
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] shrink transition not smooth@samlee1985r Are you still having problems with this? Please let me know, thanks.
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] Header not shrinking@valdinia Hi, sorry for the delay. I manage this plugin in my free time which has been scarce lately. The plugin currently doesn’t support being activated on more than one section on a page at a time, hidden or not. I’m looking into making this a new feature in a future update.
If you have a link I can take a look to see if I can come up with a way to get both designs you want out of a single header section.@chuanxu Hi, please try adding this code to the custom CSS for the bottom transparent/green menu section
.header { position: relative !important; }Let me know if that fixes your problem
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] Header not fully transparentHi, do you have a link?
Hi, sorry, I’ve been very busy. Yes I’ll take a look