WooCommerce Flatsome Compatible
-
I’ve read and implemented the filter you suggested for using the ASM with WooCommerce. But I haven’t been able to get the menu to appear. I’ve tried removing the WooCommerce menu, moving the menus positions in the widget, but haven’t been able to get the menu to display in the site. Does the filter code need to be updated?
add_filter( ‘advanced_sidebar_menu_taxonomy’, ‘asm_use_woo_cats’ );
function asm_use_woo_cats( $taxonomy ){
return ‘product_cat’;
}
Or was that filter for the “Pro” version? If so, it is possible to get the ASM basic version to display the WC menu?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘WooCommerce Flatsome Compatible’ is closed to new replies.