Robert Wattner
Forum Replies Created
-
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] Header drops over page when enabelingCan you please edit you previous post and remove the wp-admin link to your site? I don’t need a login. It’s not safe to have that on here, others can log into your site.
Hi, I have experienced this too. Unfortunately this is just a problem with shrinking headers I general if you are using my plugin or not. Even static html site with shrinking header will get this.
It’s because the overall page hight changes, meaning the distance to the top of the page changes before and after shrinking.
You can combat this by using the transparent feature of my plugin. Keep in mind you might need more space at the top of your pages. The transparent feature makes the header position absolute which removes it’s height from the dom. So it shrinking has no affect on the overall page height, which means accurate anchor scrolls.I hope this helps you understand it better. I’m sorry I don’t have a “solution” for you. It’s just how that works.
Thanks for the compliment though, I appreciate it!
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] Header drops over page when enabelingSelect your header section > advanced tab > z-index > enter 99999 so it’s on top of everything. No need for code.
If this is happening with my plugin disabled then it’s not my plugin causing it. From looking at the site it looked like the background was transparent on the entire page. I saw a fixed background with text scrolling over it. Something isn’t right on the page., My plugin wasn’t even activated so it couldn’t have been affecting anything.
I hope you figure it out but I can’t help much if it’s not my plugin.- This reply was modified 3 years, 11 months ago by Robert Wattner.
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] Header drops over page when enabelingI don’t see my plugin enabled in the code. I set the header section z-index: 2 !important; and it’s working
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] Header drops over page when enabeling@stevebenthalgmailcom could you please delete the login link from your post. We don’t want anybody on your site. Thanks
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] Header drops over page when enabelingI don’t need a login, just a link to the site so I can look at the code. I’ll see what I can do and reach back to you here.
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] Header drops over page when enabelingHi, try checking the header section > advanced > z-index. Set it to a really high number. Also, try setting the z-index for the section beneath it to a lower number. Let me know if this helps or if you have a link.
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] Box Shadow after scrollHi, if you are using my plugin and have the scroll distance set to 30px you can use this code wherever you keep your css.
.she-header { box-shadow: 10px 10px 10px red; }If you want to use my plugin at a different scroll distance and only have the shadow at 30px then go to your header > advanced > motion effects > effects offset > set to 30, and use this code in advanced > custom css of THAT header
selector { transition: all 0.4s ease-in-out; } .selector.elementor-sticky--effects { box-shadow: 10px 10px 10px red; }Let me know if this helps
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] header position errors@ciriman Happy to help. Thank you for the review! That really helps! Pro version is closer than ever, I’m excited too.
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] header position errors@ligend No problem
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] header position errors@lalitjindal I’m not seeing mobile a sticky header at all on your site
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] header position errors@ciriman I see your sites are working as they should after the update. I hope this is fixed for you
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] header position errorsI have updated the plugin. Please let me know if this problem is fixed, and thanks for letting me know about the issue. I am trying to slowly integrate files from the pro version so the transition to pro will be as smooth as possible. This version is using the pro css and needed a few changes.
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] effect to the mobile menuHi, this plugin is not intended to make the header sticky, it only changes the sticky header. There is a notice at the top of the settings about this.
https://ps.w.org/sticky-header-effects-for-elementor/assets/screenshot-2.jpg?rev=2709344I don’t support elements kit either, unfortunately. Only elementor pro’s theme builder, menu widget, and logo widget are officially supported at the moment. However, the “transparent” option can be used with the free version of elementor to simulate a sticky header, if set up properly.
That being said, I’m happy to take a look at your site and help you come up with something that might work for you. Do you have a link? Are you comfortable with using some css?
Let me know.Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] Not working with containers yet, right?@gupevieira @fran1290 The plugin has been updated and is now compatible with Elementor containers. Please report any issues you find here, thanks