Robert Wattner
Forum Replies Created
-
Forum: Plugins
In reply to: [Code Snippets] add_action is not definedThe site is running fine now and I don’t get the error anymore but since I’ve got your attention I’d like to make sure this is correct. Thanks
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] HELP ASAP! Must fix today!I’m glad you figured it out. That’s a tricky thing to do.
I see you are using negative top margins on the full-screen hero section. If you are using negative margins you should turn the transparent option OFF. I would recommend putting the negative margin on the bottom of the header instead.Something that might help is to set an exact height of each of the inner headers using the min-height setting. Say 60px for the top black section and 120px for the menu section. This will allow you to know exactly how tall the header is 180px total and this is exactly how much negative margin you need.
I hope that helps. Good job on figuring it out, it’s looking good
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] HELP ASAP! Must fix today!Outermost section must be 1 column with the sticky on and sticky effects on. Then you can put inner sections inside that sticky section. I hope that makes sense
You’ll want the outer section to have no gaps margin or padding including it’s 1 column. No spacing anywhere so the inner sections can go to the edge
- This reply was modified 5 years, 6 months ago by Robert Wattner.
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] HELP ASAP! Must fix today!There are other ways of doing it but they are much more complicated. Elementor allows column width to be set only on tablet and mobile for some reason.
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] HELP ASAP! Must fix today!If you want it to be 100% width on any screen size use this
selector { min-width: 100% !important; }Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] HELP ASAP! Must fix today!If you click a column and go to custom css in the advanced tab you can make the column width 100% on desktop with this code
@media (min-width:1024px) { selector { min-width: 100% !important; } }Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] Image on the right moves left on scrollHi, it looks like the image width is changing on scroll. What you’re seeing “moving left” is the image width increasing over a 400ms transition. I suggest removing the transition duration for the width using css. This way the change is instant and won’t appear to move.
Click the image and add this CSS under the advanced tab
selector img, .she-header selector img { transition: width 0s !important; }Let me know if that helps
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] HELP ASAP! Must fix today!Use a full width inner section for the menu or try to make use of the position settings to get elements next to each other in the same column.
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] HELP ASAP! Must fix today!Do you happen to have the plugin activated on 2 different sections? That will definitely cause a problem. For the moment the plugin doesn’t support being activated on more than 1 section at a time.
I have fixed this issue for the upcoming update. I have one more bug to fix and I can release the update
@klaggy Hi, sorry for the delay. Yes, you can turn off the transparent option which will revert the header to sticky position which means it will stay at the top. You’ll have to use negative margin to get the header over top of the section below it.
Let me know if this works for youForum: Plugins
In reply to: [Sticky Header Effects for Elementor] Scroll distance on smaller screens@edinmaloku I’m sorry that would require changing the primary code of the plugin.
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] Scroll distance on smaller screensNo, unfortunitely, there’s not. Do you have a link, maybe I can help. The pro version will have more scroll distance options like vh and % but I’m still working on that.
@gvanlill Hi, sorry, this is a known bug and I’ve actually fixed that and a few other bugs for the next update. There is one bug that I need to fix before I can update but it’s giving me trouble and I’ve been very busy lately.
Hopefully, I will be able to update with this fix soon.Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] Making header before scroll stickySure, send a link