Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #340911

    Several weeks ago I posted about my alt text words on photos that appear on the computer when loading up for the first time as very very large, like 32pt. I was told the script below would take care of this, but it has not. I don’t get how the alt text gets that big in the first place, and certainly don’t get how to make it smaller…..Any help is appreciated. Thanks. -Ken

    function add_custom_tooltip(){
    ?>
    <script>
    jQuery(window).load(function(){
    jQuery(‘a’).removeAttr(‘title’);
    jQuery(‘img’).removeAttr(‘title’);
    });
    </script>
    <?php
    }
    add_action(‘wp_footer’, ‘add_custom_tooltip’);

    #341396

    Hey kenwae!

    Thank you for using Enfold.

    We need to see the actual website. Please post it here. A screenshot of the issue will help. Use imgur or dropbox.

    Best regards,
    Ismael

    #341707

    the website is http://www.kenfieldsphotography.com

    There are three pictures near the top which when loading for the first time will show the alt text, but will go away quickly as the page loads; for that reason, I doubt I could get a screen shot; after the site is cached on a computer, the alt text may not show up.

    #342437

    Hey!

    Do you mind creating a temporary admin login and posting it here privately? Title’s are removed with JS code so they may appear while page is loading

    Regards,
    Yigit

    #342503
    This reply has been marked as private.
    #343006

    Hi!

    I have added the code but it is not being applied. Can you please try de-activating all active plugins and check if that helps?

    Regards,
    Yigit

    #343216

    I have deactivated all the plugins, emptied the cache and cleared the history. The page loads so fast I cannot see if the alt text has changed or not! One, or more, of the plugins is slowing down the page loading quite a bit. Most of the plugins are media library related…..Let me know what you might see….

    #343234

    Hi!

    Really quite strange.

    Please add this to your Quick CSS or custom.css

    .avia_image{font-size: 12px;}

    Cheers!
    Arvish

    #343271

    okay, thanks….

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Alt Text Size’ is closed to new replies.