[Support request] How can I create this layout with GeneratePress

Home Forums Support [Support request] How can I create this layout with GeneratePress

Home Forums Support How can I create this layout with GeneratePress

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #386069
    Tung

    Hey Tom,

    Do you have any advice on replicating this layout in GP?

    https://app.moqups.com/pumama/AhLBCyrKuc/view/page/a70a4bb75

    The pageheader is easy one and I can do that.

    But to create the tabbed navigation and the grid layout – I’m not sure how.

    1. Also I want to remove the excerpt from the blog layout
    2. And how to display featured image on post?

    #386099
    Leo
    Staff
    Customer Support

    Hi there,

    Actual tabs can be tricky. An alternative would be to use the same color for navigation background current and content background. so the two blends in together.

    Remove excerpt: https://docs.generatepress.com/article/blog-overview/#blog-content

    Featured image on single posts? It should be in Customizer > Layout > Page Header > Singe Post Header Location.

    Let me know if this helps.

    #386273
    Tung

    I want to disable except and not showing full post too. Showing no content on the blog page

    #386343
    Leo
    Staff
    Customer Support

    Try setting the excerpt length to 0.

    Let me know.

    #386359
    Tung

    I did that but then it still shows the 3 dots next to read more “… “

    #386486
    Leo
    Staff
    Customer Support

    Ahh yeah. Do you want to hide Read More as well? If so try this CSS:

    .entry-summary {
        display: none;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

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