Title: [Plugin: Tippy] Special caracters doesn&#8217;t work
Last modified: August 19, 2016

---

# [Plugin: Tippy] Special caracters doesn’t work

 *  [Kuro](https://wordpress.org/support/users/kuro/)
 * (@kuro)
 * [17 years, 6 months ago](https://wordpress.org/support/topic/plugin-tippy-special-caracters-doesnt-work/)
 * Hi, you see the problem here (at the end, “llegat”):
    [](http://www.infinitgrafic.com/demos/fundacioenllac/fer-donacions)
 * The WP config in Catalan language, and HTML header, too. But the tooltips doesn’t
   work great.
 * An idea?
 * This is other problem for me, Tippy doesn’t work inside html labels. For example:
 *     ```
       <ul style="text-align: justify;">
       	<li> Fer un [tippy title="llegat" header="off"]Consisteix en destinar un bé patrimonial específic o una suma de diners, o una renda a favor de la Fundació.[/tippy]</li>
       </ul>
       ```
   
 * But I want congratulate to Columcille for your exclusive tooltip plugin for WP.
   I am sorry for my bad English.
 * Thanks

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [Chris Roberts](https://wordpress.org/support/users/columcille/)
 * (@columcille)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/plugin-tippy-special-caracters-doesnt-work/#post-898438)
 * At some point I hope to fiddle with this. Have not had time lately, but I’d like
   to add special character support.
 *  [carlaguite](https://wordpress.org/support/users/carlaguite/)
 * (@carlaguite)
 * [17 years, 1 month ago](https://wordpress.org/support/topic/plugin-tippy-special-caracters-doesnt-work/#post-898453)
 * Hi!
 * I had the similar problem.
 * I do a change in tippy.php (line 200)
    from
 * `$tippyString = '<a>htmlentities($tippyNewText) .'\', \''. $tippyHeader .'\',\''.
   $tippyHref .'\');" onmouseout="domTip_clearTip(\'false\')">'. $tippyTitle .'</
   a>';`
 * to
    `$tippyString = '<a>htmlspecialchars($tippyNewText) .'\', \''. $tippyHeader.'\',\''.
   $tippyHref .'\');" onmouseout="domTip_clearTip(\'false\')">'. $tippyTitle .'</
   a>';`
 * with it the plugin work well until now =)
 * I hope help you!
    _sorry my bad english too ^^_
 *  [carlaguite](https://wordpress.org/support/users/carlaguite/)
 * (@carlaguite)
 * [17 years, 1 month ago](https://wordpress.org/support/topic/plugin-tippy-special-caracters-doesnt-work/#post-898454)
 * sorry, I don’t know how edit my strange post… the wp hidden the url codes…
 * from
    … _htmlentities_($tippyNewText) …
 * to
    … _htmlspecialchars_($tippyNewText)…

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘[Plugin: Tippy] Special caracters doesn’t work’ is closed to new replies.

 * 3 replies
 * 3 participants
 * Last reply from: [carlaguite](https://wordpress.org/support/users/carlaguite/)
 * Last activity: [17 years, 1 month ago](https://wordpress.org/support/topic/plugin-tippy-special-caracters-doesnt-work/#post-898454)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
