”no static homepage“ – syndrom
-
Hello, for all of you who loves the theme, but suffer from “no static homepage” syndrom, hier ist the trick(rather a dirty hack and a big one too, so if you arent fit in css, you really should not try, those of you should wait for an update of theme):
hier we go, put that in your custom CSS and hope for the best:
.home .site-content .hentry { clear: both; display: block; float: left; position: relative; z-index: auto; width: 100%; hight: 100%; overflow: visible !important; margin: 0px; padding: 0px; } .home .site-content .hentry .entry-header, display: none; -moz-transition: no; -webkit-transition: no; transition: no; }
short explain: that thing leaves your page with no entry header, so it’s totally on you to make the custom homepage.
Be aware, it isn’t tested well, so unimaginable things may occur;) and do not switch back to normal blog view on homepage before you delete the hack from CSS
P.S.: sorry my rusty english
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘”no static homepage“ – syndrom’ is closed to new replies.