Robert Wattner
Forum Replies Created
-
Forum: Reviews
In reply to: [Sticky Header Effects for Elementor] Awesome, but there is a bugFor your site here is some custom CSS that will change your link colors on scroll. I’ve included main, hover, and active link colors.
Main color
/* link color */ .she-header .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item { color: #555555 !important; } /* link underline color */ .she-header .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after { background-color: #555555 !important; }Hover color
/* link hover color */ .she-header .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:hover { color: #555555 !important; } /* link hover underline color */ .she-header .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after { background-color: #555555 !important; }Active color
/* active link color */ .she-header .elementor-nav-menu--main .elementor-item.elementor-item-active { color: var( --e-global-color-primary ) !important; /* active link underline color */ .she-header .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item.elementor-item-active:after { background-color: var( --e-global-color-primary ) !important; } /* var( --e-global-color-primary ) is your global "primary" color but can be replaced with any # or rgba color */ }Just change the #555555 to whatever color you like. You can also control the underline color separately or set it the same color.
If you switch from the “underline” pointer style let me know so I can send you the correctly modified code. Each pointer style has specific code.Hope this helps until I get the custom link color options built into the plugin. I’d really appreciate if your review reflected the bug being fixed for you. Thanks a lot
- This reply was modified 5 years, 8 months ago by Robert Wattner.
Forum: Reviews
In reply to: [Sticky Header Effects for Elementor] Awesome, but there is a bug@timo7777 I found the bug in the code and fixed the problem. I just updated the plugin to 1.4.3. Let me know if this works for you. Please clear your site and browser cache. Lmk
Forum: Reviews
In reply to: [Sticky Header Effects for Elementor] Awesome, but there is a bugHi @timo7777 I’m glad you like the plugin so far and sorry about the bug. The latest release had a lot of changes. Are you using the site logo widget or the regular image widget? also, do you have a link to the page with the problem? I can write you some custom CSS until I can get the bug fixed.
lmk thanksHi @admiraltuuvok The new update has built in instructions for sections above headers. I tested the best way to do exactly what you are doing and included instructions when you activate the transparent option.
The plugin doesn’t control “sticky” or the offset, elementor motion effects does that already. Try setting the motion effects sticky offset, and my plugin scroll distance to the height of the section above the header.
Set the section above the header min-height and set the other settings to the same. Let me know if this helps youHi @ianstudio thanks for letting me know
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] Header is pushed downlooks like now I need
.admin-bar .she-header, .admin-bar .she-header-yes {
top: 32px;
}To move the initial header down
@gareth-wynn the new update should fix this
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] Header is pushed down@sermalefico I’ve made the changes to the CSS and updated the plugin
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] Header is pushed downHere is the link if you’d like to roll back to the latest version before the 1.4 update
1.3.2Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] Header is pushed down@tomasward you cleared your site cache and browser cache? Do you happen to have a link?
Try this css
.logged-in .she-header { top: 0 !important }Let me know
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] Header is pushed down@ptwopguarantee @tomasward @dirkd Let me know if the new 1.4.1 update fixed this bug for you please. Thanks
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] Header is pushed downHappy to help. I expected there to be bugs with so many changes. This is actually a very easy fix
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] Header is pushed down@tomasward I have found the problem and I’ll be releasing an update with a fix later today. Sorry for the issues
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] Header is pushed down@ptwopguarantee Hi, I just looked at your site and I don’t see my plugin is activated. You said it is broken, can you be more specific?
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] Has the developer dump this plugin?@aminrodriguez809 Update is live! I hope everyone likes all the new stuff