Robert Wattner
Forum Replies Created
-
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] Left align logo when shrinking@melanie71 Hi,
I have the code that will keep your logo left-aligned when shrinking. Try this css
.she-header-yes { transition: all 0.4s ease-in-out !important; } .she-header-yes .elementor-widget-image { transform-origin: left; transition: all 0.4s ease-in-out !important; }Let me know if this works for you. I added some code for better header and logo transitions also.
The css transform is only being used temporarily until pro version is released. With pro come a completely revamped free version as well. This should work for the time being. Sorry for the trouble and thanks for your patience while we finish up pro.
- This reply was modified 3 years, 5 months ago by Robert Wattner.
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] Left align logo when shrinkingNo problem,
no its not the expected behavior. The settings I suggested should have worked. It’s 10pm here, I can take a better look tomorrow when I’m at my computer.
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] Left align logo when shrinkingHi, have you tried setting the image alignment to left, or the column horizontal position to start. You might also try setting the width, under advanced tab, to inline(auto).
Let me know if and of this helps.
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] Elementor extra breakpointsHi, this is something we have already looked into. Elementor released info on how to implement the additional breakpoints for add-on plugins. After current bugs fixes, this is highest priority.
Sorry it’s not quite ready yet and causing problems. If there is something specific you’re trying to do I’d be happy to help. Maybe some custom css could work for now.
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] Logo shrinking, not the headerHi, sorry to hear you’re having problems.
This is a bug with the shrinking logo. I updated the plugin to use CSS scale instead but that it’s a true solution. Scale does t actually change the size of the image, so the header can’t shrink in your case. Scale acts more like a zoom rather than a resize.
This thread had a different issue but the css should work for your case. https://wordpress.org/support/topic/logo-shrinks-too-much/
let me know if you need more help with this. Now that the holidays are over we hope to release the pro version which fixes this problem.
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] display problemsSince the code above worked, then this should work the same way but account for the admin bar. Paste this below the previous code.
.admin-bar selector { top: 42px !important; } @media screen and (min-width: 783px) { .admin-bar selector { top: 32px !important; } }I hope this helps. Lmk if you have problems with this. I’m writing it on my phone as I’m away from my computer right now.
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] display problemsThat code doesn’t account for the admin bar, but regular visitors won’t see that. I will let you know what I find.
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] display problemsThanks for that, that helps. It’s a container, not a section? I had support for the beta containers but elementor changed some classes and I haven’t deployed the fix to support containers again. I can’t officially support something that’s in beta really. They make changes that are out of my control. Can you try this css on the sticky header container.
selector { top: 0 !important; }That’s only a guess but it might help until I can look into this further.
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] display problemsHi, thanks for bringing this to my attention. I will try to test this to see what his happening. I can only vm into big sur on desktop since I have a Windows machine.
Does this still happen to a sticky section without my plugin enabled? For example, if you disabled my plugin and left motion effects set to sticky: top.
Please let me know if it still happens with those settings. Thanks.
@benchmarkgraphics I’m glad you got it to work. It’s only 7am here but I was about to take another look. Let me know if you need help with anything else.
@benchmarkgraphics No problem, happy to help!
@benchmarkgraphics for your site, you can use this css
.she-header img.attachment-full.size-full.wp-image-559 { filter: none !important; }I hope this helps. Sorry for the trouble.
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] Does not support flex box containers?Yes, actually, I made one a while ago and haven’t advertised it much. It’s facebook.com/StickyHeaderEffects
I’m pretty sure we’ll be doing some kind of soft launch. Whatever we do, I’ll be sure to post it there.
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] Logo shrinks too muchI’m sorry, I forgot the desktop size in the code. Try this CSS
.she-header-yes .elementor-widget-theme-site-logo.elementor-widget-image { /* LOGO TRANSITION */ transition: width 0.4s ease-in-out !important; } .she-header .elementor-widget-theme-site-logo.elementor-widget-image { /* DESKTOP SIZE */ width: 180px !important; } @media (max-width: 1025px) { .she-header .elementor-widget-theme-site-logo.elementor-widget-image { /* TABLET SIZE */ width: 160px !important; } } @media (max-width: 768px) { .she-header .elementor-widget-theme-site-logo.elementor-widget-image { /* MOBILE SIZE */ width: 140px !important; } }Let me know if this code works for now? Thanks for your patience while I get this bug fixed.
yes, that is the site I was looking at. There is no sticky header.