Woodmart Element (Promo Banner) Alt Tag Missing
-
Set as a background promo banner.
But this error finds in google speed optimization.
How can I fix this issue?.
Attachments:
You must be
logged in to view attached files.
Hello,
Please find this file:
inc/integrations/elementor/elements/banner/banner.php
Then find this line:
<?php echo apply_filters( 'woodmart_image', '<img src="' . esc_url( $image_url ) . '" class="promo-banner-image">' ); ?>
And replace with this one:
<?php echo apply_filters( 'woodmart_image', '<img src="' . esc_url( $image_url ) . '" class="promo-banner-image" alt="promo-banner-image">' ); ?>
Best Regards
You are welcome! If you have any questions please feel free to contact us.
We will appreciate highly if you spend a couple of minutes and answer the questions provided here: https://8uehqcg4tjy.typeform.com/to/IgyV2EiP
Best Regards
The topic ‘Woodmart Element (Promo Banner) Alt Tag Missing’ is closed to new replies.