Hi! For the moment the plugin shows the gallery of the product and featured image for the variation selected.
Thanks for your suggestion, we might consider adding it in a future update.
I’m not sure that you understand my issue. When variations exceed a certain amount your plug-in stops magnifying the image that matches the variation. It only magnifies the featured image.
Any update on this? I’d love to know if there are any limitations like this in the plugin.
Can you supply an url where the problem occurs?
Best regards
@fastforwardu
i have same issue as well did you manage to fix it and how did you
cheers
You can fix temporarly the issue adding the following on your functions.php file inside the theme folder:
function custom_wc_ajax_variation_threshold( $qty, $product ) {
return 50; // set your own limit
}
add_filter( ‘woocommerce_ajax_variation_threshold’, ‘custom_wc_ajax_variation_threshold’, 10, 2 );
Best regards
Same problem, tried the fix…it works!
but now it takes some seconds to load the product page…is because it loads all variation images in a background process ?. I set my limit to 200, but i think i’ll ned to set it up to 500, is there any way to have a lazy loading?
I seem to be having the same problem, but only on ipad.
I only have a few extra product photos, and they work fine on pc (ie + chrome) & android, yet ios just remains stuck to the featured image.
tips greatly appreciated
eg url:
Hi all,
i’m sorry but there isn’t a lazy loading for this, it’s just a temporary fix while waiting for an ad hoc solution.
Best regards