Home › Forums › Themes Support › Claue › Error on page
Topic Resolution: Resolved
- This topic has 7 replies, 2 voices, and was last updated 6 years, 5 months ago by Harry.
Viewing 7 reply threads
-
AuthorPosts
-
-
July 14, 2018 at 1:18 am #22695
-
July 14, 2018 at 5:55 pm #22724
i think it is something related to the image zoom as it doesn’t seem to work you can check here /product/test-layout-1-right-copy/
-
July 14, 2018 at 10:03 pm #22734
Hi Mag,
Please find the code in claue > assets > js> theme.js
window.setTimeout( function() { $product_img_wrap.find('.zoomImg').remove(); $product_img_wrap.zoom(); }, 1500);
and change to
if ( JAS_Data_Js != undefined && JAS_Data_Js[ 'wc-single-zoom' ] ) { window.setTimeout( function() { $product_img_wrap.find('.zoomImg').remove(); $product_img_wrap.zoom(); }, 1500); }
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
July 14, 2018 at 10:16 pm #22735
hi yes, thank you I think it helped!
-
July 14, 2018 at 10:37 pm #22739
-
July 15, 2018 at 12:37 pm #22759
Hi Mag,
Please change prev code to
if ( JAS_Data_Js != undefined && JAS_Data_Js[ 'wc-single-zoom' ] && ! window._inQuickview ) { window.setTimeout( function() { $product_img_wrap.find('.zoomImg').remove(); $product_img_wrap.zoom(); }, 1500); }
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
July 18, 2018 at 4:39 am #22912
-
July 18, 2018 at 7:55 pm #22932
-
-
AuthorPosts
Viewing 7 reply threads
You must be logged in to reply to this topic.