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

How can i change the position

David Vasold

Hello,

How can i change the position like on my screenshotScreenshot_4.jpg

Golam Kibria

Hi David,

Thanks for reaching us. We are sorry for your inconvenience.

Could you send us the latest version of the theme that you are using on your site? We’ll try to investigate your issue by installing your theme on our local setup.

You can upload the theme file in Dropbox or Google Drive and send the download link here directly.

Looking forward to hearing from you soon.

Thank you

Golam Kibria

Hi David,

I hope that you are using a child theme on your site.

Please add the following function to your child themes function.php file:
function wvs_divi_archive_support(){
remove_action( 'woocommerce_after_shop_loop_item', 'wvs_pro_archive_variation_template', 30 );
add_action( 'woocommerce_before_shop_loop_item_title', 'wvs_pro_archive_variation_template', 11 );
}
add_action('wp', 'wvs_divi_archive_support');

Let me know the update.

BTW, you can also use the code snippet plugin to add the function.

Thank You