[Support request] post image sizes not changing

Home Forums Support [Support request] post image sizes not changing

Home Forums Support post image sizes not changing

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #262550
    Jay

    I followed some documentation regarding the obvious post image size in the customizations tab. However after making those changes I do not see the images in the posts conforming to the height/width specifications.

    #262605
    Roberto Enrique

    Can you please share a link to the live site or may be some screenshots?

    #262634
    Tom
    Lead Developer
    Lead Developer

    The post image sizing in the Customizer refers to the blog index – not single posts. Are you wanting to resize the single post images?

    #263882
    Jay

    Yes, I want to resize the single post images.
    I also wish to display the category. The code I think I need is:
    .recent_cat a{
    background-color: #cc0000;
    color: #fff;
    padding: 2px 3px;

    }

    I have that in the simple-css section. Where do I need to change it so that it displays something like this: https://screencast.com/t/cbMI3a5QnGCJ
    It would also be great if I could inject that Post title as well.

    On the post list, I would like to do the same like this: https://screencast.com/t/9ETcqg8rrFV

    Thanks in advance.

    #263924
    Tom
    Lead Developer
    Lead Developer

    For now single featured images need to be resized individually: https://docs.generatepress.com/article/page-header-image/

    Although global resizing options are on my list to do.

    Getting that kind of layout would take some considerable custom programming I’m afraid which is a little out of the scope of this forum.

    This function exists which moves the categories and tags up under the title: https://gist.github.com/generatepress/c25f5fad1f646ef5eea3

    Then you can target the categories with this CSS:

    .cat-links a {}

    However that won’t be exactly what you’re looking for.

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