News:

Looking for documentation? Take a look on our wiki

Main Menu

Restyle old admin template

Started by joozen, January 14, 2024, 10:04:42 AM

Previous topic - Next topic

joozen

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.
Joomla! 4.3.4
4.2.12 11012
PHP: 8.1.26

Jumbo!

VM has a new admin template. Turn on the "New Admin Template" option in VirtueMart Configuration to enable it on your site.

joozen

#2
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.
Joomla! 4.3.4
4.2.12 11012
PHP: 8.1.26

joozen

Just need to change this element style to 10% but can't find where to.
Joomla! 4.3.4
4.2.12 11012
PHP: 8.1.26

GJC Web Design

make a new file at \media\templates\administrator\atum\css\user.css

add

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

GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation

joozen

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.
Joomla! 4.3.4
4.2.12 11012
PHP: 8.1.26