I would like to freeze header only on specific pages. Currently if i freeze header it applies to all the site pages. Would really appreciate it if anyone could suggest a work around for this.
Thanks
Dhanush
I would like to freeze header only on specific pages. Currently if i freeze header it applies to all the site pages. Would really appreciate it if anyone could suggest a work around for this.
Thanks
Dhanush
Hi Dhanush,
There are two ways to execute what you’re trying to achieve:
First , if you’re interested in hiding all the header’s elements , you can simply change the page’s layout properties to be “No header & Footer”.
Second , if you want to decide, on each header’s elements, if it going to be hidden or shown on a specific page, you can use the code:
$w.onReady(function () {
$w('#homeButton').hide();
});
At the link below you can read about the header:
Have a nice day and best of luck!
Sapir
Any more info on whether it’s possible to freeze the header only on specific pages ?? I have the same question. I reviewed the documentation at https://www.wix.com/velo/reference/$w/header and am not seeing a way to achieve this. Any help would be appreciated.
I did not see a header-freezing-function yet. But what you can do is to hide and show header on specific pages.
Take a look here…
https://russian-dima.wixsite.com/meinewebsite/header