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

Woostify and Elementor

Good afternoon
Plugin does not work very well with theme Woostify and Elementor. The plugin is better and more beautiful of you and so I want to replace it with the one from Woostify. However, if I put the standard Woocommerce element in it like your instruction video. And I click on a color, the product image does not change color. Is there a way to overrule these?
cheers
Maarten

If you need a login i can provide it to you

Hakik Zaman

Hi Maarten,

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 Carl,

Can you please try the below snippet using the Code Snippets plugin?
function woostify_wvg_support(){
remove_action( 'woocommerce_before_single_product_summary', 'woostify_single_product_gallery_image_slide', 30 );
add_action( 'woocommerce_before_single_product_summary', 'woocommerce_show_product_thumbnails', 25 );
add_action( 'woocommerce_before_single_product_summary', 'woocommerce_show_product_images', 25 );
}
add_action('init', 'woostify_wvg_support');

Thank You