Undefined Images in Product page gallery
-
These do not occur in every other theme that I try. It adds roughly 2.3 seconds to load time. I need a fix for this asap!
Hi,
To fix this issue you need to edit the file plugins/woocommerce-product-bundles/templates/single-product/bundled-item-image.php
and change CSS classes as shown on the screenshot http://prntscr.com/jry7mm
Regards
Hi I am having the same issue. Is this going to be updated in the theme? It does not happen with other themes.. Is there a way to override the template in the child or basel theme so it does not get overwritten every plugin update?
Thanks
Hi,
We can’t fix it in our theme’s files because the problem can be fixed in plugin’s file only.
Regards
Ok but it does not happen with the default WP theme or other themes tested, so it is a Basel theme issue not a plugin issue. So why do these other themes work but not Basel?
Default theme doesn’t have any additional functions for product images galleries like swatches, custom carousel and lightboxes. If we will remove use of these CSS classes, our functionality will not work. The plugin adds thumbnail CSS classes to images that are not related to the gallery. So it should be fixed in the plugin’s code, not in our theme.