• davetundr

    (@davetundr)


    Hello everybody ??

    I am setting up a multivendor store using Woocommerce and WCFM, using the FSE Blockpress Theme. The only problem I have is that header and footer are not visibile on same pages generated by the plugin WCFM ( like store manager page and vendors page) but is replaced by a default Header with “site name” and a generic footer with “site is proudly powered by WordPress“. I had the same problem on the WCFM Membership page, that I solved by inserting a simple snippet

    add_filter( 'wcfm_is_allow_membership_empty_template', '__return_false' );

    found on the WCFM forum https://www.ads-software.com/support/topic/vendor-membership-page-not-showing-header/

    I was wondering if there was a similar solution, maybe changing “membership” from the above snippet to something else to make the other pages display correctly, I tried different combinations without success, like store_manager or store-list to see if it would work but nothing.

    The problem I think is that the plugin automatically loads the header and footer .php files, that are not present in blockthemes.

    I wrote to the WCFM customer care and they confirmed that the plugin is not yet compatible with block themes and another wordpress customer service told me the solution would be to modify directly a template but it would be overly complicated, the best solution is a classic theme.

    Anybody with the same problem or a possible fix? Sorry but I am a beginner and the more I study the more I find out how much I don t know ?? thanks and have a nice day!

  • The topic ‘Header and Footer not showing on WCFM pages using Blockpress’ is closed to new replies.