• Demlaip

    (@jointwebblog)


    @mrova : Thanks for making this plugin.

    @mayhemer : Thanks for your comments to resolve that Bug.

    @mrova, @mayhemer : Could you please provide some inputs on resolving this new bug with cloud zoom,when its used along with Product variations on this page: http://bagtag.in/store/shop/backpacks/bow-bag/

    Whenever Color option is selected and product image changes on left side, but on cloud zoom only initial featured image appears.
    Hence if possible changed color image appear on cloud zoom, it would be really helpful to make this plugin Robust.

Viewing 4 replies - 1 through 4 (of 4 total)
  • I was facing the same problem.

    – Find this file:
    \plugins\cloud-zoom-for-woocommerce\index.php

    – Simply add this code at the end of the jQuery ready function:

    $('form.variations_form').on( 'found_variation', function( event, variation ) {
       addCloudZoom($productImages);
    });

    Thread Starter Demlaip

    (@jointwebblog)

    @karzin : Thanks , I will try this fix.
    However did you faced any issue like : Long Loading waits for Zoom Images when we mouseover them.
    It would be really helpful to get the changes you have done so far on this cloud zoom plugin.

    Thread Starter Demlaip

    (@jointwebblog)

    @karzin : Your Fix Worked ! Thanks ALot.

    Is there any fix for long loading waits of Zoomed images ?

    Glad to hear it!
    Image loading is taking a lot of time to you on mouseover?
    Maybe the images are too big?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Variation Product Image Zoom Issue.’ is closed to new replies.