• roberthq

    (@roberthqprintsnet)


    I know this question has been asked in the past years ago, but I’ve found nothing recent that applys to new versions of WP. How do I disable the alt pop up when you hover over your nav? This seems to be a WP standard feature and i think its annoying.

    If you need to see it in action, do so here: https://www.hqprints.net/

    Thank you for reading.
    RRG

Viewing 9 replies - 16 through 24 (of 24 total)
  • ambrosite

    (@ambrosite)

    It worked when I tested it on your site using Greasemonkey. Where exactly are you pasting that code?

    ekdor

    (@ekdor)

    @ ambrosite
    Ok have it working. Seems to work when I put that script in a shortcodes file containing some tootip code.

    Thank you for all your assistance. very much appreciated. Cheers,.

    ekdor

    (@ekdor)

    @ ambrosite
    Just got your reply. I was putting it into the header.php file where my menu php is situated.

    ambrosite

    (@ambrosite)

    You’re welcome. I would have put it in header.php myself; I’m not sure why it wasn’t working there, but as long as it’s working for you now that’s the important thing. ??

    ekdor

    (@ekdor)

    @ ambrosite
    Yea I’m no pro but I assumed it would work there also. But tried it on my other site and the same thing happens. I think it might be to do with the shortcodes implementation.

    The original themes were created by someone else whom has given me permission to alter them. They look nothing like their originals. But much of the implementation of scripts and the general framework remains close to how it was.

    Cheers,.

    <script type=’text/javascript’>
    jQuery(document).ready(function($) {
    $(‘#nav a’).attr(‘title’, ”);
    });
    </script>

    WOW! That worked for me!! YAY! Thanks so much!

    Oh no! They’re back. UGH!

    Any idea why??

    Thanks!

    Okay, it’s gone again. I tried this one:

    <script type=’text/javascript’>
    jQuery(document).ready(function($) {
    $(‘.sf-menu a’).attr(‘title’, ”);
    });
    </script>

    and it seem to have worked.

    Thanks!

    Nope, they’re back. ARRRGHHH!

Viewing 9 replies - 16 through 24 (of 24 total)
  • The topic ‘disabling "alt" attribute when hovering over navigation’ is closed to new replies.