VirtueMart Forum

VirtueMart 2 + 3 + 4 => Product creation => Topic started by: res5ect on October 17, 2012, 15:13:30 PM

Title: Short description - small tumb.
Post by: res5ect on October 17, 2012, 15:13:30 PM
Hello, and sorry for my bad english.

How to make bigger images in short description ? all day i'm searching this answer, how to make it 170x170px?



and other question is how to make some kind of GRID list , not to be like this...

(http://s12.postimage.org/k1pxjvz8b/interesno.jpg)
Title: Re: Short description - small tumb.
Post by: bytelord on October 17, 2012, 22:51:01 PM
Hello,

Didn't understand you correctly, what do you mean images in short description? Do you mean different size for thumbnails? if yes from the backend go to Configuration -> Templates, at the bottom you will find the option Thumbnail Image Width and Thumbnail Image Height, change it to 170 (both).

About grid list you can find here an example for grid/list view example http://forum.virtuemart.net/index.php?topic=97132.0
You should make template overrides for that, Please read the follow how you could use the template system, you will need some css, php, html knowledge.

Use firebug to examine you site code and css styling: https://forum.virtuemart.net/index.php?topic=102850.0
Creating Template overrides: https://forum.virtuemart.net/index.php?topic=98505.0
Template System: https://dev.virtuemart.net/projects/virtuemart/wiki/Hints_for_the_use_of_the_template_system

Regards