Workaround for blank tooltip when using single and/or double-quotes
-
Hi
It appears that single and double-quotes aren’t properly escaped to use the shortcode for the plugin easily. I tried various combinations to get an apostrophe and link to work in the tooltip and figured out workarounds (please look closely at the way the single and double-quotes are used by using single quotes within double-quotes or vice versa):
doesn’t work:
[simple_tooltip content=’test’s’]test[/simple_tooltip]
works:
[simple_tooltip content=”test’s”]test[/simple_tooltip]doesn’t work:
[simple_tooltip content=’test’s‘]something[/simple_tooltip]
works:
[simple_tooltip content=”test’s“]something[/simple_tooltip]I’m not sure if it’s actively being developed any more, but if it is might be worth a quick fix?
Thanks!
- The topic ‘Workaround for blank tooltip when using single and/or double-quotes’ is closed to new replies.