News:

Looking for documentation? Take a look on our wiki

Main Menu

Category 3 products next to eachother

Started by Seagate199, July 09, 2015, 19:30:17 PM

Previous topic - Next topic

Seagate199

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,

jenkinhill

Usually a Joomla template problem.  URL
Kelvyn
Lowestoft, Suffolk, UK

Retired from forum life November 2023

Please mention your VirtueMart, Joomla and PHP versions when asking a question in this forum

Seagate199

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?

jenkinhill

Using Firebug 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.
Kelvyn
Lowestoft, Suffolk, UK

Retired from forum life November 2023

Please mention your VirtueMart, Joomla and PHP versions when asking a question in this forum

Seagate199

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?

jenkinhill

#5
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, 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.
Kelvyn
Lowestoft, Suffolk, UK

Retired from forum life November 2023

Please mention your VirtueMart, Joomla and PHP versions when asking a question in this forum

Seagate199

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!