
-
AuthorPosts
-
August 25, 2015 at 1:09 am #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.
KarelAugust 25, 2015 at 2:48 pm #492948Hey 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,
YigitAugust 25, 2015 at 3:23 pm #492980Hi 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.
August 25, 2015 at 3:43 pm #493008Hi!
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,
YigitAugust 25, 2015 at 3:46 pm #493011I 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
August 25, 2015 at 3:50 pm #493019Aaaaaaaa I got it :-) 5 minutes scrolling but I got it :-)
Even so thank you Yigit :)
Karel
August 25, 2015 at 3:56 pm #493029Hi!
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 -
This reply was modified 9 years, 7 months ago by
-
AuthorPosts
- The topic ‘Completely hide header, logo, and menu in blog page.’ is closed to new replies.