Hello suge1w,
As I explain in the FAQ:
The plugin doesnt work with my theme
Themes that follow the default WooCommerce implementation will usually work with this plugin. However, some themes use an unorthodox method to add their own lightbox/slider, which breaks the hooks this plugin needs.
And this is the case with your theme and migth need some custom development in order to work. Or try the following method(s).
In your theme, search for:
remove_action('woocommerce_product_thumbnails','SOME_OTHER_FUNCTION');
And Comment it out. Add // before de remove_action and save, check if my plugin works now.
You may probably find it in a single-product.php
If not: besides commenting the above, search also for:
remove_action('woocommerce_before_single_product_summary','SOME_OTHER_FUNCTION');
And Comment it out also, , check if my plugin works now.
Note: You will loose the default theme functionality for the images, but anyway my plugin has its own.
Hope this helps.
Sorry for the delay on the answer, please leave a review if you like the plugin.
Thanks,
David