We're merging with GenerateBlocks! Learn more here.

[Support request] post layout

Please login to receive premium support.

Support for the free plugin can be found here.

Home Forums Pro Support post layout

Viewing 15 posts - 1 through 15 (of 23 total)
  • Author
    Posts
  • #27023
    John
    Participant

    can i do a layout like this on wp show posts?

    https://ibb.co/LzJPT0S

    #27025
    John
    Participant

    so yeah ideally what i want is 1 main post on the left with a bigger featured image and some excerpt underneaath then maybe 3 or 4 posts on the right

    #27027
    John
    Participant

    is there a way to set the image size of the image on the featured post and also the image sizes for the remaining posts?

    #27071
    John
    Participant

    https://ibb.co/xJ8fFFm – here are some more examples of what i’m trying to accomplish

    #27089
    Tom
    Keymaster

    Hi there,

    This would require you to add two lists to the page with different settings. You would need the second list to use the “Offset” feature so it doesn’t display the post in the first list.

    It’s not possible using one single list, unfortunately.

    #27212
    John
    Participant

    ok i’m happy to use 2 lists if that’s a work around?

    here is a theme using the bit i want on “health”

    https://themegrilldemos.com/colormag/

    it seems weird i can’t do this with GPP and WPSP?

    #27214
    John
    Participant

    could i use it with the lightweight columns plugin also?

    #27339
    elvin
    Moderator

    Hi there,

    could i use it with the lightweight columns plugin also?

    LGC is deprecated. Use its successor, GenerateBlocks.

    You can use GB’s Grid block set to 2 columns where the both columns contain WPSP lists with the right one having offset as Tom mentioned.

    #27346
    John
    Participant

    but generateblocks is only for gutenberg isn’t it? i use the classic editor

    #27348
    elvin
    Moderator

    but generateblocks is only for gutenberg isn’t it? i use the classic editor

    Ah right that’s true.

    I’d recommend using Gutenberg as Classic editor is officially up for obsoletion by the end of this year.

    But if you must use LGC, then you’re free to try although that plugin is deprecated as well. It’s pretty old so how it functions may be quite difficult to work with.

    #27442
    John
    Participant

    ok i’ve sort of done it, is there a way to change the spacing between the title and the excerpt?

    #27444
    John
    Participant

    also is it possible to change the width of one of the lists? i would like the one on the right like about 80% of what it is

    #27497
    elvin
    Moderator

    ok i’ve sort of done it, is there a way to change the spacing between the title and the excerpt?

    Try this CSS:

    #wpsp-1234 .wp-show-posts-entry-summary {
        margin-top: 20px;
    }

    Replace 1234 in #wpsp-1234 with your target WPSP ID.

    also is it possible to change the width of one of the lists? i would like the one on the right like about 80% of what it is

    You can do that with CSS:

    Example:

    #wpsp-1234{
    width: 80%;
    }

    Replace 1234 in #wpsp-1234 with your target WPSP ID.

    #27554
    John
    Participant

    ok thanks i’ll give it a go

    #27556
    John
    Participant

    #wpsp-1234 .wp-show-posts-entry-summary {
    margin-top: 20px;
    }

    This CSS doesn’t seem to work.

    i tried changing it to 10 as well but that doesn’t do anything

    i replaced the 1234 with the number of the list i was trying to change

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