Home › Forums › WoodMart support forum › sticky header menu changes
sticky header menu changes
- This topic has 12 replies, 2 voices, and was last updated 3 years, 11 months ago by Elise Noromit.
-
AuthorPosts
-
January 4, 2021 at 5:04 pm #255648
prashanthbParticipantI want instead of main nav. menu as sticky (as marked on 1st image) i wanted a search bar (as marked on 2nd image), the logo and all other things should remain same on the sticky header
Attachments:
You must be logged in to view attached files.January 4, 2021 at 9:43 pm #255696
Elise NoromitMemberHello,
You need to disable the header clone: https://xtemos.com/docs/woodmart/header-builder/global-header-settings/
Then make the row you want sticky: https://xtemos.com/docs/woodmart/header-builder/header-rows-columns-configuration/
As a result, your row with the elements as they are would be sticky.
Best Regards
January 5, 2021 at 1:23 am #255729
prashanthbParticipanti did as you told its not working still it shows the same
January 5, 2021 at 11:09 am #255863
Elise NoromitMemberHello,
Please provide your site admin access to the private area. I will check the settings.
Best Regards
January 5, 2021 at 2:39 pm #255947
prashanthbParticipantalso kindly remove the negative symbol on product offer label
January 6, 2021 at 10:43 am #256109
Elise NoromitMemberHello,
Please check your header now: I have deactivated the cloned header and there is one row sticky.
Best Regards
January 6, 2021 at 12:42 pm #256155
prashanthbParticipantYou have done the changes thanks, but there is a issue, when i hover on categories and scroll down it disappears https://www.awesomescreenshot.com/video/2277970?key=8f30763d2840636fe823e51d13dc6222 check this video
January 6, 2021 at 5:34 pm #256231
Elise NoromitMemberHello,
Please add a duplicated Product category element in the sticky row, I will provide CSS to show it only in the sticky header.
Best Regards
January 7, 2021 at 12:54 am #256303
prashanthbParticipantbut see i can’t scroll to the categories, even if i scroll down only page gets scrolled not the categories
January 7, 2021 at 3:46 pm #256511
Elise NoromitMemberHello,
Please make a screen of what you mean.
Best Regards
January 7, 2021 at 5:15 pm #256537
prashanthbParticipantcheck the link
https://www.awesomescreenshot.com/video/2297270?key=af6256f4760d4ffe91779a2e28a70250 the error i’m facingJanuary 7, 2021 at 10:38 pm #256602
Elise NoromitMemberHello,
Yes, this is the way mega menu blocks are displayed. When you scroll the menu block, it is scrolled, but the site is scrolled under the menu. Users would scroll either menu on either site but not both at the same time.
Best Regards
January 9, 2021 at 4:14 pm #257015
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .whb-general-header .header-categories-nav{ display:none; } body .whb-sticked .whb-general-header .header-categories-nav { display:block!important; }
This code would hide the categories in the middle row and show only on sticky.
Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register