• Resolved Millennyum

    (@millennyum)


    I’ve installed the plugin and set the focus point of several images I’m using as a featured image for my posts on the page https://www.millennyum.nl/en/blog/, but still they are not aligned properly; the focus is still in the center of the images.

    The page I need help with: [log in to see the link]

Viewing 9 replies - 1 through 9 (of 9 total)
  • wjhessels

    (@wjhessels)

    Hey! I installed the Blocksy theme on my computer and got the same issue.
    I will make a change so it also works with thee Blocksy Theme. I let you know when it is ready so you can update the plugin.

    Thread Starter Millennyum

    (@millennyum)

    Superb, thank you!

    wjhessels

    (@wjhessels)

    @millennyum Could you check if version 2.0.6 is working for you?

    It may take a little while before the update appears in your Plugins list. If it doesn’t show up yet, you can download it from here and upload it via Plugins → Add Plugin. WordPress will automatically replace the old version with the new one.

    Thread Starter Millennyum

    (@millennyum)

    It works now! Thank you so much for your quick action!

    Great to hear! Thank you so much for your kind review. We really appreciate it!

    Thread Starter Millennyum

    (@millennyum)

    Hm, I just noticed that it hasn’t resolved the issue at all locations. The featured images from the related posts at the bottom of a post are still not focused correctly.
    For example, see https://www.millennyum.nl/en/2026/02/medieval-frilled-veil/

    Thread Starter Millennyum

    (@millennyum)

    I just turned off those Blocksy theme featured images, because I’ve started using a plugin that lets me choose custom related posts. So that issue is no longer visible on my website. However, the same issue occurs with the thumbnails in previous post / next post images at the bottom (generated by the theme). And the thumnails in the related posts from that plugin (Related Posts By PickPlugins) seem to be top aligned.

    • This reply was modified 1 week, 5 days ago by Millennyum.
    • This reply was modified 1 week, 5 days ago by Millennyum.
    • This reply was modified 1 week, 5 days ago by Millennyum.
    • This reply was modified 1 week, 5 days ago by Millennyum.

    Hi,

    It looks like you’ve added some custom CSS to Related Posts by PickPlugins to make the blocks match your theme.

    If you add the following CSS at the end of your own css, it should fix the image sizing:

    .related-post .post-list .item .post_thumb {
    height: 200px;
    }

    .related-post .post-list .item .post_thumb > a {
    display: inline-block;
    width: 100%;
    height: 100%;
    }

    .related-post .post-list .item .post_thumb > a > img {
    height: 100%;
    object-fit: cover;
    }

    And the prev and next button image are working. You can see this is you change the focus point all the way to the bottom the image will shift.

    Hope this helps.

    Thread Starter Millennyum

    (@millennyum)

    You’re amazing, thank you very much for your help! <3

Viewing 9 replies - 1 through 9 (of 9 total)

You must be logged in to reply to this topic.