We're merging with GenerateBlocks! Learn more here.

[Resolved] Image location doesn't always work

Please login to receive premium support.

Support for the free plugin can be found here.

Home Forums Pro Support Image location doesn't always work

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #11788
    Daniel
    Participant

    For every WP Show Posts category in my list, I’m using Image alignment > Center and Image location > Below title.

    I’m using Columns > Featured post in one category and this one work (Alimentation), the images are centered and below title. The other 3 category are not using featured post and the image location is not Below title it is Above Title even if my settings are set to Below title.

    You will find below the CSS modifying WP Show Post used in my custom CSS

    
    /* WP Show Posts - Created after updated date */
    .wp-show-posts-updated {
        display: inline-block;
    }
    
    .wp-show-posts-updated + .wp-show-posts-entry-date {
        display: none;
    }
    
    /* WP Show Posts - Created after updated date label */
    .wp-show-posts-entry-date:before {
        content: "Publié le ";
    }
    
    .wp-show-posts-updated:before {
        content: "Mis \00e0  jour le ";
    }
    

    Website adress: https://www.optionparent.com/

    #11799
    Tom
    Keymaster

    Hi there,

    Can you link me to these specific categories, possibly?

    Let me know 🙂

    #11803
    Daniel
    Participant

    Hi,

    They are all on the homepage at https://www.optionparent.com

    Regards,

    #11816
    Daniel
    Participant

    I just added a new article to the “Poussettes” category width the same setting and they doesnt work. The picture is above the title even if my setting is Image location > Below Title. I’ve also checked the Featured post on this category.

    #11817
    Daniel
    Participant

    I just figured out that when Cards is set to None it work and when i set it to Base it doesnt work. Is it normal?

    #11818
    Daniel
    Participant

    With base cards we cannot set the featured image size, is it normal?

    #11819
    Daniel
    Participant

    FYI, I chose to finaly set the image above title. My understanding is that using Cards is less flexible than Note because you cannot set the image size for featured post.

    #11822
    Tom
    Keymaster

    The cards have set styles, so in some cases, they will overwrite the options to stay within those styles.

    Setting a separate image size for the featured post is high on our priority list.

    #11826
    Daniel
    Participant

    Thank you for your response.

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