Home Forums WoodMart support forum compatibility issues with WCFM

compatibility issues with WCFM

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #221773

    Noire
    Participant

    Hey guys,

    Please see the video links below.

    #221800

    Artem Temos
    Keymaster

    Hello,

    Sorry, but we don’t understand with is wrong with our theme from your video. Could you please explain?

    Thank you

    #221926

    Noire
    Participant

    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

    #222302

    Noire
    Participant

    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.

    #222342

    Artem Temos
    Keymaster

    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

Viewing 5 posts - 1 through 5 (of 5 total)