Site logo

Archived topic

Excerpt on WP show posts

16 replies · Started by stardrive on October 30, 2016

Viewing posts 1–15 of 17

Hi Tom,

I want, with your WP Show Posts plugin, to show the post excerpt below the image.
Please, how can I do this?
Currently, there is no alignment option in the Content Tab when editing a list.

Regards,

Stardrive

Hi there,

By default the content should display below the featured image.

Can you show me the page you're referring to?

Hi Tom,

I am currently designing a website on a local system.

I have sent the attached image, of the part of the home page I am referring to, to support@generatepress.com, as I don't know how to attach it in this support forum.

Regards,

Stardrive

You can find the image location and alignment options in the "Images" tab when editing your list.

There's a forum for WPSP questions here as well, which might be better so others using the plugin can learn from the answers: https://wordpress.org/support/plugin/wp-show-posts/

Hi Tom,

Thanks. I will use the other forum subsequently.

I have used the image location and alignment options in the “Images” tab when editing my list.
None of the values in image location places the excerpt below the image.

It is only when the image alignment is set to "centre" that the excerpt is below the image; in this case, the display is not ok. I have sent the display to your support email address.
I want the option or value to make the excerpt to be below the image when the image alignment is set to "left" or "right".

Regards,

Stardrive

Ah I see what you mean.

I guess you could set it to display center, then use this CSS:

.wp-show-posts-image.wpsp-image-center {
    text-align: left;
}

Thank you, Tom.

I used your CSS and it is OK now.

I suggest, in your next version, you include options to place excerpt below image

Regards,

Stardrive

Sorry Tom.

Just one more thing.

Please, how do i get a box border around a code block, just as in your previous response above, where there is a box border around this code:

.wp-show-posts-image.wpsp-image-center {
text-align: left;
}

Highlight it and press the "code" button in the editor above where you type :)

Thank you so much!

You're welcome :)

So sorry, Tom, to bother you again on this:

I highlighted it and pressed the “code” button in the editor above. Still, there is no box border around the code.

Please, kindly assist

Regards,

Stardrive

Which code?

For instance, this request I made on 31st October (see above):

Sorry Tom.

Just one more thing.

Please, how do i get a box border around a code block, just as in your previous response above, where there is a box border around this code:

.wp-show-posts-image.wpsp-image-center {
text-align: left;
}

This archived topic is closed to new replies.