• steelsky

    (@steelsky)


    Believe me that I’ve spent several hours on this one, but didn’t find any answer.

    How do I disable tooltips?
    Specifically, where among the WordPress files is the function/code/script for tooltips? How do I change them for specific links?

    Thanks,
    S

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

    Just tried apljdi’s disable tooltip method and it worked, however, it caused my main menu to completely disappear. Any idea on how to bring it back?

    Hey, from another thread looking for the same solution, another member posting a link to a WP Plugin. It’s served its purpose for me and might be worth a look-see for you all.

    “remove_title_tags.zip” – Remove Title Tags plugin:
    https://camp.woothemes.com/2009/06/remove-title-attributes-from-wp_list_categories-wp_list_pages-plugin/

    apljdi, Great solution! Your code to add to functions.php fixed yet another case.

    Mine was drop down menus via CSS, and like the others the [censored] tooltip was getting in the way.

    Thanks a ton!

    If you’re looking to disable tooltips for more than just Page lists (e.g. for category lists, archive menus, etc.), then I’ve just released a plugin that should help: https://www.ads-software.com/extend/plugins/remove-title-attributes/. Feedback to tim @ technokinetics.com appreciated.

    – Tim

    A big thank you to apljdi for his snippet of code for the functions.php file – just tried it as a client was asking for it. Worked perfectly first time.

    Thanks a lot.

    Colin

    Technokinetics – your plug-in works perfectly. Have it running on all my WP sites now. Thank you!

    @mattifesto
    <?php $("#pulldownmenu a").removeAttr("title"); ?>

    where this code should be placed?

    also its needed to call

    <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
    <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.7.1/jquery-ui.min.js"></script>

    jquery lib for this to work i guess :).

    I tried to put em both in templated header but then page isnt loading :/

    azoomer

    (@azoomer)

    Thank you apljdi. I know the post is old but i really appreciate the trick you presented.

    keirj

    (@keirj)

    apljdi – thanks, that little function code worked for me.
    WP 2.91
    K

Viewing 9 replies - 16 through 24 (of 24 total)
  • The topic ‘Disabling tooltips’ is closed to new replies.