• There appears to be a conflict with the JC Submenu plugin and the WooCommerce Members only plugin. When both are activate, the site only shows the header of the page (the main menu/nav bar and all content below vanishes). I currently have the site hosted without a domain name (as we are still developing). I am using the Pharmacy Child Theme of Storefront on WordPress 5.4.2 and WooCommerce 4.2.0.

    Any help or advice you can offer would be greatly appreciated.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author ImportWP

    (@jcollings)

    Hi,

    Could you please try adding the following snippet to your themes functions file to disable jc-submenu using a custom walker, this allows other plugins to override the menu walker instead.

    add_filter('jcs/enable_public_walker', '__return_true');

    Thread Starter billfinn

    (@billfinn)

    I tried adding this code to the theme functions file but the issue still persists.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Conflict with WooCommerce Members Only plugin’ is closed to new replies.