Robert Wattner
Forum Replies Created
-
Hi, sorry about the problems. There is a JavaScript bug I’m working on fixing right now. I should have an update soon.
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] NO STICKY AFER UPDATEI’m sorry you’re having problems. I’m working on a fix right now. I should have an update soon.
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] Not sticky after updateI’m working on a fix for this bug right now. You can get 1.6.5 for now from this page https://wordpress.org/plugins/sticky-header-effects-for-elementor/advanced/
Ok, I read all of these comments this morning and have been working on it. After all day of troubleshooting, I think I have a solution ready. I appreciate the notice and your patience! This was being strange and difficult to troubleshoot.
I still need to do more testing tomorrow before I release an update. If anyone would like to help test please email me rwattner@gmail.com
I’m trying to have this fixed asap.
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] 1.66 simply messed all…Hi,
That’s weird. I just tested this on 2 different sites using all 3 of those browsers on 2 different computers with no problems. Others are saying they are having problems also but everything is working fine for me on 1.6.7. The only thing I’ve found is to add background-color: rgba(0,0,0,0) as a fallback if a background is set when it needs to be transparent.
I’m still looking into this. Sorry for the trouble and thanks for the cooperation and patience!
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] Appear On Smoothly With TransitionIt looks like there is some custom css on the header blocking it. It works when this code is disabled.
.elementor-10846 .elementor-element.elementor-element-09c50c7 { transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s; transition-duration: 0.3s, 0.3s, 0.3s, 0.3s; transition-timing-function: ease, ease, ease, ease; transition-delay: 0s, 0s, 0s, 0s; transition-property: background, border, border-radius, box-shadow; }You can either remove that or try this code
.elementor-10846 .elementor-element.elementor-element-09c50c7 { transition: all 0.4s !important; }Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] Appear On Smoothly With TransitionThere isn’t a setting for the transitions. 400ms animation durations have been automatically added to all animations.
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] 1.66 simply messed all…No problem. I’m in Houston so it’s late here also. I’ll be looking for your reply.
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] 1.66 simply messed all…That’s strange. My plugin doesn’t do anything to the elementor sticky options. Maybe it was some kind of coincidence? You are selecting the header, then on the advanced tab > motion effects > sticky > top?
If you are using custom css is this what you see?

That triangle ! is just a warning. Position “sticky” is a pretty well supported property. Although, you might be better off using position: fixed. That is what elementor and my plugin use.
Maybe try the update again and then clear your site cache. You could also try going to the dashboard > elementor > tools > click “Regenerate CSS & Data” and “Sync Library”. That can help sometimes.
If you are able to leave the site on 1.6.6 I can try to troubleshoot the problem.
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] 1.66 simply messed all…Hi, sorry you’re having problems. I’m not sure I understand what’s happening exactly. Could you please explain the problem a little further?
What was broken exactly? What was blocked, what “sticky” variables, and what disappeared?
Did you clear cache after updating? The update has some changes to the JavaScript and CSS.
I’d really like to catch any potential bugs as soon as possible. Thanks!
The plugin has been updated. Please let me know if you are still having this problem. Thanks!
The plugin has been updated with this code
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] Appear On Smoothly With TransitionThe plugin has been updated
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] Shrink Header doesn’t workThe plugin has been updated
The plugin has been updated