Page 1 of 1

Delivery tab running from screen

Posted: 22 Aug 2008, 11:07
by paulbakker
Hello !

I donwloaded the addon yesterday and installed it as described. Well, I think I did.
I am using Joomla 1.5.3 and Virtuemart 1.1.1.

I have a problem with the display of delivery tab.
It is not displayed the way it should. It runs out of the tabpane way off to the right for at least 4 pagewidths and spreads the contents of the delivery tab over the same length.
Can't find the problem.

It shows in IE7 and Firefox 3, no difference.
Anyone had the same problem ?

Best regards,
Paul Bakker
Holland

Re: Delivery tab running from screen

Posted: 22 Aug 2008, 17:09
by Jan
hi, this should be a VM bug, try to search this forum, I think there is some solution...

Jan

Re: Delivery tab running from screen

Posted: 22 Aug 2008, 17:17
by paulbakker
That's correct ! It is a VM bug and in the developer portal I found out how to just change the things needed to solve it without having to update to a newer VM version (1.2). All is well now. Thanks for your swift reply !

Re: Delivery tab running from screen

Posted: 21 Aug 2009, 02:33
by beededea
Can you please let us know what the fix is/where it can be found as we are just left high and dry without knowing the results of your search...

I've searched everywhere and I can't find it.

Re: Delivery tab running from screen

Posted: 21 Aug 2009, 03:21
by beededea
I figured it out myself.

modify:

public_html\components\com_virtuemart\js\extjs2\xtheme-gray.css

add:

.x-tab-panel {
overflow:hidden;
width:700px;
}

The tabs then are sized properly.