Me again. So I've been able to remove what the tooltip displays, that is: the parameter label, icon and description, but there is still a thin thin blue box that appears if you hover over the product type icons.
It has to be due to the URL being wrapped in this code around Line 32 of the fly_type_new.php file
| Code: : |
$html1 .= mm_ToolTip($parameter_description, "",IMAGEURL."product_type/".$icon);
|
What I need is to know how to remove the mm_ToolTip and ( ) without breaking the functionality or duplicating the URL.
I tried to remove "mm_ToolTip(" but left the code and then removed the final ")". This gave me a white screen of death when I tried to reload the page.
I've searched Google and the other Joomla/VM forums and can't find anyone with a solution. Can you help with a quick pointer?
Thanks,
Hammer