[Resolved] Suggestion for Page-Header content

Home Forums Support [Resolved] Suggestion for Page-Header content

Home Forums Support Suggestion for Page-Header content

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #193653
    David

    Hi Tom,

    I’m playing around with the Generate Page Header add-on and it is working fine.
    The content you can add is OK, but requires some layout HTML if you want something beyond some simple text.
    How would I go about adding 2 x columns to add content?
    (I know how to do that with a Bootstrap based theme, but not sure the best way to go about it with Generate Press)

    TIA, Dave

    #193677
    Tom
    Lead Developer
    Lead Developer

    You could do something like this:

    <div class="grid-container grid-parent">
        <div class="grid-50">
            Column content
        </div>
        <div class="grid-50">
            Column content
        </div>
    </div>
    #193682
    David

    Thanks Tom,
    I ended up doing much the same…
    I didn’t know about your ‘Lightweight Grid Columns’ plugin, which I discovered after I posted! So I played with that and looked at the HTML it generated and it works fine…
    Thanks so much, Dave

    #193683
    Tom
    Lead Developer
    Lead Developer

    Perfect ๐Ÿ™‚

    #273400
    Marcel

    I was playing around with the page-header-addon as well, a few minutes ago.
    Any chance of enabeling insertion of content around the page-bottom as well? Meaning the space between post/page-content and the place where the tags (category, etc.) appear…

    I’m aiming for a little, minimally styled box for a summary of each post.

    Best regards,

    Marcel

    #273452
    Tom
    Lead Developer
    Lead Developer

    The After Content hook in GP Hooks is probably better suited for something like that ๐Ÿ™‚

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