VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: joozen on January 14, 2024, 10:04:42 AM

Title: Restyle old admin template
Post by: joozen on January 14, 2024, 10:04:42 AM
Currently new Virtuemart admin template is full of glitches I decided to switch to old one. It's work properly but I don't like how header looking. Trying to restyle it but can't find way to make dropdowns looks like it is in Joomla 3. It shows element.style width 100% and I can't find where can I change it. Enter something to choosen.css doesn't make any changes same as styling in vmadmin. Any advise welcome.

It's Joomla 4.3.4 and Virtuemart 4.2.4. Muta Joomla admin template, but in Atum no difference.
Title: Re: Restyle old admin template
Post by: Jumbo! on January 14, 2024, 19:00:43 PM
VM has a new admin template. Turn on the "New Admin Template" option in VirtueMart Configuration to enable it on your site.
Title: Re: Restyle old admin template
Post by: joozen on January 14, 2024, 19:54:26 PM
Quote from: Jumbo! on January 14, 2024, 19:00:43 PM
VM has a new admin template. Turn on the "New Admin Template" option in VirtueMart Configuration to enable it on your site.
It's full of glitches. First you can't sort products using drag and drop, second, when you copy product for new one and upload file using multi image upload, remove old ones and save and close, old images not removing. You have to save item twice which is really annoying. Scrolling in new template is quite erratic, at least on my site and there are couple of more inconveniences in new admin template. And also I suspect that new template quite often is cause of 503 for some reason, maybe not but there is no 503 appears when I use old one. I like it style but until it not 100% functional I going to use old one.
Title: Re: Restyle old admin template
Post by: joozen on January 14, 2024, 21:59:37 PM
Just need to change this element style to 10% but can't find where to.
Title: Re: Restyle old admin template
Post by: GJC Web Design on January 15, 2024, 13:14:09 PM
make a new file at \media\templates\administrator\atum\css\user.css

add

.chosen-container.chosen-container-single {
    width: auto !important;
}

Title: Re: Restyle old admin template
Post by: joozen on January 24, 2024, 06:56:37 AM
Quote from: GJC Web Design on January 15, 2024, 13:14:09 PM
make a new file at \media\templates\administrator\atum\css\user.css

add

.chosen-container.chosen-container-single {
    width: auto !important;
}
Thank you very much. It's working.