-
AuthorPosts
-
July 24, 2014 at 6:01 pm #295548
Dear sir.
Thanks for such great theme. I’ve found there is a template in the page create is ‘without header and footer’, is that possible to create a template in ‘without header but with footer’ ? If possible, how to make that happen? Thanks very much for your answer.
Best regards,
AndyJuly 24, 2014 at 6:05 pm #295551Hi Andy!
You can remove header from a certain page using page ID in custom CSS code as following
.page-id-59 #header { display: none !important; } .page-id-59 #main { padding-top: 0 !important; }
Please add the code to Quick CSS field in Enfold theme options under General Styling tab. You can right click on Chrome or Firefox to inspect elements to find page ID’s http://i.imgur.com/HyPTCRg.jpg
Cheers!
YigitJuly 29, 2014 at 4:22 pm #297325What if I want to only have it display on the home page, and by default have it not display on any others? Also, removing the header removes the menu. I’d like to keep the menu on all other pages. This is the Choices theme too.
Thanks!
- This reply was modified 10 years, 3 months ago by pa30twin.
July 30, 2014 at 2:40 am #297510Hi!
Please add following code to Quick CSS in Choices theme options under Styling tab
h1.logo.bg-logo, .header_meta { display: none; } .home h1.logo.bg-logo, .home .header_meta { display: block!important; }
Cheers!
YigitJuly 30, 2014 at 3:12 am #297533Not displaying the menu, however I will play around with it. It may be something else.
Thanks!
July 30, 2014 at 3:13 am #297534Hey!
If you do not mind posting the link to your website, we could gladly look into it as well
Cheers!
YigitJuly 30, 2014 at 3:22 am #297538Here is a link.
I’m forcing the header off of individual pages and posts with the following css:
.page-id-908 #header { display: none !important; }
.postid-681 #header { display: none !important; }But that won’t help me with individual posts. So I’d like to see the header pic gone on everything except the home page. The menu bar staying on the page would be great.
OR, I could leave the header on all pages/posts at default, use something simple, and change the home page only to display the large pic you see in place of the normal header logo. Whichever is easiest/cleanest.
Thanks for your help! Great theme!
July 30, 2014 at 3:25 am #297540Hey!
The code i posted here – https://kriesi.at/support/topic/can-i-create-a-page-template-like-without-header-but-with-footer/#post-297510 should remove everything but main menu on all pages and header should look the same on homepage. Please use that code instead
Cheers!
YigitSeptember 28, 2014 at 7:01 am #326088Hi Sir.
Can I make something to add ‘wihout header, with footer’ to the templete parts for select? Like there is a layout in the template ‘without header and footer’?
September 28, 2014 at 10:40 am #326126Hi Sir.
Can I make something to add ‘without header, with footer’ to the templete parts for select? Like there is a layout in the template ‘without header and footer’?
September 29, 2014 at 6:46 pm #326723Hey!
You can, but unfortunately we cannot help you with that and you would need a help from a freelance developer since that kind of customization is beyond the scope of our support.
Have you tried the code i posted here – https://kriesi.at/support/topic/can-i-create-a-page-template-like-without-header-but-with-footer/#post-295551Cheers!
YigitSeptember 30, 2014 at 3:28 am #326939Ok, But where i can find the page ID, I’m sorry I can not find that.
September 30, 2014 at 2:07 pm #327216Hey!
You can right click on Chrome or Firefox to inspect elements to find page ID’s http://i.imgur.com/HyPTCRg.jpg
If you can post the link to your website we can tell you its page ID as wellRegards,
Yigit -
AuthorPosts
- You must be logged in to reply to this topic.