VirtueMart Forum

VirtueMart 2 + 3 + 4 => Product pricing => Topic started by: teverz on August 28, 2015, 04:23:07 AM

Title: Products Display wrong amount
Post by: teverz on August 28, 2015, 04:23:07 AM
When clicking on a category it will only show 2 products per row even though I have set it to 4 in the Configuration. .. VM3.0.9 newest version and Joomla 3.4.3
Title: Re: Products Display wrong amount
Post by: jenkinhill on August 28, 2015, 11:18:09 AM
Setting is in VM Config/Shopfront Settings for default, and then is set in each individual category.  But these settings are often overridden/ignored in commercial Joomla/VM templates
Title: Re: Products Display wrong amount
Post by: teverz on August 28, 2015, 18:29:11 PM
I have set both to 4 per page and still nothing.

http://vanessa.dangre.com/listings/for-sale/engines/industrial.html (http://vanessa.dangre.com/listings/for-sale/engines/industrial.html)
Title: Re: Products Display wrong amount
Post by: GJC Web Design on August 28, 2015, 23:03:46 PM
screwy in your template

make the rule !important

http://vanessa.dangre.com/templates/design_control/css/thirdparty.css line 500

.vm-col-4, .width25 {
  width: 23% !important;
}
Title: Re: Products Display wrong amount
Post by: teverz on August 29, 2015, 01:31:32 AM
That did it. Thank you so much!