Robert Wattner
Forum Replies Created
-
@daynese1 Hi, have you checked the header section advanced tab > motion effects > make sure sticky top is on for mobile? Please let me know, thanks
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] Has the developer dump this plugin?@aminrodriguez809 Hi, I am still very much actively working on this plugin. I’m about to update with new features and fixes actually. I’ve mainly been working on a pro version to release.
Thanks for your concerns! I’m still here hahaForum: Plugins
In reply to: [Sticky Header Effects for Elementor] Conflict with Learndash@arosman I sent you an email
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] Smoother sticky glide@burningbannas It looks like my plugin isn’t being applied to your header section. Also, my plugin doesn’t control if the header is sticky or not, elementor motion effects settings do that. I don’t know what disabling my plugin would have to do with the header being sticky or fixed.
The reason your header looks like it’s behind the elementor builder is because that header is being put on the page by astra.
Astra has similar options to my plugin if you want to use their header. My plugin just adds some options to a sticky header built in elementor.Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] Smoother sticky glideWhat other settings do you have turned on? I don’t see a background color change or shrinking logo or anything. This plugin doesn’t make the header “sticky”, it only makes changes after scrolling. Elementor pro scroll effects should be set to sticky top and try disabling my plugin.
Let me know if that helps@gvanlill Hi, this is a known bug and I plan on having it fixed along with other bugs fixed and several new features in the next update
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] Smoother sticky glide@kike0128 That css is for hiding the header when scrolling, I don’t think you should be using it. Could you try turning off the transparent header option? Also, do you have a link?
Forum: Reviews
In reply to: [Sticky Header Effects for Elementor] Funciona perfectamente.Thank you!
Try this code in the custom CSS under the advanced tab for your header
selector { position: sticky !important; top: 0; }Elementor controls sticky, not my plugin, but this should make the header sticky. Let me know if it works
Hi, sorry to hear you are having problems. My plugin doesn’t actually control the sticky aspect of the header. It simply makes changes to the header after scrolling.
Try using the built in elementor settings under scrolling effects set sticky to top.
Let me know how that goes for you and if necessary I can help you after that.
Let me know how it goes. Hopefully that helps. I’m sure we can figure it outForum: Plugins
In reply to: [Sticky Header Effects for Elementor] Change text color on scroll not workingYes I have plans on updating very very soon with new features
Turning on the transparent setting does this so no negative are needed.
@damdo6996 Yes, my plugin could help with that. When activated it adds CSS classes to the header section for before and after scrolling. Those selectors can be used to target objects and style them according to each state example for your case: display CSS attribute.
So basically with my plugin enabled you could use some simple custom CSS to show/hide whatever you like before and after scrolling.
If you have a link I could help you with the CSSForum: Plugins
In reply to: [Sticky Header Effects for Elementor] Box-Shadow After Scrolling?No problem, happy to help!
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] Box-Shadow After Scrolling?Hi, you’re very welcome, and thank you! Yes, you can do this with just a little custom CSS.
Put this code wherever you keep your custom CSS.she-header { box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5); }Adjust the settings and color as needed. HERE is a good source on how to do that if you don’t already know.
Hope this helps! Let me know if you need anything else and stay safe out there!