Robert Wattner
Forum Replies Created
-
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] No shrink after last updateGreat! That’s good to hear.
I just updated to 1.7.2. I tested as thoroughly as possible, starting back from 1.6.11, making one change at a time. If there are still bugs with this version I will need some help with testing. I hope everything is working alright now.
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] No shrink after last updateI just updated to 1.7.2. I tested as thoroughly as possible, starting back from 1.6.11, making one change at a time. If there are still bugs with this version I will need some help with testing. I hope everything is working alright now.
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] End of the road ?Hi, yes, I’ve decided to cut back to minimal support. That means no paid pro version like I had planned. So I decided to just release some pro features for free. I don’t want to leave people with broken sites but also wanted to release the features that were ready. I hope everybody enjoys the news features.
The next step might be to possibly sell the plugin to another team. We’ll see.
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] Version 1.7 missing variablesThanks, I’ll look into this tomorrow.
Great, happy to hear it.
No problem! The update with the fix is live. Please let me know if you’re still having issues.
Nevermind, I found a solution. I found a better method to not override the Elementor sticky setting. I will update the plugin with this fix in just a little bit. Thanks for letting me know and sending a helpful link.
@ynsterchiche Do you have an example page with the plugin working as intended? Or can you describe to me what should be happening? I just want to be sure. Thanks.
Thank you! I have a few ideas that I can test tomorrow. Having that page to reference really helps. I will keep you updated. Other than that, I hope you enjoy all of the extra free features!
I’m sorry to hear that. Do you have a page I could look at? The only thing I can think of is that the transparent header option no longer overrides the elementor sticky setting.
Hi, sorry for the problems. Do you have a url I could look at?
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] Submenu items not visible on scrollThanks for letting me know. Do you happen to have a link that I could look at? I might add the fix to the plugin. Thanks again!
Forum: Reviews
In reply to: [Sticky Header Effects for Elementor] BestThanks for the review!
You can use the class “.she-header” as an active sticky class. That’s the one that is toggled at the scroll point.
I recently decided that I don’t have time to support a pro version of the plugin. So, I plan on adding some of the pro features to the plugin with just a dismissible donate notice. Bottom shadow will definitely be one of those setting to be added as soon as I have time.
Hi,
Sorry you’re having problems. I see that you’re using elements kit menu. I don’t officially support third part plugin, only elementor widgets. The blur option only adds backdrop-filter: blur(20px). I don’t know how that would cause this.
Maybe it’s a z-index problem. Try this code
.elementor-widget-ekit-nav-menu {
z-index: 999999999 !important;
}Let me know if that helps.