Page 1 of 1

Master Elements Show Hide

Posted: Tue May 02, 2023 4:11 am
by wwonderfull
Is it possible to hide certain master elements in a page which has the master page set. But from that master page I would for example like to hide some elements and show other elements. So, is it possible somehow with any events or scripts?

Re: Master Elements Show Hide

Posted: Tue May 02, 2023 6:14 am
by Pablo
There is no standard solution for this. The master page will be the same for all pages, so all elements have the same visibility for all pages.

Re: Master Elements Show Hide

Posted: Tue May 02, 2023 8:34 pm
by bkjohns
You can create (usually by cloning the original master page) another master page and give it a different name from the original (like 'master_2') and set the desired pages to use it as a master page. It is simple to remove or add elements from the cloned master page. Or you can create a whole different look for the other master page if you don't want the original look and feel. Works for me.

Re: Master Elements Show Hide

Posted: Wed May 03, 2023 11:50 am
by wwonderfull
Thank you all for the update.