• ON a multisite environment the plugin is not running if woocommerce is enabled in the network.
    To fix on genesis-connect-woocommerce.php line 61 change with:
    if ( !in_array( 'woocommerce/woocommerce.php', ( array ) get_option( 'active_plugins', array() ) ) && (function_exists( 'is_plugin_active_for_network' ) && !is_plugin_active_for_network( 'woocommerce/woocommerce.php' )) )

  • The topic ‘[Patch] No support for multisite’ is closed to new replies.