- This topic has 8 replies, 3 voices, and was last updated 6 years ago by
Tom.
-
AuthorPosts
-
November 27, 2017 at 9:35 am #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é
November 27, 2017 at 5:00 pm #436427Leo
StaffCustomer SupportHi there,
Can you link us to the page in question?
Thanks!
November 28, 2017 at 1:35 am #436749André
Leo, sure (I’m moved it to a test site):
November 28, 2017 at 2:24 pm #437323Tom
Lead DeveloperLead DeveloperHi there,
Perhaps this will do it?:
.wp-show-posts-image { margin: -20px -20px 20px; }
November 28, 2017 at 11:13 pm #437583André
Tom, that did the trick! Thx 🙂
November 29, 2017 at 2:35 am #437706André
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!
November 29, 2017 at 8:44 pm #438424Tom
Lead DeveloperLead Developer1. 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
November 30, 2017 at 12:00 am #438500André
Thx again, Tom.
November 30, 2017 at 12:02 am #438504Tom
Lead DeveloperLead DeveloperNo problem 🙂
-
AuthorPosts
- You must be logged in to reply to this topic.