• Resolved nailglazing

    (@nailglazing)


    Can you please tell us if Woocommerce is supported on the free version of Enigma. It states it is but then comes up with an alarm to say it is not compatible when its loaded.

    Thx

Viewing 2 replies - 1 through 2 (of 2 total)
  • I have the same problem. Did you ever get to the bottom of this?
    I guess nobody on the forum cares about this?

    Hi..

    Sorry for inconvenience.

    Please make a child theme directory and create a functions.php file.

    Now copy below code and paste into child theme’s functions.php file.

    add_action( 'after_setup_theme', 'weblizar_theme_setup' );
       function weblizar_theme_setup()
        {
           add_theme_support( 'woocommerce' );
    }

    Save the changes.

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Enigma Basic Version support for WooCommerce’ is closed to new replies.