Robert Wattner
Forum Replies Created
-
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] Dropdown link text colourHappy to help. I actually didn’t mean to put that part of the code in there. It should work without that selector entirely.
/* DROPDOWN MENU ITEMS COLOR AFTER SCROLL POINT */ .she-header .elementor-nav-menu--dropdown a { color: RED !important; } /* DROPDOWN MENU ITEMS HOVER COLOR AFTER SCROLL POINT */ .she-header .elementor-nav-menu--dropdown a:hover { color: GREEN !important; } /* DROPDOWN MENU ITEMS ACTIVE COLOR AFTER SCROLL POINT */ .she-header .elementor-nav-menu--dropdown a.elementor-item-active { color: BLUE !important; }Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] Dropdown link text colour@jasoncsh Hi, I’ve just tried this using the elementor menu widget and here is the code that works for me
/* DROPDOWN MENU ITEMS COLOR AFTER SCROLL POINT */ .she-header .elementor-element.elementor-element-7950511 .elementor-nav-menu--dropdown a { color: RED !important; } /* DROPDOWN MENU ITEMS HOVER COLOR AFTER SCROLL POINT */ .she-header .elementor-element.elementor-element-7950511 .elementor-nav-menu--dropdown a:hover { color: GREEN !important; } /* DROPDOWN MENU ITEMS ACTIVE COLOR AFTER SCROLL POINT */ .she-header .elementor-element.elementor-element-7950511 .elementor-nav-menu--dropdown a.elementor-item-active { color: BLUE !important; }Just change each color: to whatever you like for each state. Let me know if this works for you
I’m in Houston and I’m intermittently losing power, no internet, and mobile data is barely working right now. Unfortunately I can’t check into this at the moment but I will as soon as I can
Hi, sorry you’re having problems. What versions are you running? Did you recently update and it stopped working? Do you have a link?
Thanks for letting me know@nicholasnqs I see your header is working correctly now. Happy to see it’s fixed
Sorry for the delay, I will have time tomorrow to look into this further for you. We might have to use emails from here on if that’s ok. You can reach me at rwattner@gmail.com
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] How do I turn off the sticky header?Uninstall my plugin and under the advanced tab > motion effects, make sure sticky is set to none. If your header is still sticky after that then it is something else causing it. Possibly custom code or another plugin.
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] Doesn’t workMy testing on a clean wordpress installation 5.6 with elementor 3.1.1 and the current available version of my plugin is working just fine.
What theme are you using? Do you have any other elementor or speed/caching plugins installed? Do you have a link to the site? Do you see the plugin settings at all or is it just not functioning correctly?Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] Doesn’t workHi, sorry to hear that the plugin isn’t working for you. This is the first time I’ve heard of this. Do you have more specific information about what’s not working? Are you not seeing the options in the advanced tab of your header section?
I’ve tested on every version of WordPress and elementor without any issues but I will test on a fresh install with those versions.
Any information you can give me would help solve this. ThanksThat’s weird. I saw it working just fine yesterday. Try clearing all cache you can and maybe try duplicating the entire header section and deleting the old one. I’ve had to do that with elementor in the past.
I’m not at my computer right now but I’ll take a look when I get back to it.- This reply was modified 5 years, 4 months ago by Robert Wattner.
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] How do I turn off the sticky header?Have you uninstalled the plugin?
Great, happy to help!
Try this code
#main #content-wrap { padding-top: 0 !important; padding-bottom: 0 !important; }Hope that helps, let me know.
Hi, do you have any code controlling the container? Try unchecking the stretch section option. or possibly this css
.container { width: 100% !important; max-width: 100% !important; }Currently just myself and 1 other person are working on this plugin. There is no beta testing set up, sorry.