VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: n0de on September 27, 2012, 13:45:45 PM

Title: Problem with additional images
Post by: n0de on September 27, 2012, 13:45:45 PM
Hello everyone ...
First sorry for my bad english ...

i have urgent problem :) btw. I've installed perfectly VM and create categories and import products but i have problem with additional images ...

Here you can see what is a problem ...
(http://img404.imageshack.us/img404/8686/b1afbc34531b442787bb0b5.png)

Other images are in top of main picture .... i want to other ( multiple thumbs ) be little down  ;D

What i need to do ?
Help me please with this i'll be very thanksfulll!!


and sorry this is wrong forum category ... admin can you please move to another place .... Sorry again!
Title: Re: Problem with additional images
Post by: jenkinhill on September 28, 2012, 10:05:00 AM
Tell us which versions of Joomla & VirtueMart you are using - so it can be moved to the right section.
Title: Re: Problem with additional images
Post by: n0de on September 28, 2012, 11:57:18 AM
Hello bro,

Joomla was 2.5.7 and VM 2.0.10
Title: Re: Problem with additional images
Post by: bytelord on September 28, 2012, 13:02:58 PM
Hi,

You could make some template overrides on the product details page or change the image size using css.
For example your could use image mediathumb size instead of fullimage: https://forum.virtuemart.net/index.php?topic=106696.msg356287#msg356287

You could use firebug to check your CSS and HTML structure on your site and resolve issues like that: http://forum.virtuemart.net/index.php?topic=102850.0

Last take a look here how you could make template overrides: http://forum.virtuemart.net/index.php?topic=90935.0
http://dev.virtuemart.net/projects/virtuemart/wiki/Hints_for_the_use_of_the_template_system

Regards
Title: Re: Problem with additional images
Post by: n0de on October 18, 2012, 02:02:37 AM
Quote from: bytelord on September 28, 2012, 13:02:58 PM
Hi,

You could make some template overrides on the product details page or change the image size using css.
For example your could use image mediathumb size instead of fullimage: https://forum.virtuemart.net/index.php?topic=106696.msg356287#msg356287

You could use firebug to check your CSS and HTML structure on your site and resolve issues like that: http://forum.virtuemart.net/index.php?topic=102850.0

Last take a look here how you could make template overrides: http://forum.virtuemart.net/index.php?topic=90935.0
http://dev.virtuemart.net/projects/virtuemart/wiki/Hints_for_the_use_of_the_template_system

Regards

Hello,

none of that doesnt work :(
Title: Re: Problem with additional images
Post by: bytelord on October 18, 2012, 17:59:32 PM
Hello,

One was the solution the other one is how you can create template overrides and examine your site with firebug to study your code and css styling, so do it with the proper way and check it.

Take a look over here also: http://forum.virtuemart.net/index.php?topic=98647.0

Regards