• Hello,

    I have a problem – your TF Posts widget doesn’t generate alt attribute for featured images.. there’s alt="image" for all featured images..

    Could you please add this (or similar) fix to your plugin’s source code?

    widget-posts.php file – line 2629:

    I’ve changed
    <img src="<?php echo \Elementor\Group_Control_Image_Size::get_attachment_image_src( $get_post_thumbnail, 'thumbnail', $settings ); ?>" alt="image">

    into:
    <img src="<?php echo \Elementor\Group_Control_Image_Size::get_attachment_image_src( $get_post_thumbnail, 'thumbnail', $settings ); ?>" alt="<?php echo esc_attr(get_post_meta(get_post_thumbnail_id(), '_wp_attachment_image_alt', true)); ?>">

    Thanks,
    Piotr

  • The topic ‘Problem with alt attributes’ is closed to new replies.