Robert Wattner
Forum Replies Created
-
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] Logo/Header Shrinking not workingAwesome, happy to help!
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] Box Shadow when scrollingHappy to help!
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] Box Shadow when scrollingNo problem, try this instead
.she-header { box-shadow: 10px 10px 50px rgba(100, 100, 100, 0.5) !important; }That shadow is very hard to see over images and creates a gap on the left. Can I suggest something more like this
.she-header { box-shadow: 0px 0px 20px rgba(100, 100, 100, 0.5) !important; }Let me know if this works for you
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] Box Shadow when scrollingHave you tried using the !important tag on your code? Also, where are you putting the CSS code?
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] Logo/Header Shrinking not workingHi, I see that your logo has an unusual class “hfe-site-logo-img”. Are you using the elementor image widget?
Sounds like a z-index problem. Go to the advanced tab of your header section and enter a z-index of 999999999 or however high of a number to bring it in front of the gallery. Let me know if this works
@gsouza Where did you send the link, on here or email?
@adbizit I don’t see any of my plugin code on your site. It is most likely a setting with your theme
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] MaintenanceHi, thanks. Yes, I am working on an update right now and also a pro version. I will be updating soon hopefully. I can assure you that it still works just fine with the current version of wordpress.
Happy you got it working right
It looks like you have the plugin enabled o n2 different sections. Currently, the plugin doesn’t support this and all the settings get mixed up. Do you have the plugin on more than one section?
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] Shrink Logo problemAlright, I figured out the problem and have made changed to fix this in the next update. I need to finish a few other changes before I can update though.
In the meantime I can give you some custom CSS to help you out.You can use this CSS in the customizer
.she-header .elementor-image img { /* CHANGE 70% TO HOW MUCH YOU WANT YOUR LOGO TO SHRINK */ width: 70% !important; }It would be better to put this CSS directly on the logo image under the advanced tab
.she-header selector .elementor-image img { /* CHANGE 70% TO HOW MUCH YOU WANT YOUR LOGO TO SHRINK */ width: 70% !important; }When the update with this bug fix comes out you can just delete this code and use the plugin settings. Hope this helps, let me know
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] Shrink Logo problemWhat do you have the f5 set to clear exactly? Have you tried it in an incognito window? I’ll take a better look in the morning when I get back on my computer.
The new elementor update broke my test site really badly. Several things went majorly wrong.
If you are stuck in maintenance mode you can use ftp or a file manager on your hosting to just delete the “. maintenance” file in the main wp directory. That should allow you to use elementor’s built in roll-back option. On the main dashboard – elementor – tools – version control.Hope you get it figured out
Hi, sorry to hear you’re having problems. Did this happen after an update of any plugin or out of nowhere? Did you try reinstalling the plugin? Are you sure you are selecting the section? Do you have a link?