Robert Wattner
Forum Replies Created
-
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] Why is my banner hide in the headerHi, it sounds like you might want to turn off the transparent option and simply use negative bottom margin for your header. It helps if your header is set to a min-height and no padding is used.
Also, elementor pro stick: top feature has an effect offset option. That will offset the header from the top of the page as so not cover up a top bar you may have.I hope this helps. If I’m not understanding your problem just let me know. If you email me it’s easier to help. rwattner@gmail.com
Hi, I see that this is already marked resolved. Is that correct? I also see the page you linked to does not have a sticky header. Elementor pro motion effects option needs to be set to sticky: top.
I’m glad you got it figured out. May I ask what the fix was? I’m curious and might be able to use it in the future
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] Change Nav Menu Hamburger On ScrollThat’s awesome! Really like to see stuff like that. I’m happy it worked for you. Let me know if I can help with anything else
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] Change Nav Menu Hamburger On ScrollHi, yes you can do this easily. Just add this code and change “red” to the color you want.
/* NAV MENU HAMBURGER SCROLL COLOR */ .she-header div.elementor-menu-toggle i.eicon-menu-bar { color: red !important; } /* COLOR TRANSITION */ .she-header-yes div.elementor-menu-toggle i.eicon-menu-bar { -webkit-transition: color 0.4s ease-in-out !important; -o-transition: color 0.4s ease-in-out !important; transition: color 0.4s ease-in-out !important; }If you would like to combine the code for your menu items with this you can replace your current css with this. Again, just change “red” to your color
/* NAV MENU ITEMS AND HAMBURGER SCROLL COLOR */ .she-header .elementor-nav-menu a, .she-header div.elementor-menu-toggle i.eicon-menu-bar { color: red !important; } /* COLOR TRANSITION */ .she-header-yes .elementor-nav-menu a, .she-header-yes div.elementor-menu-toggle i.eicon-menu-bar { -webkit-transition: color 0.4s ease-in-out !important; -o-transition: color 0.4s ease-in-out !important; transition: color 0.4s ease-in-out !important;I hope this helps
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] Transparent Header ProblemHi, sorry you are having trouble with the plugin this time. I’ve looked at the site and can’t quite pinpoint what the issue might be. Could you please email me rwattner@gmail.com so I can help you further. Thanks
Forum: Reviews
In reply to: [Sticky Header Effects for Elementor] Must have plugin for Elementor FreeThank you very much for the review! I’m happy that you like it.
Hi, I’m happy to hear that you enjoy the plugin. The reason no updates were made for so long is that we have been working on the pro version and the free version has been stable with very few support issues. We haven’t gone anywhere.
I’ve just recently updated the plugin for current WordPress version compatibility and we are very very close to having the pro version finished. We have integrated freemius for easy subscriptions and upgrades to unlock pro features. We are working on the last few details which, unfortunately, tend to take the longest. We have a fully functional and tested pro version that more than doubles the current features. We’ve added even more than what’s on the coming soon list.
We are a very small team that can only work on this in our spare time. I really appreciate your enthusiasm and patience.
Hopefully, I can earn a better review from you soon.Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] Version 1.4.6 create padding on TopAwesom! Sorry for the troubles
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] Version 1.4.6 create padding on TopI have just updated the plugin. It is basically 1.4.3 with current WordPress version compatibility. Please let me know if you are still having problems.
I have just updated the plugin. It is basically 1.4.3 with current WordPress version compatibility. Please let me know if you are still having problems.
Hi, thanks for letting me know. I am looking into a solution right now and will release an update with the fix as soon as I can.
I apologize for the inconvenience.
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] Version 1.4.6 create padding on TopHi, thanks for letting me know. I am looking into a solution right now and will release an update with the fix as soon as I can.
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] Extending and shortening header bugI’m happy to help! You have a good one too
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] Extending and shortening header bugI’m not exactly sure why the logo is becoming larger on mobile but for now, I have some CSS that you can use to fix the problem manually.
/* LOGO MOBILE SCROLLED WIDTH */ @media (max-width: 767px) { .she-header .logo img { width: 200px !important; } }Change the 200px width to whatever you like the logo to be after scrolling.
Let me know if these solutions work for you.