Lorenzo Giuffrida
Forum Replies Created
-
Forum: Plugins
In reply to: [YITH WooCommerce Order & Shipment Tracking] PHP Fatal errorNo problem @watchteller,
hope you solved the issue.Forum: Reviews
In reply to: [YITH WooCommerce Product Gallery & Image Zoom] Product size and alignmentHi,
your web site is still not reachable, please let me know when it’s online again.Hi,
please try the following code, add it to the functions.php file located in your theme folder:function custom_wc_ajax_variation_threshold( $qty, $product ) { return 100;//max number of variations used } add_filter( ‘woocommerce_ajax_variation_threshold’, ‘custom_wc_ajax_variation_threshold’, 10, 2 );
it seems to be an issue related to the z-index value of the menu container, give it a look.
Hi,
please share your web site URL, it’s hard to give you any advice without looking to the web site.Forum: Reviews
In reply to: [YITH WooCommerce Product Gallery & Image Zoom] wokrs fine!We appreciate it ??
Thanks
Forum: Plugins
In reply to: [YITH WooCommerce Product Gallery & Image Zoom] define closeness of zoomHi,
did you tried changing the CSS rule for the zoom section?Forum: Plugins
In reply to: [YITH WooCommerce Product Gallery & Image Zoom] Thumbnail slider issuesHi,
the prev and next link are added through jQuery call, i think that the element to which these elements should be attached is missing in your custom theme, try to use the same element id and CSS class of the original WooCommerce template.Hi,
it seems an issue related to a conflict with a JS script, have you tried deactivating all the plugins but WooCommerce and Zoom Magnifier and a default theme?Forum: Plugins
In reply to: [YITH WooCommerce Product Gallery & Image Zoom] Yith zoom magnifier cache bugHi,
i think that you simple need to rebuild your thumbnails.Try and let us know.
Hi,
what’s the problem you’re experiencing?