• Hello! After updating Woocommerce, most of the variable product attributes are not displayed. I checked the problem with the Health Check and found out that it was in conflict with WP Multilang. Can you please tell what can be done to solve the problem?

Viewing 4 replies - 1 through 4 (of 4 total)
  • I have the same problem. I can translate the attributes but on front when I click Select Options nothing happens.
    After deactivation of WP Multilang I can click “select options” again and it says: Grijs {NL} Grey {EN}
    Please tell us how to fix this?
    Pip

    Thread Starter Natalya

    (@nalitana)

    Hello schnolly! Unfortunately, the problem is not solved. If you find a solution, please let me know here.

    Hello!
    Same problem here.
    New attributes are not being displayed on the product page.

    I had the same problem and added the following in my theme functions.php file:

    add_action( 'wpm_taxonomies_config', 'remove_multilang_actions', 99 );
    function remove_multilang_actions() {
        remove_filter( 'wpm_taxonomies_config', array( 'WPM_WooCommerce', 'add_attribute_taxonomies' ) );
    }
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Conflict with Woocommerce attributes’ is closed to new replies.