• Resolved goateed

    (@goateed)


    After I select a filter comes a loading sign and the page turns completely white.

    Its the free version, but i want to buy the pro version after the bug is fixxed.

    Uncaught Error: Automatic publicPath is not supported in this browser
    at :1:34521
    at :1:34687
    at :1:71286
    at m (jquery.min.js:2:880)
    at Function.globalEval (jquery.min.js:2:3031)
    at Object.dataFilter (jquery.min.js:2:78553)
    at jquery.min.js:2:77003
    at l (jquery.min.js:2:77405)
    at XMLHttpRequest. (jquery.min.js:2:80204)
    at Object.send (jquery.min.js:2:80564)

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Alessio Torrisi

    (@alessio91)

    Hi there,

    I thinks is due the page builder you’re using that customize default WooCommerce template.

    Pleas set a selector ID for the wrapper which contains products and filter, download screenshot here.

    Then please add following code in the file functions.php of your theme:

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

    Replace “#page-content” with the ID you want use.

    Let us know.

    Thread Starter goateed

    (@goateed)

    It works, thank u very much.

    Hi there,

    You’re welcome! Marking this topic as solved for the moment.
    We are doing our best to improve our plugins. Our target is to develop and release the best free plugins for WooCommerce, but to achieve this we need your help. Please leave a good review to support us and help our growth 🙂

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

The topic ‘White screen after select filter’ is closed to new replies.