• Plugin functionality breaks when SiteOrigin Page Builder plugin is enabled. Product category page reloads but no filtering occurs. Have checked it with default WP theme and with Santa Cruz original theme (no custom functions.php).

    Santa Cruz Child 1.3.0
    Woocommerce 3.0.9
    YITH WooCommerce Ajax Product Filter 3.4.2
    Page Builder by SiteOrigin 2.5.7

Viewing 1 replies (of 1 total)
  • Plugin Author YITHEMES

    (@yithemes)

    hi,

    thanks for your reporting.
    You can fix this issue with this code in functions.php file:

    if( class_exists( 'SiteOrigin_Panels' ) ){
        add_filter( 'yith_wcan_skip_layered_nav_query', '__return_true' );
    }

    Of course our developers will add this fix in the next plugin update.
    Let me know if all works fine.

    Have a nice day
    YITH

Viewing 1 replies (of 1 total)
  • The topic ‘Plugin stops filtering with SiteOrigin Page Builder plugin activated’ is closed to new replies.