VirtueMart 1.1.x [ Old version - no longer supported ] > Themes & Layout Problems and Customization VM 1.1
additional images and double repeat main image in gallery
(1/1)
skiv86:
hello all.
i have a problem with images in flypage..
when i add 1 image (main) in product in flypage i see one thumb, click on it - i see the big image in lightbox- but writes in the bottom of the lightbox image 1 of 2. and if click the left or right next picture, it repeats the first, that is, in effect at the gallery two pictures of the goods, it should be one.
if i add additional image - all increase by 1. i see 2 thumbs in flypage but writes in the bottom of the lightbox image 1 of 3 and first and fird image is reapeat - its a main image of product...
how it all can change or remove
sprince:
I was facing the same problem, it's a bug in virtuemart component.
Try this code inside your template css "template.css" file:
--- Code: ---#sbox-content img:nth-child(2) {display: none;}
--- End code ---
Navigation
[0] Message Index
Go to full version