D5 Creation Forum

Open Forum for D5 Creation's Members and Visitors

Before requesting any support Please search the Forum First. You may find your desired answer. This will save your waiting time and will save our working hour. We may not answer the question which we have already answered. You should also read our Support Policy

Re: How to make a NEW TEMPLATE, with no sidebar or header

Front Page D5 Creation Forum General Support How to make a NEW TEMPLATE, with no sidebar or header Re: How to make a NEW TEMPLATE, with no sidebar or header

#4512
D5 Creation
Keymaster
Quote:
Quote from pablocabo on June 24, 2013, 01:01
I added the above code into the specific page, and here’s what came of it;
http://recruityourkid.com/test-2/ ‎

As you can see… there is no header/footer.

But,
A) I want the header / footer, but
B) I don’t want the various links that appear on it such as: About the Advantage, Advantage Membership, Log out
(see this site: http://recruityourkid.com/test-3/)

QUESTION:
1. What code can I amend to this to show the footer/header, but no links in the header??

<style>
#header { display: none; }
#footer { display: none; }
</style>

Just forget all the codes and use only the following code in the Page/Post Editor during Creating/Editing Page/Post

Code:
<style>
#simplify-main-menu, #social, #footer-sidebar { display: none; }
</style>