WPIntell

Source evidence

Alt tag missing

Qi Addons For Elementor · support · 2025-06-27T07:35:00+00:00

mixedsentiment
highseverity
0.94relevance
2replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

6 / 35 rows with source links

17.1% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

29 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
Make carlos resolved
Hi Support Team, Could you please update the plugin to ensure that in the list view, product images include an ALT tag based on the product title? It’s quite difficult for us to implement this from our end without modifying the core plugin files. We’d really appreciate it if this could be handled in an upcoming update. Please prioritize this if possible. Thanks <?php if ( has_post_thumbnail() ) { ?> <div class="qodef-e-media-image"> <a itemprop="url" href="<?php the_permalink(); ?>"> <?php // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped echo qi_addons_for_elementor_get_post_image( get_the_ID(), $images_proportion, intval( $custom_image_width ), intval( $custom_image_height ) ); ?> </a> <?php // Hook to include additional content after blog post featured image. do_action( 'qi_addons_for_elementor_action_after_post_thumbnail_image' ); ?> </div> <?php } ?> I have just copied your image.php code for better idea so you can manage this stuff in your upcoming updates. Hello, The product images will use ALT tag entered for them in the Media Library (please see screenshot ), so please make sure to enter the ALT text you need there. Best regards, Jovana

Comments

2 shown
Make carlos 2025-06-27T10:04:00+00:00

<?php if ( has_post_thumbnail() ) { ?> <div class="qodef-e-media-image"> <a itemprop="url" href="<?php the_permalink(); ?>"> <?php // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped echo qi_addons_for_elementor_get_post_image( get_the_ID(), $images_proportion, intval( $custom_image_width ), intval( $custom_image_height ) ); ?> </a> <?php // Hook to include additional content after blog post featured image. do_action( 'qi_addons_for_elementor_action_after_post_thumbnail_image' ); ?> </div> <?php } ?> I have just copied your image.php code for better idea so you can manage this stuff in your upcoming updates.

Jovana (qode) 2025-06-30T13:45:00+00:00

Hello, The product images will use ALT tag entered for them in the Media Library (please see screenshot ), so please make sure to enter the ALT text you need there. Best regards, Jovana