Robert Wattner
Forum Replies Created
-
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] Making header before scroll stickyTry this, click the section > advanced tab > motion effects > set sticky to “top” lmk if that works
The next update will fix this issue for logged in users
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] Sticky header margin-topI know it won’t work if there are more than one element with the anchor id. Maybe that is the problem. Elementor color picker has been buggy for me lately and I’ve had to reassign colors to certain things. Maybe try changing the active color and changing it back
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] Sticky header margin-topNo problem! Yes that active section for the menu is built-in to elementor. Click the section > advanced tab > section ID but in “about”(no #) for the about section, contact for the contact section and so on…. Then make sure your menu has custom links. Erase the http:// that’s there as the link by default and type in “#about”(with #) and Fill in the link label “about” or “about us” whatever you like. Do the same for the other links.
Now your menu links are anchor links and will scroll to the corresponding section and highlight the menu link
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] Sticky header margin-topThis is being fixed in the next update. I’m almost done with it, just one more bug to fix that’s being stubborn.
Do you have a link to the site with this issue?Go to the WordPress dashboard > appearance > custom CSS and paste this code
/* REMOVE TOP MARGIN */
.admin-bar .she-header {
top: 0 !important;
}@primarypixels Hi, I just looked at your site on firefox to test that my new plugin changes would fix your issue and I’m not seeing a gap at the top as shown in your screenshot.
https://drive.google.com/file/d/1XlFeKcBxNC6pIR_CKRohDnnfxnaIEejp/view?usp=sharing
Have you logged out of wordpress and looked at the site? There is code that has to do with the WP admin bar that might be causing the problem. Let me knowForum: Plugins
In reply to: [Sticky Header Effects for Elementor] Entire header not sticky@moderator OP would like this post be removed for “political issues with this site going live” please remove, thank you!
@primarypixels I’m not sure exactly. I’m trying to fit in work on the plugin as much as I can but, being that it’s free, I have to fit it in my free time. It just depends on how busy I am but I’m actively working on it so maybe just a few days hopefully.
Thanks for your patience.Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] When loading header remains whiteI’m working on fixing this issue but for the time being, you can use this custom CSS on your header section
selector { position: absolute; z-index: 9; }https://drive.google.com/file/d/188zLP_MarhdtJnVIsXR_dCuSPqyIBVeq/view?usp=sharing
This is a known bug that I have fixed for the next update. I just need to fix one more bug and I will update the plugin which should fix this.
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] useable in sticky footer section@cessayr To be completely honest I’ve never tried it on a sticky footer. Some of the simple features could theoretically work but some of the code would need to be changed to work.
The main thing is that I know the plugin can’t work on 2 different sections at once. All of the settings would be applied to both sections.
Maybe in the upcoming PRO version I can add a few options for footers, who knows. As for now though, it’s only meant for headers, sorry.Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] Logo is shrinking too much on firefox@lschiffli Thanks for the assistance!
@mrvly I’ve noticed this as well and I didn’t make any changes to the logo shrink code. I’m thinking it might be how elementor is handling images with no set size vs with set size vs original image size…. I’m not quite sure exactly what it is yet but I think I’m going to use scaling for logos in the future so it works better and is more intuitive. I’m looking into a better way to do that.Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] Update Broke My Header@faithrebel
Do you think you could email me so I can help you further? rwattner@gmail.com thanksForum: Plugins
In reply to: [Sticky Header Effects for Elementor] Update Broke My HeaderIt seems like your settings should be working fine. Are you clearing your site and browser cache? Have you tried viewing the page in an incognito window?
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] Update Broke My Header@faithrebel can you turn off the transparent header option please. Also you should use the elementor motion effects to set the header to sticky top and offset it the height of the grey top section.
I noticed your logo on mobile is expanding outside of the header instead of shrinking. You might need to make sure the logo width and shrink percentage are set correctly.
Let me know if that helps