• It seems this plugin is no longer supported, but asking anyway. Our SEO reports show that the image used in the preloader plugin does not have alt text. Is there any way to fix this?

Viewing 2 replies - 1 through 2 (of 2 total)
  • In case you didn’t find the answer.

    You can modify in the plugin in file
    inc/preloader-plus.php:272 the following code:

    <img class="preloader-custom-img" src="<?php echo esc_url( $settings['custom_icon_image'] ); ?>" /> <?php

    with

    <img class="preloader-custom-img" src="<?php echo esc_url( $settings['custom_icon_image'] ); ?>" alt="Preloader Custom Image" /> <?php

    as you can notice I’ve just added alt="Preloader Custom Image" which you can change it with whatever.

    I had same issue at alysar.ro but what I’ve told you above works great.

    Thread Starter Dumel

    (@dumel)

    @anwarsubhi Thank you for the reply but I have uninstalled the plugin as the don’t want the risk of using unsupported plugins. I appreciate your reply though.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Alt text for preloader image’ is closed to new replies.