VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: Seagate199 on July 09, 2015, 19:30:17 PM

Title: Category 3 products next to eachother
Post by: Seagate199 on July 09, 2015, 19:30:17 PM
Hello all,

I've just installed my new webshop (Joomla 3.3.6 + virtuemart 3.0.9)
But when I go to the category's at my webpage, virtuemart will only show 2 products next to each other.

I would like to know what I can do to let virtuemart show 3 products next to each other.
In the admin panel i've inserted everywhere where I can that virtuemart should show 3 products.

I hope somebody has an solution..

Kind regards,
Title: Re: Category 3 products next to eachother
Post by: jenkinhill on July 09, 2015, 23:48:42 PM
Usually a Joomla template problem.  URL
Title: Re: Category 3 products next to eachother
Post by: Seagate199 on July 10, 2015, 10:49:41 AM
The url of the webshop is http://webshop.strongwoman.nl , when you click on leggings or korte broeken you will see it.

You have any idea where I need to edit the code to fix my problem?
Title: Re: Category 3 products next to eachother
Post by: jenkinhill on July 10, 2015, 11:15:01 AM
Using Firebug (http://forum.virtuemart.net/index.php?topic=116620.0) would have enabled you to identify the issue.

Your Shape5 Joomla template css is causing the problem. You can probably fix it by using a css override:

div.vm-col {
    width: 28%;
}

Try adding the code at the bottom of this file:  templates/gck_store/css/custom.css  - you need to ensure that the style is loaded after the S5 style declarations.
Title: Re: Category 3 products next to eachother
Post by: Seagate199 on July 10, 2015, 11:58:49 AM
Thankyou very much! It solved the problem instantly!!!

Mabye you can help me with a other problem also?

I've created a new module, with a WYSIWYS editor in it.
Now I would like to add an picture in that module, but when I add it and save it the picture is gone.
I can't save it in the module.

I've tried to add an .jpg or a .png both 3543x2126 pixels large, first file is 742kb and second file is 308kb.

You mabye know what is wrong?
Title: Re: Category 3 products next to eachother
Post by: jenkinhill on July 10, 2015, 13:21:07 PM
Quote from: Seagate199 on July 10, 2015, 11:58:49 AM
I've tried to add an .jpg or a .png both 3543x2126 pixels large, first file is 742kb and second file is 308kb

That is a Joomla question (http://forum.joomla.org/), but even trying to use an image this big is plain daft. It is way too big, and not only in file size - just compare that image size with the pixel size of a monitor screen.
Title: Re: Category 3 products next to eachother
Post by: Seagate199 on July 10, 2015, 13:33:08 PM
Hmm yes guess you are right, i resized the image to 1500x900 still no image showing :(..

Thanks for your answer on my first question, i'll post this question on the joomla boards!

Have a nice day sir!