Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #261820

    How do you disable the tooltip when you point your mouse at the TITLE in the title bar? For example, the tooltip says “Permanent Link:PROJECTS” when you point at the title “PROJECTS”?

    Thanks for your great support!
    Lori

    #262155

    Hi Lori!

    Open functions-enfold.php, look for 307:

    if(!empty($link)) $title = "<a href='".$link."' rel='bookmark' title='".__('Permanent Link:','avia_framework')." ".esc_attr( $title )."' $markup>".$title."</a>";
    

    Replace it by:

    if(!empty($link)) $title = "<a href='".$link."' rel='bookmark' ".esc_attr( $title )."' $markup>".$title."</a>";
    

    Cheers!
    Josue

    #262371

    Thanks that fixed it!
    Appreciate your help!
    Lori

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘TITLE BAR disable mouseover tooltip’ is closed to new replies.