compatibility issues with WCFM
-
Hey guys,
Please see the video links below.
Hello,
Sorry, but we don’t understand with is wrong with our theme from your video. Could you please explain?
Thank you
Hi,
No.1) When we change the layout view (default sorting) to “list” or to “grid” it goes to a “shop page” it seems with products not even sold by the vendor. It is not supposed to do that.
No.2)The page title showing the results should not be shown in the vendor store. Also there are awkward spaces to the top of the banner
No.3) When we search for a particular item in the vendor store and click “page 2,3,4 etc” nothing is found
Hi guys,
Are there any updates on this issue?
I spoke to WCFM; they informed me it is an issue with the theme. Below is a copy of their response.
Support Contact
August 19, 2020 3:26 pm
Hello,
It seems like this is your theme issue. Woodmart theme(themeforest.net/item/woodmart-woocommerce-wordpress-theme/20264492) added WCFM support, please contact their theme support regarding this issue.
Thanks.
1. Try to add the following PHP code snippet to the child theme functions.php file to fix this
function woodmart_wcfmmp_shop_page_link($user_id) {
add_filter( 'woodmart_shop_page_link', function() use($user_id){
return wcfmmp_get_store_url($user_id);
} );
}
add_action( 'wcfmmp_before_store_product', 'woodmart_wcfmmp_shop_page_link' );
2. Sorry, could you please clarify this point? We don’t understand how to reproduce it.
3. Could you please check how it works with some default WordPress themes like TwentyTwenty or WooCommerce Storefront to understand is it our theme issue or not?
Regards