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

Bruno Aracil

We have updated to version 2.0 and the product boxes in categories and home have been misplaced and I don't know how we can fix this. Before in previous versions it came out perfectly aligning.

In the single product section, it comes out perfect, but in categories, carousels, home, etc, it comes out out of place.
In mobile an PC versions.

I not custom CSS aditional. 


Captura.JPG

Regards

Hakik Zaman

Hi Bruno,

Thanks for reaching out to us. Can you please give us an exact link to check?

Hope to hear from you soon!

Thank You

Bruno Aracil

Hello

Thanks for your reply.

Well, right now the part of the plugin is deactivated so as not to show the variations in the pages and sections.

I have given him an administrator user to activate this option.

I don’t know how quickly they can fix this problem.

The client does not want it to be displayed badly, I have no other way to do it than to deactivate the option.

Can you turn it on to check the problem and turn it off again until it is fixed?

Regards.

Bruno Aracil

3 days and still no solution?

I bought the full infinite version. I think some support and help should be forthcoming.

I don’t understand.

Hakik Zaman

Hi Bruno,

Sorry for our late response. We were on our weekend leave since Thursday.

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

/* GetWooPlugins Support */
.entry-content-wrapper ul.products li {
   width: 100%;
}
.woo-variation-swatches .archive-variable-items.variable-items-wrapper {
   justify-content: center;
}

Then activated swatches on the archive page. Can you please check and let me know if everything is looking as expected or not?

Hope to hear from you soon!

Thank You

Bruno Aracil

Oh my God. But that CSS wrecked the whole carousel, making the images giant and blurry, one below the other. I have deactivated it, please, check if it is correct. My client was very upset by the result. Attached image.

 

https://ibb.co/3CC81FD

 

Bruno Aracil

Oh my God. But that CSS wrecked the whole carousel, making the images giant and blurry, one below the other. I have deactivated it, please, check if it is correct. My client was very upset by the result. Attached image.

 

https://ibb.co/3CC81FD

Hakik Zaman

Hi Bruno,

Sorry for the inconvenience. I have changed the CSS and added the below snippet here Appearance > Customize > Additional CSS

.wvs-archive-variations-wrapper ul.variations li{
   width: 100%;
}

.woo-variation-swatches .archive-variable-items.variable-items-wrapper {
   justify-content: center;
}

Temporarily, I have disabled swatches on the archive/shop page. Please enable and check if it fits your need.

Hope to hear from you soon!

Thank You