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

The plugin doesn’t work my new theme : XStore

amal Elma

Hi there

The plugin doesn’t seem to work with archive pages any more since i changed the theme to : Xstore

I need to know what is the issue please .

Hope i listen from you very soon.

Hakik Zaman

Hi amal,

Thanks for reaching out to us. I have tried to check your theme code structure to identify the hook.

Unfortunately, your edit theme option is disabled. Do you have a staging site where I can test your theme?

If so, can you please give us the staging credentials? If not, we can also give you a staging site to install your theme.

Will you please help us to install it on our staging site? Hope to hear from you soon.

Thank You

Hakik Zaman

Hi amal,

Still, I am unable to edit your theme on the staging site. Can you please enable the theme edit option for your staging site?

So that I can inspect it and find a possible solution for you. Hope to hear from you soon.

Thank You

amal Elma

I m not sur if it is editable, because the theme is not free.

 

Hakik Zaman

Hi amal,

Unfortunately, still, it is not working on my end.

Will you please setup your theme here:

https://wptestbox.com/xstore/wp-admin/

username: admin

password: demo

Hope to hear from you soon.

Thank You

amal Elma

I installed the theme on your side, but it has some issues since the requirements are not fit

Hakik Zaman

Hi amal,

I have added the following snippet using the Code Snippets plugin on the production site:

add_action('woo_variation_swatches_pro_archive_page_loaded', function($wvs_pro){
remove_action('woocommerce_init', array( $wvs_pro, 'enable_swatches' ), 1);
add_action('et_before_shop_loop_title', array( $wvs_pro, 'after_shop_loop_item' ), 9);
}, 10, 1);

Please check now and don’t forget to clear your caches before checking.

Hope to hear from you soon.

Thank You