• After updating woocommerce to 3.0.7 my main menu disappeared. Testing by disabling plugins came to conclusion, that wc causes wp_nav_menu to show only when you are under admin account…

Viewing 1 replies (of 1 total)
  • Thread Starter devfenstru

    (@devfenstru)

    OMG! Fixed by removing custom theme support woocoommerce

    add_action( 'after_setup_theme', 'woocommerce_support' );
    function woocommerce_support() {
        add_theme_support( 'woocommerce' );
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Woocommerce Conflict with WP’ is closed to new replies.