Hiding footer master page on selected pages

All WYSIWYG Web Builder support issues that are not covered in the forums below.
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
Post Reply
User avatar
VictorKrs
 
 
Posts: 352
Joined: Sun May 17, 2020 8:08 pm

Hiding footer master page on selected pages

Post by VictorKrs »

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!
alan_sh
 
 
Posts: 1919
Joined: Tue Jan 01, 2019 5:50 pm

Re: Hiding footer master page on selected pages

Post by alan_sh »

Have two master pages - one with a footer and one without. Choose the correct master page for each normal page.

Alan
User avatar
VictorKrs
 
 
Posts: 352
Joined: Sun May 17, 2020 8:08 pm

Re: Hiding footer master page on selected pages

Post by VictorKrs »

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.
User avatar
Bluesman
 
 
Posts: 1220
Joined: Mon Feb 01, 2016 5:43 pm
Location: Sweden
Contact:

Re: Hiding footer master page on selected pages

Post by Bluesman »

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.
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...
"Make My Day"

See my Website
User avatar
VictorKrs
 
 
Posts: 352
Joined: Sun May 17, 2020 8:08 pm

Re: Hiding footer master page on selected pages

Post by VictorKrs »

Ok!
Thank you very much for the clarification!
pmacdonald
 
 
Posts: 37
Joined: Wed Feb 23, 2022 7:03 pm

Re: Hiding footer master page on selected pages

Post by pmacdonald »

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
User avatar
VictorKrs
 
 
Posts: 352
Joined: Sun May 17, 2020 8:08 pm

Re: Hiding footer master page on selected pages

Post by VictorKrs »

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
Post Reply