News:

Looking for documentation? Take a look on our wiki

Main Menu

40px 40px product thumbnails...not sure why?

Started by Rob3DSands, February 19, 2014, 19:06:34 PM

Previous topic - Next topic

Rob3DSands

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.

jenkinhill

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
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

Rob3DSands

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

Rob3DSands

#3
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)