Delivery tab running from screen

Before you ask about IDnR Addon see the VirtueMart - Invoice, Delivery Note and Receipt Addon
paulbakker
Phoca Newbie
Phoca Newbie
Posts: 4
Joined: 22 Aug 2008, 10:56

Delivery tab running from screen

Post 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
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48403
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Delivery tab running from screen

Post by Jan »

hi, this should be a VM bug, try to search this forum, I think there is some solution...

Jan
If you find Phoca extensions useful, please support the project
paulbakker
Phoca Newbie
Phoca Newbie
Posts: 4
Joined: 22 Aug 2008, 10:56

Re: Delivery tab running from screen

Post 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 !
beededea
Phoca Newbie
Phoca Newbie
Posts: 2
Joined: 21 Aug 2009, 02:31

Re: Delivery tab running from screen

Post 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.
beededea
Phoca Newbie
Phoca Newbie
Posts: 2
Joined: 21 Aug 2009, 02:31

Re: Delivery tab running from screen

Post 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.
Post Reply