• Hi,
    after updating Woocommerce 3.1 we have problems (trying to load from the wp default paths) with the special woocommerce pages (cart, checkout, …) if WP Hide and WP Rocket is both avtivated.

    Now, the WP Rocket Support has found the reason in the wp-hide-security-enhancer/conficts/wp-rocket.php

    There you are using only DONOTCACHEPAGE. You should use some others like:
    if ( defined( ‘DONOTCACHEPAGE’ ) || defined( ‘DONOTMINIFYCSS’ ) || defined( ‘DONOTMINIFYJS’ ) || defined( ‘DONOTASYNCCSS’ ) )

    Please can you check this and it is ok -> fix it in your next plugin update?

    Thanks & Regards from Germany
    Dieter Schummer
    Simpliby GmbH

Viewing 1 replies (of 1 total)
  • Plugin Contributor Maya

    (@tdgu)

    Hi Dieter,
    Thanks for your feedback, we’ll check into this and make a fix available on the next version.

    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘WP Hide / WP Rocket / Woocommerce 3.1 Troubleshooting’ is closed to new replies.