[Resolved] Excerpt on WP show posts

Home Forums Support [Resolved] Excerpt on WP show posts

Home Forums Support Excerpt on WP show posts

Viewing 15 posts - 1 through 15 (of 17 total)
  • Author
    Posts
  • #240208
    stardrive

    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

    #240222
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    By default the content should display below the featured image.

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

    #240223
    stardrive

    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

    #240232
    Tom
    Lead Developer
    Lead Developer

    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/

    #240526
    stardrive

    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

    #240561
    Tom
    Lead Developer
    Lead Developer

    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;
    }
    #240568
    stardrive

    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

    #240573
    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;
    }

    #240602
    Tom
    Lead Developer
    Lead Developer

    Highlight it and press the “code” button in the editor above where you type 🙂

    #240608
    stardrive

    Thank you so much!

    #240610
    Tom
    Lead Developer
    Lead Developer

    You’re welcome 🙂

    #240906
    stardrive

    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

    #240967
    Tom
    Lead Developer
    Lead Developer

    Which code?

    #241069
    stardrive

    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;
    }

    #241129
    Tom
    Lead Developer
    Lead Developer

    Like this: http://screencast.com/t/IglCdLMvAVh0

    .test {
        font-size: 15px;
    }
Viewing 15 posts - 1 through 15 (of 17 total)
  • You must be logged in to reply to this topic.