Home Forums Themes Support Claue Error on page

Topic Resolution: Resolved
Viewing 7 reply threads
  • Author
    Posts
    • #22695

      hello Harry,

      could you please check this product I get a lot of errors on the right when I change variations /product/woleen-tee/

      if fact I see it on other products too /product/cluse-la-boheme-rose-gold/

       

      thank you

       

       

      Attachments:
      You must be logged in to view attached files.
    • #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/

    • #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

    • #22735

      hi yes, thank you I think it helped!

    • #22739

      Oh no, I think it still appear on quick view, please see attached

      Attachments:
      You must be logged in to view attached files.
    • #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

    • #22912

      Hi I don’t know why but it looks like I still see this error on quick view

      /product/test-layout-1-right-copy/

      Attachments:
      You must be logged in to view attached files.
    • #22932

      Please download attach file and replace in claue > assets > js

      Attachments:
      You must be logged in to view attached files.

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

Viewing 7 reply threads

You must be logged in to reply to this topic.