News:

Support the VirtueMart project and become a member

Main Menu

Double popups in backend

Started by enock, March 22, 2012, 07:38:08 AM

Previous topic - Next topic

enock

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]

Rixters

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');