Robert Wattner
Forum Replies Created
-
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] Offset in Sticky Header EffectOk, glad you got it figured out. I’ll close this.
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] Offset in Sticky Header EffectHi,
From your screenshots it looks like the image needs to shrink to match the new header height. Do you have a link to the site?
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] Menu color after scrollGreat! No problem.
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] Menu color after scrollThe code you tried from here probably wasn’t working because you aren’t using the elementor menu widget. This code should work for you though.
/* Change menu link color on scroll */ .she-header .sf-menu-boosted-elements .boosted-nav-link-def { color: red; } /* Change menu link hove color on scroll */ .she-header .sf-menu-boosted-elements .boosted-nav-link-def:hover { color: limegreen; }I included the hover color as well in case you’d like to change that too. Just change “red” and “limegreen” with whatever colors you want.
Let me know if this works for you.
- This reply was modified 2 years, 8 months ago by Robert Wattner.
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] Menu color after scrollYes, that’s this plugin. I meant a link to the site that you are working on. I need to be able to see the page code.
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] Menu color after scrollDo you have a link? The code depends on which menu widget you’re using.
The plugin doesn’t support custom breakpoints yet. This is something that we’re working on.
Forum: Reviews
In reply to: [Sticky Header Effects for Elementor] Width not responsiveits working fine for me. I can test more tomorrow. It’s late here now. Hopefully it’s fixed now.
Forum: Reviews
In reply to: [Sticky Header Effects for Elementor] Width not responsiveis it this site? https://dylanm42.sg-host.com
Forum: Reviews
In reply to: [Sticky Header Effects for Elementor] Width not responsiveOk, I actually added the max-width to the plugin code. https://plugins.trac.wordpress.org/browser/sticky-header-effects-for-elementor/trunk/assets/css/she-header-style.css
I thought that fixed your problem.
I have updated the plugin to version 1.6.9 now. Everything should be working as it should. Please let me know if you are still having issues. Thanks!
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] CABECERA NO QUEDA FIJA@vallesierra7 please let me know if everything is working for you now thanks!
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] Plugin in working from a past few days@websiteble please let me know if everything is working for you now
Forum: Reviews
In reply to: [Sticky Header Effects for Elementor] Width not responsiveLooking at your code I see a width set on the header element itself that is overriding my plugin width setting of 100%. If I disable it in the devtools then my plugin takes over and seems to work correctly.
I can add !important to my plugin width and add a max-width as well. I don’t think it would hurt anything.
The plugin has been updated. Please let me know if you are still having any problems. Thanks