VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: enock on March 22, 2012, 07:38:08 AM

Title: Double popups in backend
Post by: enock on March 22, 2012, 07:38:08 AM
On roll over on titles with popups (in administration) I get the name and the help hint - makes it very hard to read the hint - see attached pic

[attachment cleanup by admin]
Title: Re: Double popups in backend
Post by: Rixters on August 03, 2012, 13:50:16 PM
Found kind of a brutal way to solve the problem!

Disable the CSS file for the popup:

Goto: administrator\components\com_virtuemart\helpers\adminui.php (1 hits)
Disable CSS file on Line 45:       $document->addStyleSheet($front.'css/vtip.css');

by replacing it with: //$document->addStyleSheet($front.'css/vtip.css');