[Resolved] WP Show Posts and GP

Home Forums Support [Resolved] WP Show Posts and GP

Home Forums Support WP Show Posts and GP

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #435924
    André

    Hey Tom – I’m trying to use your WP Show Posts plugin to achieve this result (a product page catalog):

    https://measureschool.com/products/

    I’ve managed to get close:

    https://www.dropbox.com/s/qsul9qgehci9e30/Screenshot%202017-11-27%2018.27.43.png?dl=0

    … but having hard time adding inside padding (or margin) for the text within the columns without it also adding it to featured images, like this:

    https://www.dropbox.com/s/tl06mlawupjqaok/Screenshot%202017-11-27%2018.32.21.png?dl=0

    (Want the images to span the column width, with zero padding-top too.

    The plugin doesn’t have the ability to set the color of the boxes, so no doubt I’m strewing up the custom CSS styling.

    Would love some ninja CSS help 🙂

    Thanks a ton!

    André

    #436427
    Leo
    Staff
    Customer Support

    Hi there,

    Can you link us to the page in question?

    Thanks!

    #436749
    André

    Leo, sure (I’m moved it to a test site):

    https://andre.press/products/

    #437323
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Perhaps this will do it?:

    .wp-show-posts-image {
        margin: -20px -20px 20px;
    }
    #437583
    André

    Tom, that did the trick! Thx 🙂

    #437706
    André

    Tom, two more questions:

    1.) I don’t see a way to CONTOL the order that the pages display from the shortcode.

    “Order by” has many options, but none (that I’ve tested) allows me to manually control the order.

    Was hoping to see an option for “Sort Order” but it’s not an option. And Order By ID doesn’t sort based on the ID list from the Post IDs field.

    2.) Is there a way to control (customize via formatted HTML) the copy within each box?

    Right now it’s just pulling the excerpt from Content > Excerpt Length; which is from the actual pages.

    Is there a way to customize the copy there?

    I thought perhaps using the custom page excepts field – but I don’t see that option under Screen Options.

    Any way to inject custom (formatted) HTML here?

    Perhaps the plugin wasn’t designed for my use case. I’m close though. It’s almost perfect. I’m happy to pay you for you to add these customizations to the plugin.

    Thx Tom!

    #438424
    Tom
    Lead Developer
    Lead Developer

    1. Unfortunately WordPress itself makes it hard to change the order of posts. Perhaps a plugin?: https://en-ca.wordpress.org/plugins/simple-custom-post-order/

    2. You could try using custom fields: https://wpshowposts.com/support/topic/some-suggestions-you-might-already-have-solutions-for/#post-2907

    #438500
    André

    Thx again, Tom.

    #438504
    Tom
    Lead Developer
    Lead Developer

    No problem 🙂

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