Robert Wattner
Forum Replies Created
-
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] Extending and shortening header bugHi, thank you. It looks like if the window is resized before scrolling then the width bug shows itself. If the window is resized after scrolling then there is no problem, unless previously caused.
Try this css to fix the problem
/* INITIAL HEADER FULL WIDTH */ .she-header-yes { width: 100% !important; }Let me know if that works for the width issue. I haven’t been able to replicate the logo issue just yet but I’m still working on it. Thought I’d at least give you the solution I found so far.
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] First section JumpThis is the header changing to absolute positioning that’s causing the jump. Caching/performance plugins can load that code at different times.
You can try turning transparent off and use negative bottom margin on the header to achieve a “transparent” effect. Set the section min-height to 60px or something, then set bottom margin to -60px. This might help the jumping. Let me know@tammyamaral Do you think you could email me so I can try to help you further? rwattner@gmail.com
@tammyamaral Are you still having this issue?
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] Menu shows up with a delay@dm_llc Are you still having this issue?
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] dynamic header changeThis would be easy to do if it were by page but changing it when dynamic content loads on the same page would be difficult. I’m sorry I don’t have an easy solution for you
Uninstall and reinstall my plugin to fix the typo. Your settings should be saved so don’t worry. I would try regenerating the css using elementor. Maybe try importing the site to a different wordpress installation to see if it acts the same way.
Code is different on the two pages for the logo. There is also a typo in the transition code of my plugin. Either it’s been manually edited or something is really messing with the page
Possibly the new-ish native svg support within elementor itself handles the images differently? Do you have a link to a working page?
Also, it’s not working correctly on any browser on windows. Chrome, edge, ff, brave, opera
Yes, the image is an svg file. Have you tried embedding the css for the svg instead of using an image widget? I can’t find why the header transition is set to 0. It’s not showing where that line of code is coming from
I noticed the transitions to white background and black text is all being overwritten to none somehow. Something is messing up the css. Have you tried disabling wp rocket?
Also, the logo is being displayed as a regular image, not svg code, so the text alone can’t be targeted to change color.Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] problems after scrolling@ciriman Thanks for bringing this to my attention. I’ve never seen this before. Scrolly that rapidly isn’t typical behavior but it still shouldn’t break the header. I’ll try to fix this issue as soo as I can.
@tammyamaral Are you just trying to make the entire logo black after scrolling?
Hi, sorry for the delay in responding. I’m not getting support email notifications for some reason.
WP Rocket could be minimizing or combining css, HTML, javascript, or PHP code that could be making it act differently. Yes, caching plugins can do this.I’ll take a look at your site and see if I can come up with a fix