Latest Forum Posts
Home arrow Forum
Design Forum
Welcome, Guest
Please Login or Register.    Lost Password?
Re:Still can't remove ToolTip (0 viewing) 
Go to bottom Post Reply Favoured: 0
TOPIC: Re:Still can't remove ToolTip

Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /home/markfco/public_html/design/components/com_fireboard/class.fireboard.php on line 653

Warning: array_walk() [function.array-walk]: The argument should be an array in /home/markfco/public_html/design/components/com_fireboard/class.fireboard.php on line 656

Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /home/markfco/public_html/design/components/com_fireboard/class.fireboard.php on line 653

Warning: array_walk() [function.array-walk]: The argument should be an array in /home/markfco/public_html/design/components/com_fireboard/class.fireboard.php on line 656
#1804
chammers (User)
Fresh Boarder
Posts: 7
graphgraph
User Offline Click here to see the profile of this user
Still can't remove ToolTip 3 Years, 8 Months ago  
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
 
  The administrator has disabled public write access.

Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /home/markfco/public_html/design/components/com_fireboard/class.fireboard.php on line 653

Warning: array_walk() [function.array-walk]: The argument should be an array in /home/markfco/public_html/design/components/com_fireboard/class.fireboard.php on line 656

Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /home/markfco/public_html/design/components/com_fireboard/class.fireboard.php on line 653

Warning: array_walk() [function.array-walk]: The argument should be an array in /home/markfco/public_html/design/components/com_fireboard/class.fireboard.php on line 656

Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /home/markfco/public_html/design/components/com_fireboard/class.fireboard.php on line 653

Warning: array_walk() [function.array-walk]: The argument should be an array in /home/markfco/public_html/design/components/com_fireboard/class.fireboard.php on line 656
#1805
macallf (Admin)
Administrator
Admin
Posts: 655
graph
User Online Now Click here to see the profile of this user
Re:Still can't remove ToolTip 3 Years, 8 Months ago  
If you have no text in the parameter description the tooltip won't display!!

I have said this before.

Code: :

 if (!empty($parameter_description)) {                     $html .= " ";                     $html .= mm_ToolTip($parameter_description$VM_LANG->_PHPSHOP_PRODUCT_TYPE_PARAMETER_FORM_DESCRIPTION);                 }



This is the code from ps_product_type.php. Take out any text in your parameter descriptions! It really is that easy, no code to change.
 
 
Mark
  The administrator has disabled public write access.
Go to top Post Reply
Powered by FireBoardget the latest posts directly to your desktop