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

variation image preview

Show single attribute variation image based on first attribute select on product page.

not working, (i have chosen the color) please see the example

https://lenitees.com/product/bs-tee-shirt-imperial-homme/

 

Hakik Zaman

Hi Aldo,

Thank you for reaching out to us. Please kindly do a plugin compatibility check by doing these steps to identify the error :

=> Deactivate all of your additional plugins except the WooCommerce and WooCommerce Variation Swatches Plugin.

=> See if the problem persists. If the issue is resolved, you can tell which plugin might be the culprit of this error by activating your additional plugins one by one.

If the plugin conflict check doesn’t help, please don’t forget to add your site login details in the site login details area. I’ll check what’s happening there.

You can add new users by going to Users > Add New set the user and password for us, set the role to admin, and set the info here.

And add your site URL, login username, and password in the site login area. Follow this guideline: https://www.useloom.com/share/27c1f2ac633c4060b2da883d946107d7

Hope to hear from you soon!

Thank you

I have sent you the website access

please let me know if you made any changes

thank you

Hakik Zaman

Hi Aldo,

Please revise your login credentials. It is not working from my side.

Check this screenshot- https://prnt.sc/hmSxL5GP7Bfz

Thank You

I have changed the credentials.

please check again

thank you

Hakik Zaman

Hi Aldo,

Unfortunately, the login credentials are not working from my side. https://prnt.sc/WHHhb42HPyNg

Please try to log in yourself with your credentials first then let me know.

Thank You

I tested it and it works

please try again and verify that the username is lowercase

Thank you

Hello, I have created other credentials.

i have tried these and it works

please let me know

thank you

Hakik Zaman

Hi Aldo,

Yes, finally it works. I have added the below snippet using Code Snippets Plugin:

function aurum_wvs_support(){
add_action( 'woocommerce_before_single_product_summary', 'woocommerce_show_product_images', 20 );
remove_action( 'woocommerce_before_single_product_summary', 'aurum_woocommerce_show_product_images', 25 );
}
add_action('wp', 'aurum_wvs_support');

Please check now and let me know whether it resolves your issue or not.

Note: Don’t forget to clear your caches like- browser cache, caching plugin cache, and server-side cache before checking.

Thank You

Thank you for the update.

but please look how the product gallery is displayed.

 

Hakik Zaman

Hi Aldo,

Aurum theme changed the default hook of WooCommerce that’s why it was happening.

You can try our Additional Variation Images Gallery plugin to get the product thumbnail carousel/slider.

Thank You

Hello Hakik,

I have deactivated theAdvanced Custom Fields PRO” plugin because it slows down everything on the website.

but I still have the display issue caused by the added code, is there a way to manage that?

let me know if you can assist

thank you for your time

Hakik Zaman

Hi Aldo,

but I still have the display issue caused by the added code, is there a way to manage that?

Can you please give me a screenshot of your issue? It will help me to understand your issue properly.

You can upload your screenshot here and post directly the screenshot link on this thread.

Thank You

I have added the following code to my additional CSS:

ol.flex-control-nav.flex-control-thumbs {
display: none;
}

It solved my problem

Will it cause any problems in the future?

Thank you