• Hello,

    i receive a white page when i clic in order to filter with add on

    Thanks

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Support crodriguez1991

    (@crodriguez1991)

    Hello there,

    I hope you’re doing well ??

    Please, try to add the following code in the functions.php of your active theme:

    if( ! function_exists( 'yith_wcan_content_selector' ) ){
    function yith_wcan_content_selector( $selector ){
    $selector = '.content';
    return $selector;
    }
    add_filter( 'yith_wcan_content_selector', 'yith_wcan_content_selector' );
    }

    It should change the content section and only refresh the filters and the product loop.

    Please, try it and let me know.

    Have a good day.

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.