Posts in Front Page.

  • Casper0219

    #6469

    Would be nice, if u could choose the layout of the post something like this : postlayout.png

    That would make the theme even better then it is.

    Best Regards

    Casper

    Mod

    Kenneth John Odle

    #33359

    Use a static front page and activate homepage panes. Or am I missing something?

    Anonymous

    #33360

    I’ve done the same thing in one of my clients site. You can see the layout here.

    You can do it yourself or have someone to do it for you. It all depends on your knowledge in CSS.

    Casper0219

    #33361

    Its defently is the thing i am looking for.

    Mod

    Kenneth John Odle

    #33362

    Search this forum for “homepage panes”. There are plenty of directions for modifying the css for these.

    Casper0219

    #33363

    Thank You very much i will try looking more around the forum.

    Anonymous

    #33364

    Actually the page I mentioned does not use homepage panes. I just made the regular post listing in two columns.

    Casper0219

    #33365
    Quote:
    Actually the page I mentioned does not use homepage panes. I just made the regular post listing in two columns.

    Can i ask how u did that? and would it be possible to have a static front page width the two columns beneth?

    Best Regards Casper

    Anonymous

    #33366

    I did something like this,

    .home .post, .archive .post {
    display: inline-block !important;
    margin-right: 0.7% !important;
    vertical-align: top !important;
    width: 49% !important;
    }

    Or, you can have a static front page and homepage panes below it in two columns – http://www.prasannasp.net/how-to-enable-homepage-panes-in-graphene-theme/

    Casper0219

    #33367

    Thank You so much, one last thing is it possible to make all of the post have the same size when using HomePage Panes? And what would the code be to add it?

Viewing 10 posts - 1 through 10 (of 10 total)

  • You must be logged in to reply to this topic.