Hi Dear WordPress Tooltip users, hope this message find you are doing well and having happy days with your family,we get a user’s help request about how to add tooltip on special characters, we guess may be more users have the same question, we’d like write a document to help users solve this kind of problem 🙂
We get a tooltip user’s message:
How do I make tooltips work for special characters. For instance I want a tooltip for Here’s
Okay, How to Add WordPress Tooltip Effect on Special Characters?
In some wordpress themes, theme codes will change a few special characters, for example a few themes will convert the symbol “‘” to the html code “’”, in codes of wordpress tooltip plugin, our function do stored the symbol “‘” in tooltip term “Here’s“, but this kind of wordpress theme will not display the symbol “‘” in “Here’s“, actually they will convert the symbol “‘” to the html code ’, so in the front end, we found the real word displayed in the wordpress page is “Here’s” , because all content in front end is decided by codes in the wordpress theme, if the theme do not display tooltip term correctly, tooltip plugin have no chance to detect correctly tooltip terms and add tooltip effects on tooltip terms, we used a lot of time to analyze it, and we found if you just replace it like this method:
Replace it special characters with HTML codes, please change tooltip title from:
“Here’s my prayer for you” to
to
“Here’s my prayer for you”
Then it will works well in this kind of wordpress theme, you can find all HTML codes at: https://ascii.cl/htmlcodes.htm
Another method to solve this kind of problem is use wordpress tooltip shortcode, please check our detailed wordpress tooltip shortcode document at:
How to use wordpress tooltip shortcode tooltips to add tooltips manually?
Hope this have a little help 🙂 Thanks, have a blessed day with your family 🙂
Best Regards,
WordPress Tooltip Plugin Support Team

