Additional Variant Image Issue Report
-
In the file
/themes/flatsome/inc/extensions/flatsome-variation-images/includes/class-variation-images-frontend.phpon Line 138, the original codeif ( ! $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.
