Virtuemart Category Layout Problem After Helix III Update - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Virtuemart Category Layout Problem After Helix III Update

DS

Develop Athens SA

Helix Framework 3 years ago

Hi,

After updating to latest Helix III our category view in VM shows only one product per row and does not respond to any VM config change.

We did the following to try and pin-point the problem:

  1. Changed the template default to protostar and everything works fine (regarding products in a row).
  2. Renamed com_virtuemart in helix html folder to check if any of our overrides caused this but no change.
  3. Turned on Compress css in helix Template settings and category view works (the rest of our css does not)
  4. altered VM css using the following: div.product { max-width: 33%; } which does show 3 products in a row but is a temporary remedy since it does not allow for VM template config settings to be used (if we select 4 products in a row from within VM config we get 3 in a row and one below them).

Any help will be greatly appreciated.

Thanks!

0
6 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 3 years ago #53029

Hi there!

Sorry for your issue.

Please use the following code in your custom CSS:

.vm-col-3 {
    width: 33.333%;
}

Note: Path towards custom CSS: Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.

Hope this will solve the issue for now!

Best Regards

0
DS
Develop Athens SA
Accepted Answer
3 years ago #53058

Thank you Rashida.

Will there be an official fix for this in the next release or should we keep this code even for future updates?

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 3 years ago #53118

You are welcome!

Actually, Helix3 got a update to make the framework compatible with the Joomla 4 and as you can understand there are so many changes to adapt the new version. VirtueMart is not compatible with Joomla 4 yet. Once it gets compatibility update too, then it needs to be tested again.

It's hard to say why column width is not working as it should now. But custom CSS doesn't overriden with updates. However, keeping full site backup is always important.

Best Regards

0
DS
Develop Athens SA
Accepted Answer
3 years ago #53261

Thank you Rashida!

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 3 years ago #53655

You are most welcome:)

0
FW
Frank Welskop
Accepted Answer
2 years ago #104170

Hello all,

I have the same problem with Helix Ultimate. Is there also a solution available for VM3/VM4 in combination with Helix Ultimate 2? Only one product is shown per row. With other templates everything is working fine.

Regards, Frank

0