Hello, dear WWB users!
The need to display only the header master page on certain site pages and not the footer. Can you tell me how this can be done (including using css)?
I will be grateful for your help!
Hiding footer master page on selected pages
Forum rules
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
- VictorKrs
-
- Posts: 352
- Joined: Sun May 17, 2020 8:08 pm
-
-
- Posts: 1919
- Joined: Tue Jan 01, 2019 5:50 pm
Re: Hiding footer master page on selected pages
Have two master pages - one with a footer and one without. Choose the correct master page for each normal page.
Alan
Alan
- VictorKrs
-
- Posts: 352
- Joined: Sun May 17, 2020 8:08 pm
Re: Hiding footer master page on selected pages
Thanks alan_sh for the quick and good advice!
The only thing is that when you change the top menu (adding new items, links to pages, and so on), you will have to change the menu on the two master pages.
The only thing is that when you change the top menu (adding new items, links to pages, and so on), you will have to change the menu on the two master pages.
- Bluesman
-
- Posts: 1220
- Joined: Mon Feb 01, 2016 5:43 pm
- Location: Sweden
- Contact:
Re: Hiding footer master page on selected pages
Hi Victor, Depending what menu you use some are possible to synchhronise. If you sync from the complete master page you only need to update that menu...VictorKrs wrote: Thu Oct 16, 2025 3:16 pm Thanks alan_sh for the quick and good advice!
The only thing is that when you change the top menu (adding new items, links to pages, and so on), you will have to change the menu on the two master pages.
- VictorKrs
-
- Posts: 352
- Joined: Sun May 17, 2020 8:08 pm
Re: Hiding footer master page on selected pages
Ok!
Thank you very much for the clarification!
Thank you very much for the clarification!
-
-
- Posts: 37
- Joined: Wed Feb 23, 2022 7:03 pm
Re: Hiding footer master page on selected pages
Victor,
You could also try adding a css style in the pages you don't want the footer to show, something like this:
<style>
#wb_MPfooter {display:none};
</style>
of course you need to substitute your footer ID name for mine here.
Regards
You could also try adding a css style in the pages you don't want the footer to show, something like this:
<style>
#wb_MPfooter {display:none};
</style>
of course you need to substitute your footer ID name for mine here.
Regards
- VictorKrs
-
- Posts: 352
- Joined: Sun May 17, 2020 8:08 pm
Re: Hiding footer master page on selected pages
Super!
Everything is working great! Thank you, alan_sh and Bluesman for your responsiveness and help!
Once again, I am convinced that WWB users are the best!
Yours sincerely, Victor
Everything is working great! Thank you, alan_sh and Bluesman for your responsiveness and help!
Once again, I am convinced that WWB users are the best!
Yours sincerely, Victor