Home › Forums › WoodMart support forum › Sticky header
Sticky header
- This topic has 10 replies, 2 voices, and was last updated 4 years, 3 months ago by Aizaz Imtiaz Awan.
-
AuthorPosts
-
September 4, 2020 at 10:22 am #223595
smithy5021ParticipantHi there,
I would like to have my top header and main header non-sticky which is the case and have the bottom header sticky but only visible when it activates as sticky.
I’ll attach a screenshot to show you what I mean.
So in this screenshot the transparent header (top header + main header) Works fine ( visible in static and once I scroll it disappears) and the bottom header with black background I would like it to be visible only as sticky when I scroll so it replaces the transparent one.Thank you for your help
JP
Attachments:
You must be logged in to view attached files.September 4, 2020 at 12:21 pm #223667
Aizaz Imtiaz AwanKeymasterHello,
I saw the screenshot you attached.
You can try disabling the sticky header clone option from WoodMart >> Header Builder.
Screenshot for Clarification: https://ibb.co/w7Zzs6S
Then you can try setting the row you want to set as sticky by editing.
If still unable then provide with the URL of the page to check it myself and help you out accordingly.
Best Regards.
September 4, 2020 at 1:20 pm #223692
smithy5021ParticipantHi I tried what you suggested but it didn’t work.
I am not sure how to edit the header row?
Should I disable the “construction mode”?Thank you for your help.
September 5, 2020 at 6:14 am #223820
Aizaz Imtiaz AwanKeymasterHello,
I have tried to visit your website but the maintenance mode is enabled. Please disable the maintenance mode to check it myself and help you out accordingly.
Screenshot for Clarification: https://ibb.co/K0VCHwc
Best Regards.
September 5, 2020 at 8:15 am #223834
smithy5021ParticipantHi,
I deactivated the maintenance mode for you.
Thank you for your help.Best,
JPSeptember 5, 2020 at 10:33 am #223854
Aizaz Imtiaz AwanKeymasterHello,
I have tried visiting your website but the maintenance mode is still enabled. Please disable it to check it myself and help you out accordingly.
Screenshot for Clarification: https://ibb.co/0tRXWM0
Best Regards.
September 7, 2020 at 8:02 am #224150
smithy5021ParticipantHi,
I’m sorry the plugin had some issues.
It should be fine now.Thank you for your help.
Best regards
September 7, 2020 at 8:41 am #224162
Aizaz Imtiaz AwanKeymasterHello,
I have visited your website and this is not possible to hide the row that you set as sticky. Because if we try to hide it then it will be also hidden from the sticky header.
Regard’s.
Xtemos Studio.September 7, 2020 at 8:56 am #224178
smithy5021ParticipantHello,
Is it then possible to only keep the header that’s not sticky and make it sticky but have it go from transparent background to black background when it shows in sticky mode?
Thank you
September 7, 2020 at 9:41 am #224191
smithy5021ParticipantHi,
I was able to have the top bar be transparent and then on scroll have a dark background (sticky) by adding this CSS:
.whb-color-light:not(.whb-with-bg) {
background-color: #040404;
}
I can’t seem to do the same thing for the main header.does this help
thank you
Attachments:
You must be logged in to view attached files.September 7, 2020 at 11:05 am #224210
Aizaz Imtiaz AwanKeymasterHello,
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
body .whb-sticked .whb-general-header { background: black; }
Best Regards.
-
AuthorPosts
- You must be logged in to create new topics. Login / Register