Home › Forums › WoodMart support forum › Backdrop CSS
Backdrop CSS
- This topic has 17 replies, 2 voices, and was last updated 8 months, 3 weeks ago by Aizaz Imtiaz Awan.
-
AuthorPosts
-
March 12, 2024 at 3:51 pm #548497
shwetaParticipantHello Team,
I’m using Backdrop filter CSS on my website, the code working fine on the Chrome extension but the code not working on Safari and Firefox windows, I want to add Backdrop blur when I’m scrolling the header. kindly check the CSS code below:
backdrop-filter: blur(10px);
background: hsla(var(–white)/.3);
height: calc(var(–header-height) – 1px);This code not working.
Please help me out of this issue
Best
Attachments:
You must be logged in to view attached files.March 13, 2024 at 11:23 am #548732
Aizaz Imtiaz AwanKeymasterHello,
Please add this code to the Theme Settings > Custom CSS > Global:
.whb-sticked .whb-row, .whb-sticky-shadow.whb-sticked .whb-main-header { background-color: rgba(0,0,0,0.4)!important; backdrop-filter: saturate(180%) blur(20px); -webkit-backdrop-filter: saturate(180%) blur(20px); }
Best Regards
March 13, 2024 at 11:51 am #548742
shwetaParticipantHello Team,
Thank you for sharing the Code.
It appears that the code is not functioning correctly on the Firefox browser, while it operates smoothly on Chrome.
Best
March 13, 2024 at 2:02 pm #548808
Aizaz Imtiaz AwanKeymasterHello,
Please deactivate all the 3rd party plugins and activate only theme-required plugins on the site and then check the issue. I am sure your issue will be solved. Then Activate the 3rd party plugins one by one and check which plugin is creating the issue for you.
Otherwise, if the issue still exists then keep the 3rd party plugins deactivated and share the WP admin login details of your site so I will check and give you a possible solution.
Best Regards.
March 14, 2024 at 9:07 am #548953
shwetaParticipantHello,
I’ve added the code provided by you, but the issue persists on Firefox and Safari browsers. kindly the find the website WP Login details in the private Content.
Best
March 14, 2024 at 11:03 am #548984
Aizaz Imtiaz AwanKeymasterHello,
Please update the new version of the theme “WOODMART WordPress NEW: 7.4.3 RELEASED” and update the required plugin and check the option.
https://xtemos.com/docs-topic/update-the-theme/If the issue remains, turn off all of the plugins not related to the theme, refresh your cache, and check if the problem persists.
Moreover, switch to the parent theme, and recheck it. If the issue remains, let me know and I will check and give you a possible solution.
Best Regards.
March 18, 2024 at 1:18 pm #549899
shwetaParticipantHello, I have already updated the theme and plugins but still have the same issue, the backdrop CSS code not showing on the Firebox issue.
March 18, 2024 at 3:41 pm #550002
Aizaz Imtiaz AwanKeymasterHello,
I have added the custom css in the Theme Settings > Global Custom CSS area and it is working fine. Check back your site after completely clearing the browser cache and check the issue.
Best Regards.
March 18, 2024 at 3:49 pm #550012
shwetaParticipantStill not working on firefox Window 🙁
March 19, 2024 at 10:35 am #550180
Aizaz Imtiaz AwanKeymasterHello,
I have checked your site in the firefox browser and the header dropdown is working fine.
See video for clarification:
https://uploadnow.io/f/5c5KpcXCheck back your site after completely clearing the browser cache and check the issue.
Best Regards.
March 19, 2024 at 10:44 am #550194
shwetaParticipantHello,
Yeah its showed transparent not translucent header, can you please check the chrome window its showed blurred not transparent.
Best
March 20, 2024 at 1:54 pm #550686
Aizaz Imtiaz AwanKeymasterHello,
Please delete the old custom CSS code and use the below custom CSS code then the blur will remove from the header:
.whb-sticked .whb-row, .whb-sticky-shadow.whb-sticked .whb-main-header { background-color: rgba(0,0,0,0.4)!important; backdrop-filter: saturate(180%) blur(0px); -webkit-backdrop-filter: saturate(180%) blur(00px); }
Best Regards.
March 20, 2024 at 4:46 pm #550765
shwetaParticipantHello,
I have delete all the custom css still shown the issue 🙁 can you please check this issue for urgently.
March 21, 2024 at 12:00 pm #551020
Aizaz Imtiaz AwanKeymasterHello,
you haven’t included the latest custom CSS code. You’ve applied the custom CSS code in both Appearance > Customize > Additional CSS and in Theme Settings > Custom CSS.
Kindly delete the old CSS from Appearance > Customize > Additional CSS and insert the new CSS into Theme Settings > Custom CSS.
Best Regards.
March 27, 2024 at 8:18 am #552565
shwetaParticipantHello,
Yes, I have deleted the old CSS and added it to the theme’s CSS section. However, the issue persists. Could you please check from your side? It has been 12-15 days since we started discussing this issue, but unfortunately, it remains unresolved and I’m feeling quite unhappy about it. 🙁
Best
March 28, 2024 at 11:09 am #552964
Aizaz Imtiaz AwanKeymasterHello,
OK, please try to use the below custom CSS code, I am sure your issue will be solved:
.browser-Firefox .whb-sticked .whb-main-header { transform: none; }
Result in all browsers:
Chrome https://prnt.sc/qVmRPsjxsVN4
Safari https://prnt.sc/3xXaPtmHGxWN
Firefox https://prnt.sc/ShPkgr-J-wYFBest Regards.
March 28, 2024 at 11:35 am #552982
shwetaParticipantHello Team,
Thank you so much this code working fine now on the firefox and chrome windows. 🙂
March 28, 2024 at 1:45 pm #553063
Aizaz Imtiaz AwanKeymasterMost Welcome!!!.
I’m so happy to hear you are pleased with the Theme and Support. XTEMOS strives to deliver the best customer experience, and it makes our day to hear we have accomplished that.
We count ourselves lucky to have you as a customer. You can always reach us at any time. We are always here to help you.
Thanks for contacting us.
Have a great day.Topic Closed.
Best Regards. -
AuthorPosts
The topic ‘Backdrop CSS’ is closed to new replies.
- You must be logged in to create new topics. Login / Register