Conflict with WooCommerce Product Filters
-
I am using TranslatePress and now installed WooCommerce Product Filter Plugin. Unfortunately as we identified with their support that both plugins don’t work together in my situation. The problem that they nailed down to is the following line introduced by TranslatePress. Here is the message from their support:
TranslatePress sets a chunk size when doing the output buffering on the “class-translation-render.php” file and line 49:
ob_start(array( $this, ‘render_default_language’ ), $chunk_size);
Removing the?$chunk_size
?parameter fixes the problem. Unfortunately it’s not something that WooCommerce Product Filters can alter.
Is this something that can be fixed or should I go only with one of the plugins?
- The topic ‘Conflict with WooCommerce Product Filters’ is closed to new replies.