• I don’t check my woocommerce product page every week, but today I noticed that the majority of Product Data Tabs were not displaying data … all due to this little plugin’s css

    `.hidden, #accessibility {
    height: 0;
    width: 0;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden;
    position: absolute;
    background: none;
    left: -999em;

    I have since disabled this plugin.

    Note: Decided I will remove this plugin all together as WP-Cerber has the functionality to BLOCK ACCESS from XML-RPC server

    • This topic was modified 3 years, 7 months ago by kruddock.
Viewing 1 replies (of 1 total)
  • Plugin Author Amin Nazemi

    (@aminnz)

    Hello, @kruddock
    I’m sorry for the problem I will fix it right away.
    You need to know “Disable XML-RPC-API” is using .htaccess file to block your XML-RPC requests because of that it will not be using any resources like CPU or RAM to do that.
    And thank you for mentioning the problem origin.

Viewing 1 replies (of 1 total)
  • The topic ‘Hides data in WooCommerce Product Tabs!’ is closed to new replies.