Robert Wattner
Forum Replies Created
-
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] Change logo when stickyHi, sorry for the delay, are you using the elementor image or site logo widget? I can write you some custom code to do this
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] Hide on 300vh scroll downThis currently requires changing quite a bit of code in several main plugin files so it’s not just not supported at the moment. However, I have already started adding extra scroll distance units for a future update. I am working on adding % vh em and calc() options.
Sorry that this isn’t available yet.Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] menu disappears when scrolling upHi, I’m not able to duplicate this problem. What os and browser are you using?
You can try to set your header section z-index to a high number like 99 to bring it to the front. You can also do that for individual elements.I’m happy it worked for you. I have several testing sites for new plugin features. I just started on those automatic negative margin and offset settings.
These settings will actually be available in the pro version I am working on. The pro version will add twice as many options at least and I’ll add new features regularly.
I plan on only 1 low price $15/year for unlimited sites. Testing on the pro version beta has already been good. Lot’s of new features are working alreadyI’m glad you like the plugin. You can use the plugin editor to change the css. I intend on making this change to the next update so you will be able to update with no problems.
If you want to do it that way I can walk you through making the CSS changes to the correct plugin file. I would try adding it to the CSS in the customizer first.It is possible to automatically offset the anchor link by the height of the header but it requires some custom javascript. I am actually working on adding this feature to the plugin right now but I haven’t tested on elementor yet.
http://jsfiddle.net/rwattner/yczsm2u9/47/Right now I think the anchor widget might be your best solution if you are using the hide header setting
Hi, sorry for the delay.
For the transition try this code.she-header-hide-on-scroll-yes { -webkit-transition: all 0.4s ease-in-out, all 0.4s ease-in-out !important; -o-transition: all 0.4s ease-in-out, all 0.4s ease-in-out !important; -moz-transition: all 0.4s ease-in-out, all 0.4s ease-in-out !important; transition: all 0.4s ease-in-out, all 0.4s ease-in-out !important; }For the anchor link top spacing I would try using the anchor link target widget instead of giving the section an ID. You can then set the anchor widget position to absolute and use the lower slider to move it to the correct spot on the page to scroll to.
Let me know if this helps
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] Shrink does not workGreat! Happy I could help. I’ve seen this a few times now so I plan on adding compatibility for that plugin and others with site logo widgets in a future update
Great! Happy to help
Hi, thank you very much! I’m happy you like the plugin. Could you try turning off the transparent header option and use negative bottom margin instead. Then make sure in the above tab “motion effects” sticky is set to top and offset is set to the hight of the top section. Set the min-height of the top section if needed but it looks like it’s 80px.
If this doesn’t help then we’ll figure it out. I can write some custom code for you or update the plugin if we need to.
Let me know how it goesForum: Plugins
In reply to: [Sticky Header Effects for Elementor] Shrink does not work@alursru Hi, I think I figured out the issue. I noticed that your logo has a CSS class “hfe-site-logo-img” which I believe is header footer elementor. Their logo widget has caused problems in the past so I think that’s it. Please try using an official elementor image or logo widget and see if that helps. Let me know.
@colt0155 Alright, I set up a jet megamenu and did some testing. I couldn’t duplicate the problem but I found a way to possibly use CSS to force the slide-out to full height. There are a few ways of doing this so it would really help if you had a link to the page so I could look at the code.
Alternatively, you could save your header section as a template, export it, and email me the .json to rwattner@gmail.com so I can import it and look on my test site. Either way is fine with me.Hi, sorry you’re having problems. I’ve never seen this issue before. It might ha e something to do with the section(menu container) height settings. I’ll look into this tomorrow when I’m back at my computer.
I’m sure I can get you fixed up whether it’s a bug or you need custom css.- This reply was modified 5 years, 5 months ago by Robert Wattner.
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] Where are settings?It’s specifically for elementor so it works on any header that is made using elementor. Built-in theme headers are usually controlled by the theme settings and the customizer.
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] Where are settings?Once the plugin is activated you will find “Sticky Header Effects” option under your header section advanced tab
Glad you found the code you needed, I was away for the weekend. You want to change the shopping cart icon color on scroll?