Robert Wattner
Forum Replies Created
-
As of right now the plugin doesn’t support being active on 2 separate headers. The same class is being applied to both so the settings can’t be separated. It’s best to hide/show elements individually in a single header. Hope this helps
Are you using negative margins?
Hi, sorry you’re having problems. Does this still happen when my plugin is deactivated and you use the motion effects > sticky > top? Just a regular sticky header using only elementor?
It seems like a z-index issue. I’m on my phone so I can’t look at the code but I’ll be back at my computer in a little bit.Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] Header not transparent after scrollHi, sorry to hear that you are having problems. I just looked at the site and the header isn’t changing at all for me on scroll. What browser are you using? Are you using the change background color or bottom border features? Can you send any screenshots of before and after? You can send to rwattner@gmail.com
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] Sidecart issueHi, I was able to replicate the problem and find a solution. Use this code to fix the problem for now.
.she-header-yes .elementor-menu-cart__container { height: 100vh !important; }I will add this code to the plugin for a future update. Thanks for bringing this to my attention and sorry you had problems. Let me know if there is anything else I can do, thanks again.
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] Sidecart issueThanks for clarifying. I’ll have to test this to see if I can duplicate it and find a solution.
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] Sidecart issueYes I understand what is happening to the sidecart, I just don’t know what a sidecart is? Is it the submenu dropdown, are you using megamenu, do you have the header as sidebar navigation, is sidecart a plugin? I’ve never heard that term before, I’m sorry.
Thanks for the screenshot. That helps a little, but it’s still too difficult to tell what’s going on. A link would be best
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] Sidecart issueHi, I’m not exactly sure what you mean by sidecart. Do you have a link or screenshot?
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] Header drops over page when enabelingHi, I see that you haven’t adjusted the column width for mobile. By default, elementor sets all columns to 100% width on mobile. This causes all the columns to stack on top of one another and become very tall. You have to adjust this for tablet and mobile as you need. This is just part of building with elementor. My plugin isn’t doing this.
Here is a tutorial on how to adjust those settings
https://themes.artbees.net/docs/creating-responsive-columns-in-elementor/#:~:text=Click%20on%20the%20column%20settings,open%20with%20the%20column’s%20settings.&text=4.,for%20each%20of%20them%20individually.Google “elementor responsive column width”. You should find plenty of articles and videos.
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] Not working with containers yet, right?@neikoloves Thanks! I’m happy you like it.
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] Header drops over page when enabelingHappy to help!
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] Header drops over page when enabelingYour header is transparent because you have transparent on. Position absolute is so the header can cover what’s under it. You don’t have an “initial transparent header” which is what that setting says is for. It doesn’t need to be on.
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] Box Shadow after scroll.she-header is the class that my plugin adds to the header at the scroll distance. So, at 30px, .she-header is applied along with it’s box shadow. The class that you addded is there all the time, so was it’s box-shadow.
I’m glad we got it figured out for you. Have a good one!- This reply was modified 3 years, 11 months ago by Robert Wattner.
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] Box Shadow after scrollI just looked at your site and I see the box shadow is coming from this code
.naglowek { box-shadow: 10px 10px 10px red; }With your current settings, this code works on your site for me
.she-header { box-shadow: 10px 10px 10px red; }I personally think this looks good on your site
.she-header { box-shadow: 0px 0px 30px rgb(255 255 255 / 10%); }Let me know if you get it working. Good luck!
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] Box Shadow after scrollDid this help? If so, I’m going to mark this resolved. Thanks