VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: Rob3DSands on February 19, 2014, 19:06:34 PM

Title: 40px 40px product thumbnails...not sure why?
Post by: Rob3DSands on February 19, 2014, 19:06:34 PM
Virtuemart 2.0.8c
Joomla! 2.5.17

Apache version 2.2.26
PHP version 5.3.27
MySQL version 5.5.35-cll
Architecture x86_64
Operating system linux

Hi. Very new to Virtuemart. Could someone please explain why the thumbnail images displayed are about 40px by 40px. I know that I'm missing something because was thinking they should be 90x x 90x as set in the Configuration>Templates >Thumbnail Image Width and  Thumbnail Image Height. Looked around forum before posting but was unable to locate a post that is similar to my question. Sorry if this is not true.

The following is a URL that shows the thumbnails as about 40px by 40px:

http://kazooni.com/index.php/kazooni-store/antiques

I want the display the thumbnail  images larger.

Could someone please help me with this? Thanks.
Title: Re: 40px 40px product thumbnails...not sure why?
Post by: jenkinhill on February 21, 2014, 13:43:59 PM
Are you really using VM2.0.8c? That is very old and known to have critical security issues. Current version is 2.0.24d

The image size is forced from 90px by the width of your producxt display divs - eg <div class="product floatleft width16 vertical-separator">

Use Firebug to work out display issues.   http://forum.virtuemart.net/index.php?topic=116620.0
Title: Re: 40px 40px product thumbnails...not sure why?
Post by: Rob3DSands on February 21, 2014, 16:12:50 PM
Hi Jenkinhill.

Followed all your suggestions and all desired changes were able to be made successfully as a result.

Thank you very much Jenkinhill!

You are a Super-Great-Hero-Virtuemart Master kind of Guy! ;D

Rob
Title: Re: 40px 40px product thumbnails...not sure why?
Post by: Rob3DSands on February 22, 2014, 22:55:13 PM
Ohhh OK.

just needed to change

.width16{width:16%;}     to    .width16{width:26%;}

in my css/vmsite-ltr.css file.

Thanks Again for the help Jenkin! 8)