Hi
As what the plugin developer said ( The woocommerce development team ) :
Themes that follow the default WooCommerce lightbox 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. Third-party theme authors can make this plugin work together by using the hooks and triggers available within the plugin.
In addition, this plugin has incorporated its own lightbox so you can always choose to use it and turn off any lightbox options that are coming from your theme.
1- so the first step they suggest To add support for this particular theme, is setting lightbox option to default.
2- Then There are some functions to add in child theme functions php and a js file to add in the theme root folder .
I have set part 2 but nothing changed because I don’t find the way to set part 1 by is setting lightbox option to default and disable the theme lightbox.
please to help.