VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: Maurizio67 on April 18, 2023, 12:49:24 PM

Title: [Solved] vm-bs5-common.css is missing?
Post by: Maurizio67 on April 18, 2023, 12:49:24 PM
Hello,
in a VM 4 project in progress, I see (from the list of 301 error in the redirect component) that the components/com_virtuemart/assets/css/vm-bs5-common.css seems to be not found.
I think this depends on the Bootstrap5 I selected in the configuration (Template and layouts).
The version used is VirtueMart 4.0.12 10777

Is it something that can be fixed or already fixed somehow?

Thanks in advance
Maurizio
Title: Re: vm-bs5-common.css is missing?
Post by: jenkinhill on April 18, 2023, 17:10:42 PM
bs5-common.css has not been written. The bootstrap CSS may be set to that used by your VM template files, eg if using Horme+3 then BS3 works but if using Cassiopeia then best to leave BS as None (Legacy). You can write/adjust the CSS to suit your template and overrides used.
Title: Re: vm-bs5-common.css is missing?
Post by: Maurizio67 on April 18, 2023, 23:28:52 PM
Thank you jenkinhill