• Hi,

    I have WPIDE plugin installed on my website, After updating the WordPress to 5.5 and WooCommerce to 4.4.0. Then it is hiding the WooCommerce product data type.

    We can only add variable product, grouped product etc with the help WooCommerce product data type option. So the option for product data type are missing from the WooCommerce due to this plugin effect.

    While checking the plugin WPIDE, it is removing the admin body classes, this is root cause of the issue. WooCommerce is displaying the product data type by checking the admin body class.

    So I have deactivated the plugin for avoiding the conflict.

    Is it possible to remove this issue ? Is it possible to remove the admin body class by checking the admin page.

    • This topic was modified 4 years, 3 months ago by Junaid TK.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Yes, it′s a bug… if you check the code you can see:
    #woocommerce-product-data

    <div class="panel-wrap product_data">
    <span class="type_box hidden"> 

    The problem is that WooCommerce Add “hidden” class. You can change the CSS to temporal fix this bug.

    This seems like WooCommerce issue. Downgrading to WooCommerce 4.5.2 fixed the issue. I now have WP 5.5.3 with WooCommerce 4.5.2.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Not showing the WooCommerce product data type after WordPress update 5.5’ is closed to new replies.