• Resolved todindiana

    (@todindiana)


    This plugin is really easy to use – I can’t say enough good about it, except: On single post pages, the caption appears under the Featured Image, but it also appears in the list of Recent Posts on the right sidebar. The Recent Posts display featured images so it’s not a big surprise.

    Is there a way to disallow captions on these sidebar images? I have screenshots of the back end (admin) if they will help.

    I’m running FSM 1.20 using clasdic editor on WP version 5.6.2.

    My email is [email protected]

    Greetings to Catalonia!

    Tod

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author fesomia

    (@fesomia)

    Hi @todindiana! To make sure: in the plugin settings page, there is a checkbox labelled “Show image captions in lists”. Is this option unchecked? If yes, write to us here again and we’ll take a deeper look.

    Plugin Author fesomia

    (@fesomia)

    After another look seems that the problem only happens when the sidebar image coincides with the main article image, so it can be a bit tricky for the plugin to tell apart wich one is the main image. However, you can add an additional css rule in your theme to hide those unwanted captions:

    .recent-post-wrapper figcaption {
        display: none;
    }
    Thread Starter todindiana

    (@todindiana)

    @fesomia
    I’m terribly sorry for the unavoidable delay in answering.

    Thank you for reponding.

    I added the code to the theme > customize > additional CSS. I am pleased to report that the problem has ben resolved.

    Many thanks for your help.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘creates unwanted captiin for “recent posts” in sidebar’ is closed to new replies.