VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: cvrak on July 07, 2021, 19:12:55 PM

Title: Additional images are not showing at product details page
Post by: cvrak on July 07, 2021, 19:12:55 PM
Hi,

I'm facing a strange problem: No additional images are shown at product details page.
The URL is https://www.artdecoupage.gr/index.php/2021-03-21-09-42-46/koutia/angels-detail
Can you help?

The strange thing is that on another of my sites, same settings, additional images are shown without problem.
The URL for this is https://mushroot8.eu/en/jewelry/a-muscaria-c-15-0006-detail

Any advise?
Thanks

Joomla 3.9.27
php 7.4.20
VM 3.8.8 10472
Title: Re: Additional images are not showing at product details page
Post by: Jörgen on July 07, 2021, 19:35:55 PM
Why do You have this css ?
.output-billto span.values, .output-shipto span.values, .floatleft, span.floatleft {
display: none;
}


This is a template issue.

Jörgen
Title: Re: Additional images are not showing at product details page
Post by: Studio 42 on July 07, 2021, 19:51:45 PM
Your CSS rule is to generic, modify it and all should be fine
Title: Re: Additional images are not showing at product details page
Post by: cvrak on July 08, 2021, 09:00:49 AM
Hi Jorgen, I'm not sure why this css rule was there. I deleted it and now its ok.
Thanks a lot for your help!
Chris

Quote from: Jörgen on July 07, 2021, 19:35:55 PM
Why do You have this css ?
.output-billto span.values, .output-shipto span.values, .floatleft, span.floatleft {
display: none;
}


This is a template issue.

Jörgen
Title: Re: Additional images are not showing at product details page
Post by: Jörgen on July 08, 2021, 09:05:21 AM
Hmmm, listening to Patrick´s advice would be better. This CSS will hide Billto and Shipto addresses in another place of Your code. Please have that in mind if things suddenly are gettiing visual in unwanted places.

Jörgen