News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

[VM 3.2.14] [max OS] [low prioryty] Bug in chosen.css

Started by hazael, April 25, 2018, 12:01:11 PM

Previous topic - Next topic

hazael

In /components/com_virtuemart/assets/css/chosen.css

line 419:
background-image: url('chosen-sprite@2x.png') !important;

Such file does not exist in VM directory.

Just change to:
https://cdnjs.cloudflare.com/ajax/libs/chosen/1.8.5/chosen-sprite@2x.png

StefanSTS

Hi hazael,

thanks for reporting that.
I'll forward that, the PNG will probably be added to the assets folder where the 1x file is already present.

I would advise against using a CDN for these small things, depending on external sources is not always desirable.

Regards
Stefan
--
Stefan Schumacher
www.jooglies.com - VirtueMart Invoice Layouts

Please use only stable versions with even numbers for your live shop! Use Alpha versions only if you know what risk you are taking.

Mister Paul

Hi,
in VirtueMart 3.4.2 the file is there now, but it's still not working...
I had to modify the .css file as hazael advised (and modified the background-image url with https://cdnjs.cloudflare.com/ajax/libs/chosen/1.8.5/chosen-sprite@2x.png)

Thank you all