We're merging with GenerateBlocks! Learn more here.

[Resolved] Is this kind of post listing achievable?

Please login to receive premium support.

Support for the free plugin can be found here.

Home Forums Pro Support Is this kind of post listing achievable?

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #8866
    ARGYRO LIAGKA
    Participant

    Hello,

    Is this kind of post listing achievable with WP show posts?
    https://i.gyazo.com/12e4144e504fe01d08719a3a63f770b2.png

    Thanks

    #8876
    Tom
    Keymaster

    Hi there,

    Are you looking for the images to alternate?

    If so, our Polaroid card might be worth checking out: https://demos.wpshowposts.com/cards/

    It’s in the beta version: https://wpshowposts.com/wpsp-pro-1-0/

    #8880
    ARGYRO LIAGKA
    Participant

    Hello,
    I tried that but the Image/Text divs are divided to 50% each and I couldn’t make it look similar to the sample one neither using the plugin settings nor trying to adjust it with some css myself.

    Thanks
    Harris

    #8895
    Tom
    Keymaster

    Ok, let’s try ditching the card style and setting up a regular list with the featured image aligned left. If you can set that up and link me to the page, I should be able to provide a CSS solution.

    Let me know 🙂

    #8939
    Tom
    Keymaster

    Give this CSS a shot:

    #wpsp-352 > article:nth-child(even) .wp-show-posts-image {
        float: right;
    }
    #8943
    ARGYRO LIAGKA
    Participant

    Thanks Tom!
    It works for the images to alternate.

    I will take care for the rest styling.

    Can you please confirm that, if I understand well, if I add
    #wpsp-352 >
    infront of the css I will add, this will apply only to that wp show posts listing? (352 is its shortcode number).

    #8978
    Tom
    Keymaster

    Exactly 🙂

    #8983
    ARGYRO LIAGKA
    Participant

    Thanks once again!

    #8996
    Tom
    Keymaster

    You’re welcome 🙂

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