Rating: 5 stars
It was good, but now it absolutely broken
]]>Rating: 5 stars
This plug just saved me! My client was asking for a cloud zoom right beside the actual product image. But I have a question! She’s now asking me to make the zoom box larger.
How to change the size of the magnified view/zoom box?
TIA
]]>Rating: 1 star
Plugin is not working with Flatsome theme. Is there any way to solve it. . . . .
]]>Rating: 5 stars
Despite the comment in the plugin settings for where to display the zoomed image:
“Specifies the position of the zoom window relative to the small image. Allowable values are ‘left’, ‘right’, ‘top’, ‘bottom’, ‘inside’ or you can specifiy the id of an html element to place the zoom window in e.g. position: ‘element1′”
There seems to be no ‘inside’ or ‘id’ option in the select box… Is this intended for a future release or is something wrong with my copy of the plugin?
]]>Rating: 5 stars
How can i add light box effect on image click option.
]]>Rating: 5 stars
Hey Guys,
Great plugin.
I had problem with showing multiple variation images. The plugin was not binding click event on variable images, if there are many of them. So just need to delegate click event from its parent would fix that issue.
Here it is:
Replace
$thumbnails.bind(‘click’,function(){
$image = $(this).clone(false);
$image.insertAfter($productImages);
$productImages.remove();
$productImages = $image;
$(‘.mousetrap’).remove();
addCloudZoom($productImages);
return false;
});
with
$thumbnailsContainer.delegate(‘a’, ‘click’, function(){
$image = $(this).clone(false);
$image.insertAfter($productImages);
$productImages.remove();
$productImages = $image;
$(‘.mousetrap’).remove();
addCloudZoom($productImages);
return false;
});
Rating: 5 stars
very very simple to use.
wonderfull
Rating: 4 stars
The plugin works great but i can’t zoom in on a variation image.
It is always the featured image that gets zoomed in on.
Here is my solution to make this work out
– 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);
});
]]>
Rating: 4 stars
@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: https://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.
Rating: 5 stars
Does exactly what has to: zooms the product image, tested with WooCommerce 2.0.2 and Sentient 1.4.1 theme. Thumbnails on the product page just switches the main image you can hover over to zoom.
There is though a small bug in the plugin when using it with Woo Sentient theme, the lens image is larger then the main product image and lens looks quite ‘broken’. With leaving ‘tint’ and ‘softFocus’ at ‘false’ and following fix to the plugin…
cloud-zoom-for-woocommerce/js/cloud-zoom.1.0.2.min.js:
// Init tint layer if needed. (Not relevant if using inside mode)
-if (opts.tint) {
+if (opts.tint != "false") {
lens.css('background', 'url("' + sImg.attr('src') + '")');
…the lens image is not used and the plugin works really well!
Other pages after same basic testing doesn’t seem broken, even with some of my theme tweaks.
Thanks! This is much better then some paid alternatives!
]]>Rating: 5 stars
very simple and useful!
]]>Rating: 5 stars
Thanks for this nice plug, it save me some time.
]]>