Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #492565

    Hi, I am creating website for my client. It is a very simple website with one Home page and Blog page for newest posts for brokers. I have a main menu situated in the socket. I don`t want to have any header on any page. I can hide header on single post when I creating it. But I would like to hide it globaly from blog page. Even from the “Newest posts”, “Archived posts” and also from “Category”.

    Thank you for your response.
    Karel

    #492948

    Hey Karel!

    Seems like you have already figured it out? :)
    If you would like to remove whitespace from top, please add following code to Quick CSS as well

    .html_header_top.html_header_sticky #main {
        padding-top: 0;
    }

    Best regards,
    Yigit

    #492980

    Hi Yigit,

    yes I resolved it by this quick css code:

    .av_minimal_header #header_main, .av_minimal_header #header_meta {
        display: none;
    }

    If you have better idea, I would be pleasured for any better advice.

    I have another questions. I need to change text in blog pages on posts where is displayed date, and category. I need to change the text “in” before the category to my language in czech. So is it possible to change “in” to “v”

    Thanks
    Karel

    • This reply was modified 9 years, 7 months ago by contadoria.
    #493008

    Hi!

    Yes, your CSS code is fine. You could simply use

    #header { display: none !important; }

    as well :)

    Please make sure that your WordPress is in Czech. Then you use this plugin – https://wordpress.org/plugins/loco-translate/ to edit language file or this free software – http://poedit.net/. You can find language files in Enfold/lang folder

    Regards,
    Yigit

    #493011

    I have already downloaded and activated loco translate. Also I have already changed “Read more” link to czech, But how can I find just the simple “in”. I am little bit confused about it. :-)

    Thank you for any idea.

    Karel

    #493019

    Aaaaaaaa I got it :-) 5 minutes scrolling but I got it :-)

    Even so thank you Yigit :)

    Karel

    #493029

    Hi!

    You are welcome, we are always happy to help!
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Best regards,
    Yigit

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Completely hide header, logo, and menu in blog page.’ is closed to new replies.