Home Forums WoodMart support forum Woodmart Element (Promo Banner) Alt Tag Missing

Woodmart Element (Promo Banner) Alt Tag Missing

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #275825

    shorif1211
    Participant

    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.
    #275970

    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

    #276336

    shorif1211
    Participant

    Thanks

    #276342

    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

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Woodmart Element (Promo Banner) Alt Tag Missing’ is closed to new replies.