Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #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,
    Andy

    #295551

    Hi 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!
    Yigit

    #297325

    What 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 9 years, 8 months ago by pa30twin.
    #297510

    Hi!

    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!
    Yigit

    #297533

    Not displaying the menu, however I will play around with it. It may be something else.

    Thanks!

    #297534

    Hey!

    If you do not mind posting the link to your website, we could gladly look into it as well

    Cheers!
    Yigit

    #297538

    Here is a link.

    http://www.knowaboutmoney.org

    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!

    #297540

    Hey!

    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!
    Yigit

    #326088

    Hi 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’?

    #326126

    Hi 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’?

    #326723

    Hey!

    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-295551

    Cheers!
    Yigit

    #326939

    Ok, But where i can find the page ID, I’m sorry I can not find that.

    #327216

    Hey!

    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 well

    Regards,
    Yigit

Viewing 13 posts - 1 through 13 (of 13 total)
  • You must be logged in to reply to this topic.