• In the file /themes/flatsome/inc/extensions/flatsome-variation-images/includes/class-variation-images-frontend.php on Line 138, the original code if ( ! $variation || ! $variation->is_visible() ) was not working. Additional variant images were not loading.

    I fixed it with the code if ( ! $variation || $variation->get_catalog_visibility() == 'hide'), and now it’s working.

The topic ‘Additional Variant Image Issue Report’ is closed to new replies.