Thumbnail Links missing a text alternative

WAVE and SiteImprove is flagging my Post Modules feeds with thumbnail image links for not having a Text Alternative. Is there a code workaround to completely defeat setting thumbnails as links in the Post Module?

Thanks!

I’ve tried this jquery, but it does not remove the link.

jQuery(document).ready(function() {
jQuery(‘.fl-post-feed-image a’).bind(‘click’, false).css(‘cursor’, ‘default’);
});

Hi,

Check out the docs on creating a custom layout Posts | Beaver Builder Knowledge Base

https://docs.wpbeaverbuilder.com/assets/images/modules--post-module--3-594da5ecc6e4225d14680fa844a30cdb.jpg This image shows where you change change the “linked” option. Once you switch to Custom Layout, you may need to add some css to make the resulting feed look like you want it to.

We’re not using Beaver Themer on this website.

Assuming you have actually added alt text to the images in the WP media settings WP will use that as the alt when it renders the images. Do you have an example page where this is not happening?

You’re right. Some featured images were missing Alt Text and SiteImprove flagged the link.

Thanks for your response.

1 Like

This topic was automatically closed 36 hours after the last reply. New replies are no longer allowed.