• When you click on second page for example the filters don’t work anymore and show results without being filtered.

    Also, it doesn’t work when using multiple filters.

    We are using the theme “Hello Elementor”. If you need any access to the site please don’t hesitate to ask.

    • This topic was modified 1 week, 1 day ago by julez1308.

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Pablo Pérez

    (@pperez001)

    Hi there,

    From the page you’ve sent us, please let us know which filter we have to use to trigger your problem.

    Also, please add the following code to optimize our plugin with your current page structure and let us know if the problem persists:

    if( ! function_exists( 'yith_wcan_content_selector' ) ){

    function yith_wcan_content_selector( $selector ){

    $selector = '.elementor-location-archive';

    return $selector;

    }

    add_filter( 'yith_wcan_content_selector', 'yith_wcan_content_selector' );

    }

    Have a great day.

    Thread Starter julez1308

    (@julez1308)

    Hi Pablo,

    if you are filtering for a collection, for example Avalon, and click on second page, it still shows other collections and resets the filter. This way you can replicate the problem I think.

    After adding the code in the functions.php, the problem still exists…

    Thread Starter julez1308

    (@julez1308)

    I found the problem. It’s caused by the product block of WooLentor.

    Is there any fix planned for the future?

    Thread Starter julez1308

    (@julez1308)

    Nvm, it’s not WooLentor, it’s Essential Addons for Elementor.

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