The {tip} tags are not being converted

The Tooltips plugin is not published

Check if the Tooltips plugin is published. Go to Extensions >> Plugin manager and search for the system plugin System - Regular Labs - Tooltips. Then publish it.

There is markup on the {tip} tags

It is fine to give styles to the title and text within the {tip} tags, like: {tip My Title}
But giving styles to other parts of the tag, or the entire tag, can cause problems, like: {tip My Title}

If you have copy/pasted code directly into your editor, you might also have copied along hidden HTML tags. So this will also cause the {tip} tags to break:

{<span>tip</span> ...}

Remove the extra styling or other html tags around and in the {tip} tags that might cause problems.

Tooltips are not working on all browsers

There are javascript errors

Javascript errors might and usually will cause the tips to disfunction. You probably have a Mootools or jQuery conflict on your site. This often happens if multiple Mootools or jQuery scripts are loaded.

Take a look in the sites output html (CTRL+U) to check this.

For more details about the javascript error(s), you can use Firefox with the Web Developer Toolbar, Inspect Element console in Chrome, or any other browser with a javascript debugger.

Tooltips are not working on Internet Explorer (but are working on other browsers)

There are problems in the html output structure of your website

Internet Explorer is pretty picky when it comes to html. It will not handle invalid markup gracefully.

Check if you have unclosed html tags in your content (see the html view in your editor), like divs or spans that have no closing tag, or lost closing tags without opening tag.

You can check your page for html errors on: http://validator.w3.org