BeTheme and woocommerce_product_get_image
I'm using a plugin that filters products and variations by color but not all the functionality works with BeTheme. I checked it with a default WP theme and it works.
I reached out to the developer and he said this about BeTheme.
"Theme is poorly coded. PF relies on the woocommerce_product_get_image
action. This is the default function used for getting the product images
inside a loop. There's really no good reason to change this function. A
fix would be not to use the faulty theme of course. Just forget it
exists. "
action. This is the default function used for getting the product images
inside a loop. There's really no good reason to change this function. A
fix would be not to use the faulty theme of course. Just forget it
exists. "
The plugin is called Product Filter for Woocomerce. https://codecanyon.net/item/woocommerce-product-filter/8514038/comments?page=298&filter=all#comment_21313144
Is there any way your developers at BeTheme can make this work?
Comments
Unfortunately, we do not support the third-party plugins for woocommerce.
We support only the basic version.
You can find the list of supported plugins on this page, in the sidebar: https://themeforest.net/item/betheme-responsive-multipurpose-wordpress-theme/7758048
To make it work, you would have to edit theme files - but we do not provide the customized files or js/php scripts.
If you would like to edit it by yourself, do not forget about installing the Child Theme of BeTheme, it's very important, because if you do not install it, then all of your customizations of theme files will be overwritten when updating the theme.
All about Child Theme here:
https://developer.wordpress.org/themes/advanced-topics/child-themes/
Thanks