News:

Support the VirtueMart project and become a member

Main Menu

Additional images are not showing at product details page

Started by cvrak, July 07, 2021, 19:12:55 PM

Previous topic - Next topic

cvrak

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

Jörgen

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
Joomla 3.9.18
Virtuemart 3.4.x
Olympiantheme Hera (customized)
This reflects current status when viewing old post.

Studio 42

Your CSS rule is to generic, modify it and all should be fine

cvrak

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

Jörgen

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
Joomla 3.9.18
Virtuemart 3.4.x
Olympiantheme Hera (customized)
This reflects current status when viewing old post.