Robert Wattner
Forum Replies Created
-
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] Work with Elementor freeYes it will.
Hi,
You’re welcome! I’m glad you like it.
It sounds like the header isn’t returning to its original position:relative at the top. I don’t know why this would happen on mobile only.
Do you have a link to the site? That would help a lot.
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] Sticky header and hamburger menuGreat! I’m happy it worked.
Because this fix is a simple one I can consider integrating it into the plugin. This isn’t an issue with the elementor menu so I think it’s jet. Once the header changes from position relative, then the menu is trapped within the header height. Whatever method is used by them for the sticky header is the issue I think. It might just be a conflict between our plugins.
For now, you can use your example as a solution.
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] Sticky header and hamburger menuOk, try this css
.jet-mobile-menu__container { height: 100vh !important; }Please know that I can’t fully support compatibility with other third party plugins like crocoblock and elementskit. I hope this works for you though.
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] Shrink Header doesn’t workHi, yes, this is a known bug. I just finished a fix for this yesterday and I’m testing it now. It took longer to make compatible with the new menu widget. I’ll push an update for the plugin as soon as I can.
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] Sticky header and hamburger menuThanks for the link. It’s late here now, 9:20pm, so I’ll take a look at it tomorrow to try to find a solution.
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] Sticky header and hamburger menuOk, that helps some. It looks like it’s an overflow issue. I can’t be sure which element is causing this without seeing the page code.
Try this css
.she-header-yes { overflow-y: visible !important; }Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] Sticky header and hamburger menuHi, sorry you’re having problems.
Im not exactly sure what’s going wrong. Do you have a link?
Hi, I noticed that you aren’t using my plugin on your site at all. I think you might be in the wrong support forum. I suggest asking astra going forward.
Although, this css should work for you
.ast-primary-header-bar.ast-primary-header.main-header-bar.site-header-focus-item { border-bottom-width: 0 !important; } form.post-password-form { padding-top: 140px; }Good luck!
sorry you’re having problems. This is just a part of having a sticky header. CSS position fixed and absolute both remove the element from the flow which allows other content underneath it. This will happen with any theme, plugin, or even just custom css for a sticky header.
Can you try this CSS and let me know if it works.
.post-password-required { margin-top: 120px; }Forum: Reviews
In reply to: [Sticky Header Effects for Elementor] Works wellHi, sorry to hear that you are having problems. I’m not sure how this is happening either. The plugin doesn’t do anything with background images at all. I’d really like to try to troubleshoot this for you or fix the plugin if it’s causing problems.
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] Page speed optimizationThe plugin is extremely lightweight. It only adds a single JavaScript event on scroll/load to toggle a few CSS classes. Other than that, it uses elementor itself to manipulate css. The plugin settings are no different than elementor itself.
That being said, just like with anything else, make sure any CSS and JavaScript optimizations don’t break anything on the site.
Forum: Reviews
In reply to: [Sticky Header Effects for Elementor] AwesomeThank you! I’m happy you like it.
Hi,
have you tried resizing the actual window? The devtools responsive window has been buggy for me on several different computers lately. For me, it’s behavior doesn’t accurately reflect actual browser resizing behavior.
Please let me know this is the case for you too.
I’m working on an update right now that has a higher specificity selector so !important isn’t needed. This should allow you to override the seeting with your own styling. I’ve also added a built-in override using the clas “not-header”.
I’ll be pushing this update as soon as I can.