• Resolved bobsled

    (@bobsled)


    I just noticed your version update to version 4.3.0. However, there seems to be a little bug.

    In the caption below each thumbnail, a bit of code is appearing before the post title.

    < class=”relpost_card_title”>Fiction Character Profile Template With A Free PDF

    When I rollback to version 4.2.1, the error disappears.

    Can you advise if this is a bug, or what action to take.

Viewing 15 replies - 1 through 15 (of 16 total)
  • Plugin Support Abdul Wahab

    (@abdulwahab610)

    Thank you for reporting the issue. We’re currently preparing a patch to address it.

    Thread Starter bobsled

    (@bobsled)

    Okay. Thanks, I’ll wait for an update.

    Plugin Support Abdul Wahab

    (@abdulwahab610)

    Would like to test beta version? Please contact our support forum.

    Thread Starter bobsled

    (@bobsled)

    It’s okay. I’ll wait for your version update. I’ve only got version 4.3.0 running on my testing site. I’ve blocked updates on my other sites until a new version is available.

    • This reply was modified 9 months, 3 weeks ago by bobsled.
    Thread Starter bobsled

    (@bobsled)

    I’ve come across another issue with 4.3.0.

    Ignore this. I found the issue, which was my fault.

    • This reply was modified 9 months, 3 weeks ago by bobsled.
    Plugin Support Abdul Wahab

    (@abdulwahab610)

    We’ve just sent the release v4.3.1 in which resolved the core issue.

    Thank you for bringing the attention and acknowledge it timely. Much appreciated.

    • This reply was modified 9 months, 3 weeks ago by Abdul Wahab.
    Thread Starter bobsled

    (@bobsled)

    Thanks. I have it now.

    The only thing I can see is that the font-weight is set to 700. But there is no option to change it.

    I can fix this with a bit of CSS, so no big deal.

    For some reason, I had to add the !important tag to my existing CSS.

    .relpost-block-container .relpost_card_title {

        font-weight: 400 !important;

    }

    Now it works fine.

    • This reply was modified 9 months, 3 weeks ago by bobsled.
    Thread Starter bobsled

    (@bobsled)

    Hi again,

    Unfortunately, I have come across a new issue with your new version.

    I noticed that after updating to the latest version of the Related Posts Thumbnails plugin, all my post pages render with smaller font sizes on tablets (and possibly mobile).
    This doesn’t happen on the homepage or static pages — only post pages.

    Rolling back to the previous plugin version fixes the issue.

    Could you please check if the latest update is applying a transform, scale, or similar CSS/JS tweak that might be affecting global layout?

    Thanks for your help!

    Plugin Support Support Team

    (@teamsupportbrigade)

    Hi @bobsled,

    Thank you for bringing this to our attention. We’ve tested it on our end but were unable to reproduce the issue, so it may be specific to your site’s configuration or environment.

    To investigate further and provide a more tailored solution, we kindly request that you open a support ticket via our Support Forum. This will allow our team to review your setup in more detail and assist you more effectively.

    We appreciate your cooperation!

    Plugin Support Support Team

    (@teamsupportbrigade)

    Hi @bobsled!

    Just a quick follow-up on my last message. Is everything sorted? If you still need help, pop over to our Support Forum and we’ll be happy to assist further.

    Thread Starter bobsled

    (@bobsled)

    I chose to use an alternative plugin, as it was quicker than trying to debug to resolve the issue.

    But if you come up with a solution, I can change back.

    The problem was that the whole page was reduced when viewing an iPad. However, it didn’t occur with any preview, such as the WordPress Customizer or Dev tools, only on a real device.

    Plugin Support Support Team

    (@teamsupportbrigade)

    Hey, @bobsled!

    Thank you for sharing the details. We’ve reviewed this once more on our end but were unable to replicate the issue, which indicates it may be an environment-specific issue, with the possibility of a code override in your child theme.

    Could you please try adding the following CSS and let us know if it resolves the problem?

    .relpost-block-container .relpost_card_title {
        font-size: inherit !important;
        line-height: inherit !important;
        font-weight: 700;
        font-family: inherit !important;
    }

    To add the above CSS, you can follow these steps:

    1. Log in to your WordPress dashboard.
    2. From the left sidebar, navigate to to Appearance → CustomizeAdditional CSS.
    3. Paste the code there and click Save/Publish.

    Please let us know if this helps, we’ll be happy to assist further if needed.

    Thread Starter bobsled

    (@bobsled)

    Thanks for the info! Yes, the code worked and solved the issue.

    I discovered that the problem was a sidebar width issue on tablets last week, but didn’t have time to investigate.

    But now it’s working again for me, I have a question. The replacement plugin I’m using can disallow posts by tag. Is that possible with your plugin?

    Plugin Support Support Team

    (@teamsupportbrigade)

    Glad to hear that code worked and resolved the issue!

    Regarding your question: currently, the plugin does not have a built-in option to exclude posts by tag. However, we will definitely consider this feature for future updates. In the meantime, you can use the Relation Builders tab in the plugin settings to fine-tune how related posts are displayed.

    Additionally, You can find more details about shortcode usage and configuration in our documentation here.

    Please let us know if you’d like further guidance, we’ll be happy to help.

    Thread Starter bobsled

    (@bobsled)

    Thanks for getting back. Yes, it would be a nice addition!

    I couldn’t find a way with your relationship builder, so I tried to write a php function to hide posts by tag, but didn’t have any luck.

    Is it possible to use a PHP function with your plugin to block by tag?

    If you have any ideas, I’d be happy to try.

Viewing 15 replies - 1 through 15 (of 16 total)

The topic ‘Bug in version 4.3.0’ is closed to new replies.