Tooltip does not work - check this first
- is it turned on?
- is jquery there?
- is the syntax correct?
How do I load an image inside my tooltip?
To load an image inside a Tooltip, you will need to use the following syntax:
{Qluetip title=[tooltipTextHere]}<img src="/images/yourimages.jpg" />{/Qluetip}
When adding this syntax into your Joomla editor, make sure that you paste into the HTML view of your editor, otherwise the image will be treated as text.
How do I change the position of my tooltip?
If you're using the Free! version of Qlue Tooltip, you will need to modify the CSS. If you have Qlue Tooltip Pro! there is an option called 'Offset'. This will allow you to modifty the position of your tooltip with ease.
{Qluetip title=[thisIsYourTooltip] offsets=[100, 20]}Some text inside the tooltip{/Qluetip}
How do I load a module inside the Tooltip
In order to load a module inside your Tooltip you will need the following syntax:
{Qluetip title=[this is title] mod=[mod_position]}Some tooltip text{/Qluetip}
The above syntax, will load a module from the position "mod_position". If you are using the Pro! version of Qlue Tooltip, you can use the loadposition plugin syntax which is standard in Joomla
{Qluetip title=[this is title]} {loadposition mod_position} {/Qluetip}