fbpx
Want To Add Extra Images Per Product Variation For Free? Download Now

Variation Not Working

Metro Bike

Hi There

I have installed variation swatches plugin and i have added images for each variation, but images is not working properly.

https://metrobike.digitaldemo.org/product/elves-vanyar-carbon-superlight-road-framesets/

Check the the product, image is not showing in colour section.

Hakik Zaman

Hi Metro,

Thanks for reaching out to us. Unfortunately, you didn’t add images for attribute terms.

Can you please check our documentation?

I hope it will clear your confusion.

Thank You

Metro Bike

Hi Hakik

I have tried all this things as per document, but its not working. The main issue is default drop-down to image feature is not working on my site. So please rectify the issue as soon.

Please find new access

https://metrobike.digitaldemo.org/wp-admin/Metrobikeuser2NCQ$i5GWLEIJE)649yGQUj)

Hakik Zaman

Hi Metro,

The issue is coming from your theme. They have their own CSS over our Plugin’s CSS.

I have added the below code at Appearance > Customize > Additional CSS

.single-product.woo-variation-swatches .variable-items-wrapper .variable-item {
   width: 30px;
   height: 30px;
   padding: 0;
}

.woo-variation-swatches .variable-items-wrapper .variable-item img {
   display: block;
}

Then check now and don’t forget to clear your cache (browser cache+caching plugin cache+server-side cache).

Please let me know if it resolves your issue or not. 🙂

Thank You