• Hi,

    The Ajax Product Filter is blocking the Preloader Plus plugin. The Preloader works everywhere except on the shop page, when I change the price in the product filter, the filter doesn’t change the price and keep showing the preloader.

    I use Preloader Plus – WordPress Loading Screen Plugin, but i tried many others i thought it would be a quick fix, but it doesn’t matter which preloader I use.

    Could you please assist?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi there,

    In order to check what is happening, please write the link to the page with issues.

    Thanks for your cooperation.

    Thread Starter bl34ry

    (@bl34ry)

    Hi,

    Here is the link: https://aroma.cy/shop/

    On the left there is a products filter, if you try to change that filter (currently I have only the price filtering option) you’ll notice that the preloader is not working correctly.

    Thank you in advance!

    Hi there,

    Please try adding the following PHP code in the functions.php file of your current theme and then check if the issue is solved:

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

    We’ll remain at your disposal

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Ajax Product Filter problem with Preloader Plus plugin’ is closed to new replies.