fbpx
Want To Add Extra Images Per Product Variation For Free? Download Now

Cloud Chen

I disabled your product, we are able to switch normally; but with the original theme switch; your product will make up to be able to be used; we have not been able to show the photos!

 

 

Hakik Zaman

Hi Cloud,

Thanks for reaching out to us.

Could you record me reproducing your issue using a tool like this? https://www.useloom.com
It helps me to quickly figure out the issue.

Thank you

Hakik Zaman

Hi Cloud,

You can use loom.com. Your recorded screencast will be hosted on their site after finishing your screen recording.

You can also upload your recorded video to Google Drive/Dropbox and paste the shareable URL here.

Hope to hear from you soon.

Thank You

Cloud Chen

u can check this video, youtu, how many time do u need finished?

Hakik Zaman

Hi Cloud,

Thanks for giving us the screencast. The theme and our plugin are customizing the same file. It is conflicting with each other.

Please add the following snippet using the Code Snippets plugin or add the snippet inside your child theme functions.php

add_action('wp_enqueue_scripts', function(){
wp_deregister_script( 'wc-add-to-cart-variation' );
$min = \Minimog_Enqueue::instance()->get_min_suffix();
wp_register_script( 'wc-add-to-cart-variation', MINIMOG_THEME_URI . "/assets/js/woo/add-to-cart-variation{$min}.js", array(
'jquery',
'wp-util',
'underscore',
'jquery-blockui',
'wp-api-request',
'wp-api-fetch',
'wp-polyfill',
'wp-url'
), time(), true );

Note: If you want to add the snippet inside your theme, please use a child theme to add the above code. Because, if you modify a theme directly and it is updated, then your modifications may be lost. By using a child theme you will ensure that your modifications are preserved. You can download a child theme from here.

Thank You

Cloud Chen

Thank you for the code, it has been successfully handled, but there is another issue where the text display is misaligned when selecting sku familiarization, can you help with that?

 

Hakik Zaman

Hi Cloud,

Can you please give us a screencast of the issue?

So that I can understand your issue clearly.

Thank You

Cloud Chen

there is another issue where the text display is misaligned when selecting sku familiarization, can you help with that?

Like this

Color:Bronze

Crystal Ball: Smoky

Hakik Zaman

Hi Cloud,

Unfortunately, it will not display. Right now our JavaScript (which was conflicting with your theme) is not running on your site.

Your site is running the theme script and the code is not there to display like this:

Color:Bronze

Crystal Ball: Smoky

I hope you will understand.

Thank You

Hakik Zaman

Hi Cloud,

Please check the version number of your friend’s theme. Yes, the same code was added to that site as well.

Either you have configured your theme in another way or it is a version conflict.

Try to set the theme as per your friend’s setup.

Thank You